]> git.sur5r.net Git - openldap/history - servers/slapd/search.c
Update copyright statements
[openldap] / servers / slapd / search.c
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuChanged AttributeName back into an array instead of...
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-28 Howard ChuAdded dnPrettyNormal, do both Pretty and Normalize...
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-26 Howard ChuChanged ma_rule_text to struct berval.
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
2001-12-24 Howard ChuChanged suffix_alias() to use struct berval * in-place.
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-22 Kurt ZeilengaUpdate BER decoding of PDU to use "o" (struct berval...
2001-12-22 Pierangelo Masaratiallegedly unnecessary selection of first database to...
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-02 Howard ChuMore CLDAP tweaks, to differentiate between real LDAPv2...
2001-07-14 Pierangelo MasaratiThis is the skeleton of back-monitor, the slapd monitor...
2001-02-03 Kurt ZeilengaRevamp last commit
2001-02-03 Kurt ZeilengaAdd security checks to root DSE searches.
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-10-21 Kurt ZeilengaFirst-cut at manageDSAit-aware backend selection.
2000-10-12 Gary Williamsexample of new logging use
2000-09-11 Kurt ZeilengaAdd 'defaultSearchBase' configuration directive to...
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-16 Kurt ZeilengaRemove unnecessary arg from front end backend_check_ref...
2000-06-16 Kurt ZeilengaRework referral entry point with DNS SRV implementation...
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Add more three value filter...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-16 Kurt ZeilengaApply filter to info entry
2000-05-16 Kurt ZeilengaRework root dse and other info entry codes to produce...
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working cn=schema
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt Zeilengareturn more descriptive error text
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-03-02 Kurt ZeilengaMove handling of operations errors due to submission of
2000-03-01 Kurt ZeilengaReorder error detection based upon precedence
2000-02-29 Kurt ZeilengaReplace do_*() return -1 with return SLAPD_DISCONNECT.
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-01 Kurt ZeilengaDidn't return after returning unknown critical control.
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-10-28 Howard ChuAdded line to #include "ldap_pvt.h". Part of Mingw32...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-19 Howard ChuFix previous dn checkin
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-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-01 Hallvard FurusethFix uninitialized variables
1999-08-07 Hallvard FurusethMinor cleanup:
1999-07-27 Kurt ZeilengaResurrect suffix aliasing...
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-16 Kurt Zeilenga(re)introduce o_connid such that STATS doesn't need...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-05 Kurt ZeilengaAdd get_ctrls()...
1999-07-02 Kurt ZeilengaSend LDAP_SASL_BIND_IN_PROGRESS if o_bind_in_progress...
1999-07-01 Kurt ZeilengaAdd macros to support testing of error categories to...
1999-06-30 Kurt ZeilengaRework BER decoding with lieu of LDAPv3 controls (comin...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-05-28 Julio Sánchez Fern... Provide (and use) #define shortcuts
1999-04-20 Julio Sánchez Fern... Make it honor attrs and attrsonly
1999-04-19 Julio Sánchez Fern... The Root DSE does not depend on SLAPD_CONFIG_DN and...
1999-04-19 Julio Sánchez Fern... Beginning of ROOT DSE support
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-01-19 Kurt ZeilengasuffixAlias will return a normalized uppercase DN if...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-08 Kurt ZeilengaCleanup slapd search op deallocation.
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt Zeilengamerge with main branch OPENLDAP_DEVEL_AC
1998-10-24 Kurt ZeilengaAdded Will Ballantyne's General Aliasing code.
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-08-09 Kurt ZeilengaInitial revision