]>
git.sur5r.net Git - openldap/log
Pierangelo Masarati [Tue, 9 Mar 2004 14:45:10 +0000 (14:45 +0000)]
add sanity checks
Pierangelo Masarati [Tue, 9 Mar 2004 14:33:23 +0000 (14:33 +0000)]
cleanup
Pierangelo Masarati [Tue, 9 Mar 2004 14:32:00 +0000 (14:32 +0000)]
move limits check and preparation in a helper function
Luke Howard [Tue, 9 Mar 2004 14:12:34 +0000 (14:12 +0000)]
s/SERVER_SEARCH_FLAG/SEARCH_FLAG
Luke Howard [Tue, 9 Mar 2004 14:08:54 +0000 (14:08 +0000)]
Document search flags
Luke Howard [Tue, 9 Mar 2004 14:05:01 +0000 (14:05 +0000)]
Support server search flag control as alias for permissive modify
Recognise tree delete control - needs backend support
Luke Howard [Tue, 9 Mar 2004 14:03:24 +0000 (14:03 +0000)]
Add defines for LDAP_CONTROL_X_TREE_DELETE and LDAP_CONTROL_X_SEARCH_OPTIONS
Pierangelo Masarati [Tue, 9 Mar 2004 10:23:19 +0000 (10:23 +0000)]
deny an operation
Pierangelo Masarati [Tue, 9 Mar 2004 07:08:04 +0000 (07:08 +0000)]
cleanup
Pierangelo Masarati [Tue, 9 Mar 2004 07:06:20 +0000 (07:06 +0000)]
another round at rwm; now add and compare are nearly complete; error handling is in place
Jong Hyuk Choi [Tue, 9 Mar 2004 00:34:32 +0000 (00:34 +0000)]
supress log message for glue add case
Jong Hyuk Choi [Tue, 9 Mar 2004 00:34:01 +0000 (00:34 +0000)]
patch to fix consumer replica cookie format in slaptools
Pierangelo Masarati [Mon, 8 Mar 2004 18:49:12 +0000 (18:49 +0000)]
apply advanced peername ACL (ITS#2907)
Pierangelo Masarati [Mon, 8 Mar 2004 18:12:45 +0000 (18:12 +0000)]
move limits evaluation to frontend
Pierangelo Masarati [Mon, 8 Mar 2004 13:13:30 +0000 (13:13 +0000)]
cleanup DN style in limits
Pierangelo Masarati [Mon, 8 Mar 2004 11:09:49 +0000 (11:09 +0000)]
log set in ACL (ITS#2949)
Pierangelo Masarati [Mon, 8 Mar 2004 11:01:52 +0000 (11:01 +0000)]
declarations must occur before instructions
Luke Howard [Mon, 8 Mar 2004 09:24:26 +0000 (09:24 +0000)]
Fix typo (thanks Pierangelo!)
Luke Howard [Mon, 8 Mar 2004 07:43:30 +0000 (07:43 +0000)]
Add #define for incremental values control (draft-kashi-incremental-00.txt)
Howard Chu [Sat, 6 Mar 2004 19:16:20 +0000 (19:16 +0000)]
ITS#3004 fix again
Howard Chu [Sat, 6 Mar 2004 19:15:39 +0000 (19:15 +0000)]
Revert to original code
Pierangelo Masarati [Sat, 6 Mar 2004 16:49:08 +0000 (16:49 +0000)]
massage normalized DN when either is fine
Pierangelo Masarati [Sat, 6 Mar 2004 16:47:58 +0000 (16:47 +0000)]
cleanup
Pierangelo Masarati [Sat, 6 Mar 2004 15:58:26 +0000 (15:58 +0000)]
handle unknown attribute type (ITS#3005)
Pierangelo Masarati [Sat, 6 Mar 2004 15:48:21 +0000 (15:48 +0000)]
fix program name (ITS#3003)
Pierangelo Masarati [Sat, 6 Mar 2004 15:01:16 +0000 (15:01 +0000)]
initial round of fixes related to ITS#2986
Howard Chu [Sat, 6 Mar 2004 12:41:29 +0000 (12:41 +0000)]
Store IDs in BeigEndian format on disk
Howard Chu [Sat, 6 Mar 2004 12:41:00 +0000 (12:41 +0000)]
Store IDs in BigEndian format on disk
bdb_idl_cache_put replaces existing entries instead of ignoring them
Howard Chu [Sat, 6 Mar 2004 12:29:19 +0000 (12:29 +0000)]
ITS#3004, fix IDL cache AVL comparisons
Pierangelo Masarati [Sat, 6 Mar 2004 11:00:49 +0000 (11:00 +0000)]
document saslAuthzTo/saslAuthzFrom new syntax; add onelevel style to DN type
Pierangelo Masarati [Sat, 6 Mar 2004 09:33:24 +0000 (09:33 +0000)]
fix continuation of ITS#2999
Howard Chu [Fri, 5 Mar 2004 19:29:02 +0000 (19:29 +0000)]
Fix prev commit
Howard Chu [Fri, 5 Mar 2004 15:41:30 +0000 (15:41 +0000)]
Take advantage of IDL cache in bdb_idl_insert/delete_key
Howard Chu [Fri, 5 Mar 2004 15:40:37 +0000 (15:40 +0000)]
Fix prev commit
Howard Chu [Fri, 5 Mar 2004 13:46:12 +0000 (13:46 +0000)]
Set IDL cache to 10x Entry cache by default
Howard Chu [Fri, 5 Mar 2004 13:43:18 +0000 (13:43 +0000)]
unifdef SLAP_IDL_CACHE
Howard Chu [Fri, 5 Mar 2004 12:24:06 +0000 (12:24 +0000)]
ITS#2992 Windows fixes from Alexey Melnikov
Pierangelo Masarati [Fri, 5 Mar 2004 10:53:35 +0000 (10:53 +0000)]
improve previous commit
Howard Chu [Fri, 5 Mar 2004 10:35:21 +0000 (10:35 +0000)]
ITS#2996 make sure T_SRV is defined for both places it is referenced
Pierangelo Masarati [Fri, 5 Mar 2004 10:33:43 +0000 (10:33 +0000)]
append trailing slash to AD canonical if DN is exactly a domain (ITS#3000)
Howard Chu [Fri, 5 Mar 2004 10:33:41 +0000 (10:33 +0000)]
ITS#2998 rename pcl -> be_pcl
Pierangelo Masarati [Fri, 5 Mar 2004 09:56:16 +0000 (09:56 +0000)]
cleanup
Pierangelo Masarati [Thu, 4 Mar 2004 23:02:30 +0000 (23:02 +0000)]
improve fix to ITS#2999: don't care about limits after abandon
Pierangelo Masarati [Thu, 4 Mar 2004 22:56:49 +0000 (22:56 +0000)]
fix ITS#2999
Howard Chu [Thu, 4 Mar 2004 15:35:29 +0000 (15:35 +0000)]
ITS#2997 change MAXTHREADS to LDAP_MAXTHR
Howard Chu [Wed, 3 Mar 2004 15:58:57 +0000 (15:58 +0000)]
ITS#2993 fix prev commit
Howard Chu [Wed, 3 Mar 2004 10:51:32 +0000 (10:51 +0000)]
Fix missing EQAULITY rules
Howard Chu [Tue, 2 Mar 2004 23:01:04 +0000 (23:01 +0000)]
ITS#2974 fix hole array allocation
Howard Chu [Tue, 2 Mar 2004 22:17:20 +0000 (22:17 +0000)]
password-hash now takes a list of mechanisms
Howard Chu [Tue, 2 Mar 2004 22:12:23 +0000 (22:12 +0000)]
default_passwd_hash now takes a list of schemes
passwordModify exop will generate all the configured hashes
Howard Chu [Tue, 2 Mar 2004 22:11:31 +0000 (22:11 +0000)]
lutil_passwd_hash result berval is in argument list now
Howard Chu [Tue, 2 Mar 2004 21:59:44 +0000 (21:59 +0000)]
Pass result berval to lutil_passwd_hash instead of returning it
Howard Chu [Tue, 2 Mar 2004 21:59:24 +0000 (21:59 +0000)]
Pass result berval to lutil_passwd_hash instead of returning it.
Howard Chu [Tue, 2 Mar 2004 20:31:37 +0000 (20:31 +0000)]
Fix SLAPI_ADD_RESCONTROLS
Howard Chu [Tue, 2 Mar 2004 18:37:49 +0000 (18:37 +0000)]
ITS#2961 check for NULL authcDN
Howard Chu [Mon, 1 Mar 2004 17:54:26 +0000 (17:54 +0000)]
ITS#2985 regenerate to drop slapd/tools directory
Howard Chu [Mon, 1 Mar 2004 14:54:05 +0000 (14:54 +0000)]
ITS#2985 fix slappasswd typo
Luke Howard [Mon, 1 Mar 2004 09:13:36 +0000 (09:13 +0000)]
Enable prompting of paged results with /prompt or /noprompt rather than /true or /false
Howard Chu [Sun, 29 Feb 2004 19:04:34 +0000 (19:04 +0000)]
Added pwdexop request structure to avoid redundant parsing
Pierangelo Masarati [Sat, 28 Feb 2004 16:05:59 +0000 (16:05 +0000)]
handle filter computed in a more granular way (ITS#2977)
Pierangelo Masarati [Sat, 28 Feb 2004 15:20:56 +0000 (15:20 +0000)]
fix the problem right now
Pierangelo Masarati [Sat, 28 Feb 2004 14:36:19 +0000 (14:36 +0000)]
should fix ITS#2983 - total count of ops initiated/completed in root of operations branch
Pierangelo Masarati [Sat, 28 Feb 2004 12:04:33 +0000 (12:04 +0000)]
really minor cleanup
Pierangelo Masarati [Sat, 28 Feb 2004 12:04:06 +0000 (12:04 +0000)]
intercept errors from maps
Luke Howard [Sat, 28 Feb 2004 02:59:58 +0000 (02:59 +0000)]
Use AC_MEMCPY rather than memcpy() - has overlapping regions
Luke Howard [Fri, 27 Feb 2004 10:00:45 +0000 (10:00 +0000)]
Allow paged results to be requested without interaction by specifying
/false after the page result size (/true is still the default)
Luke Howard [Fri, 27 Feb 2004 09:32:16 +0000 (09:32 +0000)]
Fix crasher if paged results size is not specified
Luke Howard [Fri, 27 Feb 2004 08:16:36 +0000 (08:16 +0000)]
Fix for RFC 2696 compliance - avoids infinite loop when talking to
Active Directory (which returns no cookie but size in the last
paged results - this is permitted).
Kurt Zeilenga [Fri, 27 Feb 2004 02:12:46 +0000 (02:12 +0000)]
Allow no args
Kurt Zeilenga [Fri, 27 Feb 2004 01:23:44 +0000 (01:23 +0000)]
Move to Attic
Howard Chu [Thu, 26 Feb 2004 19:27:28 +0000 (19:27 +0000)]
Remove slapd/tools from Makefile list
Howard Chu [Thu, 26 Feb 2004 19:26:12 +0000 (19:26 +0000)]
Add -T option for invoking in tool mode
Howard Chu [Thu, 26 Feb 2004 19:13:23 +0000 (19:13 +0000)]
Update tool invocations
Howard Chu [Thu, 26 Feb 2004 19:03:41 +0000 (19:03 +0000)]
Merged slap tools with main slapd binary; installs symlinks.
tools directory is now obsolete.
Kurt Zeilenga [Thu, 26 Feb 2004 17:09:18 +0000 (17:09 +0000)]
rebuild
Howard Chu [Thu, 26 Feb 2004 11:48:34 +0000 (11:48 +0000)]
ITS#2934 - don't touch conn->c_sasl_dn for Simple Binds
Howard Chu [Thu, 26 Feb 2004 03:38:38 +0000 (03:38 +0000)]
ITS#2978 make sure liboverlays.a is always built and used
Howard Chu [Thu, 26 Feb 2004 03:13:36 +0000 (03:13 +0000)]
Delete kpasswd support
Howard Chu [Thu, 26 Feb 2004 03:10:53 +0000 (03:10 +0000)]
Deleted Kerberos and Netscape support
Howard Chu [Thu, 26 Feb 2004 02:58:12 +0000 (02:58 +0000)]
ITS#2970 fix build_new_dn for zero-length parent DN
Kurt Zeilenga [Wed, 25 Feb 2004 17:37:59 +0000 (17:37 +0000)]
Clarify updatedn
Kurt Zeilenga [Wed, 25 Feb 2004 17:20:49 +0000 (17:20 +0000)]
More updatedn/rootdn clarification
Kurt Zeilenga [Wed, 25 Feb 2004 02:12:00 +0000 (02:12 +0000)]
Minor tweaks
Howard Chu [Tue, 24 Feb 2004 16:25:39 +0000 (16:25 +0000)]
ITS#2944, #2956 - revert maxbuf patch from ITS#2184
Still need to think about interoperability with other versions, vendors...
Jong Hyuk Choi [Tue, 24 Feb 2004 01:55:59 +0000 (01:55 +0000)]
misc addition to the previous glueing commit
Jong Hyuk Choi [Mon, 23 Feb 2004 22:49:24 +0000 (22:49 +0000)]
Glue entry pruning: delete parent entries when they are glues and become leaves
Jong Hyuk Choi [Mon, 23 Feb 2004 22:48:46 +0000 (22:48 +0000)]
Glue entry pruning : delete parent entries after modrdn when they are glue and become leaf entry
Jong Hyuk Choi [Mon, 23 Feb 2004 22:47:55 +0000 (22:47 +0000)]
Glue entry pruning support: delete the parent entries when they are glue and become leaf
Pierangelo Masarati [Mon, 23 Feb 2004 11:45:19 +0000 (11:45 +0000)]
improve filter error logging in case of unknown attribute type
Jong Hyuk Choi [Sun, 22 Feb 2004 20:44:44 +0000 (20:44 +0000)]
syncrepl update: 1) improve error handling 2) glueing support for non-leaf deletion (TODO : deletion of leaf glue entries in the delete / modrdn code)
Pierangelo Masarati [Wed, 18 Feb 2004 16:40:36 +0000 (16:40 +0000)]
allow search limits based on groups (ITS#2967)
Jong Hyuk Choi [Tue, 17 Feb 2004 23:56:18 +0000 (23:56 +0000)]
sync with the man page slapadd(8) : does not change syncrepl entries in the ldif file when neither of the promotion (-p) or the demotion (-r) option is given.
Pierangelo Masarati [Tue, 17 Feb 2004 20:30:37 +0000 (20:30 +0000)]
fix numericStringMatch (ITS#2938)
Pierangelo Masarati [Tue, 17 Feb 2004 13:34:51 +0000 (13:34 +0000)]
improve previous commit
Pierangelo Masarati [Tue, 17 Feb 2004 12:39:42 +0000 (12:39 +0000)]
allow no-user-modification propagations if back-ldap is used for replication (i.e. updatedn is defined)
Howard Chu [Fri, 13 Feb 2004 02:47:53 +0000 (02:47 +0000)]
Fix mutex deadlock obtaining msgid
Howard Chu [Fri, 13 Feb 2004 02:44:13 +0000 (02:44 +0000)]
ITS#2888 fix back-ldap to check result of send_search_entry.
Make sure sizelimit errors are propagated.
Howard Chu [Fri, 13 Feb 2004 00:53:02 +0000 (00:53 +0000)]
ITS#2962 - EBCDIC db_version string
Howard Chu [Fri, 13 Feb 2004 00:42:21 +0000 (00:42 +0000)]
ITS#2960 - make sure bi_open gets invoked
Howard Chu [Fri, 13 Feb 2004 00:25:24 +0000 (00:25 +0000)]
Fix typos in static overlay config