]> git.sur5r.net Git - openldap/log
openldap
21 years agoAdd comment about LDAPv2
Kurt Zeilenga [Mon, 10 Mar 2003 15:41:55 +0000 (15:41 +0000)]
Add comment about LDAPv2

21 years agoLDAPv2 is Historic
Kurt Zeilenga [Mon, 10 Mar 2003 15:34:14 +0000 (15:34 +0000)]
LDAPv2 is Historic

21 years agofix log message (ITS#2359)
Pierangelo Masarati [Mon, 10 Mar 2003 07:36:42 +0000 (07:36 +0000)]
fix log message (ITS#2359)

21 years agoneed to use ch_malloc/realloc
Kurt Zeilenga [Sun, 9 Mar 2003 20:15:30 +0000 (20:15 +0000)]
need to use ch_malloc/realloc

21 years agoUse ch_malloc instead of malloc for unchecked allocations
Kurt Zeilenga [Sun, 9 Mar 2003 20:11:12 +0000 (20:11 +0000)]
Use ch_malloc instead of malloc for unchecked allocations

21 years agoAdd copyright notice
Howard Chu [Sun, 9 Mar 2003 01:03:41 +0000 (01:03 +0000)]
Add copyright notice

21 years agoBlind fix, delete obsolete files cache.c, authpasswd.c
Howard Chu [Fri, 7 Mar 2003 21:10:02 +0000 (21:10 +0000)]
Blind fix, delete obsolete files cache.c, authpasswd.c

21 years agosuffixalias is no longer supported
Kurt Zeilenga [Fri, 7 Mar 2003 18:57:30 +0000 (18:57 +0000)]
suffixalias is no longer supported

21 years agoDon't call strlen ourselves, SASL getopt returns the lengths
Howard Chu [Fri, 7 Mar 2003 12:40:37 +0000 (12:40 +0000)]
Don't call strlen ourselves, SASL getopt returns the lengths

21 years agoRedefine queryid
Kurt Zeilenga [Thu, 6 Mar 2003 20:20:13 +0000 (20:20 +0000)]
Redefine queryid

21 years agoCommit of the Proxy Cache contribution (ITS#2062)
Jong Hyuk Choi [Thu, 6 Mar 2003 19:44:41 +0000 (19:44 +0000)]
Commit of the Proxy Cache contribution (ITS#2062)
from IBM India Research (Apurva Kumar)
Code review by Pierangelo, Kurt, and Jong.

21 years agoChasing a referral needs both the request and response mutexes.
Howard Chu [Thu, 6 Mar 2003 14:53:01 +0000 (14:53 +0000)]
Chasing a referral needs both the request and response mutexes.
Unlock and relock... (yuck)

21 years agoPass correct msgid to ldap_result
Howard Chu [Thu, 6 Mar 2003 14:50:39 +0000 (14:50 +0000)]
Pass correct msgid to ldap_result

21 years agoTechnically, since the authid is expected to be a normalized DN, uidNumber
Howard Chu [Thu, 6 Mar 2003 12:08:39 +0000 (12:08 +0000)]
Technically, since the authid is expected to be a normalized DN, uidNumber
and gidNumber should be all lower case: uidnumber,gidnumber. Is it too late
to fix this, would it break compatibility for anything major?

21 years agocall LDAPv2 what it is (historical)
Kurt Zeilenga [Thu, 6 Mar 2003 01:00:05 +0000 (01:00 +0000)]
call LDAPv2 what it is (historical)

21 years agorebuild
Kurt Zeilenga [Thu, 6 Mar 2003 00:38:42 +0000 (00:38 +0000)]
rebuild

21 years agoITS#2348: fix previous commit
Howard Chu [Thu, 6 Mar 2003 00:16:32 +0000 (00:16 +0000)]
ITS#2348: fix previous commit

21 years agoITS#2348: cont_alloc/cont_free cleanup in idl_insert_key
Howard Chu [Wed, 5 Mar 2003 23:10:32 +0000 (23:10 +0000)]
ITS#2348: cont_alloc/cont_free cleanup in idl_insert_key

21 years agomisc : not activating idl cache in tool mode run
Jong Hyuk Choi [Wed, 5 Mar 2003 03:34:59 +0000 (03:34 +0000)]
misc : not activating idl cache in tool mode run

21 years agoFix LDAP_DEBUG/LDAP_SYSLOG test
Howard Chu [Wed, 5 Mar 2003 02:22:58 +0000 (02:22 +0000)]
Fix LDAP_DEBUG/LDAP_SYSLOG test

21 years agoUse ldap_pvt_get_hname instead of ldap_pvt_gethostbyaddr_a
Howard Chu [Wed, 5 Mar 2003 01:53:32 +0000 (01:53 +0000)]
Use ldap_pvt_get_hname instead of ldap_pvt_gethostbyaddr_a

21 years agoSilence warnings in prev commit
Howard Chu [Wed, 5 Mar 2003 01:53:03 +0000 (01:53 +0000)]
Silence warnings in prev commit

21 years agoSilence warning in prev commit
Howard Chu [Wed, 5 Mar 2003 01:37:56 +0000 (01:37 +0000)]
Silence warning in prev commit

21 years agoAdded ldap_pvt_get_hname. Use instead of ldap_pvt_gethostbyaddr_a when
Howard Chu [Wed, 5 Mar 2003 01:35:39 +0000 (01:35 +0000)]
Added ldap_pvt_get_hname. Use instead of ldap_pvt_gethostbyaddr_a when
all you want is the hostname. Supports IPv6 addresses.

21 years agoAdded ldap_pvt_get_hname. Use instead of ldap_pvt_gethostbyaddr_a when
Howard Chu [Wed, 5 Mar 2003 01:34:31 +0000 (01:34 +0000)]
Added ldap_pvt_get_hname. Use instead of ldap_pvt_gethostbyaddr_a when
all you want is the hostname.

21 years agoAdd NI_MAXHOST if not defined; normally in <netdb.h> on IPv6 systems
Howard Chu [Wed, 5 Mar 2003 01:33:36 +0000 (01:33 +0000)]
Add NI_MAXHOST if not defined; normally in <netdb.h> on IPv6 systems

21 years agoFor IPv6 check for getnameinfo as well as getaddrinfo
Howard Chu [Wed, 5 Mar 2003 01:32:41 +0000 (01:32 +0000)]
For IPv6 check for getnameinfo as well as getaddrinfo

21 years agoMinor cleanup for sendmsg
Howard Chu [Tue, 4 Mar 2003 22:14:57 +0000 (22:14 +0000)]
Minor cleanup for sendmsg

21 years agoFix initializer
Kurt Zeilenga [Tue, 4 Mar 2003 21:52:23 +0000 (21:52 +0000)]
Fix initializer

21 years agofix initializer
Kurt Zeilenga [Tue, 4 Mar 2003 21:49:21 +0000 (21:49 +0000)]
fix initializer

21 years agoFix initializer
Kurt Zeilenga [Tue, 4 Mar 2003 21:45:59 +0000 (21:45 +0000)]
Fix initializer

21 years agoMultiple-suffix fail msg should be logged at ERR/ANY, not ARGS.
Howard Chu [Tue, 4 Mar 2003 21:17:31 +0000 (21:17 +0000)]
Multiple-suffix fail msg should be logged at ERR/ANY, not ARGS.

21 years agomore improvements ...
Pierangelo Masarati [Tue, 4 Mar 2003 09:46:48 +0000 (09:46 +0000)]
more improvements ...

21 years agoimprove last commit
Pierangelo Masarati [Tue, 4 Mar 2003 09:43:12 +0000 (09:43 +0000)]
improve last commit

21 years agosilence warning
Pierangelo Masarati [Tue, 4 Mar 2003 09:16:57 +0000 (09:16 +0000)]
silence warning

21 years agoFix ITS#2344, prev commit changed too much.
Howard Chu [Mon, 3 Mar 2003 23:44:22 +0000 (23:44 +0000)]
Fix ITS#2344, prev commit changed too much.

21 years agoapply a different fix for ITS#2342
Pierangelo Masarati [Mon, 3 Mar 2003 23:06:58 +0000 (23:06 +0000)]
apply a different fix for ITS#2342

21 years agoimprove checks
Pierangelo Masarati [Mon, 3 Mar 2003 22:56:21 +0000 (22:56 +0000)]
improve checks

21 years agofix ITS#2343
Pierangelo Masarati [Mon, 3 Mar 2003 22:25:28 +0000 (22:25 +0000)]
fix ITS#2343

21 years agoinit var
Pierangelo Masarati [Mon, 3 Mar 2003 21:33:29 +0000 (21:33 +0000)]
init var

21 years agoset return code
Pierangelo Masarati [Mon, 3 Mar 2003 21:32:58 +0000 (21:32 +0000)]
set return code

21 years agosilence warning
Pierangelo Masarati [Mon, 3 Mar 2003 21:32:08 +0000 (21:32 +0000)]
silence warning

21 years agoinitialize var
Pierangelo Masarati [Mon, 3 Mar 2003 21:31:47 +0000 (21:31 +0000)]
initialize var

21 years agodeclare ldap_[parse_]passwd
Pierangelo Masarati [Mon, 3 Mar 2003 21:31:00 +0000 (21:31 +0000)]
declare ldap_[parse_]passwd

21 years agofix typo
Pierangelo Masarati [Mon, 3 Mar 2003 21:22:23 +0000 (21:22 +0000)]
fix typo

21 years agoScript I use to update copyrights once a year
Kurt Zeilenga [Mon, 3 Mar 2003 18:11:40 +0000 (18:11 +0000)]
Script I use to update copyrights once a year

21 years agoReplace recursive get_stringbvr with iterative get_stringbvl to avoid
Howard Chu [Mon, 3 Mar 2003 15:54:49 +0000 (15:54 +0000)]
Replace recursive get_stringbvr with iterative get_stringbvl to avoid
stack overrun when parsing large groups

21 years agoAdded NT service support
Howard Chu [Mon, 3 Mar 2003 11:47:16 +0000 (11:47 +0000)]
Added NT service support

21 years agoCleanup slapd-specific NT service support
Howard Chu [Mon, 3 Mar 2003 11:46:05 +0000 (11:46 +0000)]
Cleanup slapd-specific NT service support

21 years agoCleanup NT service support declarations
Howard Chu [Mon, 3 Mar 2003 11:42:12 +0000 (11:42 +0000)]
Cleanup NT service support declarations

21 years agoDelete unused EDITOR, SENDMAIL substitutions
Howard Chu [Mon, 3 Mar 2003 10:17:38 +0000 (10:17 +0000)]
Delete unused EDITOR, SENDMAIL substitutions

21 years agoFix previous commit, eventlog path was wrong
Howard Chu [Mon, 3 Mar 2003 07:30:12 +0000 (07:30 +0000)]
Fix previous commit, eventlog path was wrong

21 years agoDefault is_NT_Service to no
Howard Chu [Mon, 3 Mar 2003 06:43:12 +0000 (06:43 +0000)]
Default is_NT_Service to no

21 years agoAdd explicit "service" argument, only change cwd if running as a service.
Howard Chu [Mon, 3 Mar 2003 06:42:16 +0000 (06:42 +0000)]
Add explicit "service" argument, only change cwd if running as a service.

21 years agoimprove checking message
Kurt Zeilenga [Mon, 3 Mar 2003 01:44:41 +0000 (01:44 +0000)]
improve checking message

21 years agorebuild after openldap.m4 changes
Kurt Zeilenga [Mon, 3 Mar 2003 00:31:18 +0000 (00:31 +0000)]
rebuild after openldap.m4 changes

21 years agoReally fix accrights test.
Howard Chu [Sun, 2 Mar 2003 23:11:00 +0000 (23:11 +0000)]
Really fix accrights test.

21 years agoFix accrights test, use <sys/socket.h>
Howard Chu [Sun, 2 Mar 2003 23:00:51 +0000 (23:00 +0000)]
Fix accrights test, use <sys/socket.h>

21 years agoAdd acc_rights detection (needs testing)
Kurt Zeilenga [Sun, 2 Mar 2003 21:46:40 +0000 (21:46 +0000)]
Add acc_rights detection (needs testing)

21 years agoAdd check of <sys/uio.h> and include as needed for struct iovec.
Kurt Zeilenga [Sun, 2 Mar 2003 21:21:36 +0000 (21:21 +0000)]
Add check of <sys/uio.h> and include as needed for struct iovec.

21 years agoCleanup previous commit
Howard Chu [Sun, 2 Mar 2003 08:05:19 +0000 (08:05 +0000)]
Cleanup previous commit

21 years agoInteroperability fix for sendmsg/recvmsg with access rights
Howard Chu [Sun, 2 Mar 2003 07:46:33 +0000 (07:46 +0000)]
Interoperability fix for sendmsg/recvmsg with access rights

21 years agoscrew with the case
Kurt Zeilenga [Sun, 2 Mar 2003 04:32:39 +0000 (04:32 +0000)]
screw with the case

21 years agoUse fixed sizes for ber_get_next to avoid 64-bit hangs.
Howard Chu [Sun, 2 Mar 2003 04:02:39 +0000 (04:02 +0000)]
Use fixed sizes for ber_get_next to avoid 64-bit hangs.

21 years agoUse renamed initializers
Kurt Zeilenga [Sun, 2 Mar 2003 03:15:16 +0000 (03:15 +0000)]
Use renamed initializers

21 years agoRename initializers
Kurt Zeilenga [Sun, 2 Mar 2003 03:14:59 +0000 (03:14 +0000)]
Rename initializers

21 years agoFix slap_sasl_authorized, c_authz_backend may be NULL
Howard Chu [Sun, 2 Mar 2003 00:21:24 +0000 (00:21 +0000)]
Fix slap_sasl_authorized, c_authz_backend may be NULL

21 years agoSLAP_NVALUES: substrings indexing/filterring
Kurt Zeilenga [Sat, 1 Mar 2003 20:21:39 +0000 (20:21 +0000)]
SLAP_NVALUES: substrings indexing/filterring

21 years agomore OPERATIONS v. OTHER error cleanup
Kurt Zeilenga [Sat, 1 Mar 2003 20:20:53 +0000 (20:20 +0000)]
more OPERATIONS v. OTHER error cleanup

21 years agoDon't return LDAP_OPERATIONS_ERROR for internal errors
Kurt Zeilenga [Sat, 1 Mar 2003 20:17:52 +0000 (20:17 +0000)]
Don't return LDAP_OPERATIONS_ERROR for internal errors

21 years agoDon't send extra messages, will cause interoperability problems
Kurt Zeilenga [Sat, 1 Mar 2003 19:47:04 +0000 (19:47 +0000)]
Don't send extra messages, will cause interoperability problems
with versions not built to receive these extra messages.
Likewise in reverse.

21 years agofix attr_merge_one hack
Pierangelo Masarati [Sat, 1 Mar 2003 15:41:54 +0000 (15:41 +0000)]
fix attr_merge_one hack

21 years agofix memory free
Pierangelo Masarati [Sat, 1 Mar 2003 12:28:45 +0000 (12:28 +0000)]
fix memory free

21 years agoadd 'next[/prev]' initializer
Pierangelo Masarati [Sat, 1 Mar 2003 12:28:07 +0000 (12:28 +0000)]
add 'next[/prev]' initializer

21 years agotrim unnecessary varaible
Pierangelo Masarati [Sat, 1 Mar 2003 12:12:12 +0000 (12:12 +0000)]
trim unnecessary varaible

21 years agoimproved filter mapping/rewrite; improved result rewriting; improved attribute/object...
Pierangelo Masarati [Sat, 1 Mar 2003 11:08:53 +0000 (11:08 +0000)]
improved filter mapping/rewrite; improved result rewriting; improved attribute/objectclass mapping configuration

21 years agoenable indexing
Kurt Zeilenga [Sat, 1 Mar 2003 05:21:51 +0000 (05:21 +0000)]
enable indexing

21 years agoSLAP_NVALUES: index normalized values
Kurt Zeilenga [Sat, 1 Mar 2003 05:17:44 +0000 (05:17 +0000)]
SLAP_NVALUES: index normalized values

21 years agoSLAP_NVALUES: test005-modrdn works...
Kurt Zeilenga [Sat, 1 Mar 2003 04:51:31 +0000 (04:51 +0000)]
SLAP_NVALUES: test005-modrdn works...

21 years agoSLAP_NVALUE: misc updates
Kurt Zeilenga [Sat, 1 Mar 2003 04:14:17 +0000 (04:14 +0000)]
SLAP_NVALUE: misc updates

21 years agoSLAP_NVALUES: test004 works
Kurt Zeilenga [Sat, 1 Mar 2003 03:37:16 +0000 (03:37 +0000)]
SLAP_NVALUES: test004 works

21 years agoSLAP_NVALUES: A couple of more normalizers...
Kurt Zeilenga [Sat, 1 Mar 2003 01:27:09 +0000 (01:27 +0000)]
SLAP_NVALUES: A couple of more normalizers...

21 years agoSLAP_NVALUES: test003 now passes (with help of a substr mr hack)
Kurt Zeilenga [Sat, 1 Mar 2003 00:14:32 +0000 (00:14 +0000)]
SLAP_NVALUES: test003 now passes (with help of a substr mr hack)

21 years agoRemove deadwood
Kurt Zeilenga [Fri, 28 Feb 2003 22:32:12 +0000 (22:32 +0000)]
Remove deadwood

21 years agoSLAP_NVALUES: Use a_nvals
Kurt Zeilenga [Fri, 28 Feb 2003 21:05:19 +0000 (21:05 +0000)]
SLAP_NVALUES: Use a_nvals

21 years agoSLAP_NVALUES: fix UTF8StringNormalize
Kurt Zeilenga [Fri, 28 Feb 2003 20:00:54 +0000 (20:00 +0000)]
SLAP_NVALUES: fix UTF8StringNormalize
tests 0-2 now run correctly

21 years agoITS#2324: Allow extended operation plugin to override default
Kurt Zeilenga [Fri, 28 Feb 2003 19:21:38 +0000 (19:21 +0000)]
ITS#2324: Allow extended operation plugin to override default
from jenarusa@us.ibm.com

21 years agoAdd more -ldb varients
Kurt Zeilenga [Fri, 28 Feb 2003 17:05:02 +0000 (17:05 +0000)]
Add more -ldb varients

21 years agoFix previous commit
Howard Chu [Fri, 28 Feb 2003 13:41:53 +0000 (13:41 +0000)]
Fix previous commit

21 years agoFix ITS#2335, RFC1798 sequence layout was wrong.
Howard Chu [Fri, 28 Feb 2003 13:04:16 +0000 (13:04 +0000)]
Fix ITS#2335, RFC1798 sequence layout was wrong.

21 years agoFix ITS#2335, properly parse multiple CLDAP responses in a single datagram
Howard Chu [Fri, 28 Feb 2003 12:57:28 +0000 (12:57 +0000)]
Fix ITS#2335, properly parse multiple CLDAP responses in a single datagram
for both RFC1798 and MS CLDAP.

21 years agoFix typo
Luke Howard [Fri, 28 Feb 2003 12:55:01 +0000 (12:55 +0000)]
Fix typo

21 years agoSupport for dynamic registration of controls, both through native and
Luke Howard [Fri, 28 Feb 2003 12:34:35 +0000 (12:34 +0000)]
Support for dynamic registration of controls, both through native and
SLAPI plugins.

21 years agomissing OpenLDAPaciMatch definition
Pierangelo Masarati [Fri, 28 Feb 2003 12:05:48 +0000 (12:05 +0000)]
missing OpenLDAPaciMatch definition

21 years agoPartial fix of ITS#2335, restore proper CLDAP msg format for LDAPv2
Howard Chu [Fri, 28 Feb 2003 08:34:31 +0000 (08:34 +0000)]
Partial fix of ITS#2335, restore proper CLDAP msg format for LDAPv2

21 years agoUse add_merge_one to add schema elements to subschema
Kurt Zeilenga [Fri, 28 Feb 2003 07:06:06 +0000 (07:06 +0000)]
Use add_merge_one to add schema elements to subschema

21 years agoSLAP_NVALUES: fix a FIX ME
Kurt Zeilenga [Fri, 28 Feb 2003 05:44:03 +0000 (05:44 +0000)]
SLAP_NVALUES: fix a FIX ME

21 years agoFix LDAP_LOG arg
Howard Chu [Fri, 28 Feb 2003 05:24:08 +0000 (05:24 +0000)]
Fix LDAP_LOG arg

21 years agoITS#2336 - Don't allow rename on subtrees.
Howard Chu [Fri, 28 Feb 2003 05:18:29 +0000 (05:18 +0000)]
ITS#2336 - Don't allow rename on subtrees.

21 years agoSLAP_NVALUES: a couple of basic normalizers... but not working yet.
Kurt Zeilenga [Fri, 28 Feb 2003 05:13:29 +0000 (05:13 +0000)]
SLAP_NVALUES: a couple of basic normalizers... but not working yet.