]> git.sur5r.net Git - openldap/history - clients/tools/common.c
default to simple bind when -D is specified and no SASL-related options are used...
[openldap] / clients / tools / common.c
2008-10-19 Pierangelo Masaratidefault to simple bind when -D is specified and no...
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned. ber_printf...
2008-09-28 Pierangelo Masaratinote RFC for each standard track control
2008-08-01 Howard ChuAdd server side sorting control
2008-06-14 Pierangelo Masaratiadd client API for assertion control (ITS#5560)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Pierangelo Masaratifix one-time leaks
2007-12-08 Hallvard FurusethFix typo in error message
2007-12-06 Hallvard FurusethITS#5248: use volatile sig_atomic_t for signal variable...
2007-08-29 Howard Chuunifdef LDAP_DEVEL for relax control in usage message
2007-08-23 Pierangelo Masaratiforgot one commit
2007-08-22 Pierangelo Masaratimove session tracking control creation to helper
2007-08-22 Kurt ZeilengaUse MAXHOSTNAMELEN from <ac/socket.h> instead of HOST_N...
2007-08-22 Pierangelo Masaratisupport session tracking during tool binds
2007-08-21 Pierangelo Masaraticlient side of draft-wahl-ldap-session
2007-08-21 Pierangelo Masaratifurther fix previous commit
2007-08-21 Pierangelo Masaratifix extra controls in tools
2007-08-21 Pierangelo Masaratifix or comment Calysto findings
2007-08-17 Pierangelo Masaratifix previous commit (may be called more than once)
2007-08-17 Pierangelo Masaratiallow unknown generic controls (by OID=b64value)
2007-08-16 Pierangelo Masaraticleanup tools
2007-07-22 Howard ChuDelete -C description, should not have been documented
2007-06-19 Pierangelo Masaratibetter implementation for ITS#4996 and docs (ldapsearch...
2007-06-19 Kurt ZeilengaPpolicy control should be sent with every request...
2007-06-09 Pierangelo Masaratiallow host resolution via DNS SRV based on the DN porti...
2007-04-29 Howard ChuITS#4939 fix typo
2007-04-01 Quanah Gibson-MountFix typo
2007-01-13 Pierangelo Masaratiadd support to test exceptional behavior (abandon/cance...
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 Masaratifix type format
2006-12-18 Luke HowardAdd common -o nettimeout option to specify network...
2006-08-22 Kurt ZeilengaMore LDAP_DEVEL cleanup
2006-08-17 Kurt Zeilengafix confused comment
2006-06-21 Kurt ZeilengaMisc RFC reference updates
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-10 Pierangelo Masaratiimprove previous commit
2006-03-10 Pierangelo Masaratidon't pass uninitialized pointers around
2006-03-06 Kurt ZeilengaNeed to clear controls before ldap_txn_end_s call.
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-06 Pierangelo Masaratiminor cleanup
2006-01-03 Kurt ZeilengaHappy new year!
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-23 Pierangelo Masaratiadd some friendly output of server control responses...
2005-11-22 Pierangelo Masaratiprint control response (may need to condition with...
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-08-01 Hallvard FurusethPlug memory leaks
2005-07-31 Pierangelo Masaratifix previous commit (ITS#3905)
2005-07-25 Pierangelo Masaratisilence warnings
2005-06-03 Kurt Zeilengamove ManageDIT behind LDAP_DEVEL
2005-05-13 Kurt ZeilengaAdd client-side ManageDIT control support
2005-05-06 Pierangelo Masaraticleanup usage
2005-04-25 Kurt ZeilengaImprove error messages
2005-04-19 Pierangelo Masaratiallow abandon/cancel for all tools
2005-04-01 Kurt ZeilengaITS#3620: Initial Unbind control fix
2005-01-27 Pierangelo Masaratiuse / as separator
2005-01-25 Pierangelo Masaratiadd support for Chaining Behavior control (<draft-serme...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-10-19 Kurt ZeilengaMore NEW_LOGGING removal
2004-09-20 Kurt ZeilengaFix typo in error message
2004-07-05 Pierangelo Masaratifix URI parsing error code
2004-06-18 Pierangelo Masaratiimprove client parsing - first step
2004-05-14 Howard ChuJust set ppolicy control in tool_bind()
2004-03-17 Kurt ZeilengaBe consistent with element separators.
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-12 Kurt Zeilenga-E/-e are not just for controls
2004-01-01 Kurt ZeilengaHappy new year
2003-12-14 Kurt ZeilengaRemove LDAP_DEPRECATED dependency
2003-12-14 Kurt ZeilengaAdd LDAP_DEPRECATED macro
2003-12-02 Kurt ZeilengaClarify that referrals are chased anonymously
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-11-25 Kurt ZeilengaBerkeley DB 4.2 support (DB 4.2 required by default)
2003-10-13 Kurt ZeilengaRework of berbuf allocation:
2003-09-18 Kurt ZeilengaFix pre/post attrs init bug (ITS#2728)
2003-09-16 Kurt ZeilengaInitial support for pre/post read controls.
2003-06-10 Kurt ZeilengaAssertion control with no backend support (yet)
2003-06-05 Hallvard FurusethRename setlocale,bindtextdomain,textdomain to ldap_pvt_...
2003-05-22 Kurt ZeilengaError when user tries to mix command line and default...
2003-05-17 Kurt Zeilengacleanup
next