openldap/servers/slapd
Kurt Zeilenga 62a588bd05 Correct SMIME comment
move pilot.schema to the Attic
2000-10-14 01:42:49 +00:00
..
back-bdb Adjust result code when entry is not found to noSuchObject 2000-10-11 18:19:26 +00:00
back-dnssrv Update SASL code to reuse context through life of session. 2000-07-13 22:54:38 +00:00
back-ldap Added conn and op arguments to group backend callback. 2000-10-11 16:35:14 +00:00
back-ldbm Add missing 'static'... (ITS#823,825,828) 2000-10-11 23:42:53 +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 New backend routine: back_attribute 2000-06-21 17:41:49 +00:00
schema Correct SMIME comment 2000-10-14 01:42:49 +00:00
shell-backends Y2k copyright update 2000-05-13 02:47:56 +00:00
tools Add mra.o to linked objects 2000-10-13 20:43:32 +00:00
abandon.c Y2k copyright update 2000-05-13 02:47:56 +00:00
acl.c Removed testing mods accidentally committed with previous fix. 2000-10-11 16:41:15 +00:00
aclparse.c Permit access defined by uniqueMember and not only DN-valued 2000-10-09 19:09:22 +00:00
ad.c Fix ;binary subtyping 2000-09-14 06:07:23 +00:00
add.c Add connection and operation arguments to backend callbacks. 2000-09-29 05:25:44 +00:00
at.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
attr.c Minor adjustments to last commit 2000-06-15 22:53:18 +00:00
ava.c Fix leak pointed out by christian.lorenz@suse.de (ITS#614) 2000-07-04 20:27:59 +00:00
backend.c Fix SLAPD_SPASSWD typo which caused passwd_mutex not to be used 2000-10-09 19:09:28 +00:00
bind.c Return authMethodNotSupported not authUnknown for unknown 2000-10-13 05:28:23 +00:00
ch_malloc.c Y2k copyright update 2000-05-13 02:47:56 +00:00
charray.c Add ManageDSAit support to back-dnssrv 2000-06-05 03:10:46 +00:00
compare.c disallow more root dse operations 2000-09-08 16:59:15 +00:00
config.c Remove "defaultaccess" option. No longer needed as without 2000-10-13 04:45:24 +00:00
configinfo.c Const'ification 2000-05-22 03:46:57 +00:00
connection.c label io as "ldap_" 2000-10-14 00:12:39 +00:00
controls.c Remove not to be implemented control. 2000-06-06 04:50:24 +00:00
daemon.c Import Stig reorganized daemon.c + style changes 2000-10-12 21:59:08 +00:00
delete.c Disallow inappropriate operations upon the root dse. 2000-09-08 05:20:46 +00:00
dn.c misc cleanup 2000-09-29 02:50:34 +00:00
entry.c Fix up logging 2000-10-10 06:34:58 +00:00
extended.c Remove extended op callback function... doesn't provide necessary locking 2000-08-26 02:13:52 +00:00
filter.c The beginning of extensible matches. Do not use. 2000-10-13 20:39:36 +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 Fix SLAPD_SPASSWD typo which caused passwd_mutex not to be used 2000-10-09 19:09:28 +00:00
kerberos.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
libslapd.dsp remove lint 2000-09-22 01:40:57 +00:00
lock.c Y2k copyright update 2000-05-13 02:47:56 +00:00
main.c Let slapd at least start and do things. Someone should really have 2000-10-13 20:24:49 +00:00
Makefile.in The beginning of extensible matches. Do not use. 2000-10-13 20:39:36 +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 Adds for Start TLS functionality on slapd and LDAP C API. 1999-12-09 22:33:22 +00:00
monitor.c Remove dead comment 2000-07-27 18:40:50 +00:00
mr.c Fix misleading text in debug output. 2000-10-09 19:14:44 +00:00
mra.c The beginning of extensible matches. Do not use. 2000-10-13 20:39:36 +00:00
nt_svc.c Check if process is installed/running as service on NT beofre trying t 2000-06-15 02:21:01 +00:00
oc.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
operation.c Y2k copyright update 2000-05-13 02:47:56 +00:00
passwd.c Fix SLAPD_SPASSWD typo which caused passwd_mutex not to be used 2000-10-09 19:09:28 +00:00
phonetic.c s/METAPHONE/SLAPD_METAPHONE/ 2000-07-27 00:14:39 +00:00
proto-slap.h Protos for extensible matching rules 2000-10-13 20:41:23 +00:00
repl.c unifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT 2000-06-06 19:43:18 +00:00
result.c Logging changes 2000-09-30 01:04:54 +00:00
root_dse.c Don't publish version 2 if disallowed 2000-08-31 18:51:15 +00:00
sasl.c Fix layer installation 2000-10-12 19:02:31 +00:00
saslauthz.c Make sure authzid form produces a valid subject DN. Support 2000-10-06 23:50:38 +00:00
schema_check.c unifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT 2000-06-06 19:43:18 +00:00
schema_init.c Per IETF LDAPext discussions, ;binary transfer of binary syntax 2000-10-14 01:37:48 +00:00
schema_prep.c Use ucdata (very experimental) 2000-09-07 23:19:10 +00:00
schema.c unifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT 2000-06-06 19:43:18 +00:00
schemaparse.c conform schema routines to ldap naming conventions 2000-07-22 17:30:44 +00:00
search.c example of new logging use 2000-10-12 20:12:28 +00:00
sets.c Remove extranous characters (^M) and other minor clean up 2000-09-12 21:43:42 +00:00
sets.h Add support for Set ACLs and ACIs. Still need to make this syntax awa 2000-06-29 22:02:15 +00:00
slap.h Permit access defined by uniqueMember and not only DN-valued 2000-10-09 19:09:22 +00:00
slapd.conf Add "index objectClass eq" 2000-08-25 01:16:32 +00:00
slapd.dsp Update projects for DB31 (Sleepcat changed library names, ugh) 2000-09-12 00:33:02 +00:00
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 unifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT 2000-06-06 19:43:18 +00:00
suffixalias.c Y2k copyright update 2000-05-13 02:47:56 +00:00
syntax.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
unbind.c Y2k copyright update 2000-05-13 02:47:56 +00:00
user.c Y2k copyright update 2000-05-13 02:47:56 +00:00
value.c Plug memory leak of normalized value in value_find() 2000-07-20 23:56:12 +00:00