..
back-bdb2
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
back-ldap
Moved unbind processing into connection_destroy. unbind handler is not needed.
1999-07-25 22:16:01 +00:00
back-ldbm
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
back-passwd
Add support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("+") (based on
1999-07-24 03:39:23 +00:00
back-perl
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
back-shell
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
back-tcl
Remove obsolete 7th arg (opatts) from send_search_entry() calls.
1999-08-03 01:38:43 +00:00
schema
Fix syntax oid for type 2.16.840.1.113730.3.1.34 (ref)
1999-07-16 10:51:31 +00:00
shell-backends
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
tools
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
abandon.c
Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS.
1999-07-16 02:45:46 +00:00
acl.c
Add limited LDAP_INVALID_DN_SYNTAX support. dn_normalize{,_case}() now returns
1999-07-22 17:14:42 +00:00
aclparse.c
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
add.c
Add multimaster replication support (ITS#170) based upon
1999-08-03 22:15:19 +00:00
attr.c
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
ava.c
Add support for unsolicited notifications.
1999-07-07 18:51:39 +00:00
backend.c
Really fix subschemasubentry...
1999-07-24 01:27:32 +00:00
bind.c
Add a little SASL framework and remove old X-DIGEST-MD5 hardcode.
1999-08-03 02:37:42 +00:00
ch_malloc.c
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
charray.c
Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS.
1999-07-16 02:45:46 +00:00
compare.c
Resurrect suffix aliasing...
1999-07-27 18:43:30 +00:00
config.c
Update default access usage comment.
1999-08-03 21:35:53 +00:00
configinfo.c
Add support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("+") (based on
1999-07-24 03:39:23 +00:00
connection.c
Add limited LDAP_INVALID_DN_SYNTAX support. dn_normalize{,_case}() now returns
1999-07-22 17:14:42 +00:00
controls.c
Fix unknown critical extensions.
1999-07-22 05:06:41 +00:00
daemon.c
Initial inet_aton() detection.
1999-08-03 20:02:44 +00:00
delete.c
Add multimaster replication support (ITS#170) based upon
1999-08-03 22:15:19 +00:00
dn.c
Implement better DN checking... make sure attribute type is
1999-07-22 19:06:56 +00:00
entry.c
Enhance LDIF handling
1999-07-30 23:00:02 +00:00
extended.c
Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS.
1999-07-16 02:45:46 +00:00
filter.c
Change 'unsigned long len' to ber_len_t in get_filter()
1999-08-02 05:29:35 +00:00
filterentry.c
Silence warnings: Remove unused variables. Enclose some initializers in in {}.
1999-03-09 07:15:35 +00:00
init.c
Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS.
1999-07-16 02:45:46 +00:00
libslapd.dsp
Add suffixalias.c
1999-07-29 02:32:40 +00:00
lock.c
NT port
1999-04-01 16:32:11 +00:00
main.c
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
Makefile.in
Add a little SASL framework and remove old X-DIGEST-MD5 hardcode.
1999-08-03 02:37:42 +00:00
modify.c
Add multimaster replication support (ITS#170) based upon
1999-08-03 22:15:19 +00:00
modrdn.c
Add multimaster replication support (ITS#170) based upon
1999-08-03 22:15:19 +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 LDAP_ALL_OPERATIONAL_ATTRIBUTES ("+") (based on
1999-07-24 03:39:23 +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
Add a little SASL framework and remove old X-DIGEST-MD5 hardcode.
1999-08-03 02:37:42 +00:00
repl.c
Enhance LDIF handling
1999-07-30 23:00:02 +00:00
result.c
change order of tag and err in logging (only). Does not effect encoding.
1999-08-03 20:28:16 +00:00
root_dse.c
Add a little SASL framework and remove old X-DIGEST-MD5 hardcode.
1999-08-03 02:37:42 +00:00
sasl.c
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
schema.c
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
schemaparse.c
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
search.c
Resurrect suffix aliasing...
1999-07-27 18:43:30 +00:00
slap.h
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
slapd.at.conf
Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS.
1999-07-16 02:45:46 +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
Namespace changes
1999-07-19 19:40:33 +00:00
slapd.dsw
Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS.
1999-07-16 02:45:46 +00:00
slapd.oc.conf
Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS.
1999-07-16 02:45:46 +00:00
str2filter.c
Cast char' arguments to ctype.h functions to unsigned char'.
1999-02-22 17:57:22 +00:00
suffixalias.c
Resurrect suffix aliasing...
1999-07-27 18:43:30 +00:00
unbind.c
(re)introduce o_connid such that STATS doesn't need c_mutex (which it
1999-07-16 22:24:32 +00:00
user.c
s/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 18:14:24 +00:00
value.c
UNDO LAST COMMIT.
1999-04-02 03:45:33 +00:00