.. |
back-bdb
|
Added config compatibility wrapper for overlays etc...
|
2005-03-04 10:32:51 +00:00 |
back-dnssrv
|
honor SLAP_GLUE_INSTANCE() flag; allow to advertize subordinate databases
|
2005-01-31 00:15:45 +00:00 |
back-hdb
|
Delete obsolete syncprovider stuff
|
2005-01-14 05:49:45 +00:00 |
back-ldap
|
Fix prev commit, make sure to only send result once
|
2005-03-04 06:25:10 +00:00 |
back-ldbm
|
Another abandon check
|
2005-02-18 00:50:17 +00:00 |
back-ldif
|
Added back-ldif
|
2005-03-10 06:19:18 +00:00 |
back-meta
|
enable tls-related code only if available; import fix for asynchronous starttls from back-ldap
|
2005-02-27 17:20:04 +00:00 |
back-monitor
|
Fix slapi plugin info
|
2005-03-01 20:05:20 +00:00 |
back-null
|
fix attribution in copyright
|
2005-01-20 18:52:00 +00:00 |
back-passwd
|
Always return SLAPD_ABANDON in response to op->o_abandon being set.
|
2005-02-18 00:37:40 +00:00 |
back-perl
|
|
|
back-relay
|
use direct access instead of string comparison to check supported controls
|
2005-01-29 17:58:48 +00:00 |
back-shell
|
|
|
back-sql
|
honor abandon/cancel (ITS#3551)
|
2005-02-19 12:25:55 +00:00 |
overlays
|
ITS#3596 partial fix - allow abandoning a locked operation
|
2005-03-14 00:12:48 +00:00 |
schema
|
Replace OpenLDAPtime with testTime (in test.schema).
|
2005-03-04 17:33:26 +00:00 |
shell-backends
|
|
|
slapi
|
Fix prev commit
|
2005-03-01 21:16:44 +00:00 |
abandon.c
|
ITS#3549 cleanup abandon/cancel processing
|
2005-02-18 01:01:35 +00:00 |
acl.c
|
Added acl_unparse, slap_sasl_getpolicy
|
2005-02-22 12:02:34 +00:00 |
aclparse.c
|
Drop "access " from acl_unparse
|
2005-03-01 23:17:54 +00:00 |
ad.c
|
|
|
add.c
|
global overlays need to set o_bd = frontendDB to return the error in case no database can be selected
|
2005-01-23 21:44:23 +00:00 |
at.c
|
Schema caching for slaptools
|
2005-01-22 20:18:38 +00:00 |
attr.c
|
Schema caching for slaptools
|
2005-01-22 20:18:38 +00:00 |
ava.c
|
Attribute Aliasing : equality matching support
|
2005-02-15 05:24:48 +00:00 |
backend.c
|
Delete unused syncrepl_pool
|
2005-02-11 10:20:16 +00:00 |
backover.c
|
"ultimate" fix of glued databases controls checking; other minor fixes
|
2005-01-30 22:02:37 +00:00 |
bconfig.c
|
Added dummy config_back_modify, using ldap_pvt_thread_pool_pause/resume
|
2005-03-07 21:03:04 +00:00 |
bind.c
|
global overlays need to set o_bd = frontendDB to return the error in case no database can be selected
|
2005-01-23 21:44:23 +00:00 |
cancel.c
|
ITS#3549 cleanup abandon/cancel processing
|
2005-02-18 01:01:35 +00:00 |
ch_malloc.c
|
|
|
compare.c
|
initialize AttributeAssertion before using
|
2005-02-16 17:00:11 +00:00 |
component.c
|
Attribute Aliasing : equality matching support
|
2005-02-15 05:24:48 +00:00 |
component.h
|
Cleanup
|
2005-01-20 07:18:28 +00:00 |
config.c
|
Fix backend config table fallthru
|
2005-03-04 10:01:31 +00:00 |
config.h
|
Cleanup verb/mask processing
|
2005-03-02 14:49:54 +00:00 |
connection.c
|
ITS#3549 allow one op to progress when a socket with writewaiters
|
2005-02-18 04:21:59 +00:00 |
controls.c
|
ITS#3583
|
2005-02-23 16:08:11 +00:00 |
cr.c
|
|
|
ctxcsn.c
|
|
|
daemon.c
|
ITS#3439 (NetBSD support for getpeereid())
|
2005-02-03 09:36:25 +00:00 |
DB_CONFIG
|
|
|
delete.c
|
global overlays need to set o_bd = frontendDB to return the error in case no database can be selected
|
2005-01-23 21:44:23 +00:00 |
dn.c
|
|
|
entry.c
|
Rewritten str2entry, added str2entry2
|
2005-01-24 03:41:51 +00:00 |
extended.c
|
cosmetic cleanup
|
2005-01-12 21:02:58 +00:00 |
filter.c
|
|
|
filterentry.c
|
fix ITS#3406 wrt/ dnattr; silence warning
|
2005-03-01 18:40:23 +00:00 |
frontend.c
|
use direct access instead of string comparison to check supported controls
|
2005-01-29 17:58:48 +00:00 |
globals.c
|
|
|
index.c
|
More verbmasks cleanup, added index unparsing
|
2005-03-02 16:35:59 +00:00 |
init.c
|
counter cleanup
|
2005-01-30 22:07:32 +00:00 |
kerberos.c
|
|
|
ldapsync.c
|
Minor cleanup
|
2005-01-14 05:10:23 +00:00 |
limits.c
|
Fix prev commit
|
2005-03-01 23:13:21 +00:00 |
lock.c
|
ITS#3421 flush and close logfile before releasing lock
|
2005-01-12 00:17:12 +00:00 |
main.c
|
Fix cookie init
|
2005-01-25 11:14:09 +00:00 |
Makefile.in
|
Adding back-config pieces
|
2005-02-20 18:33:40 +00:00 |
matchedValues.c
|
fix ITS#3406 - normalize attributes according to MR syntax in MRA filters
|
2005-01-26 21:48:36 +00:00 |
modify.c
|
global overlays need to set o_bd = frontendDB to return the error in case no database can be selected
|
2005-01-23 21:44:23 +00:00 |
modrdn.c
|
global overlays need to set o_bd = frontendDB to return the error in case no database can be selected
|
2005-01-23 21:44:23 +00:00 |
mods.c
|
|
|
module.c
|
|
|
mr.c
|
Place control availability kludge behind
|
2005-01-26 19:46:12 +00:00 |
mra.c
|
|
|
nt_svc.c
|
|
|
oc.c
|
Schema caching for slaptools
|
2005-01-22 20:18:38 +00:00 |
oidm.c
|
Added oidm retrieval
|
2005-03-01 18:05:23 +00:00 |
operation.c
|
Delete obsolete syncprovider stuff
|
2005-01-14 05:19:51 +00:00 |
operational.c
|
|
|
passwd.c
|
ITS#3596 partial fix - allow abandoning a locked operation
|
2005-03-14 00:12:48 +00:00 |
phonetic.c
|
|
|
proto-slap.h
|
More verbmasks cleanup, added index unparsing
|
2005-03-02 16:35:59 +00:00 |
referral.c
|
|
|
repl.c
|
Added replica retrieval
|
2005-02-23 12:03:14 +00:00 |
result.c
|
counter cleanup
|
2005-01-30 22:07:32 +00:00 |
root_dse.c
|
fix spelling
|
2005-02-01 10:31:57 +00:00 |
sasl.c
|
Added ldap_pvt_sasl_secprops_unparse, slap_sasl_secprops_unparse
|
2005-03-01 11:42:31 +00:00 |
saslauthz.c
|
Added authz-regexp, slapi plugin retrieval
|
2005-03-01 20:08:36 +00:00 |
schema_check.c
|
remove dangling text pointer in case of success
|
2005-01-17 21:06:49 +00:00 |
schema_init.c
|
Fix off-by-one in octetStringSubstringsFilter
|
2005-02-01 13:40:17 +00:00 |
schema_prep.c
|
Fix goof in last commit
|
2005-01-19 20:25:21 +00:00 |
schema.c
|
|
|
schemaparse.c
|
|
|
search.c
|
global overlays need to set o_bd = frontendDB to return the error in case no database can be selected
|
2005-01-23 21:44:23 +00:00 |
sets.c
|
add '+' string concatenation operator
|
2005-01-13 09:21:11 +00:00 |
sets.h
|
|
|
sl_malloc.c
|
Make sl_context just return NULL in tool mode, we have no threads here
|
2005-01-19 21:42:04 +00:00 |
slap.h
|
More verbmasks cleanup, added index unparsing
|
2005-03-02 16:35:59 +00:00 |
slapacl.c
|
Added acl_unparse, slap_sasl_getpolicy
|
2005-02-22 12:02:34 +00:00 |
slapadd.c
|
Revert use_thread option, it didn't gain anything.
|
2005-02-17 15:18:30 +00:00 |
slapauth.c
|
|
|
slapcat.c
|
More consolidation for single consumer-context syncrepl
|
2005-01-14 04:26:59 +00:00 |
slapcommon.c
|
Fix schema init sequence
|
2005-03-04 09:26:50 +00:00 |
slapcommon.h
|
More consolidation for single consumer-context syncrepl
|
2005-01-14 04:26:59 +00:00 |
slapd.conf
|
|
|
slapdn.c
|
|
|
slapindex.c
|
|
|
slappasswd.c
|
ITS#3557: {SSHA} not default due to missing include
|
2005-02-27 16:46:45 +00:00 |
slaptest.c
|
|
|
starttls.c
|
|
|
str2filter.c
|
|
|
syncrepl.c
|
SASL/TLS fixes to prev commit
|
2005-02-24 09:07:40 +00:00 |
syntax.c
|
|
|
unbind.c
|
|
|
user.c
|
|
|
value.c
|
|
|
zn_malloc.c
|
|
|