]> git.sur5r.net Git - openldap/log
openldap
22 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

22 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

22 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

22 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

22 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

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

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

22 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 "{"

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

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

22 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

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

22 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)

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

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

22 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

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

22 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.

22 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.

22 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

22 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.

22 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.

22 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 ::

22 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)

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

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

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

22 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

22 years agoRemove extra BDB define
Kurt Zeilenga [Fri, 14 Jun 2002 21:42:55 +0000 (21:42 +0000)]
Remove extra BDB define

22 years agoLDBM->BDB updates
Kurt Zeilenga [Fri, 14 Jun 2002 21:19:42 +0000 (21:19 +0000)]
LDBM->BDB updates

22 years agoMisc cleanup
Kurt Zeilenga [Fri, 14 Jun 2002 20:53:52 +0000 (20:53 +0000)]
Misc cleanup

22 years agoPatch: Bugs with back-ldap/meta mappings (ITS#1787)
Kurt Zeilenga [Fri, 14 Jun 2002 20:41:40 +0000 (20:41 +0000)]
Patch: Bugs with back-ldap/meta mappings  (ITS#1787)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

manpage patch for ITS#1787.

22 years agoAdded a bit about client and server certificates.
Howard Chu [Fri, 14 Jun 2002 13:35:09 +0000 (13:35 +0000)]
Added a bit about client and server certificates.

22 years agoAnother typo, mistake in previous commit
Howard Chu [Fri, 14 Jun 2002 13:18:15 +0000 (13:18 +0000)]
Another typo, mistake in previous commit

22 years agoFix typos, add a brief mention of Authorization Policy configuration
Howard Chu [Fri, 14 Jun 2002 13:03:20 +0000 (13:03 +0000)]
Fix typos, add a brief mention of Authorization Policy configuration

22 years agoFix EX: typo
Howard Chu [Fri, 14 Jun 2002 13:01:48 +0000 (13:01 +0000)]
Fix EX: typo

22 years agoForced commit, previous had no log entry. Fixed some typos, added a
Howard Chu [Fri, 14 Jun 2002 12:39:59 +0000 (12:39 +0000)]
Forced commit, previous had no log entry. Fixed some typos, added a
couple references to BDB.

22 years ago*** empty log message ***
Howard Chu [Fri, 14 Jun 2002 12:38:32 +0000 (12:38 +0000)]
*** empty log message ***

22 years agoAdded X.509 term
Howard Chu [Fri, 14 Jun 2002 12:32:36 +0000 (12:32 +0000)]
Added X.509 term

22 years agoAdded sasl-authz-policy
Howard Chu [Fri, 14 Jun 2002 11:02:57 +0000 (11:02 +0000)]
Added sasl-authz-policy

22 years agozap unnecessary include
Kurt Zeilenga [Fri, 14 Jun 2002 09:10:02 +0000 (09:10 +0000)]
zap unnecessary include

22 years agoUse experimental OIDs for saslAuth attributes and hide 'em
Kurt Zeilenga [Fri, 14 Jun 2002 08:25:14 +0000 (08:25 +0000)]
Use experimental OIDs for saslAuth attributes and hide 'em
make the usage distributedOperation

22 years agoFix OID clash in previous commit
Howard Chu [Fri, 14 Jun 2002 08:16:06 +0000 (08:16 +0000)]
Fix OID clash in previous commit

22 years agoAdded saslAuthzTo and saslAuthzFrom to system schema.
Howard Chu [Fri, 14 Jun 2002 08:10:14 +0000 (08:10 +0000)]
Added saslAuthzTo and saslAuthzFrom to system schema.
Added sasl-authz-policy config keyword to control proxy authorization.
Moved sasl-related config processing to sasl.c:slap_sasl_config().
Moved other global defs used only in saslauthz.c into saslauthz.c.

22 years agoFinish implementation of get_ca_list()
Howard Chu [Fri, 14 Jun 2002 06:09:24 +0000 (06:09 +0000)]
Finish implementation of get_ca_list()

22 years agoIn ldap_extended_operation_s, check for NULL retoidp and retdatap
Howard Chu [Thu, 13 Jun 2002 16:26:47 +0000 (16:26 +0000)]
In ldap_extended_operation_s, check for NULL retoidp and retdatap
before storing NULL.