]> git.sur5r.net Git - openldap/history - clients/tools/ldapsearch.c
VLV clean
[openldap] / clients / tools / ldapsearch.c
2002-06-09 Kurt ZeilengaVLV clean OPENLDAP_REL_ENG_2_MP
2002-06-02 Kurt ZeilengaAdd matched values command line support (ITS#1811).
2002-03-18 Howard ChuFix ITS#1649, a filter constructed from a BUFSIZ input...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-17 Howard Chu from jon@symas.com; include ldap_log.h for proper...
2001-12-07 Howard ChuMore from Jon Leichter @ Symas - platform-independent...
2001-09-04 Kurt ZeilengaDon't ignore attribute list when -S is specified.
2001-08-28 Kurt ZeilengaUse parens for clarity
2001-06-21 Kurt ZeilengaDon't say "version: 2"
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-03-15 Kurt ZeilengaAdd LDAP version to comment
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-06 Kurt ZeilengaFix passwd clearing bug
2000-10-17 Kurt ZeilengaRemove commented out (logging) code
2000-10-17 Kurt Zeilengareturn default to no logging
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-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-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-07-27 Kurt ZeilengaFix empty AND/OR search list bug
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 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-05 Kurt ZeilengaAdd missing EOL
2000-07-04 Kurt ZeilengaImproved but still broken client tools.
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-19 Kurt ZeilengaAdjust -Z[Z] usage statements
2000-06-13 Kurt ZeilengaRename ldap_start_tls() to ldap_start_tls_s() for consi...
2000-06-10 Kurt Zeilengaundef DEFSEP before defining it
2000-06-05 Kurt ZeilengaAdd ManageDSAit support to back-dnssrv
2000-06-03 Kurt ZeilengaUse ldap_parse_result instead of deprecated ldap_result...
2000-05-29 Kurt ZeilengaForce referrals on
2000-05-19 Kurt ZeilengaUse getpassphrase() instead of getpass() if available.
2000-05-16 Kurt ZeilengaFix sasl passwd handling (needs to be copied to other...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuFix off-by-one in allocation of urlpre
2000-05-11 Kurt ZeilengaChange negotiated mechanism:
2000-04-25 Kurt ZeilengaFix typos in version checking
2000-04-24 Ben Collinswith the -t option (writing to /tmp) open files with...
2000-04-20 Kurt ZeilengaStartTLS requires LDAPv3
2000-04-20 Kurt ZeilengaITS#503: Extend ldap tools to support SASL/TLS
2000-04-12 Kurt Zeilenga#define LDAP_LDIF to default to LDIF output
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
1999-12-12 Kurt ZeilengaAdd checks to ensure arguments are consistent (v2 vs...
1999-10-31 Howard ChuFix broken MSVC builds. The previous round of Mingw32...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-02 Hallvard FurusethCleanup:
1999-08-17 Howard ChuRemove extraneous newlines from non-LDIF output
1999-08-17 Hallvard FurusethPrint "<DEFAULT>" instead of "0" when ldapport=0 in...
1999-08-16 Kurt Zeilengaprintf "ALL" to stderr.
1999-08-13 Kurt ZeilengaRemove temporary comment
1999-08-04 Kurt ZeilengaAdd copyright notices.
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-31 Kurt ZeilengaKludge ldapmodify to accept "version: 1" in LDIF input.
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
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-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-30 Kurt ZeilengaInitial round 2 memory allocation changes. THIS IS...
1999-05-29 Kurt ZeilengaAdd warnings if ldap_set_option() fails.
1999-05-24 Kurt ZeilengaITS#159 fix. ldaphost may be NULL when used as printf...
1999-05-20 Kurt Zeilengafound my lber bug... ber_buf should have been freed...
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-03-09 Hallvard FurusethPass LDAP_OPT_<ON/OFF> instead of (void*)flag to ldap_s...
1999-03-01 Kurt ZeilengaUse ldap_memfree() instead of free().
1999-01-31 Kurt ZeilengaFix ldap_send_initial_request() to open connection...
1999-01-20 Kurt Zeilengaignore SIGPIPE
1999-01-20 Kurt ZeilengaUpdate ldap_first_attribute/ldap_next_attribute to...
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-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-15 Dave StoreyAdded support for password prompting. (-W switch)
1998-12-14 Dave StoreyStreamlined Kerberos Code.
1998-12-14 Kurt ZeilengaBackout previous changes made by Dave as they excessive...
1998-12-12 Dave StoreyUpdated Kerberos code, added password prompting. <dave...
next