]> git.sur5r.net Git - openldap/log
openldap
17 years agodon't add databases twice; but try as hard as possible...
Pierangelo Masarati [Wed, 21 Mar 2007 23:22:49 +0000 (23:22 +0000)]
don't add databases twice; but try as hard as possible...

17 years agoallow adding of back-bdb with monitoring on (ITS#4789)
Pierangelo Masarati [Wed, 21 Mar 2007 22:35:37 +0000 (22:35 +0000)]
allow adding of back-bdb with monitoring on (ITS#4789)

17 years agocleanup
Pierangelo Masarati [Wed, 21 Mar 2007 22:33:50 +0000 (22:33 +0000)]
cleanup

17 years agocleanup after sending entry
Pierangelo Masarati [Wed, 21 Mar 2007 22:33:09 +0000 (22:33 +0000)]
cleanup after sending entry

17 years agofix ITS#4883
Pierangelo Masarati [Wed, 21 Mar 2007 16:33:38 +0000 (16:33 +0000)]
fix ITS#4883

17 years agodo not refer to deprecated API
Pierangelo Masarati [Wed, 21 Mar 2007 10:35:28 +0000 (10:35 +0000)]
do not refer to deprecated API

17 years agos/LDAP_RES_EXTENDED_PARTIAL/LDAP_RES_INTERMEDIATE/ (ITS#4885)
Pierangelo Masarati [Wed, 21 Mar 2007 10:23:51 +0000 (10:23 +0000)]
s/LDAP_RES_EXTENDED_PARTIAL/LDAP_RES_INTERMEDIATE/ (ITS#4885)

17 years agoimprove previous commit (check result of structural_class())
Pierangelo Masarati [Wed, 21 Mar 2007 09:51:11 +0000 (09:51 +0000)]
improve previous commit (check result of structural_class())

17 years agoexploit inheritance in add (ITS#4884): passes all tests; modify may need work. Pleas...
Pierangelo Masarati [Wed, 21 Mar 2007 00:57:20 +0000 (00:57 +0000)]
exploit inheritance in add (ITS#4884): passes all tests; modify may need work.  Please review

17 years agomore structure name cleanup
Pierangelo Masarati [Tue, 20 Mar 2007 17:09:24 +0000 (17:09 +0000)]
more structure name cleanup

17 years agoAdd DER OID decoder/encoder
Howard Chu [Tue, 20 Mar 2007 15:11:14 +0000 (15:11 +0000)]
Add DER OID decoder/encoder

17 years agoAdd DER OID encoder/decoder
Howard Chu [Tue, 20 Mar 2007 15:10:16 +0000 (15:10 +0000)]
Add DER OID encoder/decoder

17 years agoAdd ber_skip_data() to help positioning in structured BER data
Howard Chu [Tue, 20 Mar 2007 12:29:06 +0000 (12:29 +0000)]
Add ber_skip_data() to help positioning in structured BER data

17 years agocleanup struct declarations
Pierangelo Masarati [Tue, 20 Mar 2007 01:07:10 +0000 (01:07 +0000)]
cleanup struct declarations

17 years agoadd uptime monitoring (in seconds)
Pierangelo Masarati [Mon, 19 Mar 2007 21:39:43 +0000 (21:39 +0000)]
add uptime monitoring (in seconds)

17 years agocleanup
Pierangelo Masarati [Mon, 19 Mar 2007 15:50:51 +0000 (15:50 +0000)]
cleanup

17 years agorestore op before checking result (and, if necessary, bailing out)
Pierangelo Masarati [Mon, 19 Mar 2007 15:50:28 +0000 (15:50 +0000)]
restore op before checking result (and, if necessary, bailing out)

17 years agohandle r_dn == r_ndn
Pierangelo Masarati [Mon, 19 Mar 2007 15:44:58 +0000 (15:44 +0000)]
handle r_dn == r_ndn

17 years agold could be used after ldap_unbind_ext()
Pierangelo Masarati [Sun, 18 Mar 2007 20:44:11 +0000 (20:44 +0000)]
ld could be used after ldap_unbind_ext()

17 years agomake sure unsigned time_t doesn't hurt (follow-on to ITS#4872)
Pierangelo Masarati [Sat, 17 Mar 2007 14:45:41 +0000 (14:45 +0000)]
make sure unsigned time_t doesn't hurt (follow-on to ITS#4872)

17 years agoremove lint (ITS#4878)
Pierangelo Masarati [Sat, 17 Mar 2007 14:22:44 +0000 (14:22 +0000)]
remove lint (ITS#4878)

17 years agofix ITS#4874
Pierangelo Masarati [Thu, 15 Mar 2007 01:07:19 +0000 (01:07 +0000)]
fix ITS#4874

17 years agofix cleanup
Pierangelo Masarati [Wed, 14 Mar 2007 01:05:42 +0000 (01:05 +0000)]
fix cleanup

17 years agonote ITS#4872 (forced commit)
Pierangelo Masarati [Tue, 13 Mar 2007 09:49:59 +0000 (09:49 +0000)]
note ITS#4872 (forced commit)

17 years agoadd support for binary attributes (ITS#4868)
Pierangelo Masarati [Tue, 13 Mar 2007 00:34:37 +0000 (00:34 +0000)]
add support for binary attributes (ITS#4868)

17 years agoDon't generate schema entries for include files that didn't define schema
Howard Chu [Mon, 12 Mar 2007 22:47:43 +0000 (22:47 +0000)]
Don't generate schema entries for include files that didn't define schema
elements. Use proper directory separator on Windows

17 years agoFix prev commit
Howard Chu [Mon, 12 Mar 2007 21:17:44 +0000 (21:17 +0000)]
Fix prev commit

17 years agoapparently, time_t is unsigned in some systems
Pierangelo Masarati [Mon, 12 Mar 2007 21:04:01 +0000 (21:04 +0000)]
apparently, time_t is unsigned in some systems

17 years agoremove lint (ITS#4865)
Pierangelo Masarati [Sun, 11 Mar 2007 17:46:46 +0000 (17:46 +0000)]
remove lint (ITS#4865)

17 years agoForced commit to test CVS repository after move to new server
Kurt Zeilenga [Sat, 10 Mar 2007 18:03:58 +0000 (18:03 +0000)]
Forced commit to test CVS repository after move to new server

17 years agofix previous commit (ITS#4861)
Pierangelo Masarati [Fri, 9 Mar 2007 17:24:56 +0000 (17:24 +0000)]
fix previous commit (ITS#4861)

17 years agoFix typo
Howard Chu [Fri, 9 Mar 2007 09:57:18 +0000 (09:57 +0000)]
Fix typo

17 years agoMore logging tweaks
Howard Chu [Fri, 9 Mar 2007 09:56:30 +0000 (09:56 +0000)]
More logging tweaks

17 years agoFix prev commit
Howard Chu [Fri, 9 Mar 2007 09:49:30 +0000 (09:49 +0000)]
Fix prev commit

17 years agoAdd "hidden" doc
Howard Chu [Fri, 9 Mar 2007 09:48:16 +0000 (09:48 +0000)]
Add "hidden" doc

17 years agoDocument the "hidden" keyword.
Howard Chu [Fri, 9 Mar 2007 09:46:34 +0000 (09:46 +0000)]
Document the "hidden" keyword.

17 years agoUncomment logfile doc - it's been implemented this whole time, and it's
Howard Chu [Fri, 9 Mar 2007 09:39:35 +0000 (09:39 +0000)]
Uncomment logfile doc - it's been implemented this whole time, and it's
useful on Windows

17 years agoFixes (mostly from Buchan Milne) to make all generated files relative
Howard Chu [Fri, 9 Mar 2007 09:34:41 +0000 (09:34 +0000)]
Fixes (mostly from Buchan Milne) to make all generated files relative
to $TESTDIR

17 years agocheck consistency of referrals and result code (ITS#4861)
Pierangelo Masarati [Thu, 8 Mar 2007 17:57:49 +0000 (17:57 +0000)]
check consistency of referrals and result code (ITS#4861)

17 years agofix subtree shortcut (ITS#4856)
Pierangelo Masarati [Mon, 5 Mar 2007 19:39:32 +0000 (19:39 +0000)]
fix subtree shortcut (ITS#4856)

17 years agofix str2anlist handling of undefined objects (ITS#4854)
Pierangelo Masarati [Mon, 5 Mar 2007 16:18:41 +0000 (16:18 +0000)]
fix str2anlist handling of undefined objects (ITS#4854)

17 years agoRebuild
Kurt Zeilenga [Fri, 2 Mar 2007 20:53:56 +0000 (20:53 +0000)]
Rebuild

17 years agoSearch libs for uuid_generate
Kurt Zeilenga [Fri, 2 Mar 2007 20:44:31 +0000 (20:44 +0000)]
Search libs for uuid_generate

17 years agoRebuild
Kurt Zeilenga [Fri, 2 Mar 2007 07:38:57 +0000 (07:38 +0000)]
Rebuild

17 years agoAdd support for uuid_generate/uuid_unparse
Kurt Zeilenga [Fri, 2 Mar 2007 07:36:23 +0000 (07:36 +0000)]
Add support for uuid_generate/uuid_unparse

17 years agoa (clearer) remainder...
Pierangelo Masarati [Tue, 27 Feb 2007 11:25:30 +0000 (11:25 +0000)]
a (clearer) remainder...

17 years agoa remainder...
Pierangelo Masarati [Tue, 27 Feb 2007 11:24:57 +0000 (11:24 +0000)]
a remainder...

17 years agoSolaris doesn't like NULL pointers in printf, which now can occur since IA5string...
Pierangelo Masarati [Mon, 26 Feb 2007 23:57:34 +0000 (23:57 +0000)]
Solaris doesn't like NULL pointers in printf, which now can occur since IA5string allows the empty string

17 years agoUpdate I-Ds
Kurt Zeilenga [Mon, 26 Feb 2007 23:25:36 +0000 (23:25 +0000)]
Update I-Ds

17 years agoSolaris doesn't like NULL pointers in printf, which now can occur since IA5string...
Pierangelo Masarati [Mon, 26 Feb 2007 20:38:20 +0000 (20:38 +0000)]
Solaris doesn't like NULL pointers in printf, which now can occur since IA5string allows the empty string

17 years agodon't remember where, but without quotes it fails
Pierangelo Masarati [Mon, 26 Feb 2007 20:37:33 +0000 (20:37 +0000)]
don't remember where, but without quotes it fails

17 years agodetect braindead entries (e.g. from back-perl, ITS#4845,ITS#4852)
Pierangelo Masarati [Mon, 26 Feb 2007 09:50:19 +0000 (09:50 +0000)]
detect braindead entries (e.g. from back-perl, ITS#4845,ITS#4852)

17 years agoITS#4851 retry if opening a supposedly clean shared memory env fails
Howard Chu [Sat, 24 Feb 2007 20:18:56 +0000 (20:18 +0000)]
ITS#4851 retry if opening a supposedly clean shared memory env fails

17 years agoon Solaris, /bin/sh is not bash; grep doesn't like ^auditcontext: without quotes
Pierangelo Masarati [Sat, 24 Feb 2007 18:30:40 +0000 (18:30 +0000)]
on Solaris, /bin/sh is not bash; grep doesn't like ^auditcontext: without quotes

17 years agore-fix previus commit the other way 'round (rids are < 1000)
Pierangelo Masarati [Sat, 24 Feb 2007 18:29:55 +0000 (18:29 +0000)]
re-fix previus commit the other way 'round (rids are < 1000)

17 years agofix type/format mismatch
Pierangelo Masarati [Sat, 24 Feb 2007 18:00:46 +0000 (18:00 +0000)]
fix type/format mismatch

17 years agoFix prev commit
Howard Chu [Sat, 24 Feb 2007 17:34:40 +0000 (17:34 +0000)]
Fix prev commit

17 years agoITS#4848 better config context tracking
Howard Chu [Sat, 24 Feb 2007 17:24:48 +0000 (17:24 +0000)]
ITS#4848 better config context tracking

17 years agoNote ldap_controls, ldap_extended_operation
Howard Chu [Fri, 23 Feb 2007 19:10:38 +0000 (19:10 +0000)]
Note ldap_controls, ldap_extended_operation

17 years agoFix typo
Howard Chu [Fri, 23 Feb 2007 18:24:26 +0000 (18:24 +0000)]
Fix typo

17 years agoITS#4844 add missing overlays
Howard Chu [Fri, 23 Feb 2007 18:23:44 +0000 (18:23 +0000)]
ITS#4844 add missing overlays

17 years agofix typo
Pierangelo Masarati [Wed, 21 Feb 2007 23:26:55 +0000 (23:26 +0000)]
fix typo

17 years agodon't play with URL list if connect(2) is asynchronous
Pierangelo Masarati [Wed, 21 Feb 2007 22:26:26 +0000 (22:26 +0000)]
don't play with URL list if connect(2) is asynchronous

17 years agoimprove async connect handling in case of errors
Pierangelo Masarati [Wed, 21 Feb 2007 22:22:14 +0000 (22:22 +0000)]
improve async connect handling in case of errors

17 years agofix in-directory retcode lookup
Pierangelo Masarati [Wed, 21 Feb 2007 14:17:25 +0000 (14:17 +0000)]
fix in-directory retcode lookup

17 years agothis should never occur, but in case keep it readable
Pierangelo Masarati [Tue, 20 Feb 2007 23:08:09 +0000 (23:08 +0000)]
this should never occur, but in case keep it readable

17 years agoRemove extrananous space in DN (in comment)
Kurt Zeilenga [Mon, 19 Feb 2007 23:39:01 +0000 (23:39 +0000)]
Remove extrananous space in DN (in comment)

17 years agoonly fetch user if and as soon as required by filter
Pierangelo Masarati [Sat, 17 Feb 2007 17:35:11 +0000 (17:35 +0000)]
only fetch user if and as soon as required by filter

17 years agoextensibleObject allows all
Pierangelo Masarati [Sat, 17 Feb 2007 17:31:45 +0000 (17:31 +0000)]
extensibleObject allows all

17 years agoMore notes now that LDAP_OPT_TIMEOUT is implemented.
Howard Chu [Fri, 16 Feb 2007 11:52:46 +0000 (11:52 +0000)]
More notes now that LDAP_OPT_TIMEOUT is implemented.

17 years agoPlug leaks
Howard Chu [Fri, 16 Feb 2007 02:22:24 +0000 (02:22 +0000)]
Plug leaks

17 years agoCleanup last commit
Kurt Zeilenga [Thu, 15 Feb 2007 01:42:23 +0000 (01:42 +0000)]
Cleanup last commit

17 years agoFix C errors
Kurt Zeilenga [Thu, 15 Feb 2007 01:41:56 +0000 (01:41 +0000)]
Fix C errors

17 years agoNeeds <ac/time.h>
Kurt Zeilenga [Thu, 15 Feb 2007 01:20:46 +0000 (01:20 +0000)]
Needs <ac/time.h>

17 years agobdb-Database need objectclass "olcBdbConfig", removed double quotes from DNs
Ralf Haferkamp [Wed, 14 Feb 2007 16:16:08 +0000 (16:16 +0000)]
bdb-Database need objectclass "olcBdbConfig", removed double quotes from DNs

17 years agoITS#4830 move -lltdl earlier in link order
Howard Chu [Wed, 14 Feb 2007 15:28:57 +0000 (15:28 +0000)]
ITS#4830 move -lltdl earlier in link order

17 years agoAdded "slapd" rewrite map handler, connection_fake_init2 to use existing
Howard Chu [Wed, 14 Feb 2007 08:51:47 +0000 (08:51 +0000)]
Added "slapd" rewrite map handler, connection_fake_init2 to use existing
tmpmemctx without reinitializing

17 years agoFix rev 1.312
Howard Chu [Wed, 14 Feb 2007 00:08:26 +0000 (00:08 +0000)]
Fix rev 1.312

17 years agocleanup
Pierangelo Masarati [Tue, 13 Feb 2007 23:34:42 +0000 (23:34 +0000)]
cleanup

17 years agominor fixes...
Pierangelo Masarati [Tue, 13 Feb 2007 23:33:54 +0000 (23:33 +0000)]
minor fixes...

17 years agofix exit code
Pierangelo Masarati [Tue, 13 Feb 2007 23:31:49 +0000 (23:31 +0000)]
fix exit code

17 years agosyncinfo_free must be able to free multiple syncinfos
Howard Chu [Tue, 13 Feb 2007 14:35:53 +0000 (14:35 +0000)]
syncinfo_free must be able to free multiple syncinfos

17 years agoCleanup si_ctxcsn and si_sids in db_destroy
Howard Chu [Tue, 13 Feb 2007 13:40:56 +0000 (13:40 +0000)]
Cleanup si_ctxcsn and si_sids in db_destroy

17 years agoCoverity - check for malloc failure (however unlikely...)
Howard Chu [Tue, 13 Feb 2007 11:27:06 +0000 (11:27 +0000)]
Coverity - check for malloc failure (however unlikely...)

17 years agoExit if no values returned in do_random
Howard Chu [Tue, 13 Feb 2007 11:25:51 +0000 (11:25 +0000)]
Exit if no values returned in do_random

17 years agoCoverity deadcode
Howard Chu [Tue, 13 Feb 2007 11:21:27 +0000 (11:21 +0000)]
Coverity deadcode

17 years agoCoverity error, uninit'd rc
Howard Chu [Tue, 13 Feb 2007 11:13:14 +0000 (11:13 +0000)]
Coverity error, uninit'd rc

17 years agoCoverity leak
Howard Chu [Tue, 13 Feb 2007 11:10:36 +0000 (11:10 +0000)]
Coverity leak

17 years agoCoverity error
Howard Chu [Tue, 13 Feb 2007 11:03:41 +0000 (11:03 +0000)]
Coverity error

17 years agoCoverity scan - saved attr may not exist for a Replace
Howard Chu [Tue, 13 Feb 2007 11:03:16 +0000 (11:03 +0000)]
Coverity scan - saved attr may not exist for a Replace

17 years agoITS#4840 fix typo
Howard Chu [Mon, 12 Feb 2007 11:53:59 +0000 (11:53 +0000)]
ITS#4840 fix typo

17 years agoITS#4662 note requirements for global option initialization
Howard Chu [Mon, 12 Feb 2007 11:40:57 +0000 (11:40 +0000)]
ITS#4662 note requirements for global option initialization

17 years agoITS#3349 docs for SASL binds
Howard Chu [Mon, 12 Feb 2007 11:27:52 +0000 (11:27 +0000)]
ITS#3349 docs for SASL binds

17 years agoRename ldap_memfree.3 to ldap_memory.3
Howard Chu [Mon, 12 Feb 2007 09:58:53 +0000 (09:58 +0000)]
Rename ldap_memfree.3 to ldap_memory.3

17 years agoITS#2240 add ldap_start_tls and friends
Howard Chu [Mon, 12 Feb 2007 09:40:03 +0000 (09:40 +0000)]
ITS#2240 add ldap_start_tls and friends

17 years agoITS#2240 ldap_controls_free and friends
Howard Chu [Mon, 12 Feb 2007 09:26:11 +0000 (09:26 +0000)]
ITS#2240 ldap_controls_free and friends

17 years agoITS#2240 add ldap_memfree and friends
Howard Chu [Mon, 12 Feb 2007 08:52:55 +0000 (08:52 +0000)]
ITS#2240 add ldap_memfree and friends

17 years agoITS#2240 ber_init and friends
Howard Chu [Mon, 12 Feb 2007 08:32:15 +0000 (08:32 +0000)]
ITS#2240 ber_init and friends

17 years agoForgot ber_sockbuf_io_fd
Howard Chu [Mon, 12 Feb 2007 06:27:26 +0000 (06:27 +0000)]
Forgot ber_sockbuf_io_fd

17 years agoITS#2240 add lber-sockbuf documentation
Howard Chu [Mon, 12 Feb 2007 06:20:03 +0000 (06:20 +0000)]
ITS#2240 add lber-sockbuf documentation