monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

monit ./CHANGES.txt ./l.l ./monit.pod ./monitrc...


From: Martin Pala
Subject: monit ./CHANGES.txt ./l.l ./monit.pod ./monitrc...
Date: Thu, 06 Feb 2003 18:32:17 -0500

CVSROOT:        /cvsroot/monit
Module name:    monit
Changes by:     Martin Pala <address@hidden>    03/02/06 18:32:15

Modified files:
        .              : CHANGES.txt l.l monit.pod monitrc p.y 
        protocols      : protocol.c protocol.h 
        web            : examples.html index.html 

Log message:
        LDAPv2 and LDAPv3 protocol tests added. They are based on BindRequest, 
which is the same in both versions (RFC1777 and RFC2251) - the only difference 
is the protocol version number.
        
        The test are split to make the protocol tests more effective, then thay 
could be in the case where we will try version3 first and in the case of 
"unsupported version" error revert to version 2 in each connection/test.
        
        Today's common LDAP servers support LDAPv3 - i know only one 
"old-fashioned" server which is Software.com's directory server (distributed 
with IntermailKx mailserver) (the vendor is now Openwave and the product 
EmailKX and probably thay have more advanced directory :)
        
        The implementation is based just on ASN.1 BER encoded request and 
expected response. I implemented it with libldap and liblber too, but i found 
it not so effective (i looked on the openldap's BER encoder/decoder - i saw few 
strange chunks of the code which i don't believe so i decided more likely to 
write it that way (it is library independent and as simple as possible).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/CHANGES.txt.diff?tr1=1.38&tr2=1.39&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/l.l.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/monit.pod.diff?tr1=1.54&tr2=1.55&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/monitrc.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/p.y.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/protocols/protocol.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/protocols/protocol.h.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/web/examples.html.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/web/index.html.diff?tr1=1.16&tr2=1.17&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]