openldap/servers/slapd
1999-07-15 21:07:01 +00:00
..
back-bdb2 Get rid of two compilation warnings. One is thought to be properly 1999-07-14 19:51:35 +00:00
back-ldap Erase bad space from blank Makefile line 1999-07-13 04:01:25 +00:00
back-ldbm Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
back-passwd Add opattrs=0 arg to send_search_entry() call 1999-07-13 05:05:59 +00:00
back-perl Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
back-shell Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
back-tcl Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
schema Initial RFC2252-compliant version. 1999-06-15 12:40:46 +00:00
shell-backends s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
tools Include $(TLS_LIBS) 1999-07-13 19:15:14 +00:00
abandon.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
acl.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
aclparse.c unifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH 1999-07-05 06:26:26 +00:00
add.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
attr.c If we are inheriting the syntax from a superior, we'd rather inherit 1999-06-17 15:05:02 +00:00
ava.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
backend.c unifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH 1999-07-05 06:26:26 +00:00
bind.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
ch_malloc.c Add missing newline at EOF 1999-07-13 04:11:49 +00:00
charray.c Use ldap_pvt_strtok directly and unconditionally. 1999-02-20 20:12:03 +00:00
compare.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
config.c Parse more TLS options in slapd.conf 1999-07-15 21:05:08 +00:00
configinfo.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
connection.c connection_init now takes one more argument that indicates whether to 1999-07-14 19:44:18 +00:00
controls.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
daemon.c connection_init now takes one more argument that indicates whether to 1999-07-14 19:44:18 +00:00
delete.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
dn.c Update back-passwd based on patches from howard.chu@platinum.com. 1999-04-29 06:50:00 +00:00
entry.c Silence warnings: Remove unused variables. Enclose some initializers in in {}. 1999-03-09 07:15:35 +00:00
extended.c Add missing newline at EOF 1999-07-13 04:11:49 +00:00
filter.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
filterentry.c Silence warnings: Remove unused variables. Enclose some initializers in in {}. 1999-03-09 07:15:35 +00:00
init.c Add ldap_pvt_thread_destory() to un-ldap_pvt_thread_initialize(). 1999-04-06 21:57:16 +00:00
libslapd.dsp Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
lock.c NT port 1999-04-01 16:32:11 +00:00
main.c Initialize the TLS environment *after* reading the config files. 1999-07-15 21:07:01 +00:00
Makefile.in Include $(TLS_LIBS) 1999-07-13 19:15:14 +00:00
modify.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
modrdn.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
module.c Merged dynamic module support patch (see ITS #196). To enable, run ./configure w 1999-06-24 17:06:34 +00:00
monitor.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
nt_svc.c remove lint. 1999-06-21 22:35:02 +00:00
operation.c Add get_ctrls()... 1999-07-05 23:01:17 +00:00
phonetic.c enclose macro arguments in () 1999-04-30 00:35:27 +00:00
proto-slap.h connection_init now takes one more argument that indicates whether to 1999-07-14 19:44:18 +00:00
repl.c get rid of unreferenced variable deleteoldrdn 1999-04-14 15:15:25 +00:00
result.c Fix LDAP_CONNECTIONLESS code rot 1999-07-13 06:39:55 +00:00
root_dse.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
schema.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
schemaparse.c More error codes. 1999-06-15 12:28:54 +00:00
search.c Add support for unsolicited notifications. 1999-07-07 18:51:39 +00:00
slap.h Mirror <ac/time.h> inclusion made in re12 1999-07-09 21:10:19 +00:00
slapd.at.conf Initial revision 1998-08-09 00:43:13 +00:00
slapd.conf Change referral comment to point to root.openldap.org instead of umich.edu. 1999-06-12 21:02:11 +00:00
slapd.dsp Fix up NT slapd.dsp and nt_svc.c so that slapd builds under MSVC5. 1999-06-17 19:03:41 +00:00
slapd.dsw Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
slapd.oc.conf Add dcobject & uidobject auxilary object classes. Useful for 1999-03-08 22:19:48 +00:00
str2filter.c Cast char' arguments to ctype.h functions to unsigned char'. 1999-02-22 17:57:22 +00:00
suffixalias.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
unbind.c Add macros to support testing of error categories to ldap.h 1999-07-01 21:20:45 +00:00
user.c Fix debug message. 1999-07-13 08:24:26 +00:00
value.c UNDO LAST COMMIT. 1999-04-02 03:45:33 +00:00
wsa_err.c Add missing newline at EOF 1999-07-13 04:11:49 +00:00