openldap/servers/slapd
Kurt Zeilenga 117a37272d Modify slapd syntax struct to have both a validation and normalization
routine.  Could be combined into one routine.
Modify slapd matching rule struct to only have match function.
Modify old attribute such that 'bin' implies octetString, not 'binary'.
Add compatibility for IA5 strings.  Only directoryStrings were handled
before.
Treat attribute types without syntax as incomplete, not default.
Add OctetStringValidate (always returns okay).
Add {UTF8,IA5}StringValidate/Normalize  (IA5 based loosely on
case_exact_normalize).  Need case{Exact,Ignore}UTFMatch, using IA5 versions
for now.
Removed default of syntax/mr handlders, should just skip
registration of syntax/mr's without handlers.
Added comments to slap.h about types versus descriptions.
2000-01-24 23:31:26 +00:00
..
back-bdb2 Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
back-ldap Filled in Cyrus SASL authz/storage callbacks for all backends 2000-01-02 05:42:14 +00:00
back-ldbm Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
back-passwd Filled in Cyrus SASL authz/storage callbacks for all backends 2000-01-02 05:42:14 +00:00
back-perl Filled in Cyrus SASL authz/storage callbacks for all backends 2000-01-02 05:42:14 +00:00
back-shell Filled in Cyrus SASL authz/storage callbacks for all backends 2000-01-02 05:42:14 +00:00
back-tcl * configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB 1999-09-23 05:32:10 +00:00
schema Remove 'mail' as it 'standard', not 'laser' 2000-01-01 20:10:41 +00:00
shell-backends Obsolete file 1999-11-01 22:38:24 +00:00
tools Merged in preliminary support for Cyrus SASL library; 2000-01-02 01:21:25 +00:00
abandon.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
acl.c Add get_supported_acimech() for use by root_dse, check aci OIDs against supported list. 1999-11-22 18:42:46 +00:00
aclparse.c Fix bug in group spec parsing, was failing to set attributeType if a 2000-01-15 03:48:37 +00:00
add.c Reengineered ldappasswd(1). Uses extended operation to set 1999-12-08 04:37:59 +00:00
attr.c Modify slapd syntax struct to have both a validation and normalization 2000-01-24 23:31:26 +00:00
ava.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
backend.c Add simple password test program. 1999-12-09 01:11:16 +00:00
bind.c Merged in preliminary support for Cyrus SASL library; 2000-01-02 01:21:25 +00:00
ch_malloc.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
charray.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
compare.c Reengineered ldappasswd(1). Uses extended operation to set 1999-12-08 04:37:59 +00:00
config.c Add simple password test program. 1999-12-09 01:11:16 +00:00
configinfo.c In preparation for adding dn_rewrite()... 1999-09-24 01:46:37 +00:00
connection.c Merged in preliminary support for Cyrus SASL library; 2000-01-02 01:21:25 +00:00
controls.c Reengineered ldappasswd(1). Uses extended operation to set 1999-12-08 04:37:59 +00:00
daemon.c Per ITS#419, don't require SLAPD_RLOOKUPS when HAVE_TCPD 2000-01-11 01:12:08 +00:00
delete.c Reengineered ldappasswd(1). Uses extended operation to set 1999-12-08 04:37:59 +00:00
dn.c Remove DNS_DN experimental code. 1999-12-18 19:54:22 +00:00
entry.c In preparation for adding dn_rewrite()... 1999-09-24 01:46:37 +00:00
extended.c Updated sasl response to support returning of referrals. 1999-12-15 23:22:47 +00:00
filter.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
filterentry.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
init.c Place passwd extended op into builtin list. 1999-12-09 23:05:15 +00:00
kerberos.c Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
libslapd.dsp adjust to kerberos/passwd rearrangements. 1999-11-24 00:49:02 +00:00
lock.c Removed explicit include of <ac/param.h> because it must be included 1999-11-02 19:39:56 +00:00
main.c Add password check and generation check. 1999-12-12 18:45:06 +00:00
Makefile.in Install schema/*.{at,oc}.conf files. 2000-01-01 20:11:50 +00:00
modify.c Reengineered ldappasswd(1). Uses extended operation to set 1999-12-08 04:37:59 +00:00
modrdn.c Reengineered ldappasswd(1). Uses extended operation to set 1999-12-08 04:37:59 +00:00
module.c Adds for Start TLS functionality on slapd and LDAP C API. 1999-12-09 22:33:22 +00:00
monitor.c Set modifiersname/timestamp upon creation. 1999-11-01 17:19:01 +00:00
nt_svc.c Fixes for NT dynamic linking. 1999-11-27 23:40:08 +00:00
operation.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
passwd.c Updated sasl response to support returning of referrals. 1999-12-15 23:22:47 +00:00
phonetic.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
proto-slap.h Modify slapd syntax struct to have both a validation and normalization 2000-01-24 23:31:26 +00:00
repl.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
result.c Updated sasl response to support returning of referrals. 1999-12-15 23:22:47 +00:00
root_dse.c Reengineered ldappasswd(1). Uses extended operation to set 1999-12-08 04:37:59 +00:00
sasl.c Merged in preliminary support for Cyrus SASL library; 2000-01-02 01:21:25 +00:00
schema.c Modify slapd syntax struct to have both a validation and normalization 2000-01-24 23:31:26 +00:00
schemaparse.c Add comment: old schema is OC less category (abstract, struct, aux). 2000-01-23 20:49:17 +00:00
search.c Reengineered ldappasswd(1). Uses extended operation to set 1999-12-08 04:37:59 +00:00
slap.h Modify slapd syntax struct to have both a validation and normalization 2000-01-24 23:31:26 +00:00
slapd.at.conf Switch userpasswd from 'ces' to 'bin'. 1999-11-23 19:03:40 +00:00
slapd.conf Modify slapd.conf to match example provided in Quick Start Guide 1999-12-04 18:35:33 +00:00
slapd.dsp release build needs advapi32.lib added to link 1999-12-07 20:08:05 +00:00
slapd.dsw Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS. 1999-07-16 02:45:46 +00:00
slapd.oc.conf Add OpenLDAP RCSid 1999-09-08 22:52:19 +00:00
slapd.syms Add some mutex symbols, delete unused *_values symbols 1999-12-10 03:42:39 +00:00
starttls.c Updated sasl response to support returning of referrals. 1999-12-15 23:22:47 +00:00
str2filter.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
suffixalias.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
unbind.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
user.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
value.c ITS#303: value_add_fast() empty value bug. Ignore empty value. 1999-09-24 04:19:37 +00:00