]> git.sur5r.net Git - openldap/history - servers/slapd/back-passwd/search.c
Sync with HEAD
[openldap] / servers / slapd / back-passwd / search.c
2004-04-12 Kurt ZeilengaSync with HEAD
2004-03-18 Kurt ZeilengaSync with HEAD
2004-03-17 Kurt ZeilengaSync with HEAD as of 14-March-2004
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Kurt ZeilengaSync with HEAD
2003-05-25 Kurt ZeilengaAnother round of minor copyright updates
2003-05-14 Howard ChuITS#2509 add missing arg for dnNormalize
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-11 Howard ChuMore memory context tweaks
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-02-26 Pierangelo Masaratimore SLAP_NVALUES cleanup
2002-08-26 Kurt Zeilengaremove lint
2002-08-26 Kurt ZeilengaPrevent buffer overflow
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-05-15 Kurt ZeilengaFix typo in last commit.
2002-05-09 Kurt ZeilengaPatch: back-passwd needs pwent mutex (ITS#1794)
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-02-13 Pierangelo Masaratiuse ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-09 Kurt ZeilengaFix problems caused by lint removal
2002-01-02 Howard ChuChanged struct berval ** to BVarray
2002-01-01 Howard ChuCleanup
2002-01-01 Howard ChuUse ldap_str2rdn
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-28 Howard ChuChanged dn_rdn/dn_rdnlen to struct berval
2001-12-28 Kurt ZeilengaMore dn_normalize() -> dnNormalize() changes
2001-12-28 Kurt Zeilengadn_normalize -> dnNormalize
2001-12-26 Kurt ZeilengaUpdate to new API (struct berval DNs)
2001-12-26 Kurt ZeilengaMisc cleanup and dn_normalize() zapping
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-25 Kurt ZeilengaFix typo
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaFix modrdn
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuChanged be_nsuffix from char ** to struct berval *...
2001-11-28 Kurt ZeilengaITS#1467 passwd fix from Brad Thompson <brad@vecna...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2000-12-28 Kurt ZeilengaITS#941: back-passwd levels fix from nick@debian.org
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-25 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Update back-passwd (that was...
2000-05-22 Kurt ZeilengaConst'ification
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-02 Hallvard FurusethFix str2lower() -> ldap_pvt_str2lower()
1999-07-24 Kurt ZeilengaAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-13 Hallvard FurusethAdd opattrs=0 arg to send_search_entry() call
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-04-29 Kurt ZeilengaUpdate back-passwd based on patches from howard.chu...
1999-03-22 Kurt ZeilengaRound 2 of connection management changes.
1999-03-17 Kurt ZeilengaUse HAVE_PW_GECOS when needed.
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-18 Kurt Zeilengae_ndn = dn_normalize_case( e_dn )
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-26 Kurt ZeilengaMove sizelimit check such that it limits what's returne...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-08-09 Kurt ZeilengaInitial revision