]> git.sur5r.net Git - openldap/history - clients/tools/ldapmodify.c
Patch: 'ldapmodify -c' should return error on failure (ITS#2133)
[openldap] / clients / tools / ldapmodify.c
2002-10-12 Kurt ZeilengaPatch: 'ldapmodify -c' should return error on failure...
2002-09-04 Kurt ZeilengaMove ldap_control_dup() to ldap_pvt.h
2002-08-31 Pierangelo Masaratiadd ldif control support (ITS#2060, patch from David...
2002-08-30 Kurt ZeilengaAdd client-side subentries control support.
2002-08-30 Kurt ZeilengaRemove those #ifdefs NOOP just added.
2002-08-30 Kurt ZeilengaPlace NOOP behind #ifdef
2002-08-29 Kurt ZeilengaRework client control parsing... need to implement
2002-08-29 Pierangelo Masaratiimprove control support thru -E switch
2002-08-24 Kurt ZeilengaPatch: 'ldapmodify -y file' reads password from file...
2002-08-09 Pierangelo Masaratiremove warnings
2002-08-05 Kurt ZeilengaFix LDIF LF / CRLF handling.
2002-07-27 Howard ChuUse lutil_progname, #include <lutil.h> to get it.
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-06 Kurt ZeilengaFull_Name: Norbert Klasen
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-02-08 Kurt ZeilengaFix misplaced "search" references
2002-02-06 Pierangelo Masaratifixes ITS#1578
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-20 Kurt ZeilengaFix typo in last commit
2001-12-20 Kurt ZeilengaMinor cleanup
2001-12-19 Kurt ZeilengaRemove lint
2001-12-12 Howard ChuMore from jon@symas.com - argv[0] comparison must exclu...
2001-12-07 Howard ChuFrom jon@symas.com - patches for consistent use of...
2001-12-05 Kurt ZeilengaEnhance error messages from Walter.Mueller@uibk.ac.at
2001-09-29 Pierangelo Masaratiliberal treatment of trailing spaces in changetype...
2001-09-25 Kurt ZeilengaITS#1328 LDIFv1 CR/LF fix
2001-08-28 Kurt ZeilengaUse parens for clarity
2001-05-02 Kurt ZeilengaClean up some logic, based upon Novell patches
2001-01-18 Kurt Zeilengause "authcid" instead of "username".
2001-01-16 Kurt ZeilengaChange start tls warning message
2000-11-06 Kurt ZeilengaFix passwd clearing bug
2000-10-25 Gary Williamsenable new logging functions (behind NEW_LOGGING)
2000-10-13 Kurt ZeilengaUse LDAP_VERSION3 instead of 3
2000-10-03 Kurt ZeilengaFix add of empty value.
2000-09-19 Kurt ZeilengaFix spelling error
2000-09-15 Ben CollinsFix fprintf\'s, missing `prog\' argument
2000-09-13 Kurt ZeilengaFix ldap_init/initialize error checking
2000-09-07 Kurt ZeilengaFix -R processing
2000-09-05 Kurt ZeilengaAdd -H to usage
2000-08-25 Kurt ZeilengaAdd missing fprintf param
2000-08-25 Kurt ZeilengaFix typo which escaped my obviously flawed midnight...
2000-08-25 Kurt ZeilengaAdd support of "-H uri"
2000-08-23 Randy KunkeeClean up lint.
2000-07-17 Kurt ZeilengaClean up usage()
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-16 Kurt ZeilengaMake it all work.
2000-07-15 Kurt ZeilengaCleanup previous commit
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-29 Kurt ZeilengaAdd LDAPv3 rename support
2000-06-25 Kurt ZeilengaFail if ldap_set_option fails
2000-06-25 Kurt ZeilengaRound 2 of tools work.
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-06-20 Kurt ZeilengaNo need to include <lber.h>
2000-06-19 Kurt ZeilengaAdjust -Z[Z] usage statements
2000-06-14 Kurt ZeilengaFix getpassword bug
2000-06-13 Kurt ZeilengaRename ldap_start_tls() to ldap_start_tls_s() for consi...
2000-05-19 Kurt ZeilengaUse getpassphrase() instead of getpass() if available.
2000-05-16 Kurt ZeilengaFix password handling for SASL
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
next