
CVS log for libraries/libldap/search.c
Up to [OpenLDAP] / libraries / libldap
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.92: download - view: text, markup - select for diffs
Tue Jan 4 23:43:05 2011 UTC (10 years ago) by kurt
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT,
HEAD
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2
lines
Happy New Year
Revision 1.91: download - view: text, markup - select for diffs
Thu Dec 23 22:18:41 2010 UTC (10 years ago) by hyc
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +6 -1
lines
ITS#6453 cleanup on LDAP_TIMEOUT
Revision 1.90: download - view: text, markup - select for diffs
Tue Dec 14 14:06:32 2010 UTC (10 years, 1 month ago) by hallvard
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2
lines
ITS#6747 Fix LDAP_CONNECTIONLESS Debug(), warnings
Revision 1.89: download - view: text, markup - select for diffs
Tue Apr 13 20:17:56 2010 UTC (10 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2
lines
happy belated New Year
Revision 1.88: download - view: text, markup - select for diffs
Fri Jan 29 22:11:24 2010 UTC (10 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +7 -1
lines
Set res parameter to NULL upon ldap_search_ext_s entry. Likewise for friends.
Note in manual that res parameter should be freed regardless of return value
of ldap_search_ext_s (or friends).
Revision 1.87: download - view: text, markup - select for diffs
Fri Feb 20 00:07:00 2009 UTC (11 years, 10 months ago) by ando
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -2
lines
re-fix ITS#5916
Revision 1.86: download - view: text, markup - select for diffs
Mon Feb 2 20:14:34 2009 UTC (11 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +6 -6
lines
ITS#5916 - externally callable functions are ldap_pvt, not ldap_int.
Revision 1.85: download - view: text, markup - select for diffs
Sat Jan 31 09:27:07 2009 UTC (11 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +46 -6
lines
Allow alias dereferencing in search C API; use new API in proxy backends (ITS#5916)
Revision 1.84: download - view: text, markup - select for diffs
Wed Jan 21 23:40:21 2009 UTC (11 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2
lines
Update copyright notices
Revision 1.83: download - view: text, markup - select for diffs
Fri Oct 24 11:11:10 2008 UTC (12 years, 2 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +10 -12
lines
ITS#4467: Fix ptr += snprintf buffer overflow tests (made out-of-range ptr).
Also avoid a buf[BUFSIZ] initialization.
Revision 1.82: download - view: text, markup - select for diffs
Mon Jan 7 23:20:04 2008 UTC (13 years ago) by kurt
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2
lines
Happy New Year (belated)
Revision 1.81: download - view: text, markup - select for diffs
Thu Dec 20 01:46:13 2007 UTC (13 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -3
lines
ITS#5291, more for rev 1.79 search timeouts
Revision 1.80: download - view: text, markup - select for diffs
Fri Jun 8 07:40:17 2007 UTC (13 years, 7 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +4 -3
lines
ITS#4992 fix cldap
Revision 1.79: download - view: text, markup - select for diffs
Mon Feb 5 11:30:40 2007 UTC (13 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2
lines
Handle timeouts from ldap_result()
Revision 1.78: download - view: text, markup - select for diffs
Tue Jan 2 19:00:59 2007 UTC (14 years ago) by kurt
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2
lines
happy new year
Revision 1.77: download - view: text, markup - select for diffs
Wed Sep 6 10:04:52 2006 UTC (14 years, 4 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_MP
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -4
lines
fix outdated comments
Revision 1.76: download - view: text, markup - select for diffs
Tue Jan 3 22:12:09 2006 UTC (15 years ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_BP,
OPENLDAP_REL_ENG_2_4_3ALPHA,
OPENLDAP_REL_ENG_2_4_2ALPHA,
OPENLDAP_REL_ENG_2_4_1ALPHA,
OPENLDAP_REL_ENG_2_4_0ALPHA
Branch point for: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2
lines
Happy new year!
Revision 1.75: download - view: text, markup - select for diffs
Fri Dec 16 11:18:55 2005 UTC (15 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +18 -9
lines
improve previous commit (one line, use buffer and truncate if required)
Revision 1.74: download - view: text, markup - select for diffs
Thu Dec 15 18:12:09 2005 UTC (15 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +18 -1
lines
log attrs
Revision 1.73: download - view: text, markup - select for diffs
Tue Dec 13 19:11:26 2005 UTC (15 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -4
lines
use macros instead of numbers...
Revision 1.72: download - view: text, markup - select for diffs
Fri Nov 25 11:16:27 2005 UTC (15 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +6 -6
lines
cleanup filter escaping
Revision 1.71: download - view: text, markup - select for diffs
Fri Nov 25 09:41:33 2005 UTC (15 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +83 -30
lines
add more versatile private API for filter escaping
Revision 1.70: download - view: text, markup - select for diffs
Fri Nov 25 00:12:32 2005 UTC (15 years, 1 month ago) by ando
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +7 -7
lines
fix ldap_bv2escaped_filter_value() according to <draft-ietf-ldapbis-filter>
Revision 1.69: download - view: text, markup - select for diffs
Mon Nov 14 20:47:17 2005 UTC (15 years, 2 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2
lines
silence warnings...
Revision 1.68: download - view: text, markup - select for diffs
Sun Nov 6 10:41:42 2005 UTC (15 years, 2 months ago) by ando
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -3
lines
fix ldap_bv2escaped_filter_value
Revision 1.67: download - view: text, markup - select for diffs
Thu Oct 13 04:53:32 2005 UTC (15 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2
lines
missed \
Revision 1.66: download - view: text, markup - select for diffs
Thu Oct 13 04:35:29 2005 UTC (15 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +51 -1
lines
Add ldap_bv2escaped_filter_value (ITS#2535)
Revision 1.65: download - view: text, markup - select for diffs
Sat Jan 1 19:49:45 2005 UTC (16 years ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_AC_MP,
OPENLDAP_AC_BP,
OPENLDAP_AC
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2
lines
Happy New Year!
Revision 1.64: download - view: text, markup - select for diffs
Sat Sep 4 02:54:29 2004 UTC (16 years, 4 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_BP,
OPENLDAP_REL_ENG_2_3_0ALPHA
Branch point for: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -9
lines
unifdef -UNEW_LOGGING
Revision 1.63: download - view: text, markup - select for diffs
Fri Mar 5 11:24:06 2004 UTC (16 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2
lines
ITS#2992 Windows fixes from Alexey Melnikov
Revision 1.62: download - view: text, markup - select for diffs
Thu Jan 1 18:15:27 2004 UTC (17 years ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_MP
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2
lines
Happy new year
Revision 1.61: download - view: text, markup - select for diffs
Wed Dec 17 16:55:27 2003 UTC (17 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +11 -5
lines
Sync with HEAD
Revision 1.60: download - view: text, markup - select for diffs
Wed Nov 26 06:16:38 2003 UTC (17 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +15 -9
lines
Updated notices and acknowledgements
Revision 1.59: download - view: text, markup - select for diffs
Mon Jun 23 12:10:18 2003 UTC (17 years, 6 months ago) by jongchoi
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2
lines
fix a comment
Revision 1.58: download - view: text, markup - select for diffs
Sat May 31 03:01:50 2003 UTC (17 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2
lines
Merge partial and intermediate responses
Revision 1.57: download - view: text, markup - select for diffs
Thu Feb 13 22:02:31 2003 UTC (17 years, 11 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_BP
Branch point for: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +13 -9
lines
More for re-entrant LDAP* handles. Works much better.
Revision 1.56: download - view: text, markup - select for diffs
Sun Feb 9 06:42:25 2003 UTC (17 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -22
lines
unifdef -DLDAP_NOCACHE
Revision 1.55: download - view: text, markup - select for diffs
Fri Jan 3 19:20:51 2003 UTC (18 years ago) by kurt
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2
lines
Happy new year
Revision 1.54: download - view: text, markup - select for diffs
Thu Jul 11 18:33:26 2002 UTC (18 years, 6 months ago) by julius
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -4
lines
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
Revision 1.53: download - view: text, markup - select for diffs
Mon Apr 1 20:35:34 2002 UTC (18 years, 9 months ago) by julius
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_MP
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +9 -1
lines
Added LDAP_LOG messages
Revision 1.52: download - view: text, markup - select for diffs
Fri Mar 29 23:42:41 2002 UTC (18 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
move ldap_int_put_filter to ldap_pvt_put_filter
and other cleanup
Revision 1.51: download - view: text, markup - select for diffs
Fri Jan 4 20:17:40 2002 UTC (19 years ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_BP,
OPENLDAP_REL_ENG_2_1_ALPHA0
Branch point for: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
Update copyright statements
Revision 1.50: download - view: text, markup - select for diffs
Fri Jan 4 02:50:54 2002 UTC (19 years ago) by kurt
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -8
lines
Some misc cleanup
Revision 1.49: download - view: text, markup - select for diffs
Wed Jan 2 16:06:57 2002 UTC (19 years ago) by kurt
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -616
lines
Rework filter code
Misc cleanup / lint removal
Revision 1.48: download - view: text, markup - select for diffs
Fri Dec 28 02:39:05 2001 UTC (19 years ago) by kurt
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +6 -4
lines
Add ftest (filter test) to the mix, needs work.
Misc cleanup of other tests.
Add *.dsp files for tests
Revision 1.47: download - view: text, markup - select for diffs
Wed Dec 12 05:23:02 2001 UTC (19 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +19 -13
lines
Treat (!) and (!(x=a)(y=b)) as filter errors...
Revision 1.46: download - view: text, markup - select for diffs
Sun Dec 9 01:34:47 2001 UTC (19 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +15 -7
lines
Remove lint and misc MSVC updates
Revision 1.45: download - view: text, markup - select for diffs
Mon Oct 1 23:02:23 2001 UTC (19 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +10 -10
lines
More CLDAP tweaks, to differentiate between real LDAPv2 CLDAP and "other"
LDAP/UDP messages. Slapd marks received CLDAP messages as LDAP_VERSION2.
The client library can generate CLDAP queries if -Protocol 2 is chosen,
otherwise not. LDAPv2 CLDAP cannot query the slapd rootDSE, gets no reply.
Revision 1.44: download - view: text, markup - select for diffs
Thu Sep 27 22:18:41 2001 UTC (19 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +19 -2
lines
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.
Revision 1.43: download - view: text, markup - select for diffs
Fri Jul 6 01:13:43 2001 UTC (19 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -1
lines
Check for critical client controls.
Revision 1.42: download - view: text, markup - select for diffs
Wed Oct 18 14:32:57 2000 UTC (20 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +7 -1
lines
Validate session handle
Revision 1.41: download - view: text, markup - select for diffs
Sun Oct 15 17:17:06 2000 UTC (20 years, 3 months ago) by jsanchez
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +29 -28
lines
Better processing of extensible filters. Needs testing, but the prior
version was not encoding properly the filter.
Revision 1.40: download - view: text, markup - select for diffs
Fri Aug 18 02:25:07 2000 UTC (20 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -18
lines
Remove CLDAP cruft
Revision 1.39: download - view: text, markup - select for diffs
Thu Jun 29 17:38:03 2000 UTC (20 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -4
lines
Avoid locale specific ctype routines.
Revision 1.38: download - view: text, markup - select for diffs
Fri Jun 23 23:40:40 2000 UTC (20 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +8 -8
lines
Added -llber 'N' ber_printf format which inserts a NULL if
an internal flag set. Used for SEQUENCE testing. Flag must
be set using debugger. Modified ber_printf to use new format
were needed for extensibility testing.
Added first cut -lldap support for extended responses.
Modified ldapsearch(1) to handle v3 search references when not
chasing. Also added extended/unsolicited notification handling
and extended partial response handling. Changes include a
number of LDIF enhancements.
Fixed getpassphrase() returns NULL bugs
Revision 1.37: download - view: text, markup - select for diffs
Wed May 31 15:34:44 2000 UTC (20 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -1
lines
LDAPv3 referrals changes by Steve Sonntag @ Novell
Revision 1.36: download - view: text, markup - select for diffs
Sat May 13 00:38:39 2000 UTC (20 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
Y2k copyright update
Revision 1.35: download - view: text, markup - select for diffs
Tue Apr 25 11:52:44 2000 UTC (20 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -2
lines
Fix NULL filter bug
Revision 1.34: download - view: text, markup - select for diffs
Mon Feb 21 19:57:48 2000 UTC (20 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -1
lines
Ignore space in filter: ( !(foo=bar))
Revision 1.33: download - view: text, markup - select for diffs
Mon Feb 14 19:57:40 2000 UTC (20 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3
lines
Another round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
plus these changes unhidden changes:
remove now meaning --enable-discreteaci configure option
fix ITS#451, slapd filters
Add ber_bvecadd() to support above
constify ldap_pvt_find_wildcard() and misc slapd routines
renamed some slap.h macros
likely broken something
Revision 1.32: download - view: text, markup - select for diffs
Wed Dec 15 23:41:18 1999 UTC (21 years, 1 month ago) by kdz
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +20 -8
lines
ITS#399: timelimit/timeout handling
ITS#400: LDAP_TIMEOUT handling
Revision 1.31: download - view: text, markup - select for diffs
Wed Sep 8 17:06:29 1999 UTC (21 years, 4 months ago) by kdz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0
lines
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
Replace old Id as needed (back-tcl).
Leave updating of contribWare to contributors (for now).
Revision 1.30: download - view: text, markup - select for diffs
Mon Sep 6 02:42:20 1999 UTC (21 years, 4 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Remove lint
Revision 1.29: download - view: text, markup - select for diffs
Mon Aug 30 22:44:49 1999 UTC (21 years, 4 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +9 -19
lines
Export ldap_pvt_<find_wildcard,filter_value_unescape>() from libldap.
Use them in slapd/str2filter.c.
Revision 1.28: download - view: text, markup - select for diffs
Sat Aug 28 20:15:16 1999 UTC (21 years, 4 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -0
lines
Catch \ at end of filter
Revision 1.27: download - view: text, markup - select for diffs
Sat Aug 28 20:14:21 1999 UTC (21 years, 4 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -9
lines
Remove 'cast away const'
Revision 1.26: download - view: text, markup - select for diffs
Sat Aug 28 20:06:52 1999 UTC (21 years, 4 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -1
lines
Fix typo in filter_value_unescape()
Revision 1.25: download - view: text, markup - select for diffs
Tue Aug 24 16:42:11 1999 UTC (21 years, 4 months ago) by gwilliams
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
LDAP_P is only for prototypes, remove from function def
Revision 1.24: download - view: text, markup - select for diffs
Sat Aug 7 16:54:50 1999 UTC (21 years, 5 months ago) by kdz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +118 -28
lines
Add extensible filter support to -lldap. Need to implement server
side (which most is dependent upon having matching rule support).
Revision 1.23: download - view: text, markup - select for diffs
Sat Aug 7 02:48:16 1999 UTC (21 years, 5 months ago) by kdz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +177 -56
lines
Fix filter escapes. ITS#247
Revision 1.22: download - view: text, markup - select for diffs
Thu Jul 22 22:56:56 1999 UTC (21 years, 6 months ago) by kunkee
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_BP,
OPENLDAP_REL_ENG_2_0_ALPHA
Branch point for: OPENLDAP_REL_ENG_2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1
lines
Remove extra code (non-functional change, just produces warning on OSF4.0e).
Revision 1.21: download - view: text, markup - select for diffs
Fri Jun 18 21:53:09 1999 UTC (21 years, 7 months ago) by kdz
Branches: MAIN
CVS tags: OPENLDAP_DEVEL_SCHEMA,
OPENLDAP_DEVEL_REFERRALS
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +25 -25
lines
ber_int_t, ber_tag_t, ber_socket_t, ber_len_t
added lber_types.h.nt, lber_types.h.in
removal of NULLxxx internal macros (in favor of NULL).
ch_free added to slapd,slurpd/ch_malloc.c
#define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h
ch_malloc and friends use ber_memalloc and friends
Revision 1.20: download - view: text, markup - select for diffs
Sat Jun 5 18:18:33 1999 UTC (21 years, 7 months ago) by kdz
Branches: MAIN
Branch point for: OPENLDAP_DEVEL_BER_TYPES
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +32 -18
lines
s/LDAP_OPT_MATCHED_STRING/LDAP_OPT_MATCHED_DN/
Added place holder for LDAP_FILTER_EXTENDED code.
Added assert() here and there and removed lint.
Removed version promotion code (version must be manually set).
Added messages.c to MSVC project.
Revision 1.19: download - view: text, markup - select for diffs
Thu Jun 3 17:22:33 1999 UTC (21 years, 7 months ago) by kdz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -2
lines
Update comments to reflect RFC2251 specs.
Revision 1.18: download - view: text, markup - select for diffs
Wed Jun 2 22:37:48 1999 UTC (21 years, 7 months ago) by kdz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1
lines
s/<stdlib.h>/<ac/stdlib.h>/
Revision 1.17: download - view: text, markup - select for diffs
Wed Jun 2 20:28:22 1999 UTC (21 years, 7 months ago) by kdz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
Add ber_strdup(), remove ldap_int_strdup(), add LDAP_STRDUP macro
and ripple change through -lldap.
Revision 1.16: download - view: text, markup - select for diffs
Fri May 28 23:19:16 1999 UTC (21 years, 7 months ago) by kdz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5
lines
Add LBER_ and LDAP_ memory allocators/deallocators for internal
library use:
LBER_ macros expand to system routines.
LDAP_ macros expand to new ber_ allocators.
Add ber_ and ldap_ memory allocators/deallocator:
ber_ routines are wrappers of LBER_ macros.
ldap_ routines are wrappers of ber_ routines.
Removed safe_realloc() macro from various files. This issue
(if an issue) should be resolved across whole package.
ldapmodify.c now uses ber_ allocators to resolve ber_bvfree()
vs. WIN32 multiple heaps issue.
These changes should facilate implementation of
ber_set_option( NULL, LBER_OPT_MEMORY_FN, ...)
and
ldap_set_option( NULL, LDAP_OPT_MEMORY_FN, ...).
Revision 1.15: download - view: text, markup - select for diffs
Fri May 21 17:20:25 1999 UTC (21 years, 8 months ago) by kdz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +127 -11
lines
Initial checkin of ldap_search_ext() and friends.
Revision 1.14: download - view: text, markup - select for diffs
Tue May 18 23:12:37 1999 UTC (21 years, 8 months ago) by kdz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +44 -11
lines
Vienna Bulk Commit
This commit includes many changes. All changes compile under NT but
have not been tested under UNIX.
A Summary of changes (likely incomplete):
NT changes:
Removed lint.
Clean up configuration support for "Debug", "Release", "SDebug",
and "SRelease" configurations.
Share output directories for clients, libraries,
and slapd. (maybe they should be combined further
and moved to build/{,S}{Debug,Release}).
Enable threading when _MT is defined.
Enable debuging when _DEBUG is defined.
Disable setting of NDEBUG under Release/SRelease. Asserts
are disabled in <ac/assert.h> when LDAP_DEBUG is not
defined.
Added 'build/main.dsp' Master project.
Removed non-slapd projects from slapd.dsp (see main.dsp).
Removed replaced many uses of _WIN32 macro with feature based
macros.
ldap_cdefs.h changes
#define LDAP_CONST const
(see below)
#define LDAP_F(type) LDAP_F_PRE type LDAP_F_POST
To allow specifiers to be added before and after
the type declaration. (For DLL handling)
LBER/LDAP changes
Namespace changes:
s/lber_/ber_/ for here and there.
s/NAME_ERROR/LDAP_NAME_ERROR/g
Deleted NULLMSG and other NULL* macros for namespace reasons.
"const" libraries. Installed headers (ie: lber.h, ldap.h)
use LDAP_CONST macro. Normally set to 'const' when
__STDC__. Can be set externally to enable/disable
'constification' of external interface. Internal
interface always uses 'const'. Did not fix warnings
in -lldif (in lieu of new LDIF parser).
Added _ext API implementations (excepting search and bind).
Need to implement ldap_int_get_controls() for reponses
with controls.
Added numberous assert() checks.
LDAP_R
_MT defines HAVE_NT_THREADS
Added numberous assert() checks.
Changed ldap_pthread_t back to unsigned long. Used cast
to HANDLE in _join().
LDBM
Replaced _WIN32 with HAVE_SYSLOG
ud
Added version string if MKVERSION is not defined. (MKVERSION
needs to be set under UNIX).
slapd
Made connection sockbuf field a pointer to a sockbuf. This
removed slap.h dependency on lber-int.h. lber-int.h now only
included by those files needing to mess with the sockbuf.
Used ber_* functions/macros to access sockbuf internals whenever
possible.
Added version string if MKVERSION is not defined. (MKVERSION
needs to be set under UNIX).
Removed FD_SET unsigned lint
slapd/tools
Used EXEEXT to added ".exe" to routines. Need to define EXEEXT
under UNIX.
ldappasswd
Added ldappasswd.dsp. Ported to NT. Used getpid() to seed rand().
nt_debug
Minor cleanup. Added "portable.h" include and used <ac/*.h> where
appropriate. Added const to char* format argument.
Revision 1.13: download - view: text, markup - select for diffs
Tue Mar 2 19:23:15 1999 UTC (21 years, 10 months ago) by bart
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1
lines
The new&improved Sockbuf. This adds the infrastructure on which
support for TLS and SASL will be build.
Please inform me of any problems.
Revision 1.12: download - view: text, markup - select for diffs
Mon Feb 22 16:57:24 1999 UTC (21 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1
lines
Cast `char' arguments to ctype.h functions to `unsigned char'.
These functions require their arguments to be in the range of `unsigned char'.
Revision 1.11: download - view: text, markup - select for diffs
Fri Jan 15 13:49:04 1999 UTC (22 years ago) by bart
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
Updates regarding threads and names.
Revision 1.10: download - view: text, markup - select for diffs
Mon Dec 28 19:53:16 1998 UTC (22 years ago) by kdz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4
lines
Add simple copyright notice.
Revision 1.9: download - view: text, markup - select for diffs
Tue Dec 1 19:08:39 1998 UTC (22 years, 1 month ago) by kdz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -0
lines
Commit preliminary fix for ldap.conf base usage.
Revision 1.8: download - view: text, markup - select for diffs
Thu Nov 19 05:18:23 1998 UTC (22 years, 2 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
add ldap_strdup and eliminate strdup in libldap
Revision 1.7: download - view: text, markup - select for diffs
Mon Nov 16 04:07:33 1998 UTC (22 years, 2 months ago) by kdz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -1
lines
Remove extern declarations of library functions from source.c.
This could cause problems on odd systems. The generic
headers should be extended as needed to include necessary
system headers or, if necessary, make explicit declarations.
Extended ac/string.h header to look for string.h/strings.h if
STDC_HEADERS is not defined. Also provide basic declarations for
str*() functions. This could cause problems on odd systems.
Extended ac/unistd.h header to define basic declaration for misc
functions that might be missing from headers. This includes
externs for getenv(), getopt(), mktemp(), tempname().
Protect fax500.h from multiple inclusion. Moved includes of
system/generic headers back to source files.
Made mail500 helper functions static.
Fixed includes of ctype.h, signal.h, etc. to use generics.
lutil/tempname.c: was including stdlib.h twice, one should stdio.h.
Wrapped <sys/resource.h> with HAVE_SYS_RESOURCE_H.
lber/io.c/ber_get_next(): Changed noctets back to signed.
Used with BerRead which expects signed int as second arg and
returns signed int.
Revision 1.6: download - view: text, markup - select for diffs
Sun Nov 15 21:40:17 1998 UTC (22 years, 2 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0
lines
Protoized, moved extern definitions to .h files, fixed related bugs.
Most function and variable definitions are now preceded by its extern
definition, for error checking. Retyped a number of functions, usually
to return void. Fixed a number of printf format errors.
API changes (in ldap/include):
Added avl_dup_ok, avl_prefixapply, removed ber_fatten (probably typo
for ber_flatten), retyped ldap_sort_strcasecmp, grew lutil.h.
A number of `extern' declarations are left (some added by protoize), to
be cleaned away later. Mostly strdup(), strcasecmp(), mktemp(), optind,
optarg, errno.
Revision 1.5: download - view: text, markup - select for diffs
Mon Oct 26 00:18:44 1998 UTC (22 years, 2 months ago) by kdz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -2
lines
update ldap/lber headers towards ldapext-ldap-c-api-01
Revision 1.4: download - view: text, markup - select for diffs
Sun Oct 25 02:13:43 1998 UTC (22 years, 2 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_1_1_ALPHA2,
OPENLDAP_REL_ENG_1_1_ALPHA
Branch point for: OPENLDAP_REL_ENG_1_1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +19 -37
lines
More files that didn't get merged properly.
Revision 1.3: download - view: text, markup - select for diffs
Thu Aug 20 17:42:38 1998 UTC (22 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: REGEX_REMOVAL,
OPENLDAP_THREAD_DEV,
OPENLDAP_REL_ENG_1_0_3,
OPENLDAP_REL_ENG_1_0_2,
OPENLDAP_REL_ENG_1_0_1,
OPENLDAP_REL_ENG_1_0_0,
OPENLDAP_REL_ENG_1_0,
OPENLDAP_1-0
Branch point for: OPENLDAP_DEVEL_AC
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
removed lint
Revision 1.2: download - view: text, markup - select for diffs
Sun Aug 9 02:13:59 1998 UTC (22 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: LDAP_POSTE,
LDAP_3_3+prerelease,
BOOLEAN_LDAP
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4
lines
Merged LDAPworldCurrent (P1-10,13,15,16,19-22)
Cleaned up old rcs keyworld subs
Revision 1.1: download - view: text, markup - select for diffs
Sat Aug 8 22:43:15 1998 UTC (22 years, 5 months ago) by kurt
Branches: MAIN
Initial revision
Revision 1.1.4.1: download - view: text, markup - select for diffs
Sat Aug 8 23:05:22 1998 UTC (22 years, 5 months ago) by kurt
Branches: FreeBSD
CVS tags: FreeBSD_3_3
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -0
lines
Import of FreeBSD LDAP 3.3 Port
Revision 1.1.3.1: download - view: text, markup - select for diffs
Sat Aug 8 22:43:15 1998 UTC (22 years, 5 months ago) by kurt
Branches: UMICH
CVS tags: UMICH_LDAP_3_3,
RAGE
Branch point for: LDAPworld
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -0
lines
Import of Umich LDAP 3.3
Revision 1.1.3.1.6.1: download - view: text, markup - select for diffs
Mon Aug 17 19:47:35 1998 UTC (22 years, 5 months ago) by kurt
Diff to: previous 1.1.3.1: preferred, colored; next MAIN 1.1.4.1: preferred, colored
Changes since revision 1.1.3.1: +4 -4
lines
changes from Terry Lambert
Revision 1.1.3.1.2.1: download - view: text, markup - select for diffs
Sun Aug 9 01:04:12 1998 UTC (22 years, 5 months ago) by kurt
Branches: LDAPworld
Diff to: previous 1.1.3.1: preferred, colored; next MAIN 1.1.4.1: preferred, colored
Changes since revision 1.1.3.1: +4 -4
lines
LDAPworldP15: Internal LDAP function rename
Revision 1.3.10.5: download - view: text, markup - select for diffs
Thu Oct 22 19:35:54 1998 UTC (22 years, 3 months ago) by kdz
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.3.10.4: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.10.4: +1 -1
lines
clean up includes
Revision 1.3.10.4: download - view: text, markup - select for diffs
Thu Oct 22 01:03:09 1998 UTC (22 years, 3 months ago) by kurt
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.3.10.3: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.10.3: +2 -2
lines
The world compiles and links....
Need to sort out remaining ifnames and run testsuite.
Revision 1.3.10.3: download - view: text, markup - select for diffs
Wed Oct 21 22:40:51 1998 UTC (22 years, 3 months ago) by kurt
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.3.10.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.10.2: +4 -4
lines
SLAPD and tools compile and link!
LTHREAD still needs work.
Revision 1.3.10.2: download - view: text, markup - select for diffs
Tue Oct 20 15:47:53 1998 UTC (22 years, 3 months ago) by kurt
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.3.10.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.10.1: +1 -0
lines
Modified NT changes to work under UNIX.
Revision 1.3.10.1: download - view: text, markup - select for diffs
Tue Oct 20 02:13:37 1998 UTC (22 years, 3 months ago) by kdz
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -30
lines
VC++ Port: round 1
Revision 1.4.2.3: download - view: text, markup - select for diffs
Thu Dec 31 19:32:07 1998 UTC (22 years ago) by kdz
Branches: OPENLDAP_REL_ENG_1_1
CVS tags: OPENLDAP_REL_ENG_1_2_BETA2,
OPENLDAP_REL_ENG_1_2_BETA,
OPENLDAP_REL_ENG_1_2_0,
OPENLDAP_REL_ENG_1_1_4,
OPENLDAP_REL_ENG_1_1_3,
OPENLDAP_REL_ENG_1_1_2
Branch point for: OPENLDAP_REL_ENG_1_2
Diff to: previous 1.4.2.2: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.2: +4 -4
lines
Update copyright of build environment, includes, and liblber/libldap.
Revision 1.4.2.2: download - view: text, markup - select for diffs
Tue Dec 1 20:03:01 1998 UTC (22 years, 1 month ago) by kdz
Branches: OPENLDAP_REL_ENG_1_1
CVS tags: OPENLDAP_REL_ENG_1_1_1,
OPENLDAP_REL_ENG_1_1_0
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.1: +6 -0
lines
Port ldap.conf patch from -devel.
Revision 1.4.2.1: download - view: text, markup - select for diffs
Sun Nov 22 21:26:05 1998 UTC (22 years, 2 months ago) by kdz
Branches: OPENLDAP_REL_ENG_1_1
CVS tags: OPENLDAP_REL_ENG_1_1_BETA,
OPENLDAP_REL_ENG_1_1_ALPHA3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Update 1.1alpha with latest build environment changes from -devel.
includes libtool support
includes select yield changes
headers updates
Apply strdup() -> ldap_strdup() patch.
Revision 1.4.2.3.2.3: download - view: text, markup - select for diffs
Mon Feb 21 19:58:31 2000 UTC (20 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_1_2
CVS tags: OPENLDAP_REL_ENG_1_2_13,
OPENLDAP_REL_ENG_1_2_12,
OPENLDAP_REL_ENG_1_2_11,
OPENLDAP_REL_ENG_1_2_10
Diff to: previous 1.4.2.3.2.2: preferred, colored; branchpoint 1.4.2.3: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.3.2.2: +4 -0
lines
Ignore space in filter: ( !(foo=bar))
Revision 1.4.2.3.2.2: download - view: text, markup - select for diffs
Mon Aug 30 17:23:18 1999 UTC (21 years, 4 months ago) by kdz
Branches: OPENLDAP_REL_ENG_1_2
CVS tags: OPENLDAP_REL_ENG_1_2_9,
OPENLDAP_REL_ENG_1_2_8,
OPENLDAP_REL_ENG_1_2_7
Diff to: previous 1.4.2.3.2.1: preferred, colored; branchpoint 1.4.2.3: preferred, colored
Changes since revision 1.4.2.3.2.1: +133 -65
lines
ITS#247 ITS#275: fix handling of filters with '\*' (and other escapes)
(based on latest devel codes).
Revision 1.4.2.3.2.1: download - view: text, markup - select for diffs
Tue Mar 2 18:30:05 1999 UTC (21 years, 10 months ago) by kdz
Branches: OPENLDAP_REL_ENG_1_2
CVS tags: OPENLDAP_REL_ENG_1_2_6,
OPENLDAP_REL_ENG_1_2_5,
OPENLDAP_REL_ENG_1_2_4,
OPENLDAP_REL_ENG_1_2_3,
OPENLDAP_REL_ENG_1_2_2,
OPENLDAP_REL_ENG_1_2_1
Diff to: previous 1.4.2.3: preferred, colored
Changes since revision 1.4.2.3: +1 -1
lines
Apply Hallvard's ctype 'unsigned char' fix from -devel.
Revision 1.20.2.2: download - view: text, markup - select for diffs
Fri Jun 18 00:19:46 1999 UTC (21 years, 7 months ago) by kdz
Branches: OPENLDAP_DEVEL_BER_TYPES
Diff to: previous 1.20.2.1: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.1: +9 -9
lines
s/NULLxxx/NULL
s/xxx/ber_xxx_t/
Revision 1.20.2.1: download - view: text, markup - select for diffs
Thu Jun 17 17:09:53 1999 UTC (21 years, 7 months ago) by kdz
Branches: OPENLDAP_DEVEL_BER_TYPES
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +16 -16
lines
Introduction of BER types (ber_int_t, ber_tag_t, ber_len_t, ber_socket_t)
and lber_types.h (NT version only, need to write configure support for other
platforms). Changes to sources are likely incomplete and buggy.
This is a work in progress.
Revision 1.22.2.9: download - view: text, markup - select for diffs
Fri Jan 4 20:38:22 2002 UTC (19 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_27,
OPENLDAP_REL_ENG_2_0_26,
OPENLDAP_REL_ENG_2_0_25,
OPENLDAP_REL_ENG_2_0_24,
OPENLDAP_REL_ENG_2_0_23,
OPENLDAP_REL_ENG_2_0_22,
OPENLDAP_REL_ENG_2_0_21,
OPENLDAP_REL_ENG_2_0_20
Diff to: previous 1.22.2.8: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.8: +2 -2
lines
Update copyrights for year 2002
Revision 1.22.2.8: download - view: text, markup - select for diffs
Sat Jul 21 19:01:40 2001 UTC (19 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_19,
OPENLDAP_REL_ENG_2_0_18,
OPENLDAP_REL_ENG_2_0_17,
OPENLDAP_REL_ENG_2_0_16,
OPENLDAP_REL_ENG_2_0_15,
OPENLDAP_REL_ENG_2_0_14,
OPENLDAP_REL_ENG_2_0_13,
OPENLDAP_REL_ENG_2_0_12
Diff to: previous 1.22.2.7: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.7: +6 -1
lines
Pull in a variety of bug fixes from HEAD including
critical client control handling
tls cert checking
sasl/tls ref handling
empty dn handling
Also removed ufn search (normally I would have left it
in but the merge was easier this way).
Revision 1.22.2.7: download - view: text, markup - select for diffs
Mon Oct 30 17:24:55 2000 UTC (20 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_9,
OPENLDAP_REL_ENG_2_0_8,
OPENLDAP_REL_ENG_2_0_7,
OPENLDAP_REL_ENG_2_0_11,
OPENLDAP_REL_ENG_2_0_10
Diff to: previous 1.22.2.6: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.6: +0 -0
lines
Forced commit to fix log message:
Rework extensible filter generation
Revision 1.22.2.6: download - view: text, markup - select for diffs
Mon Oct 30 17:09:16 2000 UTC (20 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
Diff to: previous 1.22.2.5: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.5: +35 -28
lines
Import UTF-8 fixes from devel
ITS#860 and others
Revision 1.22.2.5: download - view: text, markup - select for diffs
Fri Aug 18 02:32:54 2000 UTC (20 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_GAMMA,
OPENLDAP_REL_ENG_2_0_6,
OPENLDAP_REL_ENG_2_0_5,
OPENLDAP_REL_ENG_2_0_4,
OPENLDAP_REL_ENG_2_0_3,
OPENLDAP_REL_ENG_2_0_2,
OPENLDAP_REL_ENG_2_0_1,
OPENLDAP_REL_ENG_2_0_0
Diff to: previous 1.22.2.4: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.4: +6 -18
lines
Import latest changes from devel including removal of CLDAP and BDB2 cruft
Revision 1.22.2.4: download - view: text, markup - select for diffs
Tue Jul 4 17:58:52 2000 UTC (20 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_BETA
Diff to: previous 1.22.2.3: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.3: +10 -11
lines
Import from devel
Revision 1.22.2.3: download - view: text, markup - select for diffs
Tue Jun 13 17:57:20 2000 UTC (20 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_ALPHA4
Diff to: previous 1.22.2.2: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.2: +36 -12
lines
Merge latest devel codes into releng 2 branch.
Remove back-perl, back-sql, back-tcl from branch as they have yet
to be updated.
Additional changes are needed prior to release of alpha4.
Revision 1.22.2.2: download - view: text, markup - select for diffs
Fri Sep 10 20:25:26 1999 UTC (21 years, 4 months ago) by kdz
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_ALPHA3
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.1: +25 -33
lines
Merge in all devel changes since 2.0-alpha2.
Move OPENLDAP_REL_ENG_2_MP forward.
Revision 1.22.2.1: download - view: text, markup - select for diffs
Thu Aug 19 19:32:33 1999 UTC (21 years, 5 months ago) by kdz
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_ALPHA2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +269 -58
lines
Merge in all -devel changes made since branch was created.
Revision 1.51.2.3: download - view: text, markup - select for diffs
Sun Feb 9 17:02:18 2003 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_30,
OPENLDAP_REL_ENG_2_1_29,
OPENLDAP_REL_ENG_2_1_28,
OPENLDAP_REL_ENG_2_1_27,
OPENLDAP_REL_ENG_2_1_26,
OPENLDAP_REL_ENG_2_1_25,
OPENLDAP_REL_ENG_2_1_24,
OPENLDAP_REL_ENG_2_1_23,
OPENLDAP_REL_ENG_2_1_22,
OPENLDAP_REL_ENG_2_1_21,
OPENLDAP_REL_ENG_2_1_20,
OPENLDAP_REL_ENG_2_1_19,
OPENLDAP_REL_ENG_2_1_18,
OPENLDAP_REL_ENG_2_1_17,
OPENLDAP_REL_ENG_2_1_16,
OPENLDAP_REL_ENG_2_1_15,
OPENLDAP_REL_ENG_2_1_14,
OPENLDAP_REL_ENG_2_1_13
Diff to: previous 1.51.2.2: preferred, colored; branchpoint 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51.2.2: +2 -23
lines
Round 2 of changes from HEAD
Revision 1.51.2.2: download - view: text, markup - select for diffs
Sun Jul 28 19:10:47 2002 UTC (18 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_9,
OPENLDAP_REL_ENG_2_1_8,
OPENLDAP_REL_ENG_2_1_7,
OPENLDAP_REL_ENG_2_1_6,
OPENLDAP_REL_ENG_2_1_5,
OPENLDAP_REL_ENG_2_1_4,
OPENLDAP_REL_ENG_2_1_12,
OPENLDAP_REL_ENG_2_1_11,
OPENLDAP_REL_ENG_2_1_10
Diff to: previous 1.51.2.1: preferred, colored; branchpoint 1.51: preferred, colored
Changes since revision 1.51.2.1: +4 -4
lines
mostly new logging
Revision 1.51.2.1: download - view: text, markup - select for diffs
Mon Apr 15 15:21:48 2002 UTC (18 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_BETA1,
OPENLDAP_REL_ENG_2_1_3,
OPENLDAP_REL_ENG_2_1_2
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +10 -2
lines
Suck in HEAD changes since 2.1alpha
Revision 1.57.2.6: download - view: text, markup - select for diffs
Thu Jan 20 17:01:02 2005 UTC (16 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_30,
OPENLDAP_REL_ENG_2_2_29,
OPENLDAP_REL_ENG_2_2_28,
OPENLDAP_REL_ENG_2_2_27,
OPENLDAP_REL_ENG_2_2_26,
OPENLDAP_REL_ENG_2_2_25,
OPENLDAP_REL_ENG_2_2_24,
OPENLDAP_REL_ENG_2_2_23,
OPENLDAP_REL_ENG_2_2_22,
OPENLDAP_REL_ENG_2_2_21
Diff to: previous 1.57.2.5: preferred, colored; branchpoint 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57.2.5: +2 -2
lines
Happy new year!
Revision 1.57.2.5: download - view: text, markup - select for diffs
Wed Mar 17 20:10:49 2004 UTC (16 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_9,
OPENLDAP_REL_ENG_2_2_8,
OPENLDAP_REL_ENG_2_2_7,
OPENLDAP_REL_ENG_2_2_20,
OPENLDAP_REL_ENG_2_2_19,
OPENLDAP_REL_ENG_2_2_18,
OPENLDAP_REL_ENG_2_2_17,
OPENLDAP_REL_ENG_2_2_16,
OPENLDAP_REL_ENG_2_2_15,
OPENLDAP_REL_ENG_2_2_14,
OPENLDAP_REL_ENG_2_2_13,
OPENLDAP_REL_ENG_2_2_12,
OPENLDAP_REL_ENG_2_2_11,
OPENLDAP_REL_ENG_2_2_10
Diff to: previous 1.57.2.4: preferred, colored; branchpoint 1.57: preferred, colored
Changes since revision 1.57.2.4: +2 -2
lines
Sync with HEAD
Revision 1.57.2.4: download - view: text, markup - select for diffs
Thu Jan 1 18:16:30 2004 UTC (17 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_6,
OPENLDAP_REL_ENG_2_2_5
Diff to: previous 1.57.2.3: preferred, colored; branchpoint 1.57: preferred, colored
Changes since revision 1.57.2.3: +2 -2
lines
Happy new year
Revision 1.57.2.3: download - view: text, markup - select for diffs
Mon Dec 1 00:58:27 2003 UTC (17 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_4,
OPENLDAP_REL_ENG_2_2_3BETA
Diff to: previous 1.57.2.2: preferred, colored; branchpoint 1.57: preferred, colored
Changes since revision 1.57.2.2: +15 -9
lines
Sync with HEAD
Revision 1.57.2.2: download - view: text, markup - select for diffs
Thu Sep 18 15:43:32 2003 UTC (17 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_2BETA,
OPENLDAP_REL_ENG_2_2_1BETA
Diff to: previous 1.57.2.1: preferred, colored; branchpoint 1.57: preferred, colored
Changes since revision 1.57.2.1: +2 -2
lines
Changes from HEAD for beta
Revision 1.57.2.1: download - view: text, markup - select for diffs
Sat May 31 19:01:39 2003 UTC (17 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_0ALPHA
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2
lines
Suck in changes from HEAD
Revision 1.64.2.10: download - view: text, markup - select for diffs
Mon Feb 11 23:24:12 2008 UTC (12 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_43,
OPENLDAP_REL_ENG_2_3_42,
OPENLDAP_REL_ENG_2_3_41
Diff to: previous 1.64.2.9: preferred, colored; branchpoint 1.64: preferred, colored; next MAIN 1.65: preferred, colored
Changes since revision 1.64.2.9: +2 -2
lines
Happy new year! (belated)
Revision 1.64.2.9: download - view: text, markup - select for diffs
Fri Jun 8 07:43:26 2007 UTC (13 years, 7 months ago) by hyc
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_40,
OPENLDAP_REL_ENG_2_3_39,
OPENLDAP_REL_ENG_2_3_38,
OPENLDAP_REL_ENG_2_3_37,
OPENLDAP_REL_ENG_2_3_36
Diff to: previous 1.64.2.8: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.8: +4 -3
lines
ITS#4992 cldap fix from HEAD
Revision 1.64.2.8: download - view: text, markup - select for diffs
Tue Jan 2 21:43:50 2007 UTC (14 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_35,
OPENLDAP_REL_ENG_2_3_34,
OPENLDAP_REL_ENG_2_3_33,
OPENLDAP_REL_ENG_2_3_32
Diff to: previous 1.64.2.7: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.7: +2 -2
lines
happy new year
Revision 1.64.2.7: download - view: text, markup - select for diffs
Tue Jan 3 22:16:09 2006 UTC (15 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_31,
OPENLDAP_REL_ENG_2_3_30,
OPENLDAP_REL_ENG_2_3_29,
OPENLDAP_REL_ENG_2_3_28,
OPENLDAP_REL_ENG_2_3_27,
OPENLDAP_REL_ENG_2_3_26,
OPENLDAP_REL_ENG_2_3_25,
OPENLDAP_REL_ENG_2_3_24,
OPENLDAP_REL_ENG_2_3_23,
OPENLDAP_REL_ENG_2_3_22,
OPENLDAP_REL_ENG_2_3_21,
OPENLDAP_REL_ENG_2_3_20,
OPENLDAP_REL_ENG_2_3_19,
OPENLDAP_REL_ENG_2_3_18,
OPENLDAP_REL_ENG_2_3_17,
OPENLDAP_REL_ENG_2_3_16,
OPENLDAP_REL_ENG_2_3_15
Diff to: previous 1.64.2.6: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.6: +2 -2
lines
Happy new year!
Revision 1.64.2.6: download - view: text, markup - select for diffs
Tue Dec 20 15:57:23 2005 UTC (15 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_14
Diff to: previous 1.64.2.5: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.5: +18 -1
lines
libldap updates from HEAD
Revision 1.64.2.5: download - view: text, markup - select for diffs
Sat Nov 26 17:01:54 2005 UTC (15 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_13
Diff to: previous 1.64.2.4: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.4: +83 -30
lines
Select changes from HEAD
Revision 1.64.2.4: download - view: text, markup - select for diffs
Tue Nov 15 20:25:46 2005 UTC (15 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_12
Diff to: previous 1.64.2.3: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.3: +2 -2
lines
Sync with HEAD
Revision 1.64.2.3: download - view: text, markup - select for diffs
Mon Nov 14 18:06:06 2005 UTC (15 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.64.2.2: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.2: +3 -3
lines
Sync with HEAD
Revision 1.64.2.2: download - view: text, markup - select for diffs
Thu Nov 3 18:02:56 2005 UTC (15 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.64.2.1: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.1: +51 -1
lines
Sync with HEAD
Revision 1.64.2.1: download - view: text, markup - select for diffs
Thu Jan 20 18:03:50 2005 UTC (16 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_9,
OPENLDAP_REL_ENG_2_3_8,
OPENLDAP_REL_ENG_2_3_7,
OPENLDAP_REL_ENG_2_3_6,
OPENLDAP_REL_ENG_2_3_5,
OPENLDAP_REL_ENG_2_3_4,
OPENLDAP_REL_ENG_2_3_3BETA,
OPENLDAP_REL_ENG_2_3_2BETA,
OPENLDAP_REL_ENG_2_3_1ALPHA,
OPENLDAP_REL_ENG_2_3_11,
OPENLDAP_REL_ENG_2_3_10
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2
lines
Sync with HEAD
Revision 1.76.2.14: download - view: text, markup - select for diffs
Tue Jan 4 23:50:05 2011 UTC (10 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_25,
OPENLDAP_REL_ENG_2_4_24,
OPENLDAP_RELEASE
Diff to: previous 1.76.2.13: preferred, colored; branchpoint 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76.2.13: +2 -2
lines
Happy New Year!
Revision 1.76.2.13: download - view: text, markup - select for diffs
Tue Jan 4 19:22:39 2011 UTC (10 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.76.2.12: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.12: +5 -0
lines
ITS#6453
Revision 1.76.2.12: download - view: text, markup - select for diffs
Tue Jan 4 17:39:46 2011 UTC (10 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.76.2.11: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.11: +1 -1
lines
ITS#6747
Revision 1.76.2.11: download - view: text, markup - select for diffs
Wed Apr 14 18:08:23 2010 UTC (10 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_23,
OPENLDAP_REL_ENG_2_4_22
Diff to: previous 1.76.2.10: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.10: +7 -1
lines
Set res parameter to NULL upon ldap_search_ext_s entry. Likewise for friends.
Note in manual that res parameter should be freed regardless of return value
of ldap_search_ext_s (or friends).
Revision 1.76.2.10: download - view: text, markup - select for diffs
Tue Apr 13 20:23:00 2010 UTC (10 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.76.2.9: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.9: +2 -2
lines
happy belated new year
Revision 1.76.2.9: download - view: text, markup - select for diffs
Fri Feb 20 00:28:32 2009 UTC (11 years, 10 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_STABLE,
OPENLDAP_REL_ENG_2_4_21,
OPENLDAP_REL_ENG_2_4_20,
OPENLDAP_REL_ENG_2_4_19,
OPENLDAP_REL_ENG_2_4_18,
OPENLDAP_REL_ENG_2_4_17,
OPENLDAP_REL_ENG_2_4_16,
OPENLDAP_REL_ENG_2_4_15
Diff to: previous 1.76.2.8: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.8: +3 -2
lines
ITS#5916
Revision 1.76.2.8: download - view: text, markup - select for diffs
Mon Feb 2 22:53:14 2009 UTC (11 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_14
Diff to: previous 1.76.2.7: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.7: +46 -6
lines
ITS#5916
Revision 1.76.2.7: download - view: text, markup - select for diffs
Thu Jan 22 00:00:55 2009 UTC (11 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.76.2.6: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.6: +2 -2
lines
Update copyright for next release
Revision 1.76.2.6: download - view: text, markup - select for diffs
Mon Nov 10 19:18:26 2008 UTC (12 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_13
Diff to: previous 1.76.2.5: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.5: +10 -12
lines
ITS#4467
Revision 1.76.2.5: download - view: text, markup - select for diffs
Mon Feb 11 23:26:41 2008 UTC (12 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_9,
OPENLDAP_REL_ENG_2_4_8,
OPENLDAP_REL_ENG_2_4_12,
OPENLDAP_REL_ENG_2_4_11,
OPENLDAP_REL_ENG_2_4_10
Diff to: previous 1.76.2.4: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.4: +2 -2
lines
Happy new year! (belated)
Revision 1.76.2.4: download - view: text, markup - select for diffs
Fri Feb 8 23:57:28 2008 UTC (12 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.76.2.3: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.3: +3 -3
lines
ITS#5291
Revision 1.76.2.3: download - view: text, markup - select for diffs
Fri Aug 31 23:13:56 2007 UTC (13 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_7,
OPENLDAP_REL_ENG_2_4_6,
OPENLDAP_REL_ENG_2_4_5BETA
Diff to: previous 1.76.2.2: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.2: +4 -3
lines
Sync with HEAD for OL 2.4.5
Revision 1.76.2.2: download - view: text, markup - select for diffs
Tue Feb 13 20:22:12 2007 UTC (13 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.76.2.1: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.1: +3 -3
lines
Quick merge: everything from HEAD
Revision 1.76.2.1: download - view: text, markup - select for diffs
Thu Oct 19 20:06:40 2006 UTC (14 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -4
lines
Sync with HEAD
______________
© Copyright 1998-2020,
OpenLDAP Foundation, info@OpenLDAP.org