.. |
back-bdb
|
Fix - don't free constant database names
|
2001-12-20 08:47:32 +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
|
better handling of on-the-fly operational attrs by means of helpers
|
2001-12-22 14:24:13 +00:00 |
back-meta
|
Changed backglue configuration. Added noSubordinates arg to select_backend
|
2001-12-10 12:09:40 +00:00 |
back-monitor
|
better handling of on-the-fly operational attrs by means of helpers
|
2001-12-22 14:24:13 +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
|
added backend-side support for on-the-fly operational attributes; added hasSubordinates to schema and back-ldbm
|
2001-12-22 11:50:16 +00:00 |
shell-backends
|
ITS#1399, fix make depend when built as module
|
2001-12-08 07:48:58 +00:00 |
tools
|
better handling of on-the-fly operational attrs by means of helpers
|
2001-12-22 14:24:13 +00:00 |
abandon.c
|
|
|
acl.c
|
from jon@symas.com - minor cleanup
|
2001-12-17 22:48:29 +00:00 |
aclparse.c
|
Add abstract object class checks and a bit of structuralObjectClass
|
2001-12-20 01:41:44 +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
|
Fix error in last commit
|
2001-12-20 00:44:26 +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
|
better handling of on-the-fly operational attrs by means of helpers
|
2001-12-22 14:24:13 +00:00 |
backglue.c
|
Minor cleanup
|
2001-12-18 00:29:43 +00:00 |
bind.c
|
LDAPv2 disallow and other flag changes
|
2001-12-21 04:44:34 +00:00 |
ch_malloc.c
|
|
|
charray.c
|
|
|
compare.c
|
Changed backglue configuration. Added noSubordinates arg to select_backend
|
2001-12-10 12:09:40 +00:00 |
config.c
|
LDAPv2 disallow and other flag changes
|
2001-12-21 04:44:34 +00:00 |
configinfo.c
|
|
|
connection.c
|
more cleanup from jon@symas.com
|
2001-12-18 04:52:55 +00:00 |
controls.c
|
misc cleanup
|
2001-12-09 18:57:46 +00:00 |
daemon.c
|
fix from jon@symas.com - inet_ntoa on uninitialized sockaddr
|
2001-12-17 22:46:59 +00:00 |
delete.c
|
temporary variable erroneously inside #ifdef (ITS#1503)
|
2001-12-21 10:15:24 +00:00 |
dn.c
|
allow empty suffix
|
2001-12-12 07:56:17 +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
|
|
|
libslapd.dsp
|
More misc MSVC changes
|
2001-12-09 02:43:04 +00:00 |
limits.c
|
from jon@symas.com - minor cleanup
|
2001-12-17 22:48:29 +00:00 |
lock.c
|
|
|
main.c
|
More thorough backend_destroy. Added config_destroy. Destroy slap_listeners.
|
2001-12-15 12:05:58 +00:00 |
Makefile.in
|
better handling of on-the-fly operational attrs by means of helpers
|
2001-12-22 14:24:13 +00:00 |
modify.c
|
Add better error reporting.
|
2001-12-20 00:34:36 +00:00 |
modrdn.c
|
temporary variable erroneously inside #ifdef (ITS#1503)
|
2001-12-21 10:15:24 +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
|
Add structuralObjectClass support and a bit of const'ification
|
2001-12-19 22:08:24 +00:00 |
mra.c
|
fix from jon@symas.com - don't free uninitialized bv_val
|
2001-12-17 22:46:08 +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
|
|
|
operational.c
|
better handling of on-the-fly operational attrs by means of helpers
|
2001-12-22 14:24:13 +00:00 |
passwd.c
|
First stable an implementing latest namedref specification.
|
2001-10-26 02:05:14 +00:00 |
phonetic.c
|
|
|
proto-slap.h
|
better handling of on-the-fly operational attrs by means of helpers
|
2001-12-22 14:24:13 +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
|
added backend-side support for on-the-fly operational attributes; added hasSubordinates to schema and back-ldbm
|
2001-12-22 11:50:16 +00:00 |
root_dse.c
|
LDAPv2 disallow and other flag changes
|
2001-12-21 04:44:34 +00:00 |
sasl.c
|
More thorough backend_destroy. Added config_destroy. Destroy slap_listeners.
|
2001-12-15 12:05:58 +00:00 |
saslauthz.c
|
Changed backglue configuration. Added noSubordinates arg to select_backend
|
2001-12-10 12:09:40 +00:00 |
schema_check.c
|
LDAPv2 disallow and other flag changes
|
2001-12-21 04:44:34 +00:00 |
schema_init.c
|
from jon@symas.com - minor cleanup
|
2001-12-17 22:48:29 +00:00 |
schema_prep.c
|
added backend-side support for on-the-fly operational attributes; added hasSubordinates to schema and back-ldbm
|
2001-12-22 11:50:16 +00:00 |
schema.c
|
Patch slapadd(8) to provide a structuralObjectClass if missing
|
2001-12-19 22:41:00 +00:00 |
schemaparse.c
|
minor cleanup
|
2001-11-17 16:18:07 +00:00 |
search.c
|
allegedly unnecessary selection of first database to return rootDSE or subschema entries; note that the same happens in access_allowed()
|
2001-12-22 14:25:54 +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
|
added backend-side support for on-the-fly operational attributes; added hasSubordinates to schema and back-ldbm
|
2001-12-22 11:50:16 +00:00 |
slapd.conf
|
|
|
slapd.dsp
|
More misc MSVC changes
|
2001-12-09 02:43:04 +00:00 |
starttls.c
|
LDAPv2 disallow and other flag changes
|
2001-12-21 04:44:34 +00:00 |
str2filter.c
|
|
|
suffixalias.c
|
Converted suffixAlias to struct bervals.
|
2001-12-09 14:57:42 +00:00 |
syntax.c
|
Add structuralObjectClass support and a bit of const'ification
|
2001-12-19 22:08:24 +00:00 |
unbind.c
|
|
|
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 |