]> git.sur5r.net Git - openldap/log
openldap
21 years agosnprintf cleanup
Kurt Zeilenga [Tue, 23 Jul 2002 18:31:42 +0000 (18:31 +0000)]
snprintf cleanup

21 years agoucdata presently uses sized types. sized types use should be avoided
Kurt Zeilenga [Tue, 23 Jul 2002 18:29:48 +0000 (18:29 +0000)]
ucdata presently uses sized types.  sized types use should be avoided
as they are not be available on all platforms.

21 years agoMisc sprintf/snprintf cleanup
Kurt Zeilenga [Tue, 23 Jul 2002 18:26:33 +0000 (18:26 +0000)]
Misc sprintf/snprintf cleanup

21 years agoShort term fix for ITS#1960
Kurt Zeilenga [Tue, 23 Jul 2002 18:22:58 +0000 (18:22 +0000)]
Short term fix for ITS#1960
Code really should be changed to write only 'unsigned int's
with simple sanity check.

21 years agoConverted LDAP_LOG messages to use new Macro
Julius Enarusai [Tue, 23 Jul 2002 00:01:53 +0000 (00:01 +0000)]
Converted LDAP_LOG messages to use new Macro

21 years agofix ITS#1953
Pierangelo Masarati [Mon, 22 Jul 2002 14:24:32 +0000 (14:24 +0000)]
fix ITS#1953

21 years agoChange list->range conversion again, avoid extra c_put.
Howard Chu [Fri, 19 Jul 2002 23:19:53 +0000 (23:19 +0000)]
Change list->range conversion again, avoid extra c_put.

21 years agoAdded vsnprintf, snprintf implementations.
Howard Chu [Fri, 19 Jul 2002 17:33:14 +0000 (17:33 +0000)]
Added vsnprintf, snprintf implementations.

21 years agopw_gecos depends on HAVE_PW_GECOS
Howard Chu [Fri, 19 Jul 2002 14:25:37 +0000 (14:25 +0000)]
pw_gecos depends on HAVE_PW_GECOS

21 years agoMust include <stdio.h> since <rewrite.h> uses FILE *.
Howard Chu [Fri, 19 Jul 2002 14:24:53 +0000 (14:24 +0000)]
Must include <stdio.h> since <rewrite.h> uses FILE *.

21 years agochange in the IDL conversion from a list to a range
Jong Hyuk Choi [Thu, 18 Jul 2002 15:34:51 +0000 (15:34 +0000)]
change in the IDL conversion from a list to a range

21 years agokrbName is now builtin
Kurt Zeilenga [Tue, 16 Jul 2002 02:42:29 +0000 (02:42 +0000)]
krbName is now builtin

21 years agoFixes ITS#1935
Stig Venaas [Tue, 16 Jul 2002 02:38:14 +0000 (02:38 +0000)]
Fixes ITS#1935

21 years agoLDAP auxprop plugin for external SASL-enabled servers
Howard Chu [Sat, 13 Jul 2002 07:20:38 +0000 (07:20 +0000)]
LDAP auxprop plugin for external SASL-enabled servers

21 years agoTweak: For slap tools, don't set DB_RECOVERY flag when opening DB environment.
Howard Chu [Sat, 13 Jul 2002 00:18:15 +0000 (00:18 +0000)]
Tweak: For slap tools, don't set DB_RECOVERY flag when opening DB environment.
This allows slapcat to run while slapd is running, otherwise causes db
corruption.

21 years agoFix setting c_authz_backend for SASL binds:
Howard Chu [Sat, 13 Jul 2002 00:11:03 +0000 (00:11 +0000)]
Fix setting c_authz_backend for SASL binds:
  in slap_sasl2dn, make sure it's set for base DN searches as well.
  in do_bind, don't zero it during multi-stage binds.

21 years agoFix previous commit - the stub was never needed.
Howard Chu [Fri, 12 Jul 2002 23:43:46 +0000 (23:43 +0000)]
Fix previous commit - the stub was never needed.

21 years agoFix order of params to sasl_setpass. Added initial stub for setpass to
Howard Chu [Fri, 12 Jul 2002 20:55:12 +0000 (20:55 +0000)]
Fix order of params to sasl_setpass. Added initial stub for setpass to
change in-directory password.

21 years agoUse AF_INET instead of AF_UNSPEC when IPv6 disabled
Stig Venaas [Fri, 12 Jul 2002 15:36:33 +0000 (15:36 +0000)]
Use AF_INET instead of AF_UNSPEC when IPv6 disabled

21 years agodebug.c file moved from liblutil to liblber due to changes in LDAP_LOG macro and...
Julius Enarusai [Thu, 11 Jul 2002 23:26:34 +0000 (23:26 +0000)]
debug.c file moved from liblutil to liblber due to changes in LDAP_LOG macro and global variable ldap_logvels

21 years agoCoverted LDAP_LOG macro to use subsystem ID int values instead of string values
Julius Enarusai [Thu, 11 Jul 2002 20:33:24 +0000 (20:33 +0000)]
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values

21 years agoFix SEGV on single-byte connection input
Howard Chu [Thu, 11 Jul 2002 12:26:35 +0000 (12:26 +0000)]
Fix SEGV on single-byte connection input

21 years agoMore ACL to dn="" bug fixing... and add test006-acl check
Kurt Zeilenga [Thu, 11 Jul 2002 01:45:22 +0000 (01:45 +0000)]
More ACL to dn="" bug fixing... and add test006-acl check

21 years agoFix ACL to dn="" bug
Kurt Zeilenga [Thu, 11 Jul 2002 01:35:37 +0000 (01:35 +0000)]
Fix ACL to dn="" bug

21 years agoChange dn="" to dn.base="".
Kurt Zeilenga [Thu, 11 Jul 2002 01:17:41 +0000 (01:17 +0000)]
Change dn="" to dn.base="".

21 years agomake sure we don't test against stored values starting with "{"
Kurt Zeilenga [Wed, 10 Jul 2002 22:04:14 +0000 (22:04 +0000)]
make sure we don't test against stored values starting with "{"

21 years agoget data if ready
Kurt Zeilenga [Wed, 10 Jul 2002 22:03:32 +0000 (22:03 +0000)]
get data if ready

21 years agoFix a few typos
Kurt Zeilenga [Wed, 10 Jul 2002 03:12:47 +0000 (03:12 +0000)]
Fix a few typos

21 years agoITS#1916: fix fscanf EOF bugs
Kurt Zeilenga [Tue, 9 Jul 2002 01:00:56 +0000 (01:00 +0000)]
ITS#1916: fix fscanf EOF bugs

21 years agoITS#1922: add references.lo
Kurt Zeilenga [Tue, 9 Jul 2002 00:34:41 +0000 (00:34 +0000)]
ITS#1922: add references.lo

21 years agoFix matched values zero allocation bug (ITS#1931)
Kurt Zeilenga [Tue, 9 Jul 2002 00:20:30 +0000 (00:20 +0000)]
Fix matched values zero allocation bug (ITS#1931)

21 years agoremove lint
Kurt Zeilenga [Mon, 8 Jul 2002 18:55:50 +0000 (18:55 +0000)]
remove lint

21 years agoAdd matchedValues
Kurt Zeilenga [Mon, 8 Jul 2002 18:54:52 +0000 (18:54 +0000)]
Add matchedValues

21 years agoFix possible under allocation of buffer
Kurt Zeilenga [Mon, 8 Jul 2002 18:45:53 +0000 (18:45 +0000)]
Fix possible under allocation of buffer

21 years agoAdded normalization to caseIgnoreIA5Indexer()
Stig Venaas [Sun, 7 Jul 2002 13:22:45 +0000 (13:22 +0000)]
Added normalization to caseIgnoreIA5Indexer()

21 years agoForced commit, wrong log msg/accidental commit.
Howard Chu [Fri, 5 Jul 2002 22:02:36 +0000 (22:02 +0000)]
Forced commit, wrong log msg/accidental commit.

Make a non-fatal warning if SASL buffer is smaller than SASL_MAX but
larger than negotiated max. Not sure this is actually a good idea.

21 years agoITS#1924 use GENERAL_NAMES_free instead of ext_free.
Howard Chu [Fri, 5 Jul 2002 21:59:02 +0000 (21:59 +0000)]
ITS#1924 use GENERAL_NAMES_free instead of ext_free.

21 years agoSet peeraddr also for IPv6, fixes ITS#1918
Stig Venaas [Fri, 5 Jul 2002 20:29:15 +0000 (20:29 +0000)]
Set peeraddr also for IPv6, fixes ITS#1918

21 years agoRemove misleading (untrue) text about known syntax OID macros.
Kurt Zeilenga [Thu, 27 Jun 2002 16:27:07 +0000 (16:27 +0000)]
Remove misleading (untrue) text about known syntax OID macros.

21 years agoUse IPV6_V6ONLY on IPv6 sockets if available. This way we only get IPv6
Stig Venaas [Thu, 27 Jun 2002 13:20:37 +0000 (13:20 +0000)]
Use IPV6_V6ONLY on IPv6 sockets if available. This way we only get IPv6
packets on the IPv6 socket, and we receive only IPv6 with -6.

21 years agoIgnore error if listen on socket bound to 0.0.0.0 fails and already
Stig Venaas [Thu, 27 Jun 2002 12:41:09 +0000 (12:41 +0000)]
Ignore error if listen on socket bound to 0.0.0.0 fails and already
listening on socket bound to ::

21 years agoAdd krbName's definition (ITS#1913)
Kurt Zeilenga [Wed, 26 Jun 2002 18:43:55 +0000 (18:43 +0000)]
Add krbName's definition (ITS#1913)

21 years agoCheck for gcc as well.
Kurt Zeilenga [Tue, 25 Jun 2002 05:50:20 +0000 (05:50 +0000)]
Check for gcc as well.

21 years agoRebuild with cc missing test.
Kurt Zeilenga [Tue, 25 Jun 2002 02:31:08 +0000 (02:31 +0000)]
Rebuild with cc missing test.

21 years agoComplain if cc is missing.
Kurt Zeilenga [Tue, 25 Jun 2002 02:18:50 +0000 (02:18 +0000)]
Complain if cc is missing.

21 years agoFix for "no structuralObjectClass" when lastmod is off (ITS#1904)
Kurt Zeilenga [Tue, 25 Jun 2002 01:04:54 +0000 (01:04 +0000)]
Fix for "no structuralObjectClass" when lastmod is off  (ITS#1904)

22 years agoauthcId might be NULL
Kurt Zeilenga [Sat, 22 Jun 2002 21:27:38 +0000 (21:27 +0000)]
authcId might be NULL

22 years agoFix typo in last commit
Kurt Zeilenga [Fri, 21 Jun 2002 21:25:38 +0000 (21:25 +0000)]
Fix typo in last commit

22 years agoCut back on the logging...
Kurt Zeilenga [Fri, 21 Jun 2002 19:49:25 +0000 (19:49 +0000)]
Cut back on the logging...

22 years agoITS#1898: ldap_controls_dup() writes beyond allocated memory
Kurt Zeilenga [Fri, 21 Jun 2002 19:14:37 +0000 (19:14 +0000)]
ITS#1898: ldap_controls_dup() writes beyond allocated memory
patch suggested by Dave Steck <dsteck@novell.com>

22 years agoAdd LIBRARY section to each man page
Kurt Zeilenga [Fri, 21 Jun 2002 07:32:54 +0000 (07:32 +0000)]
Add LIBRARY section to each man page

22 years agoFix dynamic module linking
Howard Chu [Fri, 21 Jun 2002 01:34:53 +0000 (01:34 +0000)]
Fix dynamic module linking

22 years agoYet another schema error bug fix
Kurt Zeilenga [Thu, 20 Jun 2002 20:48:19 +0000 (20:48 +0000)]
Yet another schema error bug fix

22 years agoFix off by one error in erorr reporting
Kurt Zeilenga [Thu, 20 Jun 2002 20:46:16 +0000 (20:46 +0000)]
Fix off by one error in erorr reporting

22 years agoassert( e != NULL ) in entry2str()
Kurt Zeilenga [Wed, 19 Jun 2002 22:04:28 +0000 (22:04 +0000)]
assert( e != NULL ) in entry2str()

22 years agoUse #ifdef, not #if, to check SHUT_RDWR
Kurt Zeilenga [Wed, 19 Jun 2002 18:15:20 +0000 (18:15 +0000)]
Use #ifdef, not #if, to check SHUT_RDWR

22 years agouse monitorContext for the monitor database
Pierangelo Masarati [Wed, 19 Jun 2002 07:57:01 +0000 (07:57 +0000)]
use monitorContext for the monitor database

22 years agoAdd monitorContext rootDSE attribute
Kurt Zeilenga [Wed, 19 Jun 2002 06:44:16 +0000 (06:44 +0000)]
Add monitorContext rootDSE attribute

22 years agoHide cn=Monitor from namingContexts
Kurt Zeilenga [Wed, 19 Jun 2002 06:06:21 +0000 (06:06 +0000)]
Hide cn=Monitor from namingContexts
Should add a special DN pointer

22 years agoAdd monitor test.
Kurt Zeilenga [Wed, 19 Jun 2002 06:00:48 +0000 (06:00 +0000)]
Add monitor test.
Need to hide cn=Monitor from namingContext

22 years agoDetail simple method
Kurt Zeilenga [Wed, 19 Jun 2002 01:39:26 +0000 (01:39 +0000)]
Detail simple method

22 years agomake curlies match
Kurt Zeilenga [Tue, 18 Jun 2002 22:41:03 +0000 (22:41 +0000)]
make curlies match

22 years agoMinor cleanup, add mention of BDB to tests
Howard Chu [Tue, 18 Jun 2002 19:35:29 +0000 (19:35 +0000)]
Minor cleanup, add mention of BDB to tests

22 years agoSSF updates
Kurt Zeilenga [Tue, 18 Jun 2002 08:02:36 +0000 (08:02 +0000)]
SSF updates

22 years agoSSF discussion
Kurt Zeilenga [Tue, 18 Jun 2002 07:41:56 +0000 (07:41 +0000)]
SSF discussion

22 years agoUse correct ssfs.
Kurt Zeilenga [Tue, 18 Jun 2002 07:31:20 +0000 (07:31 +0000)]
Use correct ssfs.

22 years agoMore security considerations
Kurt Zeilenga [Tue, 18 Jun 2002 07:11:58 +0000 (07:11 +0000)]
More security considerations

22 years agoITS#1891 in ber_flush, no-op if towrite == 0
Howard Chu [Tue, 18 Jun 2002 01:00:27 +0000 (01:00 +0000)]
ITS#1891 in ber_flush, no-op if towrite == 0

22 years agoAdd some basic network security information
Kurt Zeilenga [Tue, 18 Jun 2002 00:55:39 +0000 (00:55 +0000)]
Add some basic network security information

22 years agoITS#1891, debug msg in send_search_entry
Howard Chu [Tue, 18 Jun 2002 00:37:45 +0000 (00:37 +0000)]
ITS#1891, debug msg in send_search_entry

22 years agoIn rootdn, add ref to SASL Authentication identities
Howard Chu [Tue, 18 Jun 2002 00:23:40 +0000 (00:23 +0000)]
In rootdn, add ref to SASL Authentication identities

22 years agoAdd initial security chapter (intro only).
Kurt Zeilenga [Tue, 18 Jun 2002 00:11:36 +0000 (00:11 +0000)]
Add initial security chapter (intro only).

22 years agoReorganize chapters
Kurt Zeilenga [Tue, 18 Jun 2002 00:05:23 +0000 (00:05 +0000)]
Reorganize chapters

22 years agoMake it clear that ldap_explode_dn() and friends are deprecated.
Kurt Zeilenga [Mon, 17 Jun 2002 22:45:34 +0000 (22:45 +0000)]
Make it clear that ldap_explode_dn() and friends are deprecated.

22 years agoAdd option to disallow unprotected simple authentication.
Kurt Zeilenga [Mon, 17 Jun 2002 22:18:27 +0000 (22:18 +0000)]
Add option to disallow unprotected simple authentication.
Add protected simple authentication as a "strong" mechanism.

22 years agocheck for -ldb-4 in addition to -ldb4
Kurt Zeilenga [Mon, 17 Jun 2002 22:15:59 +0000 (22:15 +0000)]
check for -ldb-4 in addition to -ldb4

22 years agoFormatting fix
Kurt Zeilenga [Mon, 17 Jun 2002 05:57:09 +0000 (05:57 +0000)]
Formatting fix

22 years agoSome LDBM v BDB cleanup
Kurt Zeilenga [Mon, 17 Jun 2002 05:56:55 +0000 (05:56 +0000)]
Some LDBM v BDB cleanup

22 years agoadd rootpw hash password comments
Kurt Zeilenga [Mon, 17 Jun 2002 05:33:32 +0000 (05:33 +0000)]
add rootpw hash password comments

22 years agoReference slapd-bdb and slapd-ldbm man pages.
Kurt Zeilenga [Sun, 16 Jun 2002 18:59:17 +0000 (18:59 +0000)]
Reference slapd-bdb and slapd-ldbm man pages.
Update index examples

22 years agoAdded CA and PEM terms
Howard Chu [Sun, 16 Jun 2002 12:31:17 +0000 (12:31 +0000)]
Added CA and PEM terms

22 years agoAdded TLS configuration, mostly the same as the man pages but fleshed
Howard Chu [Sun, 16 Jun 2002 12:24:16 +0000 (12:24 +0000)]
Added TLS configuration, mostly the same as the man pages but fleshed
out a little more.

22 years agoNote that TLS_CERT and TLS_KEY are user-only options.
Howard Chu [Sun, 16 Jun 2002 12:10:23 +0000 (12:10 +0000)]
Note that TLS_CERT and TLS_KEY are user-only options.

22 years agoMore minor cleanup
Howard Chu [Sun, 16 Jun 2002 08:46:41 +0000 (08:46 +0000)]
More minor cleanup

22 years agoFix typo in previous commit
Howard Chu [Sun, 16 Jun 2002 07:29:06 +0000 (07:29 +0000)]
Fix typo in previous commit

22 years agoMinor cleanup and reformat, added TLS options.
Howard Chu [Sun, 16 Jun 2002 07:19:31 +0000 (07:19 +0000)]
Minor cleanup and reformat, added TLS options.

22 years agoFix invalid search filter
Kurt Zeilenga [Sun, 16 Jun 2002 06:12:26 +0000 (06:12 +0000)]
Fix invalid search filter

22 years agoAdd SSF access control example.
Kurt Zeilenga [Sun, 16 Jun 2002 00:11:51 +0000 (00:11 +0000)]
Add SSF access control example.

22 years agoReserve digit flags
Kurt Zeilenga [Sat, 15 Jun 2002 22:18:51 +0000 (22:18 +0000)]
Reserve digit flags

22 years agoAdd -4/-6 flags to slapd to force use of IPv4 or IPv6
Kurt Zeilenga [Sat, 15 Jun 2002 22:01:39 +0000 (22:01 +0000)]
Add -4/-6 flags to slapd to force use of IPv4 or IPv6

22 years agosmall cleanup
Pierangelo Masarati [Sat, 15 Jun 2002 18:20:41 +0000 (18:20 +0000)]
small cleanup

22 years agodefine and normalize static bervals alltogether
Pierangelo Masarati [Sat, 15 Jun 2002 17:01:35 +0000 (17:01 +0000)]
define and normalize static bervals alltogether

22 years agoshould compile even without Cyrus SASL
Pierangelo Masarati [Sat, 15 Jun 2002 15:01:17 +0000 (15:01 +0000)]
should compile even without Cyrus SASL

22 years agoForced commit, previous log msg "should" -> "should not".
Howard Chu [Sat, 15 Jun 2002 01:20:04 +0000 (01:20 +0000)]
Forced commit, previous log msg "should" -> "should not".

22 years agoCleanup grammar, etc.
Howard Chu [Sat, 15 Jun 2002 01:00:50 +0000 (01:00 +0000)]
Cleanup grammar, etc.

22 years agoUse host-less LDAP URLs
Kurt Zeilenga [Fri, 14 Jun 2002 22:12:27 +0000 (22:12 +0000)]
Use host-less LDAP URLs

22 years agoChanged "saslRegexp" to "sasl-regexp". (Both are valid, but this is
Howard Chu [Fri, 14 Jun 2002 22:06:23 +0000 (22:06 +0000)]
Changed "saslRegexp" to "sasl-regexp". (Both are valid, but this is
more consistent with the other sasl directives.)

22 years agosaslAuthzTo/From LDUP URLs should have hostnames
Kurt Zeilenga [Fri, 14 Jun 2002 22:03:52 +0000 (22:03 +0000)]
saslAuthzTo/From LDUP URLs should have hostnames

22 years agoTypos - "TCP" backend should be "TCL"
Howard Chu [Fri, 14 Jun 2002 21:59:23 +0000 (21:59 +0000)]
Typos - "TCP" backend should be "TCL"

22 years agoMisc formatting changes
Kurt Zeilenga [Fri, 14 Jun 2002 21:47:09 +0000 (21:47 +0000)]
Misc formatting changes