openldap/servers/slapd
Kurt Zeilenga 0de4adaf09 Use objectclass LDAProotDSE for root DSE instead of LDAPsubentry.
Still need object classes for both of these.  Suspect we'll need
to assign "experimental" ones from our arc.
1999-11-17 01:47:49 +00:00
..
back-bdb2 Do not maintain a presence search on 'objectclass' as all entries 1999-11-02 23:13:40 +00:00
back-ldap In preparation for adding dn_rewrite()... 1999-09-24 01:46:37 +00:00
back-ldbm Do not maintain a presence search on 'objectclass' as all entries 1999-11-02 23:13:40 +00:00
back-passwd In preparation for adding dn_rewrite()... 1999-09-24 01:46:37 +00:00
back-perl fixed problem in which we didn't statically link in the dynamic 1999-11-11 06:14:41 +00:00
back-shell Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +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 Use objectclass LDAProotDSE for root DSE instead of LDAPsubentry. 1999-11-17 01:47:49 +00:00
shell-backends Obsolete file 1999-11-01 22:38:24 +00:00
tools Changes to support NT single debug 1999-11-01 22:17:06 +00:00
abandon.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
acl.c Added a "dnattr" case for ACIs (still need to check the ACI OID). 1999-11-08 18:50:51 +00:00
aclparse.c Move str2access and access2str outside #ifdef LDAP_DEBUG clause 1999-11-10 20:28:42 +00:00
add.c Set modifiersname/timestamp upon creation. 1999-11-01 17:19:01 +00:00
attr.c Removed explicit include of <ac/param.h> because it must be included 1999-11-02 19:39:56 +00:00
ava.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
backend.c Initial commit of new ACL engine. Engine supports descrete access 1999-10-21 17:53:56 +00:00
bind.c Fix to avoid freeing an uninitialized pointer 1999-11-05 22:45:43 +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 Added line to #include "ldap_pvt.h". Part of Mingw32 support. 1999-10-28 07:13:33 +00:00
config.c Removed previous changes for extensions -- extensions now use moduleload. 1999-11-09 21:18:37 +00:00
configinfo.c In preparation for adding dn_rewrite()... 1999-09-24 01:46:37 +00:00
connection.c Slight modification to last commit to cast %ld args to long 1999-10-20 00:25:04 +00:00
controls.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
daemon.c Use centralized output directories. 1999-11-01 21:25:22 +00:00
delete.c Make stat message consistent with other operations. 1999-11-03 18:12:28 +00:00
dn.c In preparation for adding dn_rewrite()... 1999-09-24 01:46:37 +00:00
entry.c In preparation for adding dn_rewrite()... 1999-09-24 01:46:37 +00:00
extended.c Added support for external extensions (based on moduleload). All new code is conditional on SLAPD_EXTERNAL_EXTENSIONS. 1999-11-09 21:42:45 +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 Use centralized output directories. 1999-11-01 21:25:22 +00:00
libslapd.dsp Changes to support NT single debug 1999-11-01 22:17:06 +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 Added calls to new module_init() and module_kill() routines. 1999-11-09 21:22:12 +00:00
Makefile.in Specifies the symbols that slapd must export, for Mingw32 support 1999-10-28 07:20:07 +00:00
modify.c Fix to prevent freeing the same pointer twice on mod errors 1999-11-05 22:46:45 +00:00
modrdn.c Added line to #include "ldap_pvt.h". Part of Mingw32 support. 1999-10-28 07:13:33 +00:00
module.c Rewrite to better support external modules hooking into slapd. Added module_init() and module_kill() routines for startup and (clean) shutdown. 1999-11-09 21:32:19 +00:00
monitor.c Set modifiersname/timestamp upon creation. 1999-11-01 17:19:01 +00:00
nt_svc.c Needs <ldap.h> due to stubs. 1999-11-08 15:30:51 +00:00
operation.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +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 Added new module_* routines, changed def. of load_extension. 1999-11-09 21:20:23 +00:00
repl.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
result.c In preparation for extensions improvements, added send_ldap_extended. 1999-11-09 03:29:50 +00:00
root_dse.c Use objectclass LDAProotDSE for root DSE instead of LDAPsubentry. 1999-11-17 01:47:49 +00:00
sasl.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
schema.c In preparation for adding dn_rewrite()... 1999-09-24 01:46:37 +00:00
schemaparse.c Much as we would like to, we have to live for the time being with 1999-09-22 18:32:48 +00:00
search.c Added line to #include "ldap_pvt.h". Part of Mingw32 support. 1999-10-28 07:13:33 +00:00
slap.h Removed explicit include of <ac/param.h> because it must be included 1999-11-02 19:39:56 +00:00
slapd.at.conf Add OpenLDAP RCSid 1999-09-08 22:52:19 +00:00
slapd.conf Initial commit of new ACL engine. Engine supports descrete access 1999-10-21 17:53:56 +00:00
slapd.dsp Changes to support NT single debug 1999-11-01 22:17:06 +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 Delete unnecessary exports 1999-11-05 22:49:45 +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