]> git.sur5r.net Git - openldap/history - clients/tools/ldapmodify.c
Fix sasl passwd handling (needs to be copied to other tools)
[openldap] / clients / tools / ldapmodify.c
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt ZeilengaFix typos in version checking
2000-04-20 Kurt ZeilengaStartTLS requires LDAPv3
2000-04-20 Kurt ZeilengaITS#503: Extend ldap tools to support SASL/TLS
2000-04-12 Kurt Zeilenga#define LDAP_LDIF to default to LDIF input
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
1999-12-12 Kurt ZeilengaAdd checks to ensure arguments are consistent (v2 vs...
1999-09-10 Kurt ZeilengaAllow replace with no values
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-05 Kurt ZeilengaDisable REFERRALS. Should add -C/-CC/-R options (chase...
1999-09-03 Hallvard FurusethIntroduce and use LDAP_GCCATTR() = __attributes__(...
1999-08-20 Kurt ZeilengaApply Hallvard's memory leak plugs...
1999-08-13 Kurt ZeilengaAllow null dn.
1999-08-09 Kurt ZeilengaWrap prints of DN and other strings in double quotes...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-31 Kurt ZeilengaRemove "const" error... and add prototype for yet unimp...
1999-07-31 Kurt ZeilengaKludge ldapmodify to accept "version: 1" in LDIF input.
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-29 Kurt ZeilengaVery crude LDIF changes:
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-01 Kurt Zeilengas/NULL/'\0'/ where appropriate
1999-06-29 Kurt ZeilengaAttempt to whip user password from command line.
1999-06-29 Kurt Zeilengaldapmodify/add: Fix -P option
1999-06-22 Kurt ZeilengaCheck for not LDAP_OPT_SUCCESS instead of LDAP_OPT_ERROR.
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaUse ber_strdup() as needed.
1999-06-01 Kurt ZeilengaUse ldap_mods_free() instead of local routine.
1999-06-01 Kurt ZeilengaUpdate memory allocation calls.
1999-06-01 Kurt ZeilengaUse ber_mem* functions.
1999-05-29 Kurt ZeilengaCorrect minor oversights from last commit.
1999-05-29 Kurt ZeilengaAdd warnings if ldap_set_option() fails.
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-03-09 Hallvard FurusethFix previous changes: //comment -> /*comment*/
1999-03-09 Hallvard FurusethUse free instead of ber_bvecfree to free privately...
1999-03-09 Hallvard FurusethCheck for directory separator `\' in program name,...
1999-03-09 Hallvard FurusethImprove usage message and check, by JR Heisey
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-01-31 Kurt ZeilengaFix ldap_send_initial_request() to open connection...
1999-01-20 Kurt Zeilengaignore SIGPIPE
1998-12-29 Kurt ZeilengaMake ldap_set_option options optional.
1998-12-27 Dave StoreyAdd support for -P protocol_version.
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-12-15 Dave StoreyAdded support for password prompting. (-W switch)
1998-12-14 Dave StoreyStreamlined Kerberos Code.
1998-12-14 Kurt ZeilengaBackout previous changes made by Dave as they excessive...
1998-12-12 Dave StoreyUpdated Kerberos code, password prompting, added detail...
1998-11-30 Kurt ZeilengaRemove LDAP_PORT dependencies so that ldap.conf default...
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-15 Kurt ZeilengaUse "generic" ac headers.
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-06 Kurt ZeilengaUpdated MSVC5 workspaces and projects.
1998-11-04 Hallvard FurusethSome gcc -W cleanup
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.
1998-10-26 Kurt Zeilengaupdate ldap/lber headers towards ldapext-ldap-c-api-01
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-20 Kurt ZeilengaVC++ update... tools now link!
1998-10-20 Kurt ZeilengaVC++ round 2
1998-09-30 Kurt ZeilengaMinor fixes for Linux
1998-09-28 Kurt ZeilengaUse autoconf headers.
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-08-20 Kurt ZeilengaRemoved use of paths not defined in ldapconfig.h.edit.
1998-08-09 Kurt ZeilengaInitial revision