]> git.sur5r.net Git - openldap/history - libraries/libldap/sasl.c
Happy New Year (belated)
[openldap] / libraries / libldap / sasl.c
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Howard ChuITS#5263 fix return code from parse_sasl_bind_result()
2007-02-05 Howard ChuHandle timeouts from ldap_result()
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind references
2007-01-02 Kurt Zeilengahappy new year
2006-10-27 Kurt ZeilengaMisc LDAPbis comment update
2006-02-14 Kurt Zeilengaunifdef -DLDAP_NULL_IS_NULL
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-13 Pierangelo Masaratiuse macros instead of numbers...
2005-11-12 Pierangelo Masaratidon't malloc empty strings for matched, error
2005-08-10 Hallvard FurusethRead LDAPResult.resultCode & ModifyRequest.modification...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-06-30 Pierangelo Masaratitypo in comment
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-09-25 Jong Hyuk Choididn't compile without cyrus-sasl
2003-09-22 Howard ChuITS#2717, use default SASL_MECH if none was provided.
2003-07-28 Kurt ZeilengaFix lock release bug
2003-07-07 Kurt ZeilengaAdd Internet Society copyright notices
2003-05-22 Kurt ZeilengaDon't use default binddn when password is empty
2003-02-13 Howard ChuMore for re-entrant LDAP* handles. Works much better.
2003-02-09 Kurt Zeilengaunifdef -DLDAP_NOCACHE
2003-01-21 Kurt ZeilengaITS#2267: SASL empty cred fix
2003-01-03 Kurt ZeilengaHappy new year
2002-11-28 Howard ChuFix ITS#2200, must send non-NULL cred even if it's...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-05 Kurt ZeilengaConsistently don't check for NULL session handle and...
2002-04-01 Julius EnarusaiAdded LDAP_LOG Messages
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-18 Kurt Zeilengastdlib.h should be included as <ac/stdlib.h>
2001-10-02 Howard ChuMore CLDAP tweaks, to differentiate between real LDAPv2...
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2001-07-06 Kurt ZeilengaCheck for critical client controls.
2001-06-15 Kurt Zeilenganew rebind proc
2000-10-09 Kurt ZeilengaReturn more appropriate result codes than LDAP_UNAVAILABLE
2000-09-15 Kurt ZeilengaDon't send optional cred if empty
2000-08-06 Kurt ZeilengaITS#647 from Paul R. Turgyan <pturgyan@umich.edu>
2000-07-17 Kurt ZeilengaExpose sasl flags to -lldap (so they can be quiet)
2000-07-17 Kurt ZeilengaFirst cut SASL "interactive" and "quiet" modes (default...
2000-07-15 Kurt ZeilengaRework SASL command line arguments. Default is now...
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.