]> git.sur5r.net Git - openldap/log
openldap
23 years agoPartial update of URL man page...
Kurt Zeilenga [Tue, 17 Oct 2000 19:07:56 +0000 (19:07 +0000)]
Partial update of URL man page...

23 years agoconvert string levels to ints
Gary Williams [Tue, 17 Oct 2000 18:56:24 +0000 (18:56 +0000)]
convert string levels to ints

23 years agoBump listeners to 10
Kurt Zeilenga [Tue, 17 Oct 2000 06:36:22 +0000 (06:36 +0000)]
Bump listeners to 10

23 years agoTrim unimplemented syntaxes and matching rules from subschema subentry
Kurt Zeilenga [Mon, 16 Oct 2000 23:47:46 +0000 (23:47 +0000)]
Trim unimplemented syntaxes and matching rules from subschema subentry

23 years agoDon't attempt to send abandon unless connection exists.
Kurt Zeilenga [Mon, 16 Oct 2000 23:11:41 +0000 (23:11 +0000)]
Don't attempt to send abandon unless connection exists.
If connection doesn't exist, return LDAP_SERVER_DOWN.

23 years agoNote that the directory containing the replogfile as well as
Kurt Zeilenga [Mon, 16 Oct 2000 22:19:29 +0000 (22:19 +0000)]
Note that the directory containing the replogfile as well as
the slurpd temporary directory should have limited read/write/execute
access.

23 years agoReplace last commit with Stig's improved version
Kurt Zeilenga [Mon, 16 Oct 2000 21:45:35 +0000 (21:45 +0000)]
Replace last commit with Stig's improved version

23 years agoITS#839: getaddrinfo portability fix from Gabar Gombas
Kurt Zeilenga [Mon, 16 Oct 2000 20:32:39 +0000 (20:32 +0000)]
ITS#839: getaddrinfo portability fix from Gabar Gombas

23 years agoITS#821: TLS data ready fix from <mattc@chartist.com>
Kurt Zeilenga [Mon, 16 Oct 2000 20:26:56 +0000 (20:26 +0000)]
ITS#821: TLS data ready fix from <mattc@chartist.com>

23 years agoRemove cpp lint
Kurt Zeilenga [Mon, 16 Oct 2000 20:04:42 +0000 (20:04 +0000)]
Remove cpp lint

23 years agoMake sure openldap-slurp is created 700
Kurt Zeilenga [Mon, 16 Oct 2000 16:43:42 +0000 (16:43 +0000)]
Make sure openldap-slurp is created 700

23 years agoAdd detection for gia_strerror
Kurt Zeilenga [Mon, 16 Oct 2000 04:10:22 +0000 (04:10 +0000)]
Add detection for gia_strerror

23 years agoBetter processing of extensible filters. Needs testing, but the prior
Julio Sánchez Fernández [Sun, 15 Oct 2000 19:17:06 +0000 (19:17 +0000)]
Better processing of extensible filters.  Needs testing, but the prior
version was not encoding properly the filter.

23 years agoExtend MRA. It now has a pointer to a MatchingRule, but a char
Julio Sánchez Fernández [Sun, 15 Oct 2000 19:12:21 +0000 (19:12 +0000)]
Extend MRA.  It now has a pointer to a MatchingRule, but a char
pointer is kept for messages and to tell a filter without rule
from one with an unknown rule.  It matters.

Fix a couple of bugs in debug output.

23 years agoExtend MRA. It now has a pointer to a MatchingRule, but a char
Julio Sánchez Fernández [Sun, 15 Oct 2000 19:10:43 +0000 (19:10 +0000)]
Extend MRA.  It now has a pointer to a MatchingRule, but a char
pointer is kept for messages and to tell a filter without rule
from one with an unknown rule.  It matters.

23 years agoBetter parsing.
Julio Sánchez Fernández [Sat, 14 Oct 2000 18:36:13 +0000 (18:36 +0000)]
Better parsing.

23 years agoentropy should be unsigned
Kurt Zeilenga [Sat, 14 Oct 2000 02:14:38 +0000 (02:14 +0000)]
entropy should be unsigned

23 years agoRework control create/dup routines to distinguish not
Kurt Zeilenga [Sat, 14 Oct 2000 02:13:53 +0000 (02:13 +0000)]
Rework control create/dup routines to distinguish not
present value from empty value.

23 years agoFix typo
Kurt Zeilenga [Sat, 14 Oct 2000 02:13:11 +0000 (02:13 +0000)]
Fix typo

23 years agoCorrect SMIME comment
Kurt Zeilenga [Sat, 14 Oct 2000 01:42:49 +0000 (01:42 +0000)]
Correct SMIME comment
move pilot.schema to the Attic

23 years agoPer IETF LDAPext discussions, ;binary transfer of binary syntax
Kurt Zeilenga [Sat, 14 Oct 2000 01:37:48 +0000 (01:37 +0000)]
Per IETF LDAPext discussions, ;binary transfer of binary syntax
makes little sense.  Implementations should not require or by
default return ;binary for attributes of this syntax.  This means
inetOrgPerson needs updating.  This means Netscape roaming doesn't.

23 years agolabel io as "ldap_"
Kurt Zeilenga [Sat, 14 Oct 2000 00:12:39 +0000 (00:12 +0000)]
label io as "ldap_"

23 years agoAdd mra.o to linked objects
Julio Sánchez Fernández [Fri, 13 Oct 2000 20:43:32 +0000 (20:43 +0000)]
Add mra.o to linked objects

23 years agoProtos for extensible matching rules
Julio Sánchez Fernández [Fri, 13 Oct 2000 20:41:23 +0000 (20:41 +0000)]
Protos for extensible matching rules

23 years agoDoesn't require <stdio.h>
Kurt Zeilenga [Fri, 13 Oct 2000 20:40:45 +0000 (20:40 +0000)]
Doesn't require <stdio.h>

23 years agoThe beginning of extensible matches. Do not use.
Julio Sánchez Fernández [Fri, 13 Oct 2000 20:39:36 +0000 (20:39 +0000)]
The beginning of extensible matches.  Do not use.

23 years agoLet slapd at least start and do things. Someone should really have
Julio Sánchez Fernández [Fri, 13 Oct 2000 20:24:49 +0000 (20:24 +0000)]
Let slapd at least start and do things.  Someone should really have
a look at this.  Do we need to add something to every program so
that levelArray is at least initialized?

23 years agoPrevent it from crashing.
Julio Sánchez Fernández [Fri, 13 Oct 2000 20:22:46 +0000 (20:22 +0000)]
Prevent it from crashing.

23 years agoDon't print bind dn, it's confusing when using SASL
Kurt Zeilenga [Fri, 13 Oct 2000 18:57:56 +0000 (18:57 +0000)]
Don't print bind dn, it's confusing when using SASL

23 years agoUse LDAP_VERSION3 instead of 3
Kurt Zeilenga [Fri, 13 Oct 2000 18:30:24 +0000 (18:30 +0000)]
Use LDAP_VERSION3 instead of 3

23 years agoadd typedef for log function that was in lber.h
Gary Williams [Fri, 13 Oct 2000 14:10:41 +0000 (14:10 +0000)]
add typedef for log function that was in lber.h

23 years agoremove stdarg.h and prototypes that require it
Gary Williams [Fri, 13 Oct 2000 14:09:32 +0000 (14:09 +0000)]
remove stdarg.h and prototypes that require it

23 years agoReturn authMethodNotSupported not authUnknown for unknown
Kurt Zeilenga [Fri, 13 Oct 2000 05:28:23 +0000 (05:28 +0000)]
Return authMethodNotSupported not authUnknown for unknown
bind authentication method

23 years agoZap defaultaccess option
Kurt Zeilenga [Fri, 13 Oct 2000 04:46:50 +0000 (04:46 +0000)]
Zap defaultaccess option

23 years agoRemove "defaultaccess" option. No longer needed as without
Kurt Zeilenga [Fri, 13 Oct 2000 04:45:24 +0000 (04:45 +0000)]
Remove "defaultaccess" option.  No longer needed as without
ACLs, the only sane and useful option is "read".

23 years agoLabel sb debugging as "ldap_"...
Kurt Zeilenga [Fri, 13 Oct 2000 01:00:55 +0000 (01:00 +0000)]
Label sb debugging as "ldap_"...

23 years agoFix TLSVerifyClient. Applied in wrong branch before.
Howard Chu [Fri, 13 Oct 2000 00:54:05 +0000 (00:54 +0000)]
Fix TLSVerifyClient. Applied in wrong branch before.

23 years agoAdd sasl i/o debugging
Kurt Zeilenga [Thu, 12 Oct 2000 23:50:58 +0000 (23:50 +0000)]
Add sasl i/o debugging

23 years agoImport Stig reorganized daemon.c + style changes
Kurt Zeilenga [Thu, 12 Oct 2000 21:59:08 +0000 (21:59 +0000)]
Import Stig reorganized daemon.c + style changes

23 years agoremove LDAP_Debug macro
Gary Williams [Thu, 12 Oct 2000 21:16:18 +0000 (21:16 +0000)]
remove LDAP_Debug macro

23 years agoupdate logging
Gary Williams [Thu, 12 Oct 2000 21:14:43 +0000 (21:14 +0000)]
update logging

23 years agochange to LDAP_LOG macro
Gary Williams [Thu, 12 Oct 2000 21:13:56 +0000 (21:13 +0000)]
change to LDAP_LOG macro

23 years agoslight change to macro
Gary Williams [Thu, 12 Oct 2000 21:02:58 +0000 (21:02 +0000)]
slight change to macro

23 years agoexample client using new logging
Gary Williams [Thu, 12 Oct 2000 20:13:20 +0000 (20:13 +0000)]
example client using new logging

23 years agoexample of new logging use
Gary Williams [Thu, 12 Oct 2000 20:12:28 +0000 (20:12 +0000)]
example of new logging use

23 years agoget new debug configuration
Gary Williams [Thu, 12 Oct 2000 20:11:49 +0000 (20:11 +0000)]
get new debug configuration

23 years agofirst try at logging improvements
Gary Williams [Thu, 12 Oct 2000 20:01:12 +0000 (20:01 +0000)]
first try at logging improvements

23 years agoFix layer installation
Kurt Zeilenga [Thu, 12 Oct 2000 19:02:31 +0000 (19:02 +0000)]
Fix layer installation

23 years agoAdd missing 'static'... (ITS#823,825,828)
Kurt Zeilenga [Wed, 11 Oct 2000 23:42:53 +0000 (23:42 +0000)]
Add missing 'static'... (ITS#823,825,828)
as reported by Jeff Earickson <jaearick@colby.edu>
other suggestions to be separately reviewed

23 years agoRevised ITS#799 fix from Steve Sonntag <vtag@novell.com>
Kurt Zeilenga [Wed, 11 Oct 2000 21:11:34 +0000 (21:11 +0000)]
Revised ITS#799 fix from Steve Sonntag <vtag@novell.com>
 The problem is that the current code checks the queue inside
 the test for correct connecction state, so sometimes the queue
 doesn't get checked. This change moves the test outside
 the connection check.

23 years agoAdjust result code when entry is not found to noSuchObject
Kurt Zeilenga [Wed, 11 Oct 2000 18:19:26 +0000 (18:19 +0000)]
Adjust result code when entry is not found to noSuchObject

23 years agoUpdate with latest needs
Kurt Zeilenga [Wed, 11 Oct 2000 18:01:40 +0000 (18:01 +0000)]
Update with latest needs

23 years ago- fixed bug in debugging output (added #include "config.h" to debug.h)
Ralf Haferkamp [Wed, 11 Oct 2000 17:18:27 +0000 (17:18 +0000)]
- fixed bug in debugging output (added #include "config.h" to debug.h)
- rebuild configure script

23 years agoRemoved testing mods accidentally committed with previous fix.
Mark Valence [Wed, 11 Oct 2000 16:41:15 +0000 (16:41 +0000)]
Removed testing mods accidentally committed with previous fix.

23 years agoAdded conn and op arguments to group backend callback.
Mark Valence [Wed, 11 Oct 2000 16:35:14 +0000 (16:35 +0000)]
Added conn and op arguments to group backend callback.

23 years agoAdded conn and op arguments to backend_group.
Mark Valence [Wed, 11 Oct 2000 16:25:28 +0000 (16:25 +0000)]
Added conn and op arguments to backend_group.

23 years agoUpdate ldappasswd binddn bug, man page and error reporting
Kurt Zeilenga [Wed, 11 Oct 2000 04:56:08 +0000 (04:56 +0000)]
Update ldappasswd binddn bug, man page and error reporting

23 years agoReferences with empty dn (ITS#817)
Kurt Zeilenga [Wed, 11 Oct 2000 04:23:23 +0000 (04:23 +0000)]
References with empty dn (ITS#817)

23 years agomark lber_init_w_nullc as deprecated
Kurt Zeilenga [Wed, 11 Oct 2000 02:45:00 +0000 (02:45 +0000)]
mark lber_init_w_nullc as deprecated

23 years agoRemove max buffer constraint!
Kurt Zeilenga [Wed, 11 Oct 2000 02:43:14 +0000 (02:43 +0000)]
Remove max buffer constraint!
and general cleanup

23 years agoUse $MANAGERDN to update one of the passwords (to test proxy support)
Kurt Zeilenga [Wed, 11 Oct 2000 02:14:57 +0000 (02:14 +0000)]
Use $MANAGERDN to update one of the passwords (to test proxy support)

23 years agoFix up logging
Kurt Zeilenga [Tue, 10 Oct 2000 06:34:58 +0000 (06:34 +0000)]
Fix up logging

23 years agoAdd more detail to "configured to hold" message
Kurt Zeilenga [Tue, 10 Oct 2000 01:37:07 +0000 (01:37 +0000)]
Add more detail to "configured to hold" message

23 years agoDon't allow authPassword (yet)
Kurt Zeilenga [Tue, 10 Oct 2000 01:07:39 +0000 (01:07 +0000)]
Don't allow authPassword (yet)

23 years agoClarify handling of -r (chroot) option
Kurt Zeilenga [Mon, 9 Oct 2000 23:53:35 +0000 (23:53 +0000)]
Clarify handling of -r (chroot) option

23 years agoslight change to chdir/chroot commit to clean up perror args
Kurt Zeilenga [Mon, 9 Oct 2000 23:38:30 +0000 (23:38 +0000)]
slight change to chdir/chroot commit to clean up perror args

23 years agoDo a chdir() to the sandbox dir to ensure CWD is within sandbox.
Kurt Zeilenga [Mon, 9 Oct 2000 23:35:57 +0000 (23:35 +0000)]
Do a chdir() to the sandbox dir to ensure CWD is within sandbox.

23 years agoReturn more appropriate result codes than LDAP_UNAVAILABLE
Kurt Zeilenga [Mon, 9 Oct 2000 22:11:34 +0000 (22:11 +0000)]
Return more appropriate result codes than LDAP_UNAVAILABLE
upon failures.

23 years agoDon't embed comments in command section of rule
Kurt Zeilenga [Mon, 9 Oct 2000 20:46:33 +0000 (20:46 +0000)]
Don't embed comments in command section of rule

23 years agoFix misleading text in debug output.
Julio Sánchez Fernández [Mon, 9 Oct 2000 19:14:44 +0000 (19:14 +0000)]
Fix misleading text in debug output.

23 years agoRemove lint.
Julio Sánchez Fernández [Mon, 9 Oct 2000 19:11:46 +0000 (19:11 +0000)]
Remove lint.

23 years agoFix SLAPD_SPASSWD typo which caused passwd_mutex not to be used
Kurt Zeilenga [Mon, 9 Oct 2000 19:09:28 +0000 (19:09 +0000)]
Fix SLAPD_SPASSWD typo which caused passwd_mutex not to be used
consistently.

23 years agoPermit access defined by uniqueMember and not only DN-valued
Julio Sánchez Fernández [Mon, 9 Oct 2000 19:09:22 +0000 (19:09 +0000)]
Permit access defined by uniqueMember and not only DN-valued
attributes.  This allows using groupOfUniqueNames for
access control.
Fix small typo in MRA definition.

23 years agofix maxbufsize=factor typo
Kurt Zeilenga [Sat, 7 Oct 2000 02:07:39 +0000 (02:07 +0000)]
fix maxbufsize=factor typo

23 years agoWe need to set sasl_layers prior to returning result...
Kurt Zeilenga [Sat, 7 Oct 2000 02:00:54 +0000 (02:00 +0000)]
We need to set sasl_layers prior to returning result...

23 years agoMake sure authzid form produces a valid subject DN. Support
Kurt Zeilenga [Fri, 6 Oct 2000 23:50:38 +0000 (23:50 +0000)]
Make sure authzid form produces a valid subject DN.  Support
both u: and dn: forms.
Rework sasl-regex DN be of the form
uid=user,cn=realm,cn=mech,cn=authz
Fix up slapd.conf(5)

23 years agoComment on rootpw only be valid if rootdn is with namingContext
Kurt Zeilenga [Fri, 6 Oct 2000 21:19:20 +0000 (21:19 +0000)]
Comment on rootpw only be valid if rootdn is with namingContext

23 years agos/saslregex/sasl-regex/
Kurt Zeilenga [Fri, 6 Oct 2000 21:16:36 +0000 (21:16 +0000)]
s/saslregex/sasl-regex/
Other minor updates

23 years agoAdd cast to avoid mismatch
Kurt Zeilenga [Fri, 6 Oct 2000 21:16:26 +0000 (21:16 +0000)]
Add cast to avoid mismatch

23 years agoAdd missing newlines
Kurt Zeilenga [Thu, 5 Oct 2000 18:30:06 +0000 (18:30 +0000)]
Add missing newlines

23 years agoITS#806: Fix DISTDIR typo
Kurt Zeilenga [Thu, 5 Oct 2000 17:57:41 +0000 (17:57 +0000)]
ITS#806: Fix DISTDIR typo

23 years ago- changed configure option --disable-debug to --enable-debug
Ralf Haferkamp [Thu, 5 Oct 2000 14:16:16 +0000 (14:16 +0000)]
- changed configure option --disable-debug to --enable-debug
- rebuilt the configure script

23 years agoITS#799: chasing multiple referrals bug
Kurt Zeilenga [Thu, 5 Oct 2000 01:40:36 +0000 (01:40 +0000)]
ITS#799: chasing multiple referrals bug
Patch provided by Steve Sonntag <vtag@novell.com>

23 years agoClarify memory usage
Kurt Zeilenga [Wed, 4 Oct 2000 20:40:49 +0000 (20:40 +0000)]
Clarify memory usage

23 years agoRemove last change as Howard's integrated
Kurt Zeilenga [Wed, 4 Oct 2000 17:06:06 +0000 (17:06 +0000)]
Remove last change as Howard's integrated
--only-static, --only-dynamic changes.

23 years agoFix install of schema when $(INSTALL) is build/install.sh
Kurt Zeilenga [Wed, 4 Oct 2000 17:00:03 +0000 (17:00 +0000)]
Fix install of schema when $(INSTALL) is build/install.sh
use test, not [ ] in expressions

23 years agoFix mode of schema.default installed files
Kurt Zeilenga [Wed, 4 Oct 2000 12:45:55 +0000 (12:45 +0000)]
Fix mode of schema.default installed files

23 years agoReintegrate AIX and --only-static/--only-shared support from r1.8
Howard Chu [Wed, 4 Oct 2000 02:53:19 +0000 (02:53 +0000)]
Reintegrate AIX and --only-static/--only-shared support from r1.8

23 years agoallow numericString match indexing
Kurt Zeilenga [Wed, 4 Oct 2000 02:23:42 +0000 (02:23 +0000)]
allow numericString match indexing

23 years agoFix attrlist description
Kurt Zeilenga [Wed, 4 Oct 2000 01:50:49 +0000 (01:50 +0000)]
Fix attrlist description

23 years agoFix add of empty value.
Kurt Zeilenga [Tue, 3 Oct 2000 22:05:28 +0000 (22:05 +0000)]
Fix add of empty value.

23 years agoDon't excite folks with index_param fails
Kurt Zeilenga [Tue, 3 Oct 2000 20:50:08 +0000 (20:50 +0000)]
Don't excite folks with index_param fails

23 years agoFix update v updateref typo
Kurt Zeilenga [Tue, 3 Oct 2000 19:27:56 +0000 (19:27 +0000)]
Fix update v updateref typo

23 years agosrc/Makefile.am: remove RebindTest.cpp from the sources
Ralf Haferkamp [Tue, 3 Oct 2000 19:19:02 +0000 (19:19 +0000)]
src/Makefile.am: remove RebindTest.cpp from the sources
rebuild Makefile.in

23 years agoRegen
Kurt Zeilenga [Tue, 3 Oct 2000 19:13:33 +0000 (19:13 +0000)]
Regen

23 years agoDon't assert on null
Kurt Zeilenga [Tue, 3 Oct 2000 18:51:30 +0000 (18:51 +0000)]
Don't assert on null

23 years ago- some new Classes for sync. LDAP operations
Ralf Haferkamp [Tue, 3 Oct 2000 18:50:44 +0000 (18:50 +0000)]
- some new Classes for sync. LDAP operations
- Classes for handling Controls

23 years agoITS#798: don't block on empty replog log in one-shot mode
Kurt Zeilenga [Tue, 3 Oct 2000 18:50:42 +0000 (18:50 +0000)]
ITS#798: don't block on empty replog log in one-shot mode

23 years ago- removed char* in favour of string
Ralf Haferkamp [Tue, 3 Oct 2000 18:25:34 +0000 (18:25 +0000)]
- removed char* in favour of string
- extented Referral chasing (loop detection, hop limit, Rebind)
- support for Server Controls
- fixed many bugs and memory leaks

23 years agoHack missing for use with OpenLDAP
Kurt Zeilenga [Tue, 3 Oct 2000 02:58:14 +0000 (02:58 +0000)]
Hack missing for use with OpenLDAP