]> git.sur5r.net Git - openldap/history - clients
Mem leak fixes from HEAD
[openldap] / clients /
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-13 Pierangelo Masaratiadd support to test exceptional behavior (abandon/cance...
2007-01-11 Pierangelo Masaraticleanup
2007-01-10 Howard ChuITS#4800
2007-01-10 Howard ChuITS#4799 remove kbind
2007-01-02 Kurt Zeilengahappy new year
2006-12-26 Howard Chutimeval requires <ac/time.h>
2006-12-18 Pierangelo Masarati(blind) fix type format
2006-12-18 Pierangelo Masaratifix 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-11-10 Howard ChuITS#3755 silence strict-aliasing warnings
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-08-25 Pierangelo Masaratiallow continuous mode
2006-08-24 Kurt ZeilengaITS#4647: error on bad filter patterns
2006-08-22 Kurt Zeilengaremove dontusecopy ifdefs
2006-08-22 Kurt ZeilengaSync with HEAD
2006-08-22 Kurt ZeilengaMore LDAP_DEVEL cleanup
2006-08-18 Kurt ZeilengaSync with HEAD
2006-08-17 Kurt Zeilengafix confused comment
2006-06-21 Kurt ZeilengaMisc RFC reference updates
2006-05-15 Kurt ZeilengaSync with HEAD
2006-05-13 Pierangelo Masaratisplit lines in additional info (ITS#4543)
2006-05-12 Howard ChuITS#4453 don't print error message on stdout
2006-04-25 Pierangelo Masaratinote when the default base is being used (more about...
2006-04-25 Pierangelo Masaratiprint the correct search base when taken from ldaprc...
2006-04-05 Hallvard FurusethProtect from sprintf buffer overrun in ldapsearch ...
2006-04-04 Hallvard Furusethtool_bind(): Do not use pointer to out-of-scope variabl...
2006-04-01 Hallvard FurusethCast ctype.h char arguments to unsigned char
2006-03-31 Howard Chucleanup
2006-03-30 Kurt ZeilengaAdditional TXN changes (a work in progress)
2006-03-10 Pierangelo Masaratiimprove previous commit
2006-03-10 Pierangelo Masaratidon't pass uninitialized pointers around
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-02-16 Howard ChuITS#4403 don't unbind a NULL ld.
2006-02-16 Kurt ZeilengaMacro cleanup
2006-02-11 Luke HowardAllow arbitrary exop data to be base64 encoded
2006-02-10 Luke HowardFix previous commit
2006-02-10 Luke HowardUse : to separate OID/data in exop - will use :: for...
2006-02-09 Luke HowardAllow passing string arguments to arbitrary extended...
2006-02-07 Luke Howardallow execution of arbitrary extended operations (right...
2006-01-10 Kurt ZeilengaDon't use C comments to comment out C code
2006-01-09 Pierangelo Masaratiadd experimental, non-advertised support for obsolete...
2006-01-09 Pierangelo Masaratistreamline server control requests
2006-01-09 Pierangelo Masaratifix type specifier in format
2006-01-09 Kurt Zeilengacleanup
2006-01-08 Pierangelo Masaratiuse new paged results control client API (ITS#4314)
2006-01-08 Pierangelo Masaratirework control response handling
2006-01-07 Pierangelo Masaratipaged results may not be the only control response
2006-01-06 Pierangelo Masaratifix copyright years
2006-01-06 Pierangelo Masaratirfc2589 support (ITS#4293)
2006-01-06 Pierangelo Masaratiminor cleanup
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaraticomplain if new password is not returned when expected
2005-12-21 Kurt Zeilengareturn LDAP_NOT_SUPPORTED when SASL is not available
2005-12-15 Kurt Zeilengas/LDAP_OPERATIONS_ERROR/LDAP_LOCAL_ERROR/
2005-12-15 Pierangelo Masaratireturn the error code, much like the rest of the tools
2005-12-13 Pierangelo Masaratiuse macros instead of numbers...
2005-11-26 Kurt ZeilengaAdd dontUseCopy control to ldapcompare(1) and ldapsearc...
2005-11-25 Kurt Zeilengaclarify ALL
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-18 Kurt ZeilengaLimit use of deprecated ldap_bind(3) to LDAPv2 KBIND
2005-11-16 Pierangelo Masaraticheck reponse tags in ldapmodify; other functions rely...
2005-11-14 Pierangelo Masaratisilence warnings...
2005-11-10 Kurt ZeilengaAdd error number to tool_perror() output
2005-11-05 Pierangelo Masaratidon't perror when not required
2005-11-05 Kurt ZeilengaITS#4147 fix
2005-10-29 Kurt ZeilengaProvide unique error message for ldap_parse_extended_result
2005-10-25 Howard ChuITS#4101 fgets leaves NL in input buffer
2005-10-01 Pierangelo Masaratiimprove previous commit
2005-10-01 Pierangelo Masaratiallow to inject whatever control doesn't need response...
2005-08-01 Hallvard FurusethPlug memory leaks
2005-07-31 Pierangelo Masaratifix previous commit (ITS#3905)
2005-07-31 Hallvard FurusethCleanup
2005-07-27 Hallvard FurusethSilence warning
2005-07-25 Pierangelo Masaratisilence warnings
2005-07-17 Hallvard FurusethRemove spurious cvalue=NULL printf argument.
2005-07-17 Hallvard FurusethFix typo: Scope "base" was only matched properly on...
2005-07-14 Hallvard FurusethSilence "unused label" warning
2005-06-03 Kurt Zeilengamove ManageDIT behind LDAP_DEVEL
2005-05-13 Kurt ZeilengaFix client-side ManageDIT control
2005-05-13 Kurt ZeilengaAdd client-side ManageDIT control support
2005-05-06 Pierangelo Masaraticleanup usage
next