]> git.sur5r.net Git - openldap/history - clients/tools
Add -y support to ldappasswd.c
[openldap] / clients / tools /
2003-03-31 Kurt ZeilengaAdd -y support to ldappasswd.c
2003-03-29 Howard ChuAdded version rules
2003-03-29 Howard ChuRemove unused reference to ldif_debug
2003-03-29 Howard ChuTweak version.c rules
2003-03-29 Howard ChuRevert previous commit
2003-03-27 Kurt ZeilengaAlso fix -MM, -CC, etc..
2003-03-27 Howard ChuFix: -ZZ was not requiring StartTLS to succeed.
2003-03-19 Howard ChuUse ol_version.h
2003-03-18 Howard ChuUse ol_version.h
2003-02-27 Howard ChuFix typo in KRBV4 handling
2003-02-10 Howard ChuFix undef'd code for empty attributes.
2003-02-10 Kurt Zeilengas/LDAP_SUCCESS/LDAP_OPT_SUCCESS/
2003-02-10 Kurt ZeilengaAdd library version check to prevent mismatch during...
2003-02-09 Kurt ZeilengaFix DESTDIR to work without --static
2003-02-09 Kurt ZeilengaMisc LCUP cleanup
2003-02-09 Kurt Zeilengaadd domainScope control support
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-05 Jong Hyuk Choiremove printf
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-20 Kurt ZeilengaUse version strings provided by build system for -V
2003-01-20 Kurt ZeilengaFirst cut at -V (version) argument. Needs work.
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-19 Hallvard FurusethCast ctype.h arguments to unsigned char.
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-19 Hallvard FurusethFix LBER_ERROR vs. -1 confusion.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-27 Pierangelo Masaratimore readable diffs and reduced number of conflicts...
2002-12-18 Jong Hyuk Choilcup persistent search option
2002-12-18 Howard ChuUse ber_flatten2 to avoid excess mallocs
2002-12-18 Hallvard FurusethPlug memory leaks from ldap_get_option().
2002-12-14 Pierangelo MasaratiDunno in advance how many controls will be set by a...
2002-12-12 Hallvard FurusethFactor out common client code to file common.c
2002-12-11 Hallvard FurusethPlug memory leak from ldap_<first/next>_attribute().
2002-12-09 Hallvard FurusethUpdate '-c' error handling, so error in any operation...
2002-12-04 Howard ChuFix Solaris SEGV when base is not specified
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-12-02 Hallvard FurusethNever let ldif_parse_line() return a NULL value with...
2002-12-02 Hallvard FurusethEsthetic change: Move break; out of if() to before...
2002-12-01 Pierangelo Masaratiput 'break' only at the end of the 'case'
2002-11-30 Hallvard Furusethldapsearch -E subentries=... lacked a break; for case...
2002-11-29 Kurt ZeilengaClean up error messages
2002-11-28 Kurt ZeilengaAdd -e authzid argument processing
2002-11-28 Kurt Zeilenga#unifdef paged results, remove lint
2002-11-28 Kurt ZeilengaUse ldap_whoami_s(3)
2002-11-28 Kurt ZeilengaAdd whoami.c and passwd.c and other minor tweaks to...
2002-11-28 Kurt Zeilengaproxy authz control (client only)
2002-11-21 Pierangelo Masaratienforce the declared behavior when using -L[L[L]]
2002-11-21 Pierangelo Masaratiadd limits to entries count for paged results
2002-11-21 Pierangelo Masarati- allow interactive pagedResults size change
2002-11-21 Pierangelo MasaratiSupport for RFC 2696:
2002-10-23 Kurt ZeilengaAdd more LDIF comments
2002-10-12 Kurt ZeilengaPatch: 'ldapmodify -c' should return error on failure...
2002-09-08 Howard ChuAdded ldapcompare.c to SRCS so it will be processed...
2002-09-06 Howard ChuMerged ldap_get_values_ber into ldap_get_attribute_ber.
2002-09-05 Howard ChuAdded 2nd version of print_entry using new ldap_get_...
2002-09-04 Kurt ZeilengaMove ldap_control_dup() to ldap_pvt.h
2002-08-31 Pierangelo Masaratiadd ldif control support (ITS#2060, patch from David...
2002-08-30 Kurt ZeilengaGenerate subentries control
2002-08-30 Kurt ZeilengaAdd client-side subentries control support.
2002-08-30 Kurt ZeilengaClose comment
2002-08-30 Kurt ZeilengaRemove those #ifdefs NOOP just added.
2002-08-30 Kurt ZeilengaMore noop #ifdef'ing
2002-08-30 Kurt ZeilengaPlace NOOP behind #ifdef
2002-08-30 Kurt ZeilengaPrint information about control used.
2002-08-30 Kurt ZeilengaAllow generation of no-op control
2002-08-29 Kurt ZeilengaAdd manageDsaIt/NOOP control support to every tool.
2002-08-29 Kurt ZeilengaAdd to NT build
2002-08-29 Kurt ZeilengaRework client control parsing... need to implement
2002-08-29 Pierangelo Masaratiimprove control support thru -E switch
2002-08-24 Kurt ZeilengaRemove cruft
2002-08-24 Kurt ZeilengaPatch: 'ldapmodify -y file' reads password from file...
2002-08-09 Pierangelo Masaratiremove warnings
2002-08-05 Kurt ZeilengaFix LDIF LF / CRLF handling.
2002-08-03 Howard ChuITS#1956, bvalp declaration
2002-07-27 Howard ChuUse lutil_progname, #include <lutil.h> to get it.
2002-07-23 Kurt Zeilengasnprintf cleanup
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-09 Kurt ZeilengaVLV clean OPENLDAP_REL_ENG_2_MP
2002-06-06 Kurt ZeilengaFull_Name: Norbert Klasen
2002-06-02 Kurt ZeilengaAdd matched values command line support (ITS#1811).
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-03-18 Howard ChuFix ITS#1649, a filter constructed from a BUFSIZ input...
2002-03-11 Kurt ZeilengaReturn EXIT_FAILURE if result code is not success.
2002-02-10 Kurt ZeilengaUpdate libtool usage
2002-02-08 Kurt ZeilengaFix misplaced "search" references
2002-02-06 Pierangelo Masaratifixes ITS#1578
2002-01-30 Kurt ZeilengaAdd a project for ldapcompare(1)
2002-01-29 Kurt ZeilengaInitial ldapcompare(1) implementation. Adapted from...
2002-01-28 Kurt ZeilengaFix typo in last commit
2002-01-28 Kurt ZeilengaInitial ldapwhoami implementation
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-20 Kurt ZeilengaFix typo in last commit
2001-12-20 Kurt ZeilengaMinor cleanup
2001-12-19 Kurt ZeilengaRemove lint
2001-12-17 Howard Chu from jon@symas.com; include ldap_log.h for proper...
2001-12-17 Howard ChuFix ITS#1497 use strcmp instead of strncmp
2001-12-12 Howard ChuMore from jon@symas.com - argv[0] comparison must exclu...
2001-12-07 Howard ChuNT updates from jon@symas.com.
next