openldap/servers/slapd
Julio Sánchez Fernández 95eacae431 Integer (not numericString, that are different) matches.
Good for nss_ldap (equality indexing of uidNumber and the
like now work).
2000-09-11 18:34:14 +00:00
..
back-dnssrv Update SASL code to reuse context through life of session. 2000-07-13 22:54:38 +00:00
back-ldap Update SASL code to reuse context through life of session. 2000-07-13 22:54:38 +00:00
back-ldbm ITS#717 slapd kbind patch 2000-09-07 22:03:32 +00:00
back-passwd Update SASL code to reuse context through life of session. 2000-07-13 22:54:38 +00:00
back-perl Update SASL code to reuse context through life of session. 2000-07-13 22:54:38 +00:00
back-shell Use example.com in examples 2000-08-21 03:09:53 +00:00
back-sql documentation update. this reflects recent changes (redesign, referral and multiple objectclasses support, and other), and provides new (hopefully more clear ;) description of concept 2000-09-05 18:16:58 +00:00
back-tcl
schema Add krb5-kdc to list 2000-09-05 20:24:44 +00:00
shell-backends
tools Add "allow tls_2_anon" to allow StartTLS to force session to anonymous. 2000-09-08 22:59:01 +00:00
abandon.c
acl.c Fix typo 2000-09-05 19:38:26 +00:00
aclparse.c Fix ACL SSF reporting 2000-09-05 18:24:24 +00:00
ad.c Add experimental support for undefined attribute types. 2000-07-02 17:16:18 +00:00
add.c Disallow inappropriate operations upon the root dse. 2000-09-08 05:20:46 +00:00
at.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
attr.c
ava.c Fix leak pointed out by christian.lorenz@suse.de (ITS#614) 2000-07-04 20:27:59 +00:00
backend.c Add sasl-host option and treat sasl-realm as global only 2000-08-30 01:44:39 +00:00
bind.c Add more bind allow/disallow flags 2000-09-11 18:24:24 +00:00
ch_malloc.c
charray.c
compare.c disallow more root dse operations 2000-09-08 16:59:15 +00:00
config.c Add more bind allow/disallow flags 2000-09-11 18:24:24 +00:00
configinfo.c
connection.c Add "allow tls_2_anon" to allow StartTLS to force session to anonymous. 2000-09-08 22:59:01 +00:00
controls.c
daemon.c Minor IPv6 changes (ITS#716) suggested by Stig Venass <venaas@uninett.no> 2000-09-06 19:03:33 +00:00
delete.c Disallow inappropriate operations upon the root dse. 2000-09-08 05:20:46 +00:00
dn.c
entry.c Add experimental support for undefined attribute types. 2000-07-02 17:16:18 +00:00
extended.c Remove extended op callback function... doesn't provide necessary locking 2000-08-26 02:13:52 +00:00
filter.c restrictops, requires, disallow knobs; ssf acls; and misc other changes 2000-08-28 18:38:48 +00:00
filterentry.c Update framework to support registration of approximate matching 2000-07-24 21:29:30 +00:00
index.c First cut of LDBM substrings indexing. Needs testing. 2000-08-22 21:26:25 +00:00
init.c Update SASL code to reuse context through life of session. 2000-07-13 22:54:38 +00:00
kerberos.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
libslapd.dsp
lock.c
main.c remove bdb2 cruft 2000-08-18 04:24:08 +00:00
Makefile.in Bring UCdata infrastructure. 2000-09-03 23:48:35 +00:00
modify.c disallow more root dse operations 2000-09-08 16:59:15 +00:00
modrdn.c disallow more root dse operations 2000-09-08 16:59:15 +00:00
module.c
monitor.c Remove dead comment 2000-07-27 18:40:50 +00:00
mr.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
nt_svc.c
oc.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
operation.c
passwd.c restrictops, requires, disallow knobs; ssf acls; and misc other changes 2000-08-28 18:38:48 +00:00
phonetic.c s/METAPHONE/SLAPD_METAPHONE/ 2000-07-27 00:14:39 +00:00
proto-slap.h Add "allow tls_2_anon" to allow StartTLS to force session to anonymous. 2000-09-08 22:59:01 +00:00
repl.c
result.c Remove cldap cruft 2000-08-18 03:35:19 +00:00
root_dse.c Don't publish version 2 if disallowed 2000-08-31 18:51:15 +00:00
sasl.c Add sasl-host option and treat sasl-realm as global only 2000-08-30 01:44:39 +00:00
schema_check.c
schema_init.c Integer (not numericString, that are different) matches. 2000-09-11 18:34:14 +00:00
schema_prep.c Use ucdata (very experimental) 2000-09-07 23:19:10 +00:00
schema.c
schemaparse.c conform schema routines to ldap naming conventions 2000-07-22 17:30:44 +00:00
search.c restrictops, requires, disallow knobs; ssf acls; and misc other changes 2000-08-28 18:38:48 +00:00
sets.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
sets.h
slap.h Add more bind allow/disallow flags 2000-09-11 18:24:24 +00:00
slapd.conf Add "index objectClass eq" 2000-08-25 01:16:32 +00:00
slapd.dsp
starttls.c Add "allow tls_2_anon" to allow StartTLS to force session to anonymous. 2000-09-08 22:59:01 +00:00
str2filter.c
suffixalias.c
syntax.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
unbind.c
user.c
value.c Plug memory leak of normalized value in value_find() 2000-07-20 23:56:12 +00:00