]> git.sur5r.net Git - openldap/history - clients
TLS doesn't need ldap_host_connected_to()
[openldap] / clients /
2001-06-21 Kurt ZeilengaDon't say "version: 2"
2001-06-15 Kurt ZeilengaMisc updates for NT4
2001-06-14 Kurt ZeilengaRestore
2001-06-14 Kurt ZeilengaRip most of Kbind out in prep for adding SASL.
2001-06-11 Kurt ZeilengaRemove more UFN cruft
2001-06-11 Kurt Zeilengaunifdef -ULDAP_UFN
2001-06-09 Kurt ZeilengaFix no domainpart bug
2001-06-09 Kurt ZeilengaUpdated pthread test and usage (avoid pthread_detach...
2001-05-18 Kurt ZeilengaFix filter printing
2001-05-03 Kurt Zeilengadetect and use fcntl (for BSD/OS)
2001-05-02 Kurt ZeilengaClean up some logic, based upon Novell patches
2001-03-15 Kurt ZeilengaAdd LDAP version to comment
2001-02-27 Julio Sánchez Fern... Sendmail is so weird that it passes us an address of...
2001-01-23 Kurt ZeilengaValidate timelimit argument
2001-01-23 Kurt ZeilengaRename timelimit to timeout where it refers to the...
2001-01-19 Kurt ZeilengaMove -V to -F so that -V can be used for version inform...
2001-01-18 Kurt Zeilengause "authcid" instead of "username".
2001-01-16 Kurt ZeilengaChange start tls warning message
2000-11-24 Julio Sánchez Fern... Fix crash when a mail list appears twice in the expansi...
2000-11-06 Kurt ZeilengaFix passwd clearing bug
2000-10-28 Kurt ZeilengaFix encoding of old password
2000-10-25 Gary Williamsenable new logging functions (behind NEW_LOGGING)
2000-10-17 Kurt ZeilengaRemove commented out (logging) code
2000-10-17 Kurt Zeilengareturn default to no logging
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-12 Gary Williamsexample client using new logging
2000-10-11 Kurt ZeilengaAdd missing 'static'... (ITS#823,825,828)
2000-10-11 Kurt ZeilengaUpdate ldappasswd binddn bug, man page and error reporting
2000-10-03 Kurt ZeilengaFix add of empty value.
2000-09-19 Kurt ZeilengaFix spelling error
2000-09-16 Kurt ZeilengaFix #undef LDAP_UFN
2000-09-16 Kurt Zeilengamodify ldap_dn2ufn() to return completely typeless...
2000-09-15 Ben Collinsremove unused var 'actions'
2000-09-15 Ben CollinsFix fprintf\'s, missing `prog\' argument
2000-09-15 Ben Collinscompiler warnings, possible use of unitialized data
2000-09-13 Ben Collinsmissed newline in printf
2000-09-13 Kurt ZeilengaFix ldap_init/initialize error checking
2000-09-13 Ben Collinsinit output_string to NULL, and check in printbase...
2000-09-07 Kurt ZeilengaFix -R processing
2000-09-06 Kurt ZeilengaFix kbind typo (ITS#717)
2000-09-06 Kurt Zeilengauser argument should be optional
2000-09-06 Kurt Zeilengasegfault by ldappasswd -A -S (ITS#714) fix
2000-09-05 Kurt ZeilengaAdd -H to usage
2000-08-31 Kurt ZeilengaBack out last change
2000-08-31 Kurt ZeilengaFix URI
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-08-21 Kurt ZeilengaFix up examples, X.500 references, etc.
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-08-16 Kurt ZeilengaITS#657: Added command-line switch for searchbase to...
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-27 Kurt ZeilengaFix empty AND/OR search list bug
2000-07-22 Kurt ZeilengaUse sigaction to set SA_RESTART (if appropriate).
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-06 Kurt ZeilengaUse setproctitle correctly
2000-07-05 Kurt ZeilengaAdd missing EOL
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-29 Kurt ZeilengaAdd LDAPv3 rename support
2000-06-26 Kurt ZeilengaDo not include <lber.h>
2000-06-25 Kurt ZeilengaMove old files to the Attic
2000-06-25 Kurt ZeilengaFail if ldap_set_option fails
2000-06-25 Kurt ZeilengaRound 2 of tools work.
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-06-20 Kurt ZeilengaNo need to include <lber.h>
2000-06-19 Kurt ZeilengaAdjust -Z[Z] usage statements
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-14 Kurt ZeilengaFix getpassword bug
2000-06-13 Kurt ZeilengaRename ldap_start_tls() to ldap_start_tls_s() for consi...
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-10 Kurt Zeilengaundef DEFSEP before defining it
2000-06-09 Julio Sánchez Fern... Added maildap.
2000-06-09 Julio Sánchez Fern... A few name changes.
2000-06-09 Julio Sánchez Fern... The experimental mail500 has been renamed as maildap...
2000-06-08 Julio Sánchez Fern... The old mail500 is back restored as of 1999/06/30,...
2000-06-07 Kurt ZeilengaRework URI parser to provide true scheme not proto...
2000-06-05 Kurt ZeilengaAdd ManageDSAit support to back-dnssrv
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-06-03 Kurt ZeilengaUse ldap_parse_result instead of deprecated ldap_result...
2000-05-30 Kurt ZeilengaStrip installed executables
2000-05-29 Kurt ZeilengaForce referrals on
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-16 Kurt ZeilengaFix sasl passwd handling (needs to be copied to other...
2000-05-13 Kurt ZeilengaY2k copyright update
next