]>
git.sur5r.net Git - openldap/log
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
Kurt Zeilenga [Tue, 10 Feb 2004 00:17:21 +0000 (00:17 +0000)]
Don't defer abandon due to pending
Kurt Zeilenga [Mon, 9 Feb 2004 21:33:21 +0000 (21:33 +0000)]
ITS#2959: provide reason for deferring operation in log message
Also, took away abandon operations blank check against deferment.
Abandon must be deferred in some cases (such as when other operations
are pending) and should be deferred in some other cases (such as too
many threads).
Jong Hyuk Choi [Fri, 6 Feb 2004 22:41:55 +0000 (22:41 +0000)]
fix for ITS#2947
Pierangelo Masarati [Thu, 5 Feb 2004 18:17:27 +0000 (18:17 +0000)]
map type/name were swapped
Howard Chu [Wed, 4 Feb 2004 23:00:05 +0000 (23:00 +0000)]
Another EBCDIC syslog fix
Howard Chu [Wed, 4 Feb 2004 22:53:17 +0000 (22:53 +0000)]
Fix prev EBCDIC commit
Ralf Haferkamp [Tue, 3 Feb 2004 17:11:17 +0000 (17:11 +0000)]
Declare ListType inside class definition
Howard Chu [Tue, 3 Feb 2004 03:58:38 +0000 (03:58 +0000)]
Fix EBCDIC conversion for syslog()
Pierangelo Masarati [Sat, 31 Jan 2004 10:31:13 +0000 (10:31 +0000)]
fix duplicate key in metadata
Kurt Zeilenga [Fri, 30 Jan 2004 05:33:27 +0000 (05:33 +0000)]
Remove now redundant error check
Kurt Zeilenga [Fri, 30 Jan 2004 01:19:54 +0000 (01:19 +0000)]
Reworded -r description from Quanah (ITS#2941)
Howard Chu [Wed, 28 Jan 2004 05:00:56 +0000 (05:00 +0000)]
Use Btree instead of Hash for indexing
Jong Hyuk Choi [Tue, 27 Jan 2004 18:16:40 +0000 (18:16 +0000)]
Fix the missing delete problem (reported by Doug Council)
Howard Chu [Sun, 25 Jan 2004 13:07:52 +0000 (13:07 +0000)]
Copied unsupported password mechanisms to here. Move more as necessary.
Howard Chu [Sun, 25 Jan 2004 10:39:32 +0000 (10:39 +0000)]
ITS#2899 NS-MTA-MD5 password len is exactly 64 bytes.
Howard Chu [Sun, 25 Jan 2004 10:30:10 +0000 (10:30 +0000)]
ITS#2894 - search refs that are the immediate result of another search
ref are associated with the parent req instead of the original req, to
prevent infinite loops.
Howard Chu [Sat, 24 Jan 2004 04:08:18 +0000 (04:08 +0000)]
ITS#2890 fix Sleepycat URL
Howard Chu [Sat, 24 Jan 2004 03:33:44 +0000 (03:33 +0000)]
ITS#2926 from igor@ipass.net, slightly modified
Kurt Zeilenga [Fri, 23 Jan 2004 18:45:28 +0000 (18:45 +0000)]
Echo --CERTIFICATE-- instead of actual certificate into comment
Kurt Zeilenga [Thu, 22 Jan 2004 17:48:28 +0000 (17:48 +0000)]
cleanup
Ralf Haferkamp [Thu, 22 Jan 2004 16:26:38 +0000 (16:26 +0000)]
add getKind method
Howard Chu [Thu, 22 Jan 2004 01:20:15 +0000 (01:20 +0000)]
Skip spurious Statslog's for callback-intercepted responses.
Howard Chu [Wed, 21 Jan 2004 10:26:58 +0000 (10:26 +0000)]
Add sizelimit checks (ITS#2888)
Howard Chu [Wed, 21 Jan 2004 10:25:41 +0000 (10:25 +0000)]
ITS#2888 once more, fix sizelimit propagation
Kurt Zeilenga [Wed, 21 Jan 2004 00:51:09 +0000 (00:51 +0000)]
clarify -t
Pierangelo Masarati [Mon, 19 Jan 2004 22:13:15 +0000 (22:13 +0000)]
make file names more slapd-ish; add attribute inheritance to search attributes; precompile uppercased search
Ralf Haferkamp [Mon, 19 Jan 2004 16:56:15 +0000 (16:56 +0000)]
fixed format string
Ralf Haferkamp [Mon, 19 Jan 2004 14:38:15 +0000 (14:38 +0000)]
Additional fix for ITS#2924: check for availability of
glueBack->be_entry_close before calling it
Kurt Zeilenga [Sat, 17 Jan 2004 19:59:01 +0000 (19:59 +0000)]
rebuild
Kurt Zeilenga [Sat, 17 Jan 2004 19:56:40 +0000 (19:56 +0000)]
Add modules/plugins
Kurt Zeilenga [Sat, 17 Jan 2004 19:11:20 +0000 (19:11 +0000)]
Minor tweak to last commit
Pierangelo Masarati [Sat, 17 Jan 2004 18:26:36 +0000 (18:26 +0000)]
cleanup
Pierangelo Masarati [Sat, 17 Jan 2004 18:07:43 +0000 (18:07 +0000)]
cleanup
Pierangelo Masarati [Sat, 17 Jan 2004 16:27:11 +0000 (16:27 +0000)]
honor attributeType inheritance as well
Pierangelo Masarati [Sat, 17 Jan 2004 12:25:46 +0000 (12:25 +0000)]
improve fix to ITS#2923; note that suffix massaging is inherently flawed, because comperisons should always occur on Normalized DN, while massaging can also occur on Pretty DN, but there is no guarantee they have the same length or any length-based comparison can work; so in any case, we should pass the Normalized DN and, if the Pretty DN is present, massage it as well accordingly
Pierangelo Masarati [Sat, 17 Jan 2004 11:48:14 +0000 (11:48 +0000)]
fix ITS#2923
Pierangelo Masarati [Sat, 17 Jan 2004 11:33:13 +0000 (11:33 +0000)]
now I remember why I introduced the 'has_ldapinfo_dn_ru' flag
Howard Chu [Sat, 17 Jan 2004 07:08:48 +0000 (07:08 +0000)]
Set execute permissions when installing z/OS DLLs
Howard Chu [Sat, 17 Jan 2004 03:56:47 +0000 (03:56 +0000)]
More for z/OS
Howard Chu [Sat, 17 Jan 2004 01:54:14 +0000 (01:54 +0000)]
define HFIXEDSZ if it's missing. Not all platforms have it.
Howard Chu [Sat, 17 Jan 2004 01:38:14 +0000 (01:38 +0000)]
Delete dlopen check, it's never used here. We only use libtool/libltdl,
and libtool's config already does the necessary detection.
Howard Chu [Sat, 17 Jan 2004 00:47:07 +0000 (00:47 +0000)]
Added z/OS shared library support
Howard Chu [Fri, 16 Jan 2004 20:02:07 +0000 (20:02 +0000)]
slapd_shutdown/syncrepl fix
Howard Chu [Fri, 16 Jan 2004 19:07:03 +0000 (19:07 +0000)]
ITS#2924, fix transition to subsequent subordinates
Pierangelo Masarati [Fri, 16 Jan 2004 18:56:22 +0000 (18:56 +0000)]
should improve readability and (hopefully) decrease traffic on openldap-software; sorry I can't test it right now
Howard Chu [Thu, 15 Jan 2004 21:35:05 +0000 (21:35 +0000)]
Fix syncrepl slapd_shutdown detection, would not stop on a gentlehup.
Howard Chu [Thu, 15 Jan 2004 21:32:58 +0000 (21:32 +0000)]
sl_malloc tweak
Howard Chu [Thu, 15 Jan 2004 21:27:32 +0000 (21:27 +0000)]
ITS#2922 disable argument globbing under Cygwin and MinGW.
Howard Chu [Thu, 15 Jan 2004 20:20:17 +0000 (20:20 +0000)]
ITS#2921, fix client connection handling for HAVE_WINSOCK
Howard Chu [Thu, 15 Jan 2004 09:59:11 +0000 (09:59 +0000)]
Fix ldap_pvt_thread_self, GetCurrentThread() returns a constant, not a
unique value.
Howard Chu [Thu, 15 Jan 2004 07:25:35 +0000 (07:25 +0000)]
Fix static mingw dependency
Howard Chu [Thu, 15 Jan 2004 07:08:06 +0000 (07:08 +0000)]
ITS#2918 additional fix for -lrpcrt4 detection
Howard Chu [Thu, 15 Jan 2004 04:21:16 +0000 (04:21 +0000)]
ITS#2918 fix winsock detection syntax
Pierangelo Masarati [Wed, 14 Jan 2004 23:11:48 +0000 (23:11 +0000)]
clarify that's useless to give write privileges to the roodn of a database...
Pierangelo Masarati [Tue, 13 Jan 2004 00:33:14 +0000 (00:33 +0000)]
add extra level of parens only if required
Howard Chu [Mon, 12 Jan 2004 04:15:51 +0000 (04:15 +0000)]
trim prev commit
Howard Chu [Mon, 12 Jan 2004 04:09:52 +0000 (04:09 +0000)]
Really fix ITS#2905
Howard Chu [Mon, 12 Jan 2004 03:54:01 +0000 (03:54 +0000)]
Fix ITS#2905, properly detect duplicate entries
Pierangelo Masarati [Sun, 11 Jan 2004 23:56:13 +0000 (23:56 +0000)]
warn if no suffix or no init function are present
Pierangelo Masarati [Sun, 11 Jan 2004 23:40:33 +0000 (23:40 +0000)]
don't segfault if a database doesn't have the suffix
Pierangelo Masarati [Sun, 11 Jan 2004 22:52:07 +0000 (22:52 +0000)]
fix ITS#2901
Pierangelo Masarati [Sun, 11 Jan 2004 22:50:25 +0000 (22:50 +0000)]
don't search if the filter is invalid; search also if an attribute is undefined for that objectclass, the filter may succeed anyway
Pierangelo Masarati [Sat, 10 Jan 2004 11:17:52 +0000 (11:17 +0000)]
spacing (ITS#2916)
Pierangelo Masarati [Sat, 10 Jan 2004 11:12:53 +0000 (11:12 +0000)]
cleanup avl duplicate handling
Pierangelo Masarati [Sat, 10 Jan 2004 10:42:44 +0000 (10:42 +0000)]
allow multiple attribute definitions; honor ldap_entry_objclasses in filter; major cleanup
Luke Howard [Sat, 10 Jan 2004 05:22:59 +0000 (05:22 +0000)]
fix copyrights
Luke Howard [Sat, 10 Jan 2004 05:09:00 +0000 (05:09 +0000)]
More documentation
Luke Howard [Sat, 10 Jan 2004 05:05:56 +0000 (05:05 +0000)]
Update copyright notice
Luke Howard [Sat, 10 Jan 2004 05:04:37 +0000 (05:04 +0000)]
Don't return API result codes on wire
Luke Howard [Sat, 10 Jan 2004 05:00:33 +0000 (05:00 +0000)]
Add rcsID tag
Luke Howard [Sat, 10 Jan 2004 05:00:04 +0000 (05:00 +0000)]
*** empty log message ***
Luke Howard [Sat, 10 Jan 2004 04:54:24 +0000 (04:54 +0000)]
Add some sample plugins
Kurt Zeilenga [Fri, 9 Jan 2004 20:36:24 +0000 (20:36 +0000)]
Fix formating
Pierangelo Masarati [Fri, 9 Jan 2004 11:43:00 +0000 (11:43 +0000)]
honor objectclass inheritance in filters + some cleanup
Kurt Zeilenga [Fri, 9 Jan 2004 04:48:40 +0000 (04:48 +0000)]
Fix text == NULL bugs in last commit
Kurt Zeilenga [Fri, 9 Jan 2004 04:11:57 +0000 (04:11 +0000)]
ITS#2906: report invalid userPassword schemes, clarify documentation
Pierangelo Masarati [Fri, 9 Jan 2004 01:53:03 +0000 (01:53 +0000)]
don't try to decide if uppercase based on LDAP matching rules