]> git.sur5r.net Git - openldap/history - clients/ud/auth.c
Don't depend error handling on exact resultCode.
[openldap] / clients / ud / auth.c
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
1999-12-13 Kurt ZeilengaRemove lint
1999-10-01 Kurt ZeilengaInitial Kth Kerberos support. Changes based upon sugge...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-04 Kurt ZeilengaMissed on mygetpass call...
1999-06-04 Kurt Zeilengause getpass() instead of mygetpass().
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-01-13 Kurt ZeilengaRemove bogus ldap_msgfree() call.
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-12 Kurt ZeilengaModified UD as necessary to compile and link under NT.
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-05 Kurt Zeilengadefine _REENTRANT & _THREAD_SAFE to pull in reentrant...
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-22 Kurt ZeilengaThe world compiles and links....
1998-10-21 Kurt ZeilengaUse autoconf defines
1998-10-20 Kurt Zeilengaclients build under FreeBSD
1998-09-16 Kurt ZeilengaReplaced "X.500" with "LDAP", seems more relevant these...
1998-09-16 Kurt ZeilengaResolves UD crash when binding with incorrect passwords.
1998-09-08 Kurt ZeilengaAdd Kerberos V5 support from Predrag Balorda <pele...
1998-08-22 Kurt ZeilengaAdded include of <time.h> to get time_t
1998-08-20 Kurt ZeilengaRemoved use of paths not defined in ldapconfig.h.edit.
1998-08-09 Kurt ZeilengaInitial revision