]> git.sur5r.net Git - openldap/history - clients
handle simple filters with no brackets (ITS#6421)
[openldap] / clients /
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
2005-05-05 Howard ChuPick up strutct timeval definition
2005-04-30 Kurt ZeilengaMove $STRIP to top.mk, expand use.
2005-04-25 Kurt ZeilengaImprove error messages
2005-04-22 Kurt ZeilengaAdd <ac/time.h> for 'struct timeval'
2005-04-21 Pierangelo Masaratifix previous commit (was causing failure of test028)
2005-04-19 Pierangelo Masaratiallow abandon/cancel for all tools
2005-04-19 Pierangelo Masaratienable abandon/cancel in ldapsearch (ITS#3670)
2005-04-01 Kurt ZeilengaITS#3620: Initial Unbind control fix
2005-02-18 Howard ChuAdd code to aid in testing Abandon/Cancel processing
2005-01-27 Pierangelo Masaratiuse / as separator
2005-01-25 Pierangelo Masaratiadd support for Chaining Behavior control (<draft-serme...
2005-01-21 Kurt ZeilengaCleanup notices
2005-01-12 Howard ChuITS#3415 use symlink for ldapadd
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-20 Pierangelo Masaratiwhy scan with {im} when the value need sbe copied?...
2004-11-10 Jong Hyuk Choiimprove ldapdelete to handle subentries (ITS#3385)
2004-10-19 Kurt ZeilengaMore NEW_LOGGING removal
2004-10-03 Pierangelo Masaratiadvertize LDAP_SCOPE_SUBORDINATE support
2004-09-20 Kurt ZeilengaFix typo in error message
2004-09-04 Kurt ZeilengaMove MSVC port to the Attic
2004-08-28 Kurt ZeilengaFix typo
2004-08-24 Pierangelo Masaratildapsearch doesn't handle correctly setting paged resul...
2004-07-25 Pierangelo Masaratifix ITS#3257
2004-07-05 Pierangelo Masaratifix URI parsing error code
2004-06-21 Pierangelo Masaratifix response output
2004-06-21 Pierangelo Masaratiparse page control only in case of succes...
2004-06-18 Kurt ZeilengaAdd LDAP_MAXINT macro
2004-06-18 Pierangelo Masaratiallow max for time/size limits
2004-06-18 Pierangelo Masaratiimprove client parsing - first step
2004-06-18 Kurt ZeilengaFix a limit typo
2004-05-15 Kurt ZeilengaRemove extra sequence
2004-05-14 Howard ChuJust set ppolicy control in tool_bind()
2004-05-07 Pierangelo Masaratihelper for unlimited time/size limits request
2004-04-09 Kurt Zeilengacleanup
next