]> git.sur5r.net Git - openldap/history - clients/tools/ldapmodify.c
Add ldapurl command
[openldap] / clients / tools / ldapmodify.c
2008-11-10 Quanah Gibson-MountWarning cleanup: signed meets unsigned.
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-02-11 Quanah Gibson-Mountremove unused variable
2008-02-11 Quanah Gibson-MountTrim replog-related cruft
2008-02-08 Quanah Gibson-MountITS#5247
2008-01-09 Hallvard FurusethRemove uninitialized variable since last change
2008-01-09 Howard ChuTrim replog-related cruft
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Howard ChuITS#5247 fix verbose completion messages
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-16 Hallvard FurusethRemove lint
2007-07-18 Kurt ZeilengaParse server controls on each response, and print them.
2007-04-02 Quanah Gibson-MountUse correct memory free function (ITS#4901)
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-02-13 Howard ChuCoverity - check for malloc failure (however unlikely...)
2007-01-23 Ralf HaferkampPrintout ldap_result() error message (ITS #4812)
2007-01-10 Howard ChuITS#4800
2007-01-10 Howard ChuITS#4799 remove kbind
2007-01-02 Kurt Zeilengahappy new year
2006-12-18 Pierangelo Masarati(blind) fix type format
2006-12-18 Luke HowardAdd common -o nettimeout option to specify network...
2006-11-27 Howard ChuReject malformed LDIF - missing modops, or mismatched...
2006-11-27 Howard ChuRevert rbuf length setting in prev commit
2006-11-24 Howard ChuParser rewrite:
2006-10-19 Kurt ZeilengaSync with HEAD
2006-10-14 Pierangelo Masaratiadd LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated...
2006-09-14 Howard ChuPortability cleanups
2006-03-30 Kurt ZeilengaAdditional TXN changes (a work in progress)
2006-03-06 Kurt ZeilengaAdd missing break, ugh.
2006-03-06 Kurt Zeilengafix prev commit
2006-03-06 Kurt ZeilengaCleanup
2006-03-06 Kurt ZeilengaDon't commit transactions if modify failed.
2006-03-06 Kurt ZeilengaNeed to clear controls before ldap_txn_end_s call.
2006-03-06 Kurt ZeilengaInitial and rough client-side implementation of the...
2006-01-09 Pierangelo Masaratistreamline server control requests
2006-01-08 Pierangelo Masaratirework control response handling
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-13 Pierangelo Masaratiuse macros instead of numbers...
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-23 Pierangelo Masaratiadd some friendly output of server control responses...
2005-11-22 Pierangelo Masaratiprint control response (may need to condition with...
2005-11-20 Pierangelo Masaratieven better wording (according to RFC2849)
2005-11-20 Kurt Zeilengaslightly better wording
2005-11-20 Pierangelo Masaratiwarn if one uses "dn:" inside an entry during add ...
2005-11-20 Pierangelo Masaratifix library checks; implement client side of "touch...
2005-11-16 Pierangelo Masaraticheck reponse tags in ldapmodify; other functions rely...
2005-08-01 Hallvard FurusethPlug memory leaks
2005-07-31 Hallvard FurusethCleanup
2005-07-27 Hallvard FurusethSilence warning
2005-07-14 Hallvard FurusethSilence "unused label" warning
2005-05-13 Kurt ZeilengaFix client-side ManageDIT control
2005-05-05 Howard ChuPick up strutct timeval definition
2005-04-19 Pierangelo Masaratiallow abandon/cancel for all tools
2005-04-01 Kurt ZeilengaITS#3620: Initial Unbind control fix
2005-01-01 Kurt ZeilengaHappy New Year!
2004-07-25 Pierangelo Masaratifix ITS#3257
2004-04-05 Kurt ZeilengaFurther refine last commit
2004-04-05 Kurt ZeilengaFix last commit
2004-04-05 Kurt ZeilengaITS#3057: Forgot to call ldap_perror()
2004-03-17 Kurt ZeilengaFix builds with LDAP_GROUPTING_TRANSACTION
2004-03-17 Kurt Zeilenga#ifdef txn code
2004-03-15 Kurt ZeilengaRework to support txn intermediate responses
2004-03-14 Kurt ZeilengaStart of client-side LDAP tranactions (non-working)
2004-03-12 Kurt Zeilenga-E/-e are not just for controls
2004-02-27 Kurt ZeilengaAllow no args
2004-01-01 Kurt ZeilengaHappy new year
2003-12-18 Kurt ZeilengaUse ldap_unbind_ext(3)
2003-12-17 Kurt ZeilengaRemove -C(hasing) option. Doesn't make sense for updat...
2003-11-26 Kurt ZeilengaCleanup notices and attribution
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-11-25 Kurt ZeilengaNotice updates
2003-09-16 Kurt ZeilengaInitial support for pre/post read controls.
2003-08-09 Kurt ZeilengaITS#2645: fix NULL DN bug
2003-07-30 Kurt ZeilengaITS#2657: authzid (and assertion) should apply to most...
2003-04-06 Kurt ZeilengaMisc translation tweaks
2003-04-06 Kurt ZeilengaMark translatable strings. Needs work.
2003-03-29 Howard ChuRevert previous commit
2003-03-18 Howard ChuUse ol_version.h
2003-01-20 Kurt ZeilengaFirst cut at -V (version) argument. Needs work.
2003-01-19 Hallvard FurusethCast ctype.h arguments to unsigned char.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-18 Hallvard FurusethPlug memory leaks from ldap_get_option().
2002-12-12 Hallvard FurusethFactor out common client code to file common.c
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-12-02 Hallvard FurusethNever let ldif_parse_line() return a NULL value with...
2002-12-02 Hallvard FurusethEsthetic change: Move break; out of if() to before...
2002-11-29 Kurt ZeilengaClean up error messages
2002-11-28 Kurt ZeilengaAdd -e authzid argument processing
2002-11-28 Kurt Zeilengaproxy authz control (client only)
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.
next