]>
git.sur5r.net Git - openldap/log
Kurt Zeilenga [Thu, 15 Mar 2001 03:08:44 +0000 (03:08 +0000)]
Add DUPENT macros
Kurt Zeilenga [Thu, 15 Mar 2001 03:07:23 +0000 (03:07 +0000)]
Make pthread test detect broke pthread join/detach behavior
Kurt Zeilenga [Thu, 15 Mar 2001 03:05:33 +0000 (03:05 +0000)]
Make sure we have a separator when doing suffix matching
Kurt Zeilenga [Thu, 15 Mar 2001 03:04:51 +0000 (03:04 +0000)]
Normalize DN
Kurt Zeilenga [Thu, 15 Mar 2001 03:03:01 +0000 (03:03 +0000)]
Normalized user DN
Kurt Zeilenga [Thu, 15 Mar 2001 03:02:23 +0000 (03:02 +0000)]
Fix error text bugs
Kurt Zeilenga [Thu, 15 Mar 2001 03:01:54 +0000 (03:01 +0000)]
Fix typo in $SRCS
Kurt Zeilenga [Thu, 15 Mar 2001 03:00:52 +0000 (03:00 +0000)]
Fix syntax/matching-rules for ref and labeledURI
Mark Valence [Sun, 11 Mar 2001 05:13:57 +0000 (05:13 +0000)]
Fixed bug (my own, rather old too) that causes a crash on exit when ru
n as a service on NT.
Gary Williams [Fri, 2 Mar 2001 14:17:01 +0000 (14:17 +0000)]
fix logging line
Julio Sánchez Fernández [Tue, 27 Feb 2001 21:20:08 +0000 (21:20 +0000)]
Sendmail is so weird that it passes us an address of <> as just
a zero-length argument, but will consider such thing unparseable.
So we do the translation...
Kurt Zeilenga [Thu, 22 Feb 2001 01:01:01 +0000 (01:01 +0000)]
Add 3062 to index
Kurt Zeilenga [Thu, 22 Feb 2001 00:45:03 +0000 (00:45 +0000)]
Replace I-D with RFC
Mark Valence [Tue, 20 Feb 2001 16:08:14 +0000 (16:08 +0000)]
bug fix
Mark Valence [Tue, 20 Feb 2001 16:07:05 +0000 (16:07 +0000)]
fix mistype.
Mark Valence [Mon, 19 Feb 2001 19:14:12 +0000 (19:14 +0000)]
attribute & objectclass mapping rules
Mark Valence [Mon, 19 Feb 2001 19:09:54 +0000 (19:09 +0000)]
Bug fix and Windows compat change.
Mark Valence [Mon, 19 Feb 2001 19:06:21 +0000 (19:06 +0000)]
Fixed aci syntax validation to use UTF (aci attrs can have dn's)
Ralf Haferkamp [Mon, 19 Feb 2001 11:34:28 +0000 (11:34 +0000)]
- some minor bugfixes
- lots of documentation (javadoc style comments)
Gary Williams [Thu, 8 Feb 2001 16:40:44 +0000 (16:40 +0000)]
turn on new logging by default
Gary Williams [Thu, 8 Feb 2001 13:21:20 +0000 (13:21 +0000)]
fix acl log line
Gary Williams [Tue, 6 Feb 2001 16:06:38 +0000 (16:06 +0000)]
Add some logging for bad attributes
Kurt Zeilenga [Sat, 3 Feb 2001 18:48:58 +0000 (18:48 +0000)]
latest revisions
Kurt Zeilenga [Sat, 3 Feb 2001 18:41:20 +0000 (18:41 +0000)]
rev 02
Kurt Zeilenga [Sat, 3 Feb 2001 03:17:22 +0000 (03:17 +0000)]
Rework security restrictions for SASL bind
Kurt Zeilenga [Sat, 3 Feb 2001 02:32:14 +0000 (02:32 +0000)]
Revamp last commit
Kurt Zeilenga [Sat, 3 Feb 2001 02:21:37 +0000 (02:21 +0000)]
Add security checks to root DSE searches.
Fix checking of require statements.
Kurt Zeilenga [Sat, 3 Feb 2001 01:49:12 +0000 (01:49 +0000)]
Fix memory leak
Gary Williams [Fri, 2 Feb 2001 16:07:12 +0000 (16:07 +0000)]
fix NT build by moving unistd.h
Gary Williams [Fri, 2 Feb 2001 14:49:35 +0000 (14:49 +0000)]
fix windows-specific logging line
Gary Williams [Fri, 2 Feb 2001 13:50:16 +0000 (13:50 +0000)]
small changes to logging
Gary Williams [Fri, 2 Feb 2001 13:49:26 +0000 (13:49 +0000)]
fix logging macros (thanks Mei)
Kurt Zeilenga [Thu, 1 Feb 2001 19:39:12 +0000 (19:39 +0000)]
Update comments
Stig Venaas [Wed, 31 Jan 2001 15:58:00 +0000 (15:58 +0000)]
Using UTF8normcmp() from lunicode, removing our own UTF8casecmp()
Stig Venaas [Wed, 31 Jan 2001 15:45:30 +0000 (15:45 +0000)]
Adding UTF8normcmp() for normalizing and comparing two UTF8 strings
Stig Venaas [Fri, 26 Jan 2001 15:56:29 +0000 (15:56 +0000)]
Made caseIgnoreIndexer(), caseIgnoreFilter(),
caseIgnoreSubstringsIndexer(), caseIgnoreSubstringsFilter(),
caseExactIndexer(), caseExactFilter(), caseExactSubstringsIndexer() and
caseExactSubstringsFilter() use UTF8normalize
Stig Venaas [Fri, 26 Jan 2001 14:35:20 +0000 (14:35 +0000)]
Including ac/ctype.h to get TOUPPER macro
Stig Venaas [Fri, 26 Jan 2001 14:33:09 +0000 (14:33 +0000)]
Now loading all UCDATA files
Kurt Zeilenga [Fri, 26 Jan 2001 05:04:26 +0000 (05:04 +0000)]
rm LBER_USE_INDEFINITE_LEN
Kurt Zeilenga [Fri, 26 Jan 2001 03:02:26 +0000 (03:02 +0000)]
rev 06
Kurt Zeilenga [Fri, 26 Jan 2001 03:01:27 +0000 (03:01 +0000)]
rev 05
Stig Venaas [Thu, 25 Jan 2001 16:51:59 +0000 (16:51 +0000)]
Made dnNormalize() do Unicode normalization and case folding.
dn_normalize() now uses dnNormalize() and fails if normalized string is
longer than original string.
Kurt Zeilenga [Wed, 24 Jan 2001 17:25:30 +0000 (17:25 +0000)]
Add DNS SRV to error text
Stig Venaas [Wed, 24 Jan 2001 15:31:53 +0000 (15:31 +0000)]
Load UCDATA composition data
Stig Venaas [Wed, 24 Jan 2001 15:28:53 +0000 (15:28 +0000)]
Defines for case folding argument to UTF8normalize()
Kurt Zeilenga [Wed, 24 Jan 2001 00:08:15 +0000 (00:08 +0000)]
Fix IP= port numbers
Kurt Zeilenga [Tue, 23 Jan 2001 20:51:14 +0000 (20:51 +0000)]
Validate timelimit argument
Kurt Zeilenga [Tue, 23 Jan 2001 20:38:19 +0000 (20:38 +0000)]
Rename timelimit to timeout where it refers to the time out not the time limit.
Mark Adamson [Tue, 23 Jan 2001 19:18:03 +0000 (19:18 +0000)]
Make sure the variable used for SASL REALM is initialized, in case of no REALM.
Kurt Zeilenga [Mon, 22 Jan 2001 22:03:44 +0000 (22:03 +0000)]
Fix more typos
Kurt Zeilenga [Mon, 22 Jan 2001 21:25:06 +0000 (21:25 +0000)]
Fix another typo
Kurt Zeilenga [Mon, 22 Jan 2001 21:10:54 +0000 (21:10 +0000)]
Fix typo
Kurt Zeilenga [Mon, 22 Jan 2001 20:50:07 +0000 (20:50 +0000)]
Fix typo
Kurt Zeilenga [Mon, 22 Jan 2001 08:09:25 +0000 (08:09 +0000)]
Add objectClass kind checking
Kludge NADF schema to conform
Kurt Zeilenga [Mon, 22 Jan 2001 08:06:48 +0000 (08:06 +0000)]
Default objectClass kind should be STRUCTURAL
Kurt Zeilenga [Mon, 22 Jan 2001 07:51:24 +0000 (07:51 +0000)]
Adjust format
Kurt Zeilenga [Mon, 22 Jan 2001 07:42:13 +0000 (07:42 +0000)]
Fix typo
Kurt Zeilenga [Mon, 22 Jan 2001 06:49:12 +0000 (06:49 +0000)]
Change some defaults
Label some options as experimental
Change how configure prints defaults
Kurt Zeilenga [Sat, 20 Jan 2001 17:49:05 +0000 (17:49 +0000)]
Add copyright notices
Kurt Zeilenga [Sat, 20 Jan 2001 01:17:15 +0000 (01:17 +0000)]
Add a little whitespace for readability
Kurt Zeilenga [Sat, 20 Jan 2001 01:16:19 +0000 (01:16 +0000)]
reserve -V for version information
Kurt Zeilenga [Sat, 20 Jan 2001 01:15:44 +0000 (01:15 +0000)]
Add default to default option
Kurt Zeilenga [Sat, 20 Jan 2001 01:15:28 +0000 (01:15 +0000)]
Provide extra salt for crypt(3)
Howard Chu [Fri, 19 Jan 2001 21:27:20 +0000 (21:27 +0000)]
Pierangelo Masarati's bugfixes and enhancements for suffix-massaging.
See the Changes file for detailed description.
Kurt Zeilenga [Fri, 19 Jan 2001 18:58:00 +0000 (18:58 +0000)]
Minor clean up of unpublished section.
Stig Venaas [Fri, 19 Jan 2001 15:52:58 +0000 (15:52 +0000)]
Added UTF8normalize() that does Unicode canonical normalization and
optionally case folding
Kurt Zeilenga [Fri, 19 Jan 2001 04:55:38 +0000 (04:55 +0000)]
Move -V to -F so that -V can be used for version information
Kurt Zeilenga [Fri, 19 Jan 2001 04:53:21 +0000 (04:53 +0000)]
Don't use ntohl().
Add min/max bufsize check
Kurt Zeilenga [Fri, 19 Jan 2001 00:47:32 +0000 (00:47 +0000)]
Add "sasl-external-x509dn-convert" configuration option aimed
at providing authid TLS/X.509 to LDAP DN mapping. Experimental.
Kurt Zeilenga [Fri, 19 Jan 2001 00:01:25 +0000 (00:01 +0000)]
Fix SASL_REALM bug
Minor cleanup of logging code, variable scope
Mark Adamson [Thu, 18 Jan 2001 22:36:20 +0000 (22:36 +0000)]
Iron out a little grammar.
Kurt Zeilenga [Thu, 18 Jan 2001 22:18:41 +0000 (22:18 +0000)]
Update SASL bufsize checks
Kurt Zeilenga [Thu, 18 Jan 2001 22:18:09 +0000 (22:18 +0000)]
fix SLP detection
Kurt Zeilenga [Thu, 18 Jan 2001 22:09:00 +0000 (22:09 +0000)]
Fix products
Mark Adamson [Thu, 18 Jan 2001 20:14:14 +0000 (20:14 +0000)]
Change SASL DN's from using cn=authzid to cn=auth
Mark Adamson [Thu, 18 Jan 2001 20:05:15 +0000 (20:05 +0000)]
Change the SASL DN's from cn=authzid to cn=auth
Kurt Zeilenga [Thu, 18 Jan 2001 18:40:21 +0000 (18:40 +0000)]
treat additional schemes as elective options as even {crypt} requires
special attention to implement on most platforms (due to OpenSSL issues).
Stig Venaas [Thu, 18 Jan 2001 18:10:11 +0000 (18:10 +0000)]
Also install comp.dat, and fixed a bug in create_comps()
Kurt Zeilenga [Thu, 18 Jan 2001 08:55:30 +0000 (08:55 +0000)]
Fix up GSSAPI
Kurt Zeilenga [Thu, 18 Jan 2001 08:25:10 +0000 (08:25 +0000)]
Add GSSAPI section and more
Kurt Zeilenga [Thu, 18 Jan 2001 08:04:56 +0000 (08:04 +0000)]
use "authcid" instead of "username".
Kurt Zeilenga [Thu, 18 Jan 2001 06:39:47 +0000 (06:39 +0000)]
Rough cut of GSSAPI using my usual terse style of writing.
Kurt Zeilenga [Thu, 18 Jan 2001 02:33:13 +0000 (02:33 +0000)]
Add rfc2222 to ref
Kurt Zeilenga [Thu, 18 Jan 2001 02:19:00 +0000 (02:19 +0000)]
Update copyright year and version information
Should use variables to make this easier...
Kurt Zeilenga [Thu, 18 Jan 2001 02:18:29 +0000 (02:18 +0000)]
Add details about security considerations
Reformat a bit
Kurt Zeilenga [Thu, 18 Jan 2001 00:40:58 +0000 (00:40 +0000)]
Add ldap_pvt_tls_get_peer_dn() routine. Returns peer as an LDAP DN.
Kurt Zeilenga [Thu, 18 Jan 2001 00:35:09 +0000 (00:35 +0000)]
Fix LMPASSWD code
Move <ac/unistd.h> and <ac/crypt.h> behind SLAPD_CRYPT
Mark Adamson [Wed, 17 Jan 2001 23:49:36 +0000 (23:49 +0000)]
Add new sasl chapter.
Mark Adamson [Wed, 17 Jan 2001 23:48:53 +0000 (23:48 +0000)]
Add new chapter telling how to configure SASL authentication and
authorization.
Gary Williams [Wed, 17 Jan 2001 21:12:54 +0000 (21:12 +0000)]
add new logging
Kurt Zeilenga [Wed, 17 Jan 2001 21:02:11 +0000 (21:02 +0000)]
Add more restrictive numeric string validate.
Need to rework IA5 matching to support empty strings as they should
be allowed for most string types (excepting directoryString).
Kurt Zeilenga [Wed, 17 Jan 2001 19:56:01 +0000 (19:56 +0000)]
Add objectClass eq as need
Gary Williams [Wed, 17 Jan 2001 17:08:44 +0000 (17:08 +0000)]
new logging
Gary Williams [Wed, 17 Jan 2001 17:05:43 +0000 (17:05 +0000)]
check for global level setting
Gary Williams [Wed, 17 Jan 2001 17:01:19 +0000 (17:01 +0000)]
fix format for new logging
Gary Williams [Wed, 17 Jan 2001 16:35:53 +0000 (16:35 +0000)]
fix format
Kurt Zeilenga [Wed, 17 Jan 2001 08:25:31 +0000 (08:25 +0000)]
Import v2.4
Kurt Zeilenga [Wed, 17 Jan 2001 08:20:20 +0000 (08:20 +0000)]
Update URLs
Kurt Zeilenga [Wed, 17 Jan 2001 07:09:22 +0000 (07:09 +0000)]
Mark as "altered version"
Kurt Zeilenga [Wed, 17 Jan 2001 06:32:26 +0000 (06:32 +0000)]
ITS#919: fix str2ad initialization bug