]> git.sur5r.net Git - openldap/history - libraries/libldap/sasl.c
Update SASL code to reuse context through life of session.
[openldap] / libraries / libldap / sasl.c
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-07 Kurt ZeilengaUse LDAP_VFREE and friends. Other misc code cleanup.
2000-06-01 Kurt Zeilengaremove lint
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-16 Kurt ZeilengaFix unsigned * vs unsigned long * bugs
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Kurt ZeilengaMake sure we don't overallocate callbacks
2000-05-11 Kurt ZeilengaChange negotiated mechanism:
2000-05-11 Kurt ZeilengaFix cred passing.
2000-05-03 Kurt ZeilengaError handling changes including separation of client...
2000-04-20 Kurt ZeilengaITS#503: Extend ldap tools to support SASL/TLS
2000-04-12 Kurt Zeilengaobjectclass=* -> NULL
2000-03-14 Kurt ZeilengaMore fixes and comments
2000-03-14 Kurt ZeilengaCyrus SASL uses screwy terms.
2000-03-14 Kurt Zeilengacorrect callback numbering
2000-03-14 Kurt Zeilengawork args of ldap_negotiated_sasl_bind_s() and provide...
2000-02-01 Luke HowardChanged (!strcmp(...)==0) to (strcmp(...)==0); obviously
2000-01-16 Luke HowardIn ldap_pvt_sasl_init() treat subsequent invocations...
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
2000-01-05 Luke HowardImported <ldap.h> in <ldap_pvt.h> so ldap_pvt_sasl_bind...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-17 Kurt ZeilengaAdd BINDDN user-only directive to .ldaprc
1999-12-12 Kurt ZeilengaFix == != typo
1999-12-12 Kurt ZeilengaFix decoding of sasl bind and extended operation responses.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-06-28 Kurt ZeilengaFirst cut at SASL routines.