]> git.sur5r.net Git - openldap/history - clients/tools/ldappasswd.c
Update copyright statements
[openldap] / clients / tools / ldappasswd.c
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...
1999-08-04 Kurt ZeilengaAdd copyright notices.
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-01 Kurt Zeilengas/NULL/'\0'/ where appropriate
1999-06-29 Kurt ZeilengaAttempt to whip user password from command line.
1999-06-22 Kurt ZeilengaCheck for not LDAP_OPT_SUCCESS instead of LDAP_OPT_ERROR.
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaNo anonymous unions.
1999-05-29 Kurt ZeilengaCorrect minor oversights from last commit.
1999-05-29 Kurt ZeilengaAdd warnings if ldap_set_option() fails.
1999-05-19 Kurt Zeilengas/NULLMSG/NULL/
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-29 Hallvard FurusethEnclose CEILING/STRDUP macro args in ()
1999-04-27 Kurt ZeilengaLint removal: signed i < unsigned j
1999-04-04 Hallvard FurusethRemove initialization of auto arrays
1999-03-06 Hallvard FurusethRemove a few typos in comments
1999-02-20 Hallvard Furusethcast pw_in to const unsigned char *
1999-02-08 Kurt ZeilengaDrop the _s from the ldap_perror argument to be consist...
1999-01-31 Kurt ZeilengaFix ldap_send_initial_request() to open connection...
1999-01-20 Kurt Zeilengaignore SIGPIPE
1999-01-20 Kurt ZeilengaDon't use initializers for auto vars.
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-29 Kurt ZeilengaShould have left 'scope' alone.
1998-12-29 Kurt ZeilengaMake ldap_set_option options optional.
1998-12-27 Dave StoreyAdd support for -P protocol_version.
1998-12-27 Hallvard FurusethDon't use initializers for auto arrays
1998-12-22 Dave StoreyCode cleanups. MD5 and SHA1 routines should be a littl...
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-14 Dave StoreyAdded Kerberos support.
1998-12-14 Kurt ZeilengaBackout previous changes made by Dave as they excessive...
1998-12-12 Dave StoreyAdded support for salted passwords.
1998-12-06 Kurt ZeilengaApply update from Dave with password prompting.
1998-12-06 Kurt ZeilengaFix ^I to \t in usage printf
1998-12-06 Kurt ZeilengaAdd ldappasswd program contributed by David E. Storey...