]> git.sur5r.net Git - openldap/history - clients
Use local SSF for internal SLAPI operations (probably need to do same
[openldap] / clients /
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
2004-04-09 Pierangelo Masaratido not prompt for next page in case of search failure
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-18 Kurt Zeilengacleanup for release engineering
2004-03-17 Kurt ZeilengaFix builds with LDAP_GROUPTING_TRANSACTION
2004-03-17 Kurt ZeilengaBe consistent with element separators.
2004-03-17 Kurt Zeilenga#ifdef txn code
2004-03-16 Howard ChuFix prev commit
2004-03-16 Howard ChuClean up Bind ppolicy diagnostics
2004-03-16 Howard ChuHide password policy code behind #ifdef LDAP_CONTROL_PA...
2004-03-16 Howard ChuFix prev commit
2004-03-15 Howard ChuAdded password policy support
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-03-12 Kurt Zeilengaunifdef -UOLD_WAY
2004-03-01 Luke HowardEnable prompting of paged results with /prompt or ...
2004-02-27 Luke HowardAllow paged results to be requested without interaction...
2004-02-27 Luke HowardFix crasher if paged results size is not specified
2004-02-27 Luke HowardFix for RFC 2696 compliance - avoids infinite loop...
2004-02-27 Kurt ZeilengaAllow no args
2004-01-22 Kurt Zeilengacleanup OPENLDAP_REL_ENG_2_1_MP
2004-01-15 Howard ChuITS#2922 disable argument globbing under Cygwin and...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-18 Kurt ZeilengaPrint UNDEFINED on compare error
2003-12-18 Kurt ZeilengaCleanup
2003-12-18 Kurt ZeilengaClean error handling
2003-12-18 Kurt ZeilengaUse ldap_unbind_ext(3)
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-17 Kurt ZeilengaRemove -C(hasing) option. Doesn't make sense for updat...
next