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

23 years agoDetail required build environment tools
Kurt Zeilenga [Tue, 3 Oct 2000 02:53:11 +0000 (02:53 +0000)]
Detail required build environment tools

23 years agoRegen
Kurt Zeilenga [Tue, 3 Oct 2000 02:46:10 +0000 (02:46 +0000)]
Regen

23 years agoregen
Kurt Zeilenga [Tue, 3 Oct 2000 02:45:48 +0000 (02:45 +0000)]
regen

23 years agoAdd "Mac OS" support
Kurt Zeilenga [Tue, 3 Oct 2000 00:58:54 +0000 (00:58 +0000)]
Add "Mac OS" support

23 years agoRe-add Luke's changes to support Darwin (MacOS X beta)
Kurt Zeilenga [Mon, 2 Oct 2000 23:22:18 +0000 (23:22 +0000)]
Re-add Luke's changes to support Darwin (MacOS X beta)

23 years agoTrue blue libtool 1.3.5
Kurt Zeilenga [Mon, 2 Oct 2000 22:54:10 +0000 (22:54 +0000)]
True blue libtool 1.3.5

23 years agoUpdate
Kurt Zeilenga [Mon, 2 Oct 2000 18:36:34 +0000 (18:36 +0000)]
Update

23 years agoAdd changes to build environment support to support MacOS X (darwin).
Kurt Zeilenga [Mon, 2 Oct 2000 18:15:04 +0000 (18:15 +0000)]
Add changes to build environment support to support MacOS X (darwin).
Changes will be overwritten upon next autoconf/libtool update.

23 years agoInitialize globals as some linkers don't support shared, uninitialized
Kurt Zeilenga [Mon, 2 Oct 2000 17:53:50 +0000 (17:53 +0000)]
Initialize globals as some linkers don't support shared, uninitialized
data segments.

23 years agoSome translatros produce white space just before the ':' in dependencies.
Kurt Zeilenga [Mon, 2 Oct 2000 17:51:30 +0000 (17:51 +0000)]
Some translatros produce white space just before the ':' in dependencies.
Trim this.

23 years agoFix up some free'ing.
Kurt Zeilenga [Mon, 2 Oct 2000 17:43:39 +0000 (17:43 +0000)]
Fix up some free'ing.

23 years agoRework stringal decode to return { NULL, 0 } bv's instead of { "", 0 }
Kurt Zeilenga [Mon, 2 Oct 2000 17:43:06 +0000 (17:43 +0000)]
Rework stringal decode to return { NULL, 0 } bv's instead of { "", 0 }
when len is 0.

23 years agoFix typo
Kurt Zeilenga [Mon, 2 Oct 2000 14:10:51 +0000 (14:10 +0000)]
Fix typo

23 years agoFix typo in last commit
Kurt Zeilenga [Sun, 1 Oct 2000 22:49:07 +0000 (22:49 +0000)]
Fix typo in last commit

23 years agoHack test environment to support multiple backends using
Kurt Zeilenga [Sun, 1 Oct 2000 22:46:52 +0000 (22:46 +0000)]
Hack test environment to support multiple backends using
one set of slapd.conf files.

23 years agoUpgrade libtool from 1.3.3 to 1.3.5.
Kurt Zeilenga [Sun, 1 Oct 2000 21:39:20 +0000 (21:39 +0000)]
Upgrade libtool from 1.3.3 to 1.3.5.

23 years agoDon't set -rpath $(libdir) on linking (yet)
Kurt Zeilenga [Sun, 1 Oct 2000 21:38:03 +0000 (21:38 +0000)]
Don't set -rpath $(libdir) on linking (yet)

23 years agoremove bogus --only-static from $(COMPILE) def
Kurt Zeilenga [Sun, 1 Oct 2000 21:32:54 +0000 (21:32 +0000)]
remove bogus --only-static from $(COMPILE) def

23 years agoFix thread handling and error printing
Kurt Zeilenga [Sun, 1 Oct 2000 19:21:07 +0000 (19:21 +0000)]
Fix thread handling and error printing

23 years agoFix last commit
Kurt Zeilenga [Sun, 1 Oct 2000 16:39:31 +0000 (16:39 +0000)]
Fix last commit

23 years agoUse -rpath consistently
Kurt Zeilenga [Sun, 1 Oct 2000 16:33:48 +0000 (16:33 +0000)]
Use -rpath consistently

23 years agoDon't specify LDFLAGS when using LTLINK to avoid duplicate
Kurt Zeilenga [Sun, 1 Oct 2000 08:10:37 +0000 (08:10 +0000)]
Don't specify LDFLAGS when using LTLINK to avoid duplicate
specfication of flags.

23 years agoFix ldap_first/next_attribute to return NULL without error when
Kurt Zeilenga [Sat, 30 Sep 2000 06:57:23 +0000 (06:57 +0000)]
Fix ldap_first/next_attribute to return NULL without error when
nothing is left.

23 years agocleanup getattr bailout code
Kurt Zeilenga [Sat, 30 Sep 2000 05:35:44 +0000 (05:35 +0000)]
cleanup getattr bailout code

23 years agoCheck for shutdown after successful select()
Kurt Zeilenga [Sat, 30 Sep 2000 05:34:34 +0000 (05:34 +0000)]
Check for shutdown after successful select()

23 years agofix typo in comment
Kurt Zeilenga [Sat, 30 Sep 2000 05:34:02 +0000 (05:34 +0000)]
fix typo in comment

23 years agoUpdate entry release to new prototype
Kurt Zeilenga [Sat, 30 Sep 2000 04:13:30 +0000 (04:13 +0000)]
Update entry release to new prototype

23 years agoDon't touch (unescape) URL handed to rebind proc.
Kurt Zeilenga [Sat, 30 Sep 2000 02:37:05 +0000 (02:37 +0000)]
Don't touch (unescape) URL handed to rebind proc.

23 years agoLogging changes
Kurt Zeilenga [Sat, 30 Sep 2000 01:04:54 +0000 (01:04 +0000)]
Logging changes

23 years agoFix no_threads build
Kurt Zeilenga [Sat, 30 Sep 2000 01:04:43 +0000 (01:04 +0000)]
Fix no_threads build

23 years agoITS#791: fix SASL ctx close
Kurt Zeilenga [Fri, 29 Sep 2000 18:27:06 +0000 (18:27 +0000)]
ITS#791: fix SASL ctx close

23 years agoAdd connection and operation arguments to backend callbacks.
Kurt Zeilenga [Fri, 29 Sep 2000 05:25:44 +0000 (05:25 +0000)]
Add connection and operation arguments to backend callbacks.
Needed for transactions.

23 years agoAdd hash to project file
Kurt Zeilenga [Fri, 29 Sep 2000 02:59:44 +0000 (02:59 +0000)]
Add hash to project file

23 years agomisc cleanup
Kurt Zeilenga [Fri, 29 Sep 2000 02:50:34 +0000 (02:50 +0000)]
misc cleanup

23 years agoITS#786: fix IA5 string indexing to use appropriate routines
Kurt Zeilenga [Fri, 29 Sep 2000 00:24:43 +0000 (00:24 +0000)]
ITS#786: fix IA5 string indexing to use appropriate routines

23 years agoAdd dead lock detection thread.
Kurt Zeilenga [Fri, 29 Sep 2000 00:18:29 +0000 (00:18 +0000)]
Add dead lock detection thread.

23 years agoremove cruft
Kurt Zeilenga [Thu, 28 Sep 2000 22:25:34 +0000 (22:25 +0000)]
remove cruft