]> git.sur5r.net Git - openldap/log
openldap
20 years agoClear ocflags
Howard Chu [Sat, 6 Dec 2003 14:39:07 +0000 (14:39 +0000)]
Clear ocflags

20 years agoimprovements
Pierangelo Masarati [Sat, 6 Dec 2003 14:35:45 +0000 (14:35 +0000)]
improvements

20 years agoFix add invocation
Howard Chu [Sat, 6 Dec 2003 13:48:06 +0000 (13:48 +0000)]
Fix add invocation

20 years agoFix extra test option
Howard Chu [Sat, 6 Dec 2003 13:04:35 +0000 (13:04 +0000)]
Fix extra test option

20 years agoUse proxy cache overlay
Howard Chu [Sat, 6 Dec 2003 11:46:26 +0000 (11:46 +0000)]
Use proxy cache overlay

20 years agoRemove old BUILD_CACHE symbol
Howard Chu [Sat, 6 Dec 2003 11:41:56 +0000 (11:41 +0000)]
Remove old BUILD_CACHE symbol

20 years agoUse proxycache overlay
Howard Chu [Sat, 6 Dec 2003 11:37:45 +0000 (11:37 +0000)]
Use proxycache overlay

20 years agoPerform database updates as root
Howard Chu [Sat, 6 Dec 2003 11:25:37 +0000 (11:25 +0000)]
Perform database updates as root

20 years agoMoved proxy caching to overlay
Howard Chu [Sat, 6 Dec 2003 11:12:53 +0000 (11:12 +0000)]
Moved proxy caching to overlay

20 years agoOverlay build environment, remove internal proxycache support
Howard Chu [Sat, 6 Dec 2003 11:04:39 +0000 (11:04 +0000)]
Overlay build environment, remove internal proxycache support

20 years agoOverlay build environment
Howard Chu [Sat, 6 Dec 2003 10:59:27 +0000 (10:59 +0000)]
Overlay build environment

20 years agochanges required to use rwm overlay
Pierangelo Masarati [Sat, 6 Dec 2003 10:54:10 +0000 (10:54 +0000)]
changes required to use rwm overlay

20 years agofirst cut at dn rewrite/attr mapping overlay
Pierangelo Masarati [Sat, 6 Dec 2003 09:53:41 +0000 (09:53 +0000)]
first cut at dn rewrite/attr mapping overlay

20 years agoDon't free default_referral
Howard Chu [Sat, 6 Dec 2003 06:12:45 +0000 (06:12 +0000)]
Don't free default_referral

20 years agoUse gmtime_r()/localtime_r if HAVE_GMTIME_R/HAVE_LOCALTIME_R is defined (need to...
Luke Howard [Sat, 6 Dec 2003 05:50:47 +0000 (05:50 +0000)]
Use gmtime_r()/localtime_r if HAVE_GMTIME_R/HAVE_LOCALTIME_R is defined (need to add autoconf check)

20 years agoUse gmtime_r() if HAVE_GMTIME_R is defined (need to add autoconf check)
Luke Howard [Sat, 6 Dec 2003 05:48:29 +0000 (05:48 +0000)]
Use gmtime_r() if HAVE_GMTIME_R is defined (need to add autoconf check)

20 years agoUse gmtime_r() if HAVE_GMTIME_R is defined (need to add autoconf check)
Luke Howard [Sat, 6 Dec 2003 05:37:00 +0000 (05:37 +0000)]
Use gmtime_r() if HAVE_GMTIME_R is defined (need to add autoconf check)

20 years agoEnsure exact DNs are normalized in slap_parseURI.
Luke Howard [Sat, 6 Dec 2003 02:16:39 +0000 (02:16 +0000)]
Ensure exact DNs are normalized in slap_parseURI.

20 years agoITS#2861 fix: don't try to dup a NULL reqdata...
Kurt Zeilenga [Fri, 5 Dec 2003 19:54:42 +0000 (19:54 +0000)]
ITS#2861 fix: don't try to dup a NULL reqdata...

20 years agorebuild with -ldb fix
Kurt Zeilenga [Fri, 5 Dec 2003 16:25:47 +0000 (16:25 +0000)]
rebuild with -ldb fix

20 years ago-ldb should be considered equiv to -ldb4
Kurt Zeilenga [Fri, 5 Dec 2003 16:25:25 +0000 (16:25 +0000)]
-ldb should be considered equiv to -ldb4

20 years agoProxy-cache rewritten as an overlay
Howard Chu [Fri, 5 Dec 2003 15:49:38 +0000 (15:49 +0000)]
Proxy-cache rewritten as an overlay

20 years agozap libldbm
Kurt Zeilenga [Thu, 4 Dec 2003 23:42:05 +0000 (23:42 +0000)]
zap libldbm

20 years agoMoved ldbm into back-ldbm. No more libldbm.
Howard Chu [Thu, 4 Dec 2003 22:38:54 +0000 (22:38 +0000)]
Moved ldbm into back-ldbm. No more libldbm.

20 years agoUpdate Mark's notice (with permission)
Kurt Zeilenga [Thu, 4 Dec 2003 21:12:17 +0000 (21:12 +0000)]
Update Mark's notice (with permission)

20 years agoback-perl tweaks
Kurt Zeilenga [Thu, 4 Dec 2003 21:03:40 +0000 (21:03 +0000)]
back-perl tweaks

20 years agoReword things a bit.
Kurt Zeilenga [Thu, 4 Dec 2003 19:34:02 +0000 (19:34 +0000)]
Reword things a bit.

20 years agoITS#2740, #2859 fixes for dynamic backends
Howard Chu [Thu, 4 Dec 2003 11:15:07 +0000 (11:15 +0000)]
ITS#2740, #2859 fixes for dynamic backends

20 years agoITS#2740 - link librewrite statically into back-ldap when it's built
Howard Chu [Thu, 4 Dec 2003 10:50:36 +0000 (10:50 +0000)]
ITS#2740 - link librewrite statically into back-ldap when it's built
as a module. Since back-meta also depends on back-ldap, this fixes
both at once.

20 years agoITS#2521 log names of unrecognized attributeTypes in search filters
Howard Chu [Thu, 4 Dec 2003 01:10:02 +0000 (01:10 +0000)]
ITS#2521 log names of unrecognized attributeTypes in search filters

20 years agoITS#2836 add SLAPI_ADD_RESCONTROL support, fix SLAPI_RES_CONTROLS def
Howard Chu [Thu, 4 Dec 2003 00:52:03 +0000 (00:52 +0000)]
ITS#2836 add SLAPI_ADD_RESCONTROL support, fix SLAPI_RES_CONTROLS def

20 years agoITS#2859 fix up backend selection
Howard Chu [Wed, 3 Dec 2003 21:52:07 +0000 (21:52 +0000)]
ITS#2859 fix up backend selection

20 years agoeditorial fix for access control section
Jong Hyuk Choi [Wed, 3 Dec 2003 18:56:39 +0000 (18:56 +0000)]
editorial fix for access control section

20 years agoReorganize, attempt some fault tolerance...
Howard Chu [Wed, 3 Dec 2003 12:30:28 +0000 (12:30 +0000)]
Reorganize, attempt some fault tolerance...

20 years agoITS#2795 fix double-free on failure, reset dn2id database
Howard Chu [Wed, 3 Dec 2003 11:31:43 +0000 (11:31 +0000)]
ITS#2795 fix double-free on failure, reset dn2id database

20 years agoITS#2795 fix hang. failure still leaves corrupt database though.
Howard Chu [Wed, 3 Dec 2003 11:06:00 +0000 (11:06 +0000)]
ITS#2795 fix hang. failure still leaves corrupt database though.

20 years agoDon't init SASL library until we actually want a SASL session
Howard Chu [Wed, 3 Dec 2003 01:59:33 +0000 (01:59 +0000)]
Don't init SASL library until we actually want a SASL session

20 years agoMisc cleanup
Kurt Zeilenga [Wed, 3 Dec 2003 01:07:06 +0000 (01:07 +0000)]
Misc cleanup

20 years agosyntax improvement (ITS#2852)
Pierangelo Masarati [Wed, 3 Dec 2003 00:29:29 +0000 (00:29 +0000)]
syntax improvement (ITS#2852)

20 years agoClarify that the updatedn should not be same as the rootdn.
Kurt Zeilenga [Tue, 2 Dec 2003 21:18:19 +0000 (21:18 +0000)]
Clarify that the updatedn should not be same as the rootdn.

20 years agoMostly formating...
Kurt Zeilenga [Tue, 2 Dec 2003 21:03:21 +0000 (21:03 +0000)]
Mostly formating...

20 years agoMisc updates
Kurt Zeilenga [Tue, 2 Dec 2003 19:41:19 +0000 (19:41 +0000)]
Misc updates

20 years agoClarify that referrals are chased anonymously
Kurt Zeilenga [Tue, 2 Dec 2003 18:02:24 +0000 (18:02 +0000)]
Clarify that referrals are chased anonymously

20 years agoITS#2807: version option support (-V[V]) based on patch submitted
Kurt Zeilenga [Tue, 2 Dec 2003 16:57:34 +0000 (16:57 +0000)]
ITS#2807: version option support (-V[V]) based on patch submitted
by <luca.scamoni@sys-net.it>.

20 years agoFix prev comment - ITS#2678 and 2781, not 2764
Howard Chu [Tue, 2 Dec 2003 03:10:15 +0000 (03:10 +0000)]
Fix prev comment - ITS#2678 and 2781, not 2764

20 years agoITS#2764, #2781 revert backend.c patch, just catch the NULL referral
Howard Chu [Tue, 2 Dec 2003 03:01:49 +0000 (03:01 +0000)]
ITS#2764, #2781 revert backend.c patch, just catch the NULL referral
case in extended_op

20 years agoITS#2764 catch -lc at end of line as well
Howard Chu [Tue, 2 Dec 2003 02:20:09 +0000 (02:20 +0000)]
ITS#2764 catch -lc at end of line as well

20 years agoFix prev commit, return generated passwd
Howard Chu [Tue, 2 Dec 2003 00:49:26 +0000 (00:49 +0000)]
Fix prev commit, return generated passwd

20 years agoDon't search for proxy authz control unnecessarily.
Kurt Zeilenga [Mon, 1 Dec 2003 21:49:52 +0000 (21:49 +0000)]
Don't search for proxy authz control unnecessarily.
Add note regarding control use with the Bind operation.

20 years agofix prev commit
Jong Hyuk Choi [Mon, 1 Dec 2003 18:09:48 +0000 (18:09 +0000)]
fix prev commit

20 years agomisc cleanup
Jong Hyuk Choi [Mon, 1 Dec 2003 17:56:36 +0000 (17:56 +0000)]
misc cleanup

20 years agoRemoved passwd.c
Howard Chu [Mon, 1 Dec 2003 12:55:05 +0000 (12:55 +0000)]
Removed passwd.c

20 years agoLet the backend have a crack at the op (for back-ldap etc.), then do it
Howard Chu [Mon, 1 Dec 2003 12:51:54 +0000 (12:51 +0000)]
Let the backend have a crack at the op (for back-ldap etc.), then do it
in the frontend if the backend doesn't.

20 years agoConsolidate passwd extop in frontend
Howard Chu [Mon, 1 Dec 2003 12:38:11 +0000 (12:38 +0000)]
Consolidate passwd extop in frontend

20 years agoAdded slap_null_cb
Howard Chu [Mon, 1 Dec 2003 12:20:51 +0000 (12:20 +0000)]
Added slap_null_cb

20 years agoFix slapi include path
Howard Chu [Mon, 1 Dec 2003 12:14:39 +0000 (12:14 +0000)]
Fix slapi include path

20 years agoAdded slap_null_cb
Howard Chu [Mon, 1 Dec 2003 12:03:20 +0000 (12:03 +0000)]
Added slap_null_cb

20 years agotypo...
Pierangelo Masarati [Mon, 1 Dec 2003 11:49:19 +0000 (11:49 +0000)]
typo...

20 years agoITS#2851
Pierangelo Masarati [Mon, 1 Dec 2003 11:12:04 +0000 (11:12 +0000)]
ITS#2851

20 years agoadd administrative bind and proxyAuthz control to enable bound operations in distribu...
Pierangelo Masarati [Mon, 1 Dec 2003 08:29:06 +0000 (08:29 +0000)]
add administrative bind and proxyAuthz control to enable bound operations in distributed directories (need to manually #define LDAP_BACK_PROXY_AUTHZ and patches from ITS#2851 and ITS#2852)

20 years agoadd administrative bind and proxyAuthz control to enable bound operations in distribu...
Pierangelo Masarati [Mon, 1 Dec 2003 08:04:51 +0000 (08:04 +0000)]
add administrative bind and proxyAuthz control to enable bound operations in distributed directories (need to manually #define LDAP_BACK_PROXY_AUTHZ and patches from ITS#2851 and ITS#2852)

20 years agothis memory will be freed by free()
Pierangelo Masarati [Mon, 1 Dec 2003 08:01:31 +0000 (08:01 +0000)]
this memory will be freed by free()

20 years agodetect problems in saslauthz
Pierangelo Masarati [Mon, 1 Dec 2003 07:59:30 +0000 (07:59 +0000)]
detect problems in saslauthz

20 years agoif rule is an URI, must have a filter field
Pierangelo Masarati [Mon, 1 Dec 2003 07:50:27 +0000 (07:50 +0000)]
if rule is an URI, must have a filter field

20 years agoMisc. updates
Kurt Zeilenga [Mon, 1 Dec 2003 05:43:27 +0000 (05:43 +0000)]
Misc. updates

20 years agofix last commit
Kurt Zeilenga [Mon, 1 Dec 2003 03:04:26 +0000 (03:04 +0000)]
fix last commit

20 years agoDisable tests on LDBM.
Kurt Zeilenga [Mon, 1 Dec 2003 02:59:58 +0000 (02:59 +0000)]
Disable tests on LDBM.

20 years agoCleanup
Kurt Zeilenga [Mon, 1 Dec 2003 01:54:11 +0000 (01:54 +0000)]
Cleanup

20 years agoAdd rcsid
Kurt Zeilenga [Mon, 1 Dec 2003 00:19:13 +0000 (00:19 +0000)]
Add rcsid

20 years agoCleanup: Remove unused label 'no_co_op_free:' in connection_operation().
Hallvard Furuseth [Sun, 30 Nov 2003 16:14:40 +0000 (16:14 +0000)]
Cleanup: Remove unused label 'no_co_op_free:' in connection_operation().

20 years agoit seems more appropriate to return LDAP_SUCCESS.
Jong Hyuk Choi [Sun, 30 Nov 2003 05:45:13 +0000 (05:45 +0000)]
it seems more appropriate to return LDAP_SUCCESS.

20 years agoFix copy & paste error. (ITS#2850)
Jong Hyuk Choi [Sun, 30 Nov 2003 05:29:19 +0000 (05:29 +0000)]
Fix copy & paste error. (ITS#2850)

20 years agoITS#2847: fix syncCookie value_match
Kurt Zeilenga [Sun, 30 Nov 2003 03:30:39 +0000 (03:30 +0000)]
ITS#2847: fix syncCookie value_match

20 years agoMisc cleanup
Kurt Zeilenga [Sun, 30 Nov 2003 01:19:40 +0000 (01:19 +0000)]
Misc cleanup

20 years agoMove global to ldapsync
Kurt Zeilenga [Sun, 30 Nov 2003 01:09:12 +0000 (01:09 +0000)]
Move global to ldapsync

20 years agoMisc cleanup
Kurt Zeilenga [Sun, 30 Nov 2003 01:07:47 +0000 (01:07 +0000)]
Misc cleanup

20 years ago#ifdef for auxprop_store
Howard Chu [Sat, 29 Nov 2003 23:09:39 +0000 (23:09 +0000)]
#ifdef for auxprop_store

20 years agoUse OpenLDAP Public License
Howard Chu [Sat, 29 Nov 2003 23:04:39 +0000 (23:04 +0000)]
Use OpenLDAP Public License

20 years ago#ifdef for slap_auxprop_store
Howard Chu [Sat, 29 Nov 2003 23:01:56 +0000 (23:01 +0000)]
#ifdef for slap_auxprop_store

20 years agoMinor updates
Kurt Zeilenga [Sat, 29 Nov 2003 22:56:18 +0000 (22:56 +0000)]
Minor updates

20 years agonotices
Kurt Zeilenga [Sat, 29 Nov 2003 22:38:48 +0000 (22:38 +0000)]
notices

20 years agocleanup
Kurt Zeilenga [Sat, 29 Nov 2003 22:37:07 +0000 (22:37 +0000)]
cleanup

20 years agoCleanup rcsid comments
Kurt Zeilenga [Sat, 29 Nov 2003 18:03:43 +0000 (18:03 +0000)]
Cleanup rcsid comments

20 years agofix 'control reaches end of non-void function'
Pierangelo Masarati [Sat, 29 Nov 2003 18:00:07 +0000 (18:00 +0000)]
fix 'control reaches end of non-void function'

20 years agofix uninitialized buffer (ITS#2849)
Pierangelo Masarati [Sat, 29 Nov 2003 17:58:49 +0000 (17:58 +0000)]
fix uninitialized buffer (ITS#2849)

20 years agoremove /* in comments
Pierangelo Masarati [Sat, 29 Nov 2003 17:52:05 +0000 (17:52 +0000)]
remove /* in comments

20 years agoclarify auxprop_store member type
Pierangelo Masarati [Sat, 29 Nov 2003 17:50:50 +0000 (17:50 +0000)]
clarify auxprop_store member type

20 years agoAvoid /* inside comments.
Hallvard Furuseth [Sat, 29 Nov 2003 17:29:44 +0000 (17:29 +0000)]
Avoid /* inside comments.

20 years agoAvoid 'suggest parentheses' warnings.
Hallvard Furuseth [Sat, 29 Nov 2003 17:27:44 +0000 (17:27 +0000)]
Avoid 'suggest parentheses' warnings.

20 years agoFormat %d -> %ld.
Hallvard Furuseth [Sat, 29 Nov 2003 17:26:23 +0000 (17:26 +0000)]
Format %d -> %ld.

20 years agofix uninitialized var
Pierangelo Masarati [Sat, 29 Nov 2003 17:24:34 +0000 (17:24 +0000)]
fix uninitialized var

20 years agoITS#2846 - make veryclean
Howard Chu [Sat, 29 Nov 2003 12:01:10 +0000 (12:01 +0000)]
ITS#2846 - make veryclean

20 years agoclarify comments
Pierangelo Masarati [Sat, 29 Nov 2003 11:10:16 +0000 (11:10 +0000)]
clarify comments

20 years agonaming cleanup && more leaks fixed
Pierangelo Masarati [Sat, 29 Nov 2003 11:09:52 +0000 (11:09 +0000)]
naming cleanup && more leaks fixed

20 years agoAdd auxprop_store support for Cyrus SASL 2.1.16+
Howard Chu [Sat, 29 Nov 2003 07:02:16 +0000 (07:02 +0000)]
Add auxprop_store support for Cyrus SASL 2.1.16+

20 years agoFix format errors: %d -> %ld, and add (long) casts as appropriate.
Hallvard Furuseth [Fri, 28 Nov 2003 22:06:54 +0000 (22:06 +0000)]
Fix format errors: %d -> %ld, and add (long) casts as appropriate.

20 years ago#include lber-int.h, to get ber_strndup().
Hallvard Furuseth [Fri, 28 Nov 2003 22:05:38 +0000 (22:05 +0000)]
#include lber-int.h, to get ber_strndup().
The right fix may be for slap.h to #include it instead, since
ber_strndup() is used via SLAP_STRNDUP() which is #defined in slap.h.

20 years agoKill '//'-style comment.
Hallvard Furuseth [Fri, 28 Nov 2003 22:03:13 +0000 (22:03 +0000)]
Kill '//'-style comment.

20 years agoDelete $(LDIF_LIBS). The library has been merged into -llutil.
Hallvard Furuseth [Fri, 28 Nov 2003 22:01:44 +0000 (22:01 +0000)]
Delete $(LDIF_LIBS).  The library has been merged into -llutil.

20 years agoNotices
Kurt Zeilenga [Fri, 28 Nov 2003 21:08:20 +0000 (21:08 +0000)]
Notices