openldap/servers/slapd
Howard Chu ce76a4b01a Fix - on little-endian machines, store IDs in big-endian order. Otherwise
BDB's default key sort algorithm sorts in the wrong order (and there's no
convenient way to select the correct algorithm). This is an incompatible
change to the database format but will improve back-ldbm's add/delete
characteristics.
2001-12-10 16:53:15 +00:00
..
back-bdb Revert previous commit. Checked in by mistake. 2001-12-10 12:25:24 +00:00
back-dnssrv NT updates from jon@symas.com. 2001-12-07 04:03:25 +00:00
back-ldap Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
back-ldbm Fix - on little-endian machines, store IDs in big-endian order. Otherwise 2001-12-10 16:53:15 +00:00
back-meta Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
back-monitor Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
back-passwd Converted all use of dn_parent to the in-place version. (Fixed a pdn leak 2001-12-08 10:37:42 +00:00
back-perl NT updates from jon@symas.com. 2001-12-07 04:03:25 +00:00
back-shell NT updates from jon@symas.com. 2001-12-07 04:03:25 +00:00
back-sql Converted all use of dn_parent to the in-place version. (Fixed a pdn leak 2001-12-08 10:37:42 +00:00
back-tcl NT updates from jon@symas.com. 2001-12-07 04:03:25 +00:00
schema add 'objectIdentifier' to openldap.schema ONLY 2001-12-08 00:36:11 +00:00
shell-backends ITS#1399, fix make depend when built as module 2001-12-08 07:48:58 +00:00
tools Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
abandon.c fix format 2001-01-17 16:35:53 +00:00
acl.c Remove lint and misc MSVC updates 2001-12-09 02:34:45 +00:00
aclparse.c trims space after comma in dn.regex acls (prelude to normalization) 2001-11-12 11:29:40 +00:00
ad.c Allow an object class to be provided in an attribute description list, 2001-12-06 01:02:11 +00:00
add.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
at.c Changed AttributeType.sat_cname from char * to struct berval. 2001-11-16 07:45:37 +00:00
attr.c minor cleanup 2001-11-17 16:18:07 +00:00
ava.c Moved AttributeDescription caching into main code: 2001-10-22 13:23:05 +00:00
backend.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
backglue.c More cleanup. The last, I hope. 2001-12-10 13:44:02 +00:00
bind.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
ch_malloc.c fix format 2001-01-17 16:35:53 +00:00
charray.c added misc charray utilities 2001-07-06 12:20:26 +00:00
compare.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
config.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
configinfo.c Const'ification 2000-05-22 03:46:57 +00:00
connection.c Eliminate unnecessary per-operation dn_normalize(o_ndn); it's already 2001-12-09 14:46:29 +00:00
controls.c misc cleanup 2001-12-09 18:57:46 +00:00
daemon.c ITS#1413 suggested fix 2001-12-07 17:25:34 +00:00
delete.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
dn.c Added dn_issuffixbv() like dn_issuffix, but with bervals. 2001-12-09 03:02:29 +00:00
entry.c Remove lint and misc MSVC updates 2001-12-09 02:34:45 +00:00
extended.c First stable an implementing latest namedref specification. 2001-10-26 02:05:14 +00:00
filter.c I should finish my morning coke before making my first commit of the day. 2001-12-05 16:41:45 +00:00
filterentry.c Replace existing SLAP_MR_ matching flags with: 2001-11-27 21:59:56 +00:00
index.c Rework indexing code, removing "autolang" and making 2001-12-05 00:06:03 +00:00
init.c improvements to monitor backend: added a log entry that lists the current log level and can be modified via protocol at runtime, to change the log level; minor improvements; fixed a problem in dealing with dn normalization 2001-12-10 09:50:06 +00:00
kerberos.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
libslapd.dsp More misc MSVC changes 2001-12-09 02:43:04 +00:00
limits.c Remove lint and misc MSVC updates 2001-12-09 02:34:45 +00:00
lock.c fix format 2001-01-17 16:35:53 +00:00
main.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
Makefile.in Added new backglue pseudo-backend. Uses callbacks to glue different backends 2001-12-08 15:58:47 +00:00
modify.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
modrdn.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
mods.c Moved AttributeDescription caching into main code: 2001-10-22 13:23:05 +00:00
module.c Fix from jon@symas.com for misdeclared lib handle 2001-12-07 03:18:32 +00:00
mr.c Added schema_destroy() et al to free schema structures on shutdown 2001-11-07 01:03:49 +00:00
mra.c Moved AttributeDescription caching into main code: 2001-10-22 13:23:05 +00:00
nt_svc.c NT updates from jon@symas.com. 2001-12-07 04:03:25 +00:00
oc.c Added schema_destroy() et al to free schema structures on shutdown 2001-11-07 01:03:49 +00:00
operation.c fix format 2001-01-17 16:35:53 +00:00
passwd.c First stable an implementing latest namedref specification. 2001-10-26 02:05:14 +00:00
phonetic.c s/METAPHONE/SLAPD_METAPHONE/ 2000-07-27 00:14:39 +00:00
proto-slap.h Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
referral.c minor cleanup 2001-11-17 16:18:07 +00:00
repl.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
result.c Remove lint and misc MSVC updates 2001-12-09 02:34:45 +00:00
root_dse.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
sasl.c Minor strlen cleanup 2001-12-09 13:57:55 +00:00
saslauthz.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
schema.c unifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT 2000-06-06 19:43:18 +00:00
schema_check.c Changed AttributeType.sat_cname from char * to struct berval. 2001-11-16 07:45:37 +00:00
schema_init.c minor cleanup 2001-12-10 09:46:50 +00:00
schema_prep.c Add experimental UUID/CSN support (needed for LCUP). 2001-12-05 07:25:25 +00:00
schemaparse.c minor cleanup 2001-11-17 16:18:07 +00:00
search.c Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
sets.c minor cleanup 2001-11-17 16:18:07 +00:00
sets.h NT updates from jon@symas.com. 2001-12-07 04:03:25 +00:00
slap.h Changed backglue configuration. Added noSubordinates arg to select_backend 2001-12-10 12:09:40 +00:00
slapd.conf Add a sample ACL 2001-09-25 20:30:51 +00:00
slapd.dsp More misc MSVC changes 2001-12-09 02:43:04 +00:00
starttls.c minor cleanup 2001-11-17 16:18:07 +00:00
str2filter.c fix format 2001-01-17 16:35:53 +00:00
suffixalias.c Converted suffixAlias to struct bervals. 2001-12-09 14:57:42 +00:00
syntax.c Added schema_destroy() et al to free schema structures on shutdown 2001-11-07 01:03:49 +00:00
unbind.c fix format 2001-01-17 16:35:53 +00:00
user.c minor cleanup 2001-11-17 16:18:07 +00:00
value.c Fix replacing of all values with an empty value. 2001-12-05 01:16:12 +00:00