]> git.sur5r.net Git - openldap/history - clients/tools/ldappasswd.c
Happy new year!
[openldap] / clients / tools / ldappasswd.c
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaraticomplain if new password is not returned when expected
2005-11-16 Pierangelo Masaraticheck reponse tags in ldapmodify; other functions rely...
2005-10-29 Kurt ZeilengaProvide unique error message for ldap_parse_extended_result
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-08-28 Kurt ZeilengaFix typo
2004-03-12 Kurt Zeilenga-E/-e are not just for controls
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 ZeilengaNotice/Acknowledge updates
2003-11-25 Kurt ZeilengaNotice updates
2003-09-12 Kurt Zeilenga-y should not require -W
2003-09-09 Kurt ZeilengaITS#2696:
2003-07-30 Kurt ZeilengaITS#2657: authzid (and assertion) should apply to most...
2003-04-12 Kurt ZeilengaAdd -y support
2003-04-06 Kurt ZeilengaMark translatable strings. Needs work.
2003-03-31 Kurt ZeilengaAdd additional password file support.
2003-03-31 Kurt ZeilengaAdd -y support to ldappasswd.c
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 FurusethInsert missing initializers, to silence gcc warnings.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-18 Howard ChuUse ber_flatten2 to avoid excess mallocs
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 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-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 ZeilengaAdd manageDsaIt/NOOP control support to every tool.
2002-08-29 Kurt ZeilengaRework client control parsing... need to implement
2002-07-27 Howard ChuUse lutil_progname, #include <lutil.h> to get it.
2002-03-11 Kurt ZeilengaReturn EXIT_FAILURE if result code is not success.
2002-02-08 Kurt ZeilengaFix misplaced "search" references
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-17 Howard ChuFix ITS#1497 use strcmp instead of strncmp
2001-12-07 Howard ChuFrom jon@symas.com - patches for consistent use of...
2001-08-28 Kurt ZeilengaUse parens for clarity
2001-01-18 Kurt Zeilengause "authcid" instead of "username".
2001-01-16 Kurt ZeilengaChange start tls warning message
2000-11-06 Kurt ZeilengaFix passwd clearing bug
2000-10-28 Kurt ZeilengaFix encoding of old password
2000-10-13 Kurt ZeilengaDon't print bind dn, it's confusing when using SASL
2000-10-13 Kurt ZeilengaUse LDAP_VERSION3 instead of 3
2000-10-11 Kurt ZeilengaUpdate ldappasswd binddn bug, man page and error reporting
2000-09-19 Kurt ZeilengaFix spelling error
2000-09-15 Ben CollinsFix fprintf\'s, missing `prog\' argument
2000-09-13 Kurt ZeilengaFix ldap_init/initialize error checking
2000-09-07 Kurt ZeilengaFix -R processing
2000-09-06 Kurt Zeilengauser argument should be optional
2000-09-06 Kurt Zeilengasegfault by ldappasswd -A -S (ITS#714) fix
2000-08-25 Kurt ZeilengaAdd missing fprintf param
2000-08-25 Kurt ZeilengaFix typo which escaped my obviously flawed midnight...
2000-08-25 Kurt ZeilengaAdd support of "-H uri"
2000-08-23 Randy KunkeeClean up lint.
2000-07-17 Kurt ZeilengaClean up usage()
2000-07-17 Kurt ZeilengaExpose sasl flags to -lldap (so they can be quiet)
2000-07-17 Kurt ZeilengaFirst cut SASL "interactive" and "quiet" modes (default...
2000-07-16 Kurt ZeilengaUpdate usage to note that user may not be represented...
2000-07-16 Kurt ZeilengaFix authmethod defaulting
2000-07-16 Kurt ZeilengaAdd -x (simple authentication)
2000-07-16 Kurt ZeilengaMake it all work.
2000-07-15 Kurt ZeilengaCleanup previous commit
2000-07-15 Kurt ZeilengaRework SASL command line arguments. Default is now...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-04 Kurt ZeilengaCorrect improper ldap_result() result checking...
2000-07-04 Kurt ZeilengaImproved but still broken client tools.
2000-07-03 Kurt ZeilengaAdd reporting of LDAPv3 referrals. Should also report...
2000-06-25 Kurt ZeilengaFail if ldap_set_option fails
2000-06-25 Kurt ZeilengaRound 2 of tools work.
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-06-19 Kurt ZeilengaAdjust -Z[Z] usage statements
2000-06-13 Kurt ZeilengaRename ldap_start_tls() to ldap_start_tls_s() for consi...
2000-05-19 Kurt ZeilengaUse getpassphrase() instead of getpass() if available.
2000-05-16 Kurt Zeilengas/bindpw/passwd/
2000-05-16 Kurt ZeilengaFix password handling for SASL
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-20 Kurt ZeilengaStartTLS requires LDAPv3
2000-04-20 Kurt ZeilengaITS#503: Extend ldap tools to support SASL/TLS
1999-12-11 Kurt ZeilengaWrap request/response bervals in a sequence.
1999-12-10 Kurt ZeilengaUpdate usage and man page.
1999-12-10 Kurt ZeilengaFix slapd SASL/ExternalOps encoding
1999-12-09 Kurt ZeilengaModify password code such that backend end routine...
1999-12-08 Kurt ZeilengaUpdate for new password codes for MSVC5
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-10-25 Kurt ZeilengaAdd macros to compute base64 encode/decode lengths.
1999-10-01 Kurt ZeilengaMove crypt(3) prototypes from <ac/unistd.h> to <ac...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-05 Kurt ZeilengaDisable REFERRALS. Should add -C/-CC/-R options (chase...
1999-09-02 Hallvard FurusethCleanup:
1999-08-09 Kurt ZeilengaFix tv.sec typo in last commit. srand(tv.tv_sec *...
1999-08-09 Kurt ZeilengaWrap prints of DN and other strings in double quotes...
next