]> git.sur5r.net Git - openldap/log
openldap
22 years agosome changes to make the library working with gcc 3.0 (mostly namespace
Ralf Haferkamp [Fri, 28 Sep 2001 16:39:58 +0000 (16:39 +0000)]
some changes to make the library working with gcc 3.0 (mostly namespace
stuff). See also ITS#1322

22 years agoFix reference stats2 message
Kurt Zeilenga [Fri, 28 Sep 2001 01:44:13 +0000 (01:44 +0000)]
Fix reference stats2 message

22 years agoSet protocol to LDAP_VERSION2 on UDP session.
Howard Chu [Fri, 28 Sep 2001 00:49:01 +0000 (00:49 +0000)]
Set protocol to LDAP_VERSION2 on UDP session.

22 years agoReorder includes
Kurt Zeilenga [Fri, 28 Sep 2001 00:34:18 +0000 (00:34 +0000)]
Reorder includes

22 years agoResurrection/rewrite of CLDAP (RFC1798 Connectionless LDAP).
Howard Chu [Fri, 28 Sep 2001 00:18:40 +0000 (00:18 +0000)]
Resurrection/rewrite of CLDAP (RFC1798 Connectionless LDAP).

Compile with -DLDAP_CONNECTIONLESS to use this code.
For slapd, use "-h cldap://" to listen on UDP.
For ldapsearch, use "-H cldap://" to query on UDP.
Client-side support is very minimal:
  no automatic timeout/retries
  no basedn wildcard expansion on results
  no support for specifying multiple servers at once.

22 years agoFix see also formating
Kurt Zeilenga [Thu, 27 Sep 2001 19:56:29 +0000 (19:56 +0000)]
Fix see also formating

22 years agoMove stacksize setting outside of detach #ifdef
Kurt Zeilenga [Thu, 27 Sep 2001 18:54:17 +0000 (18:54 +0000)]
Move stacksize setting outside of detach #ifdef

22 years agoRework do_ldap retry loop to better handle server down errors.
Kurt Zeilenga [Thu, 27 Sep 2001 03:13:28 +0000 (03:13 +0000)]
Rework do_ldap retry loop to better handle server down errors.
Could likely treat other errors (LDAP_BUSY) as non-fatal errors.

22 years agoMinor cleanup
Kurt Zeilenga [Thu, 27 Sep 2001 02:51:22 +0000 (02:51 +0000)]
Minor cleanup

22 years agoMisc. IETF LDAPext updates
Kurt Zeilenga [Thu, 27 Sep 2001 02:39:52 +0000 (02:39 +0000)]
Misc. IETF LDAPext updates

22 years agoChange avl.c to use ber_memalloc and ber_memrealloc.
Howard Chu [Thu, 27 Sep 2001 01:08:22 +0000 (01:08 +0000)]
Change avl.c to use ber_memalloc and ber_memrealloc.
Add -llber to Makefile so testavl will build.

22 years agoReplace some calloc/realloc with ch_calloc/ch_realloc for consistency.
Howard Chu [Wed, 26 Sep 2001 23:42:53 +0000 (23:42 +0000)]
Replace some calloc/realloc with ch_calloc/ch_realloc for consistency.

22 years agoSection 3 man page for ldap_parse_reference()
Stig Venaas [Wed, 26 Sep 2001 10:35:54 +0000 (10:35 +0000)]
Section 3 man page for ldap_parse_reference()

22 years agoFix up binary search
Kurt Zeilenga [Wed, 26 Sep 2001 03:50:48 +0000 (03:50 +0000)]
Fix up binary search

22 years agoLow stack to 16 MB... this really needs to be tunable
Kurt Zeilenga [Wed, 26 Sep 2001 02:42:47 +0000 (02:42 +0000)]
Low stack to 16 MB... this really needs to be tunable

22 years agoUse a 64MB stack (instead of a 64K on some systems) by default.
Kurt Zeilenga [Wed, 26 Sep 2001 02:35:41 +0000 (02:35 +0000)]
Use a 64MB stack (instead of a 64K on some systems) by default.
This should be tunable...

22 years agoFix build errors
Kurt Zeilenga [Wed, 26 Sep 2001 01:54:39 +0000 (01:54 +0000)]
Fix build errors

22 years agoidl_check for back-bdb
Kurt Zeilenga [Tue, 25 Sep 2001 23:56:49 +0000 (23:56 +0000)]
idl_check for back-bdb

22 years agoAdd a sample ACL
Kurt Zeilenga [Tue, 25 Sep 2001 20:30:51 +0000 (20:30 +0000)]
Add a sample ACL

22 years agoMinor change to last commit...
Kurt Zeilenga [Tue, 25 Sep 2001 19:50:46 +0000 (19:50 +0000)]
Minor change to last commit...

22 years agoAdditional CR/LF fixes
Kurt Zeilenga [Tue, 25 Sep 2001 19:45:23 +0000 (19:45 +0000)]
Additional CR/LF fixes

22 years agoITS#1328 LDIFv1 CR/LF fix
Kurt Zeilenga [Tue, 25 Sep 2001 18:48:48 +0000 (18:48 +0000)]
ITS#1328 LDIFv1 CR/LF fix

22 years agoAcknowledge IETF work
Kurt Zeilenga [Tue, 25 Sep 2001 17:51:36 +0000 (17:51 +0000)]
Acknowledge IETF work

22 years agoldif.h include cleanup
Kurt Zeilenga [Tue, 25 Sep 2001 00:03:24 +0000 (00:03 +0000)]
ldif.h include cleanup

22 years agoTrim both \n and \r\n from config files.
Kurt Zeilenga [Mon, 24 Sep 2001 22:18:02 +0000 (22:18 +0000)]
Trim both \n and \r\n from config files.

22 years agochasing multi-level referrals core dumps (ITS#1346) bug fix
Kurt Zeilenga [Mon, 24 Sep 2001 18:50:44 +0000 (18:50 +0000)]
chasing multi-level referrals core dumps (ITS#1346) bug fix
from Zachary Amsden <zach@mirapoint.com>.

22 years agoAdd ldap_url_desc2str()
Kurt Zeilenga [Mon, 24 Sep 2001 18:32:16 +0000 (18:32 +0000)]
Add ldap_url_desc2str()

22 years agoAdd ldap_url_desc2str().
Kurt Zeilenga [Mon, 24 Sep 2001 18:30:57 +0000 (18:30 +0000)]
Add ldap_url_desc2str().

22 years agoMinor updates to TODO list
Kurt Zeilenga [Mon, 24 Sep 2001 18:28:37 +0000 (18:28 +0000)]
Minor updates to TODO list

22 years agoReword pthread error message for clarity
Kurt Zeilenga [Mon, 24 Sep 2001 18:26:24 +0000 (18:26 +0000)]
Reword pthread error message for clarity

22 years agoTweaked ID_BLOCKs to record NIDs for INDIRECT blocks as well as directs.
Howard Chu [Sat, 22 Sep 2001 06:52:32 +0000 (06:52 +0000)]
Tweaked ID_BLOCKs to record NIDs for INDIRECT blocks as well as directs.
Use high bit of NMAX to indicate an INDIRECT. Changes are behind
  #ifdef USE_INDIRECT_NIDS

22 years agoFix another SEGV from previous patch.
Howard Chu [Sat, 22 Sep 2001 05:35:52 +0000 (05:35 +0000)]
Fix another SEGV from previous patch.

22 years agoAdded optional 3rd parameter, to make the script display the slapd pid
Howard Chu [Sat, 22 Sep 2001 05:34:22 +0000 (05:34 +0000)]
Added optional 3rd parameter, to make the script display the slapd pid
and wait. User must hit <NewLine> to continue. This gives the opportunity
to attach a debugger to the slapd before proceeding with the test.

22 years agoFix previous idl_find patch. Cannot test <=0 with unsigned ints, duh...
Howard Chu [Sat, 22 Sep 2001 04:10:03 +0000 (04:10 +0000)]
Fix previous idl_find patch. Cannot test <=0 with unsigned ints, duh...

22 years agoFix an off by one bug which could cause a realloced buffer to be
Kurt Zeilenga [Sat, 22 Sep 2001 03:18:02 +0000 (03:18 +0000)]
Fix an off by one bug which could cause a realloced buffer to be
too small.  Changed extra size algorithm to use a much simplier
approach and detailed non-optimized version.

22 years agoAdd idl_find binary search routine, used by idl_insert and idl_split_block
Howard Chu [Fri, 21 Sep 2001 20:30:27 +0000 (20:30 +0000)]
Add idl_find binary search routine, used by idl_insert and idl_split_block
instead of linear search.

22 years agoCheck debug level before invoking debug routine, slight optimization
Howard Chu [Fri, 21 Sep 2001 17:53:16 +0000 (17:53 +0000)]
Check debug level before invoking debug routine, slight optimization

22 years agobump MAXARGS to 500
Kurt Zeilenga [Fri, 21 Sep 2001 00:48:47 +0000 (00:48 +0000)]
bump MAXARGS to 500

22 years agoBump MAXARGS to 500.
Kurt Zeilenga [Fri, 21 Sep 2001 00:48:00 +0000 (00:48 +0000)]
Bump MAXARGS to 500.

22 years agoFinished the integerMatch matching rule and the integer syntax.
Mark Adamson [Thu, 20 Sep 2001 15:50:49 +0000 (15:50 +0000)]
Finished the integerMatch matching rule and the integer syntax.

22 years agoSection 3 man pages for ldap_first_reference(), ldap_next_reference() and
Stig Venaas [Wed, 19 Sep 2001 16:13:14 +0000 (16:13 +0000)]
Section 3 man pages for ldap_first_reference(), ldap_next_reference() and
ldap_count_references()

22 years agoSection 3 man pages for ldap_first_message(), ldap_next_message() and
Stig Venaas [Wed, 19 Sep 2001 14:34:59 +0000 (14:34 +0000)]
Section 3 man pages for ldap_first_message(), ldap_next_message() and
ldap_count_messages()

22 years agologs changes even if no appropriate replica (or none at all) is defined (ITS#1335)
Pierangelo Masarati [Wed, 19 Sep 2001 09:09:51 +0000 (09:09 +0000)]
logs changes even if no appropriate replica (or none at all) is defined (ITS#1335)

22 years agoMisc. updates to release templates
Kurt Zeilenga [Wed, 19 Sep 2001 01:26:24 +0000 (01:26 +0000)]
Misc. updates to release templates

22 years agoRebuild
Kurt Zeilenga [Tue, 18 Sep 2001 19:38:44 +0000 (19:38 +0000)]
Rebuild

22 years agoMinor cleanup
Kurt Zeilenga [Tue, 18 Sep 2001 18:44:16 +0000 (18:44 +0000)]
Minor cleanup

22 years agoMinor cleanup of last commit
Kurt Zeilenga [Tue, 18 Sep 2001 18:24:47 +0000 (18:24 +0000)]
Minor cleanup of last commit

22 years agocomment out inetLocalMailReciepent as it has no assigned OID
Kurt Zeilenga [Tue, 18 Sep 2001 17:52:43 +0000 (17:52 +0000)]
comment out inetLocalMailReciepent as it has no assigned OID

22 years agoMinor cleanup
Kurt Zeilenga [Tue, 18 Sep 2001 17:35:47 +0000 (17:35 +0000)]
Minor cleanup

22 years agoFix for ITS#1258 - even if we're accepting various malformed definitions,
Howard Chu [Tue, 18 Sep 2001 12:21:33 +0000 (12:21 +0000)]
Fix for ITS#1258 - even if we're accepting various malformed definitions,
don't allow OIDs that are a mix of numeric and non-numeric fields.

22 years agoFix previous patch, didn't take handle syntax/noidlen properly
Howard Chu [Tue, 18 Sep 2001 12:03:20 +0000 (12:03 +0000)]
Fix previous patch, didn't take handle syntax/noidlen properly

22 years agoFix ITS#1213, OID macro parsing in attributetypes
Howard Chu [Tue, 18 Sep 2001 11:30:00 +0000 (11:30 +0000)]
Fix ITS#1213, OID macro parsing in attributetypes

22 years agoPatch for SASL EXTERNAL. Needs to be tested with other mechanisms.
Kurt Zeilenga [Tue, 18 Sep 2001 07:44:18 +0000 (07:44 +0000)]
Patch for SASL EXTERNAL.  Needs to be tested with other mechanisms.

22 years agoSilence some typecast warnings
Howard Chu [Tue, 18 Sep 2001 05:22:53 +0000 (05:22 +0000)]
Silence some typecast warnings

22 years agoDon't pass NULL hostname to ldap_pvt_tls_check_hostname, use "localhost"
Howard Chu [Tue, 18 Sep 2001 05:19:55 +0000 (05:19 +0000)]
Don't pass NULL hostname to ldap_pvt_tls_check_hostname, use "localhost"

22 years agoFix crashes for SASL/EXTERNAL binds:
Howard Chu [Tue, 18 Sep 2001 03:10:05 +0000 (03:10 +0000)]
Fix crashes for SASL/EXTERNAL binds:
  in slap_sasl_getdn, test id, not dn. dn is still NULL
  also, don't check for trailing slash
  in slap_sasl_bind, initialize reslen to 0

22 years agoFix declaration mismatch when CYRUS is not present
Howard Chu [Tue, 18 Sep 2001 00:37:56 +0000 (00:37 +0000)]
Fix declaration mismatch when CYRUS is not present

22 years agoClean up include logging
Kurt Zeilenga [Mon, 17 Sep 2001 22:38:52 +0000 (22:38 +0000)]
Clean up include logging

22 years agoFix typo in winsock detection
Kurt Zeilenga [Sun, 16 Sep 2001 22:20:29 +0000 (22:20 +0000)]
Fix typo in winsock detection

22 years agoBack out ManageDsaIt change.
Kurt Zeilenga [Sun, 16 Sep 2001 22:03:38 +0000 (22:03 +0000)]
Back out ManageDsaIt change.

22 years agoMinor cleanup
Kurt Zeilenga [Sun, 16 Sep 2001 22:02:50 +0000 (22:02 +0000)]
Minor cleanup

22 years agoRemove lint
Kurt Zeilenga [Sun, 16 Sep 2001 22:00:53 +0000 (22:00 +0000)]
Remove lint

22 years agocleanup and cast of logs
Pierangelo Masarati [Thu, 13 Sep 2001 21:30:44 +0000 (21:30 +0000)]
cleanup and cast of logs

22 years agoUse time_t not char * to represent timestamps.
Kurt Zeilenga [Sun, 9 Sep 2001 21:16:17 +0000 (21:16 +0000)]
Use time_t not char * to represent timestamps.
Fixes billionth second since epoch bug.

22 years agoClean up asserts, should assert desc != NULL instead of attr != NULL
Kurt Zeilenga [Sun, 9 Sep 2001 18:58:54 +0000 (18:58 +0000)]
Clean up asserts, should assert desc != NULL instead of attr != NULL

22 years agoRemove dead code
Kurt Zeilenga [Sun, 9 Sep 2001 04:47:03 +0000 (04:47 +0000)]
Remove dead code

22 years agoAdd root DSE supportedFeatures support.
Kurt Zeilenga [Sun, 9 Sep 2001 04:01:07 +0000 (04:01 +0000)]
Add root DSE supportedFeatures support.

22 years agoBlindly fix TLS/SASL external interaction.
Kurt Zeilenga [Sun, 9 Sep 2001 03:42:26 +0000 (03:42 +0000)]
Blindly fix TLS/SASL external interaction.

22 years agoMinor cleanup of ldap_perror()
Kurt Zeilenga [Sun, 9 Sep 2001 03:02:54 +0000 (03:02 +0000)]
Minor cleanup of ldap_perror()

22 years agoUpdate to latest
Kurt Zeilenga [Sat, 8 Sep 2001 04:33:29 +0000 (04:33 +0000)]
Update to latest

22 years agoCorrect typo
Kurt Zeilenga [Sat, 8 Sep 2001 04:32:08 +0000 (04:32 +0000)]
Correct typo

22 years agoUpdate to 2.7
Kurt Zeilenga [Sat, 8 Sep 2001 04:30:14 +0000 (04:30 +0000)]
Update to 2.7

22 years agoUpdate from DRAFT to 2.7
Kurt Zeilenga [Sat, 8 Sep 2001 04:29:45 +0000 (04:29 +0000)]
Update from DRAFT to 2.7

22 years agoRevert
Kurt Zeilenga [Sat, 8 Sep 2001 04:28:39 +0000 (04:28 +0000)]
Revert

22 years agoUpdate 'invalid data' error message.
Kurt Zeilenga [Sat, 8 Sep 2001 03:55:41 +0000 (03:55 +0000)]
Update 'invalid data' error message.

22 years agoForced commit to correct last log message.
Kurt Zeilenga [Sat, 8 Sep 2001 02:42:08 +0000 (02:42 +0000)]
Forced commit to correct last log message.
patch was provided by craig.rawlins@qld.gov.au (ITS#1289)

22 years agoAdd referral scope checks (ITS#1289) from dshriver@sharemedia.com
Kurt Zeilenga [Sat, 8 Sep 2001 02:37:02 +0000 (02:37 +0000)]
Add referral scope checks (ITS#1289) from dshriver@sharemedia.com

22 years agoAdd IDL debugging code from SuSE.
Kurt Zeilenga [Fri, 7 Sep 2001 21:58:31 +0000 (21:58 +0000)]
Add IDL debugging code from SuSE.

22 years agofinish the prefious fixes... it is really hard to commit a truly good patch without...
Dmitry Kovalev [Fri, 7 Sep 2001 18:50:52 +0000 (18:50 +0000)]
finish the prefious fixes... it is really hard to commit a truly good patch without even a chance to check if it is compilable ;)

22 years agoadded empty() method to the list classes. (Patch was provided by Dan
Ralf Haferkamp [Fri, 7 Sep 2001 17:43:55 +0000 (17:43 +0000)]
added empty() method to the list classes. (Patch was provided by Dan
Gohman)

22 years agosome cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comment...
Dmitry Kovalev [Fri, 7 Sep 2001 13:04:11 +0000 (13:04 +0000)]
some cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comments, newlines etc.)

22 years agoAdd <limits.h>
Kurt Zeilenga [Fri, 7 Sep 2001 02:08:32 +0000 (02:08 +0000)]
Add <limits.h>

22 years agoFix TLS ldap.conf issues
Kurt Zeilenga [Wed, 5 Sep 2001 21:22:41 +0000 (21:22 +0000)]
Fix TLS ldap.conf issues

22 years agoAnother draft
Kurt Zeilenga [Wed, 5 Sep 2001 20:41:51 +0000 (20:41 +0000)]
Another draft

22 years agoadd some additional projects
Kurt Zeilenga [Wed, 5 Sep 2001 04:37:12 +0000 (04:37 +0000)]
add some additional projects

22 years agoUpdated COPYRIGHT/LICENSE to be even less restrictive.
Kurt Zeilenga [Wed, 5 Sep 2001 02:42:18 +0000 (02:42 +0000)]
Updated COPYRIGHT/LICENSE to be even less restrictive.

22 years agoRemove extensible filter #ifdef
Kurt Zeilenga [Tue, 4 Sep 2001 18:45:05 +0000 (18:45 +0000)]
Remove extensible filter #ifdef

22 years agoDon't ignore attribute list when -S is specified.
Kurt Zeilenga [Tue, 4 Sep 2001 06:06:44 +0000 (06:06 +0000)]
Don't ignore attribute list when -S is specified.

22 years agoClean up DNs and remove extraneous files
Kurt Zeilenga [Tue, 4 Sep 2001 02:47:25 +0000 (02:47 +0000)]
Clean up DNs and remove extraneous files

22 years agoUse RFC 2253 DNs
Kurt Zeilenga [Tue, 4 Sep 2001 02:41:53 +0000 (02:41 +0000)]
Use RFC 2253 DNs

22 years agoDo version checks for BDB 3 or greater
Kurt Zeilenga [Mon, 3 Sep 2001 19:23:05 +0000 (19:23 +0000)]
Do version checks for BDB 3 or greater

22 years agoImport backwards compatibility for BDB 3.0.x
Kurt Zeilenga [Mon, 3 Sep 2001 19:01:09 +0000 (19:01 +0000)]
Import backwards compatibility for BDB 3.0.x

22 years agoUpdate URL
Kurt Zeilenga [Sun, 2 Sep 2001 22:30:58 +0000 (22:30 +0000)]
Update URL

22 years agoFix ldap_int_tls_start to set its error codes in ld->ld_errno.
Howard Chu [Sun, 2 Sep 2001 12:06:41 +0000 (12:06 +0000)]
Fix ldap_int_tls_start to set its error codes in ld->ld_errno.

22 years agoFull implementation of server identity checking per RFC2830 section 3.6
Howard Chu [Sun, 2 Sep 2001 11:23:28 +0000 (11:23 +0000)]
Full implementation of server identity checking per RFC2830 section 3.6

22 years agoAdd some EINTR logic to back-shell. Assumes fgets() handles
Kurt Zeilenga [Sun, 2 Sep 2001 00:10:57 +0000 (00:10 +0000)]
Add some EINTR logic to back-shell.  Assumes fgets() handles
such errors in a particular manner.

22 years agoMinor fixes including those from ITS#1283
Kurt Zeilenga [Sat, 1 Sep 2001 17:49:27 +0000 (17:49 +0000)]
Minor fixes including those from ITS#1283

22 years agoAdd general extensible matching support and integerBitAndMatch
Kurt Zeilenga [Sat, 1 Sep 2001 17:10:43 +0000 (17:10 +0000)]
Add general extensible matching support and integerBitAndMatch
and integerBitOrMatch enhancement (ITS#1302 + minor changes)
from Luke Howard <lukeh@padl.com>.

22 years agoAllow dn.base=""
Kurt Zeilenga [Sat, 1 Sep 2001 05:01:31 +0000 (05:01 +0000)]
Allow dn.base=""

22 years agoOpen databases using WRCREAT not READER.
Kurt Zeilenga [Sat, 1 Sep 2001 05:00:27 +0000 (05:00 +0000)]
Open databases using WRCREAT not READER.