
CVS log for libraries/libldap/os-ip.c
Up to [OpenLDAP] / libraries / libldap
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.148: download - view: text, markup - select for diffs
Sat Jan 29 10:05:08 2011 UTC (12 years ago) by ando
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT,
HEAD
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +4 -4
lines
do not hijack loop counter (ITS#6813; blind fix)
Revision 1.147: download - view: text, markup - select for diffs
Tue Jan 4 23:43:04 2011 UTC (12 years ago) by kurt
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -2
lines
Happy New Year
Revision 1.146: download - view: text, markup - select for diffs
Wed Oct 13 06:43:16 2010 UTC (12 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +3 -7
lines
ITS#6672 mutex cleanup
Revision 1.145: download - view: text, markup - select for diffs
Tue Apr 13 20:17:55 2010 UTC (12 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +2 -2
lines
happy belated New Year
Revision 1.144: download - view: text, markup - select for diffs
Fri Aug 14 18:02:08 2009 UTC (13 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +3 -3
lines
More for prev commit
Revision 1.143: download - view: text, markup - select for diffs
Thu Aug 13 19:35:38 2009 UTC (13 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -6
lines
Fix prev commit again, IPPROTO_TCP is the documented correct approach
Revision 1.142: download - view: text, markup - select for diffs
Thu Aug 13 18:55:04 2009 UTC (13 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +5 -1
lines
Fix prev commit, it was not Linux-only as it claimed to be.
Revision 1.141: download - view: text, markup - select for diffs
Wed May 6 11:14:36 2009 UTC (13 years, 8 months ago) by ralf
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +52 -1
lines
Introduce options to configure tcp-keepalive settings per connection. These
settings only work on Linux and are ignore when not supported (see
discussion on -devel)
Revision 1.140: download - view: text, markup - select for diffs
Sun Feb 15 20:59:16 2009 UTC (13 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +2 -2
lines
fix misc warnings
Revision 1.139: download - view: text, markup - select for diffs
Tue Feb 10 08:51:31 2009 UTC (13 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +4 -1
lines
ITS#5853 restructure wait4msg / try_read1msg again. Consolidate
the two try_read1msg cases into one, bump refcnts to prevent
lconn's from being freed prematurely.
Revision 1.138: download - view: text, markup - select for diffs
Wed Jan 21 23:40:21 2009 UTC (14 years ago) by kurt
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +2 -2
lines
Update copyright notices
Revision 1.137: download - view: text, markup - select for diffs
Fri Dec 12 09:08:07 2008 UTC (14 years, 1 month ago) by ralf
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +4 -4
lines
Fixed typo
Revision 1.136: download - view: text, markup - select for diffs
Sun Nov 16 21:52:56 2008 UTC (14 years, 2 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +2 -2
lines
ITS#5815: Fix typo "#elif defined( MAXHOSTNAMELEN".
Revision 1.135: download - view: text, markup - select for diffs
Thu Oct 9 08:51:28 2008 UTC (14 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -2
lines
ITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher <metze@samba.org>
and Rafal Szczeniak <mimir@samba.org>, with minor cleanups
Revision 1.134: download - view: text, markup - select for diffs
Fri Aug 15 20:53:48 2008 UTC (14 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +25 -11
lines
Pass LDAPURLDescs to connect functions instead of host/port
Revision 1.133: download - view: text, markup - select for diffs
Fri Aug 15 08:23:29 2008 UTC (14 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +61 -29
lines
Connect callbacks need error recovery checks
Revision 1.132: download - view: text, markup - select for diffs
Thu Aug 14 02:54:33 2008 UTC (14 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +25 -1
lines
Add LDAP_OPT_CONNECT_CB connection callbacks
Revision 1.131: download - view: text, markup - select for diffs
Thu May 15 18:56:41 2008 UTC (14 years, 8 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +7 -1
lines
ITS#5507: Set FD_CLOEXEC (close on exec) flag on LDAP file descriptors
Revision 1.130: download - view: text, markup - select for diffs
Tue Mar 18 20:12:00 2008 UTC (14 years, 10 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +2 -2
lines
ITS#5436: make htons() port number unsigned
Revision 1.129: download - view: text, markup - select for diffs
Mon Jan 7 23:20:04 2008 UTC (15 years ago) by kurt
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2
lines
Happy New Year (belated)
Revision 1.128: download - view: text, markup - select for diffs
Sun Jun 10 18:34:05 2007 UTC (15 years, 7 months ago) by hallvard
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -2
lines
int -> ber_socklen_t for getsockopt()
Revision 1.127: download - view: text, markup - select for diffs
Sat Jun 9 21:35:20 2007 UTC (15 years, 7 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +5 -5
lines
Fix HP-UX crash: Replace socklen_t with ber_socklen_t from configure. ITS#4629.
Revision 1.126: download - view: text, markup - select for diffs
Mon Feb 5 19:32:44 2007 UTC (15 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +5 -6
lines
Timeouts should not be malloc'd
Revision 1.125: download - view: text, markup - select for diffs
Fri Feb 2 11:38:32 2007 UTC (15 years, 11 months ago) by ando
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -92
lines
remove unused code
Revision 1.124: download - view: text, markup - select for diffs
Fri Feb 2 11:29:21 2007 UTC (15 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +11 -8
lines
Keep HAVE_POLL functionality inside its #ifdefs
Revision 1.123: download - view: text, markup - select for diffs
Tue Jan 9 22:48:28 2007 UTC (16 years ago) by hyc
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -3
lines
ITS#4799 remove all references to kbind
Revision 1.122: download - view: text, markup - select for diffs
Sun Jan 7 18:20:46 2007 UTC (16 years ago) by ando
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +145 -9
lines
First cut to truly async connect:
- after connect(2), if async the connection is in "connecting" state
- the first time a request is sent, "connecting" conns are polled
- in case of success, the request is sent
- in case still connecting, LDAP_X_CONNECTING is returned;
clients are expected to retry later
- the "async" behavior must be explicitly enabled by setting
the LDAP_OPT_CONNECT_ASYNC option
"local" connections need work
Revision 1.121: download - view: text, markup - select for diffs
Tue Jan 2 19:00:58 2007 UTC (16 years ago) by kurt
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2
lines
happy new year
Revision 1.120: download - view: text, markup - select for diffs
Sat Oct 14 10:42:33 2006 UTC (16 years, 3 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_MP
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +18 -7
lines
apply slightly revised patch for SO_KEEPALIVE (ITS#4708)
Revision 1.119: download - view: text, markup - select for diffs
Thu Sep 14 04:35:41 2006 UTC (16 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +5 -8
lines
ITS#4606 errno is not per-thread on WIN32, always use WSAGet/SetLastError
(with notable exceptions: ignore tests for EINTR which winsock never sets)
Revision 1.118: download - view: text, markup - select for diffs
Tue Jan 3 22:12:08 2006 UTC (17 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.117: preferred, colored
Changes since revision 1.117: +2 -2
lines
Happy new year!
Revision 1.117: download - view: text, markup - select for diffs
Fri Oct 14 01:40:05 2005 UTC (17 years, 3 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +11 -1
lines
ITS#3440: (blind) fix for VxWorks inet_ntoa(3) leak,
use inet_ntoa_b(3) instead.
Revision 1.116: download - view: text, markup - select for diffs
Sat Oct 8 16:19:50 2005 UTC (17 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +3 -3
lines
Don't set ndelay on socket connect if no timeout was specified
Revision 1.115: download - view: text, markup - select for diffs
Sat Sep 10 16:59:35 2005 UTC (17 years, 4 months ago) by ando
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +6 -5
lines
silence warnings
Revision 1.114: download - view: text, markup - select for diffs
Wed Jun 29 10:29:35 2005 UTC (17 years, 7 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_AC_MP,
OPENLDAP_AC_BP,
OPENLDAP_AC
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -1
lines
more on ITS#3808
Revision 1.113: download - view: text, markup - select for diffs
Wed Apr 13 05:27:36 2005 UTC (17 years, 9 months ago) by hyc
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +2 -2
lines
Omit FD_SETSIZE check for Winsock
Revision 1.112: download - view: text, markup - select for diffs
Wed Mar 30 19:53:01 2005 UTC (17 years, 10 months ago) by kurt
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +6 -6
lines
ITS#3614: prevent overflow when using result of sysconf(_SC_OPEN_MAX)
Revision 1.111: download - view: text, markup - select for diffs
Fri Jan 28 18:03:15 2005 UTC (18 years ago) by kurt
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +7 -6
lines
ITS#3524 (partial): reinit FDSETs
Revision 1.110: download - view: text, markup - select for diffs
Sat Jan 1 19:49:44 2005 UTC (18 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -2
lines
Happy New Year!
Revision 1.109: download - view: text, markup - select for diffs
Fri Dec 31 11:02:23 2004 UTC (18 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +9 -6
lines
inet_addr cleanup
Revision 1.108: download - view: text, markup - select for diffs
Wed Nov 17 19:04:18 2004 UTC (18 years, 2 months ago) by hyc
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_BP
Branch point for: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +10 -1
lines
Avoid trashing client memory when socket is greater than FD_SETSIZE
Revision 1.107: download - view: text, markup - select for diffs
Tue Oct 19 01:18:22 2004 UTC (18 years, 3 months ago) by hyc
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -2
lines
Fix typo in select call
Revision 1.106: download - view: text, markup - select for diffs
Mon Oct 18 20:08:37 2004 UTC (18 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +9 -15
lines
Move POLL_* macros to <ac/socket.h>
Revision 1.105: download - view: text, markup - select for diffs
Mon Oct 18 19:56:07 2004 UTC (18 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +15 -9
lines
Catch POLLERR and POLLHUP.
Revision 1.104: download - view: text, markup - select for diffs
Mon Oct 18 19:45:13 2004 UTC (18 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +3 -3
lines
Fix bug in last commit
Revision 1.103: download - view: text, markup - select for diffs
Mon Oct 18 19:09:19 2004 UTC (18 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +137 -17
lines
Rough but working poll(2) implementation for -lldap
Revision 1.102: download - view: text, markup - select for diffs
Sat Sep 4 02:54:29 2004 UTC (18 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -5
lines
unifdef -UNEW_LOGGING
Revision 1.101: download - view: text, markup - select for diffs
Fri Aug 27 16:59:34 2004 UTC (18 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +5 -1
lines
Instead of removing AI_ADDRCONFIG, place behind #ifdef (of undefined
macro). Add comment indicating configure test needed.
Revision 1.100: download - view: text, markup - select for diffs
Sun Aug 15 21:15:55 2004 UTC (18 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -4
lines
Revert rev 1.92, AI_ADDRCONFIG is not a legal flag for getaddrinfo
Revision 1.99: download - view: text, markup - select for diffs
Fri Jul 9 17:29:46 2004 UTC (18 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +62 -42
lines
basic poll(2) implementation for connect(2) (needs work)
Need to deal with selectinfo...
Revision 1.98: download - view: text, markup - select for diffs
Fri Jul 9 15:50:22 2004 UTC (18 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +31 -11
lines
Mark areas needed poll(2) support with HAVE_POLL.
Revision 1.97: download - view: text, markup - select for diffs
Fri Mar 5 11:24:06 2004 UTC (18 years, 10 months ago) by hyc
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -2
lines
ITS#2992 Windows fixes from Alexey Melnikov
Revision 1.96: download - view: text, markup - select for diffs
Thu Jan 1 18:15:26 2004 UTC (19 years, 1 month ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_MP
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2
lines
Happy new year
Revision 1.95: download - view: text, markup - select for diffs
Sun Dec 21 07:25:55 2003 UTC (19 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +7 -3
lines
Revert #if 0
Revision 1.94: download - view: text, markup - select for diffs
Sun Nov 30 00:07:47 2003 UTC (19 years, 2 months ago) by kurt
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +5 -15
lines
Misc cleanup
Revision 1.93: download - view: text, markup - select for diffs
Wed Nov 26 06:16:38 2003 UTC (19 years, 2 months ago) by kurt
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +16 -9
lines
Updated notices and acknowledgements
Revision 1.92: download - view: text, markup - select for diffs
Wed Oct 29 13:49:35 2003 UTC (19 years, 3 months ago) by venaas
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -1
lines
use AI_ADDRCONFIG if possible to not lookup AAAA when no IPv6 addresses are configured
Revision 1.91: download - view: text, markup - select for diffs
Fri Jun 6 11:56:18 2003 UTC (19 years, 7 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +9 -1
lines
Make all debug output macros conditional on defined(LDAP_DEBUG).
Revision 1.90: download - view: text, markup - select for diffs
Mon Apr 21 23:17:23 2003 UTC (19 years, 9 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_BP,
OPENLDAP_REL_ENG_2_2_0ALPHA
Branch point for: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +14 -9
lines
Don't do (unsafe) DNS reverse lookups.
HEADS UP: May break some Kerberos deployments.
Revision 1.89: download - view: text, markup - select for diffs
Mon Apr 21 16:45:46 2003 UTC (19 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +14 -10
lines
More ldap_connect_to_host() tweaks.
Revision 1.88: download - view: text, markup - select for diffs
Mon Apr 21 16:28:08 2003 UTC (19 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +8 -5
lines
Fix builds when getaddrinfo is not detected but getnameinfo is.
This does not happen normally.
Revision 1.87: download - view: text, markup - select for diffs
Mon Apr 21 15:06:37 2003 UTC (19 years, 9 months ago) by kurt
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +75 -73
lines
ITS#2459 (partial) fix. Eliminate address parameter all together.
Need to look closely at the memcpy. (It likely can be eliminated
as well.)
Revision 1.86: download - view: text, markup - select for diffs
Wed Mar 5 00:35:39 2003 UTC (19 years, 11 months ago) by hyc
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +23 -29
lines
Added ldap_pvt_get_hname. Use instead of ldap_pvt_gethostbyaddr_a when
all you want is the hostname. Supports IPv6 addresses.
Revision 1.85: download - view: text, markup - select for diffs
Mon Feb 10 18:59:32 2003 UTC (19 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +4 -2
lines
Remove lint
Revision 1.84: download - view: text, markup - select for diffs
Fri Jan 3 19:20:51 2003 UTC (20 years ago) by kurt
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2
lines
Happy new year
Revision 1.83: download - view: text, markup - select for diffs
Mon Dec 16 17:17:20 2002 UTC (20 years, 1 month ago) by hyc
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2
lines
Fix typo in UDP logmsg
Revision 1.82: download - view: text, markup - select for diffs
Tue Dec 3 00:15:04 2002 UTC (20 years, 2 months ago) by kurt
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +14 -2
lines
ITS#2221: getaddrinfo(3) not thread-safe on some platforms (namely
due to res_() routines). Change all res_() dependent routines to
share same mutex.
Revision 1.81: download - view: text, markup - select for diffs
Sat Aug 10 01:48:09 2002 UTC (20 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +8 -3
lines
Some more sockaddr_in v sockaddr_storage cleanup
Revision 1.80: download - view: text, markup - select for diffs
Fri Aug 9 20:14:43 2002 UTC (20 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +17 -13
lines
ITS#2018: use sockaddr_storage
based upon patch provided by <thorild@Update.UU.SE>
Revision 1.79: download - view: text, markup - select for diffs
Sun Jul 28 03:30:39 2002 UTC (20 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +12 -10
lines
Fix up restart code for EINTR
Revision 1.78: download - view: text, markup - select for diffs
Fri Jul 12 13:36:33 2002 UTC (20 years, 6 months ago) by venaas
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +5 -1
lines
Use AF_INET instead of AF_UNSPEC when IPv6 disabled
Revision 1.77: download - view: text, markup - select for diffs
Thu Jul 11 18:33:26 2002 UTC (20 years, 6 months ago) by julius
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2
lines
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
Revision 1.76: download - view: text, markup - select for diffs
Wed Jun 19 04:44:16 2002 UTC (20 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +6 -2
lines
Add monitorContext rootDSE attribute
Revision 1.75: download - view: text, markup - select for diffs
Mon Apr 8 07:43:24 2002 UTC (20 years, 9 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_MP
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -4
lines
Mostly based on patches provided by Hallvard B. Furuseth
ITS#1677 - cast away const warnings
ITS#1678 - unsigned char args to ctype funcs
ITS#1682 - don't redefine ldap_debug
ITS#1683 - uninitialized vars
ITS#1703 - ldo_debug initialization
ITS#1705 - unsigned testing
ITS#1706 - socklen_t args
ITS#1719 - back-tcl update (other cleanups/fixes/improvements; yet untested)
ITS#1724 - integerNormalize/integerFilter/integerIndexer bugs
ITS#1725 - libdes not required
Implement back-null (/dev/null style backend)
Cleanup some misc warnings ("%lu" format, unused/uninitialized vars,
ambiguous operator precedence)
Kurt, please regenerate configure
Revision 1.74: download - view: text, markup - select for diffs
Fri Mar 29 16:46:28 2002 UTC (20 years, 10 months ago) by julius
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +5 -1
lines
Added LDAP_LOG messages
Revision 1.73: download - view: text, markup - select for diffs
Thu Feb 21 14:39:35 2002 UTC (20 years, 11 months ago) by kurt
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +11 -6
lines
If port is zero, use default.
Revision 1.72: download - view: text, markup - select for diffs
Thu Jan 10 04:30:23 2002 UTC (21 years ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_BP
Branch point for: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -3
lines
Remove lint
Revision 1.71: download - view: text, markup - select for diffs
Thu Jan 10 04:12:11 2002 UTC (21 years ago) by hyc
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +16 -5
lines
For Windows, use getsockopt() to retrieve error if connect() fails.
Don't use ldap_pvt_is_socket_ready() at all on Windows, it is
totally unneeded and getpeername() misbehaves on W2K.
Revision 1.70: download - view: text, markup - select for diffs
Fri Jan 4 20:17:39 2002 UTC (21 years ago) by kurt
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2
lines
Update copyright statements
Revision 1.69: download - view: text, markup - select for diffs
Mon Dec 24 05:36:44 2001 UTC (21 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3
lines
Clean up some symbol scoping
Revision 1.68: download - view: text, markup - select for diffs
Sun Oct 7 00:40:16 2001 UTC (21 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +5 -6
lines
Fix ntohs/htons issues
Revision 1.67: download - view: text, markup - select for diffs
Mon Oct 1 04:08:52 2001 UTC (21 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -1
lines
Rework DB_THREAD support. CDB support needs reimplementation.
Revision 1.66: download - view: text, markup - select for diffs
Sat Sep 29 04:32:58 2001 UTC (21 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +8 -4
lines
Rework getaddrinfo/inet_ntop not to segfault with ai_addr is (bogusly) NULL
Revision 1.65: download - view: text, markup - select for diffs
Thu Sep 27 22:18:41 2001 UTC (21 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +25 -4
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.64: download - view: text, markup - select for diffs
Mon Jun 25 19:44:41 2001 UTC (21 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +4 -4
lines
TLS doesn't need ldap_host_connected_to()
Revision 1.63: download - view: text, markup - select for diffs
Mon Jun 25 05:33:42 2001 UTC (21 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2
lines
move TLS ctx to lconn struct in prep for supporting TLS with referrals
need to rework cert check to use per lconn host name
Revision 1.62: download - view: text, markup - select for diffs
Wed May 9 21:41:38 2001 UTC (21 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -3
lines
Add HAVE_INET_NTOP
Revision 1.61: download - view: text, markup - select for diffs
Thu Oct 19 16:05:11 2000 UTC (22 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -3
lines
This patch replaces gai_strerror with AC_GAI_STRERROR in daemon.c and also
uses AC_GAI_STRERROR to report getaddrinfo failures in os-ip.c
-- Stig Venass
Revision 1.60: download - view: text, markup - select for diffs
Wed Oct 18 01:24:50 2000 UTC (22 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +5 -5
lines
fix SOCKET_ERROR typos
Revision 1.59: download - view: text, markup - select for diffs
Tue Oct 17 22:27:31 2000 UTC (22 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +14 -9
lines
Use SOCKET_ERROR instead of -1
Revision 1.58: download - view: text, markup - select for diffs
Fri Sep 15 01:04:04 2000 UTC (22 years, 4 months ago) by bcollins
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +5 -4
lines
move some vars to where they are actually used to avoid compiler warnings
Revision 1.57: download - view: text, markup - select for diffs
Wed Sep 13 19:47:12 2000 UTC (22 years, 4 months ago) by bcollins
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2
lines
Fix error in if() statement (==, not =)
Revision 1.56: download - view: text, markup - select for diffs
Fri Aug 18 02:25:07 2000 UTC (22 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +4 -7
lines
Remove CLDAP cruft
Revision 1.55: download - view: text, markup - select for diffs
Tue Aug 15 00:13:00 2000 UTC (22 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +12 -1
lines
Treat INADDR_LOOPBACK (as well as INADDR_ANY) as local host.
Revision 1.54: download - view: text, markup - select for diffs
Thu Jul 27 23:07:08 2000 UTC (22 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3
lines
s/SAFEMEMCPY/AC_MEMCPY/
Use AC_FMEMCPY where appropriate (-llber)
Revision 1.53: download - view: text, markup - select for diffs
Thu Jul 13 20:54:47 2000 UTC (22 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +76 -43
lines
Update SASL code to reuse context through life of session.
Replace 'negotiated' with 'interactive' bind
Add hooks for SASL/EXTERNAL
Disable SASL security layers
Rework SASL command line and config file parameters
Revision 1.52: download - view: text, markup - select for diffs
Fri Jun 16 17:40:49 2000 UTC (22 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
Fix typo in last commit
Revision 1.51: download - view: text, markup - select for diffs
Fri Jun 16 17:15:08 2000 UTC (22 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +84 -17
lines
Add 1st libldap IPv6 patch (ITS#594) from Stig Venass.
Copyright 2000 Stig Venaas, UNINETT
All rights reserved.
Redistribution and use in source and binary forms are permitted
without restriction or fee of any kind as long as this notice is
preserved. The name of UNINETT may not be used to endorse or promote
products derived from this software without specific prior written
permission. This software is provided ``as is'' without express or
implied warranty.
Revision 1.50: download - view: text, markup - select for diffs
Sat Jun 10 20:39:31 2000 UTC (22 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3
lines
Misc code cleanup.
Revision 1.49: download - view: text, markup - select for diffs
Wed Jun 7 03:17:29 2000 UTC (22 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
Use LDAP_VFREE and friends. Other misc code cleanup.
Revision 1.48: download - view: text, markup - select for diffs
Thu Jun 1 18:59:22 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +23 -18
lines
ITS#537: lber io rewrite from Gambor Gombas.
Copyright 2000 Gábor Gombás. All rights reserved.
This is free software. You may redistribute and use it under the same
terms as OpenLDAP itself.
Revision 1.47: download - view: text, markup - select for diffs
Sat May 13 00:38:38 2000 UTC (22 years, 8 months ago) by kurt
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
Y2k copyright update
Revision 1.46: download - view: text, markup - select for diffs
Thu May 11 07:47:55 2000 UTC (22 years, 8 months ago) by hyc
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +29 -5
lines
Fix error detection for NT
Revision 1.45: download - view: text, markup - select for diffs
Sat Jan 8 17:42:18 2000 UTC (23 years ago) by kdz
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3
lines
Initial implementation of Kerberos password verification for
simple bind via:
{KERBEROS}principal
Code is disabled by default (for security reasons). Use
--enable-kpasswd to enable. Behind SLAPD_KPASSWD.
Reworked Kerberos detection and split out KBIND as independent
feature (--disable-kbind) (LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND).
KBIND depends upon detection of KRB4 (or KRB425) support. Detection,
building with eBones (as distributed with FreeBSD 3.4) okay, but
wasn't able to test as I don't have a K4 KDC handy.
--with-kerberos has a number of detection options... most likely
don't work properly.
Revision 1.44: download - view: text, markup - select for diffs
Sun Jan 2 00:21:30 2000 UTC (23 years, 1 month ago) by lukeh
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
Merged in preliminary support for Cyrus SASL library;
support for DCE slash-delimited, left-to-right DNs;
support for a domain socket transport (enable with
--enable-ldapi); and extensions to URL parsing to
support the latter transport.
Revision 1.43: download - view: text, markup - select for diffs
Sun Dec 5 21:19:08 1999 UTC (23 years, 1 month ago) by mrv
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -2
lines
Removed unused local var.
Revision 1.42: download - view: text, markup - select for diffs
Sat Oct 30 02:58:07 1999 UTC (23 years, 3 months ago) by kdz
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3
lines
Do not attempt to obtain sizeof(sin_addr.s_addr) or &sin_addr.s_addr
as s_addr member of in_addr may be a bitfield.
Revision 1.41: download - view: text, markup - select for diffs
Tue Oct 19 17:07:24 1999 UTC (23 years, 3 months ago) by kdz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +8 -3
lines
Complain if setsockopt TCP_NODELAY fails
Revision 1.40: download - view: text, markup - select for diffs
Wed Sep 8 17:06:29 1999 UTC (23 years, 4 months ago) by kdz
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +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.39: download - view: text, markup - select for diffs
Thu Sep 2 06:05:18 1999 UTC (23 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2
lines
Cleanup:
Fix printf formats, remove unused variables, add missing prototypes in slapd,
add static/const, add some return types or change to void return type.
Revision 1.38: download - view: text, markup - select for diffs
Tue Aug 17 19:09:26 1999 UTC (23 years, 5 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1
lines
Add const, to fix "cast away from const" warnings
Revision 1.37: download - view: text, markup - select for diffs
Wed Aug 4 16:32:38 1999 UTC (23 years, 6 months ago) by kdz
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +19 -48
lines
Use -llber set_nonblock implementation.
Use ldap_int_tblsize instead of s+1 in select.
Need to eliminate all to read(2).
Revision 1.36: download - view: text, markup - select for diffs
Tue Aug 3 22:40:03 1999 UTC (23 years, 6 months ago) by kdz
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +8 -6
lines
non-blocking connect needs special handling under Winsock.
Revision 1.35: download - view: text, markup - select for diffs
Tue Aug 3 18:02:45 1999 UTC (23 years, 6 months ago) by kdz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -10
lines
Initial inet_aton() detection.
Revision 1.34: download - view: text, markup - select for diffs
Tue Aug 3 17:27:22 1999 UTC (23 years, 6 months ago) by kdz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +287 -108
lines
LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann.
Needs a bit more work.
- global net/api timeouts are not inherited on session creation.
- need configure check for inet_aton() (coming soon)
- ioctl/fcntl portability issues (should share implementation
with lber routines)
Revision 1.33: download - view: text, markup - select for diffs
Mon Jul 26 22:36:33 1999 UTC (23 years, 6 months ago) by kdz
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.32: preferred, colored
Changes since revision 1.32: +1 -1
lines
Remove lint, remove YEAR_PEDANTIC macro, update comment.
Revision 1.32: download - view: text, markup - select for diffs
Thu Jul 22 19:49:35 1999 UTC (23 years, 6 months ago) by kdz
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +12 -0
lines
Implement TCP_NODELAY on both client and server side.
Revision 1.31: download - view: text, markup - select for diffs
Fri Jul 16 16:43:10 1999 UTC (23 years, 6 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1
lines
Pass socklen_t* instead of int* to getsockopt, accept, getpeername, recvfrom
Revision 1.30: download - view: text, markup - select for diffs
Tue Jul 13 04:31:56 1999 UTC (23 years, 6 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -0
lines
Forced commit to correct previous log, files were not changed:
Create ldap_int_tblsize and ldap_int_ip_init().
Initialize from ldap_int_initialize().
Revision 1.29: download - view: text, markup - select for diffs
Tue Jul 13 04:21:14 1999 UTC (23 years, 6 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +27 -17
lines
ldap-int.h
Revision 1.28: download - view: text, markup - select for diffs
Fri Jun 18 21:53:09 1999 UTC (23 years, 7 months ago) by kdz
Branches: MAIN
CVS tags: OPENLDAP_DEVEL_SCHEMA,
OPENLDAP_DEVEL_REFERRALS
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1
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.27: download - view: text, markup - select for diffs
Wed Jun 2 22:37:48 1999 UTC (23 years, 8 months ago) by kdz
Branches: MAIN
Branch point for: OPENLDAP_DEVEL_BER_TYPES
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1
lines
s/<stdlib.h>/<ac/stdlib.h>/
Revision 1.26: download - view: text, markup - select for diffs
Wed Jun 2 20:28:22 1999 UTC (23 years, 8 months ago) by kdz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1
lines
Add ber_strdup(), remove ldap_int_strdup(), add LDAP_STRDUP macro
and ripple change through -lldap.
Revision 1.25: download - view: text, markup - select for diffs
Fri May 28 23:19:16 1999 UTC (23 years, 8 months ago) by kdz
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -4
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.24: download - view: text, markup - select for diffs
Sat May 22 04:11:48 1999 UTC (23 years, 8 months ago) by kdz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -10
lines
ldap.h:
added comments
removed LDAP_MAX_ATTR_LEN
removed LDAP_COMPAT* from <ldap.h> but not code.
move LDAP_DEFAULT_REFHOPCOUNT to ldap-int.h
added experimental options macros
added LDAP_CONTROL_REFERRALS macros
libldap:
Replace ld_attrbuffer with per use allocated attributed.
ldap_first/next_attribute attributes now must be freed (as per draft).
unifdef -DLDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
Revision 1.23: download - view: text, markup - select for diffs
Tue May 18 23:12:37 1999 UTC (23 years, 8 months ago) by kdz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +10 -10
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.22: download - view: text, markup - select for diffs
Mon Mar 29 03:28:29 1999 UTC (23 years, 10 months ago) by kdz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1
lines
Add ioctl_t for arg type (Unix requires 'int', Winsock requires 'u_long').
Revision 1.21: download - view: text, markup - select for diffs
Tue Mar 2 19:23:15 1999 UTC (23 years, 11 months ago) by bart
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +16 -15
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.20: download - view: text, markup - select for diffs
Fri Jan 15 13:49:04 1999 UTC (24 years ago) by bart
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4
lines
Updates regarding threads and names.
Revision 1.19: download - view: text, markup - select for diffs
Mon Dec 28 19:53:16 1998 UTC (24 years, 1 month ago) by kdz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -0
lines
Add simple copyright notice.
Revision 1.18: download - view: text, markup - select for diffs
Sat Dec 19 00:27:21 1998 UTC (24 years, 1 month ago) by kdz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +33 -10
lines
-lldap reentrantancy improvements from Bart Hartgers <A.Hartgers@phys.tue.nl>
including use of ctime_r, gethostby*_r, etc.. Also reworked ldap_sort_entries
to be reentrant.
Need to add code to properly set LDAP_API_FEATURE_THREAD_SAFE.
Revision 1.17: download - view: text, markup - select for diffs
Thu Nov 19 05:18:23 1998 UTC (24 years, 2 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1
lines
add ldap_strdup and eliminate strdup in libldap
Revision 1.16: download - view: text, markup - select for diffs
Mon Nov 16 22:55:37 1998 UTC (24 years, 2 months ago) by kdz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -0
lines
Make sure tblsize in initialized in ldap_new_select_info()
Regenerate configure.
Revision 1.15: download - view: text, markup - select for diffs
Sun Nov 15 21:40:17 1998 UTC (24 years, 2 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1
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.14: download - view: text, markup - select for diffs
Thu Nov 12 02:03:57 1998 UTC (24 years, 2 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -0
lines
Forced commit to correct previous log, files were not changed.
inet_addr() on OSF1 returns (unsigned int)0xffffffff, not int.
If it had returned int, the old code would have worked.
Revision 1.13: download - view: text, markup - select for diffs
Thu Nov 12 01:24:43 1998 UTC (24 years, 2 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -1
lines
Check if inet_addr() returns 0xffffffff as well as -1.
It returns (int)0xffffffff on OSF1 which has 64-bit long, so
`unsigned long address; ... if((address = inet_addr(str)) == -1)' fails.
Revision 1.12: download - view: text, markup - select for diffs
Mon Nov 9 18:41:11 1998 UTC (24 years, 2 months ago) by kurt
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +11 -11
lines
Initial LDAP_API_FEATURE_X_OPENLDAP commit:
configure generates ldap_features.h based from ldap_features.h.in
LDAP_REFERRALS -> LDAP_API_FEATURE_OPENLDAP_V2_REFERRALS
LDAP_DNS -> LDAP_API_FEATURE_OPENLDAP_V2_DNS
Revision 1.11: download - view: text, markup - select for diffs
Fri Nov 6 00:18:49 1998 UTC (24 years, 2 months ago) by kdz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1
lines
Updated MSVC5 workspaces and projects.
Added ac/stdarg.h and updated liblber encode/decode to use it.
Revision 1.10: download - view: text, markup - select for diffs
Thu Nov 5 05:05:52 1998 UTC (24 years, 2 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1
lines
Some gcc -W... cleanup
Revision 1.9: download - view: text, markup - select for diffs
Mon Oct 26 00:18:44 1998 UTC (24 years, 3 months ago) by kdz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -2
lines
update ldap/lber headers towards ldapext-ldap-c-api-01
Revision 1.8: download - view: text, markup - select for diffs
Sun Oct 25 00:02:31 1998 UTC (24 years, 3 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_1_1_ALPHA
Branch point for: OPENLDAP_REL_ENG_1_1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +32 -65
lines
replace with ac version
Revision 1.7: download - view: text, markup - select for diffs
Thu Oct 22 21:30:24 1998 UTC (24 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1
lines
Whoops.
Revision 1.6: download - view: text, markup - select for diffs
Thu Oct 22 21:25:45 1998 UTC (24 years, 3 months ago) by kurt
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
Add in WINSOCK2 ifdefs (ugh).
Revision 1.5: download - view: text, markup - select for diffs
Thu Aug 20 17:42:38 1998 UTC (24 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.4: preferred, colored
Changes since revision 1.4: +7 -2
lines
removed lint
Revision 1.4: download - view: text, markup - select for diffs
Wed Aug 19 22:05:09 1998 UTC (24 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -11
lines
Added support for SLEEPYCAT DB2.
Modified main makefile to support local Make-common. Builds file
from Make-common.dist.
Revision 1.3: download - view: text, markup - select for diffs
Mon Aug 17 21:26:26 1998 UTC (24 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -0
lines
Merge from LAMBERT branch
Revision 1.2: download - view: text, markup - select for diffs
Sun Aug 9 02:13:59 1998 UTC (24 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: +12 -11
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 (24 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:23 1998 UTC (24 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 (24 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:34 1998 UTC (24 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: +21 -11
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 (24 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: +12 -11
lines
LDAPworldP15: Internal LDAP function rename
Revision 1.5.10.6: download - view: text, markup - select for diffs
Sat Oct 24 22:35:36 1998 UTC (24 years, 3 months ago) by kurt
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.5.10.5: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.10.5: +1 -1
lines
Found the really, really stupid bug. The SAFEMEMCPY macro
in string.h was hosed for memmove/memcpy cases.
Revision 1.5.10.5: download - view: text, markup - select for diffs
Fri Oct 23 15:42:19 1998 UTC (24 years, 3 months ago) by kdz
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.5.10.4: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.10.4: +8 -1
lines
Minor changes to support NT.
Revision 1.5.10.4: download - view: text, markup - select for diffs
Thu Oct 22 01:03:09 1998 UTC (24 years, 3 months ago) by kurt
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.5.10.3: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.10.3: +2 -2
lines
The world compiles and links....
Need to sort out remaining ifnames and run testsuite.
Revision 1.5.10.3: download - view: text, markup - select for diffs
Tue Oct 20 15:47:53 1998 UTC (24 years, 3 months ago) by kurt
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.5.10.2: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.10.2: +1 -0
lines
Modified NT changes to work under UNIX.
Revision 1.5.10.2: download - view: text, markup - select for diffs
Tue Oct 20 02:13:36 1998 UTC (24 years, 3 months ago) by kdz
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.5.10.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.10.1: +18 -62
lines
VC++ Port: round 1
Revision 1.5.10.1: download - view: text, markup - select for diffs
Fri Sep 25 17:25:22 1998 UTC (24 years, 4 months ago) by kurt
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -1
lines
Everything compiles.... but tests fail...
Revision 1.8.2.5: download - view: text, markup - select for diffs
Thu Dec 31 19:32:06 1998 UTC (24 years, 1 month 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_7,
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,
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.8.2.4: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.2.4: +4 -0
lines
Update copyright of build environment, includes, and liblber/libldap.
Revision 1.8.2.4: download - view: text, markup - select for diffs
Sun Nov 22 21:26:05 1998 UTC (24 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,
OPENLDAP_REL_ENG_1_1_1,
OPENLDAP_REL_ENG_1_1_0
Diff to: previous 1.8.2.3: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.3: +1 -1
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.8.2.3: download - view: text, markup - select for diffs
Mon Nov 16 23:24:24 1998 UTC (24 years, 2 months ago) by kdz
Branches: OPENLDAP_REL_ENG_1_1
Diff to: previous 1.8.2.2: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.2: +9 -2
lines
Update for Alpha3 from -devel as of OPENLDAP_DEVEL_981116.
Includes everything but ldapext & ldap.conf changes.
Revision 1.8.2.2: download - view: text, markup - select for diffs
Fri Nov 6 00:48:50 1998 UTC (24 years, 2 months ago) by kdz
Branches: OPENLDAP_REL_ENG_1_1
CVS tags: OPENLDAP_REL_ENG_1_1_ALPHA2
Diff to: previous 1.8.2.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.2.1: +1 -1
lines
Update Alpha2 with NT4 changes.
Revision 1.8.2.1: download - view: text, markup - select for diffs
Thu Nov 5 21:10:58 1998 UTC (24 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_1_1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1
lines
More changes from -devel.
Revision 1.8.2.5.2.2: download - view: text, markup - select for diffs
Wed Nov 3 20:14:20 1999 UTC (23 years, 3 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_13,
OPENLDAP_REL_ENG_1_2_12,
OPENLDAP_REL_ENG_1_2_11,
OPENLDAP_REL_ENG_1_2_10
Diff to: previous 1.8.2.5.2.1: preferred, colored; branchpoint 1.8.2.5: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.2.5.2.1: +2 -2
lines
Take address of enclosing structure (in_addr), not member (s_addr).
Revision 1.8.2.5.2.1: download - view: text, markup - select for diffs
Fri Oct 15 16:18:31 1999 UTC (23 years, 3 months ago) by kdz
Branches: OPENLDAP_REL_ENG_1_2
Diff to: previous 1.8.2.5: preferred, colored
Changes since revision 1.8.2.5: +14 -5
lines
Add TCP_NODELAY support to client side as well.
Revision 1.27.2.1: download - view: text, markup - select for diffs
Thu Jun 17 17:09:53 1999 UTC (23 years, 7 months ago) by kdz
Branches: OPENLDAP_DEVEL_BER_TYPES
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +2 -1
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.33.2.17: download - view: text, markup - select for diffs
Sun Jan 13 03:53:46 2002 UTC (21 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.33.2.16: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.2.16: +16 -5
lines
Updated Winsock codes
Revision 1.33.2.16: download - view: text, markup - select for diffs
Fri Jan 4 20:38:21 2002 UTC (21 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2
Diff to: previous 1.33.2.15: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.15: +2 -2
lines
Update copyrights for year 2002
Revision 1.33.2.15: download - view: text, markup - select for diffs
Mon Oct 8 15:58:47 2001 UTC (21 years, 3 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
Diff to: previous 1.33.2.14: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.14: +5 -6
lines
Fix -lldap high port bug
Revision 1.33.2.14: download - view: text, markup - select for diffs
Mon Oct 1 15:58:18 2001 UTC (21 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
Diff to: previous 1.33.2.13: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.13: +10 -4
lines
Added better handling of getaddrinfo errors
Revision 1.33.2.13: download - view: text, markup - select for diffs
Sat Jul 21 19:01:39 2001 UTC (21 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: 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.33.2.12: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.12: +5 -5
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.33.2.12: download - view: text, markup - select for diffs
Thu May 10 04:43:47 2001 UTC (21 years, 8 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_11,
OPENLDAP_REL_ENG_2_0_10
Diff to: previous 1.33.2.11: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.11: +5 -3
lines
Import changes from HEAD including
updated MacOS X support
modlist2mods error reporting
Revision 1.33.2.11: download - view: text, markup - select for diffs
Mon Oct 30 17:36:25 2000 UTC (22 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_7
Diff to: previous 1.33.2.10: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.10: +1 -1
lines
Forced commit:
Update getaddrinfo usage
Revision 1.33.2.10: download - view: text, markup - select for diffs
Mon Oct 30 17:09:15 2000 UTC (22 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
Diff to: previous 1.33.2.9: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.9: +17 -11
lines
Import UTF-8 fixes from devel
ITS#860 and others
Revision 1.33.2.9: download - view: text, markup - select for diffs
Fri Sep 15 01:04:03 2000 UTC (22 years, 4 months ago) by bcollins
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_6,
OPENLDAP_REL_ENG_2_0_5,
OPENLDAP_REL_ENG_2_0_4
Diff to: previous 1.33.2.8: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.8: +5 -4
lines
move some vars to where they are actually used to avoid compiler warnings
Revision 1.33.2.8: download - view: text, markup - select for diffs
Wed Sep 13 20:19:45 2000 UTC (22 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_3,
OPENLDAP_REL_ENG_2_0_2
Diff to: previous 1.33.2.7: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.7: +1 -1
lines
Import changes from devel including:
+ Fixed -lldap SASL got_max_ssf bug
+ Fixed -lldap TCP_NODELAY bug
+ Fixed -llutil sa_flags never set bug
+ Removed lint
plus
clients/tools ldap_init() fixes
-lldap SASL fixes
binary syntax ";binary" transfer change
Revision 1.33.2.7: download - view: text, markup - select for diffs
Fri Aug 18 02:32:54 2000 UTC (22 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_GAMMA,
OPENLDAP_REL_ENG_2_0_1,
OPENLDAP_REL_ENG_2_0_0
Diff to: previous 1.33.2.6: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.6: +4 -7
lines
Import latest changes from devel including removal of CLDAP and BDB2 cruft
Revision 1.33.2.6: download - view: text, markup - select for diffs
Wed Aug 16 19:29:00 2000 UTC (22 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
Diff to: previous 1.33.2.5: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.5: +12 -1
lines
Import latest changes from devel
Revision 1.33.2.5: download - view: text, markup - select for diffs
Sat Jul 29 01:53:09 2000 UTC (22 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
Diff to: previous 1.33.2.4: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.4: +78 -45
lines
Import latest from devel
Revision 1.33.2.4: download - view: text, markup - select for diffs
Sat Jun 17 16:16:57 2000 UTC (22 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_BETA,
OPENLDAP_REL_ENG_2_0_ALPHA4
Diff to: previous 1.33.2.3: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.3: +84 -17
lines
Update to latest devel codes
Revision 1.33.2.3: download - view: text, markup - select for diffs
Tue Jun 13 17:57:19 2000 UTC (22 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
Diff to: previous 1.33.2.2: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.2: +66 -33
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.33.2.2: download - view: text, markup - select for diffs
Fri Sep 10 20:25:26 1999 UTC (23 years, 4 months ago) by kdz
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_ALPHA3
Diff to: previous 1.33.2.1: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.1: +3 -2
lines
Merge in all devel changes since 2.0-alpha2.
Move OPENLDAP_REL_ENG_2_MP forward.
Revision 1.33.2.1: download - view: text, markup - select for diffs
Thu Aug 19 19:32:33 1999 UTC (23 years, 5 months ago) by kdz
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_ALPHA2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +264 -117
lines
Merge in all -devel changes made since branch was created.
Revision 1.72.2.12: download - view: text, markup - select for diffs
Mon Apr 28 23:41:55 2003 UTC (19 years, 9 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
Diff to: previous 1.72.2.11: preferred, colored; branchpoint 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72.2.11: +90 -81
lines
ldap_connect_to_host portability fix...
Revision 1.72.2.11: download - view: text, markup - select for diffs
Wed Mar 5 23:48:32 2003 UTC (19 years, 10 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_17,
OPENLDAP_REL_ENG_2_1_16,
OPENLDAP_REL_ENG_2_1_15
Diff to: previous 1.72.2.10: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.10: +23 -29
lines
Numerous minor fixes from HEAD, see CHANGES
Revision 1.72.2.10: download - view: text, markup - select for diffs
Mon Mar 3 17:10:05 2003 UTC (19 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.72.2.9: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.9: +2 -2
lines
Happy (belated) new year
Revision 1.72.2.9: download - view: text, markup - select for diffs
Mon Feb 10 19:18:16 2003 UTC (19 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_14,
OPENLDAP_REL_ENG_2_1_13
Diff to: previous 1.72.2.8: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.8: +4 -2
lines
Remove dead code and lint
Revision 1.72.2.8: download - view: text, markup - select for diffs
Wed Dec 18 23:46:52 2002 UTC (20 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_12,
OPENLDAP_REL_ENG_2_1_11,
OPENLDAP_REL_ENG_2_1_10
Diff to: previous 1.72.2.7: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.7: +2 -2
lines
Fix typo
Revision 1.72.2.7: download - view: text, markup - select for diffs
Tue Dec 3 21:58:21 2002 UTC (20 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_9
Diff to: previous 1.72.2.6: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.6: +14 -2
lines
updated ldif fixes
libldap getaddrinfo thread safety
ready for release
Revision 1.72.2.6: download - view: text, markup - select for diffs
Mon Aug 12 15:35:04 2002 UTC (20 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: 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
Diff to: previous 1.72.2.5: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.5: +8 -3
lines
IPv6 sockaddr_storage bug
Revision 1.72.2.5: download - view: text, markup - select for diffs
Fri Aug 9 22:04:09 2002 UTC (20 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.72.2.4: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.4: +17 -13
lines
ipv6 buffer overflow fix
Revision 1.72.2.4: download - view: text, markup - select for diffs
Sun Jul 28 19:10:46 2002 UTC (20 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.72.2.3: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.3: +17 -11
lines
mostly new logging
Revision 1.72.2.3: download - view: text, markup - select for diffs
Thu Jun 20 20:12:28 2002 UTC (20 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_3
Diff to: previous 1.72.2.2: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.2: +6 -2
lines
Suck in changes from HEAD
Fix slapd schema error alignment bug
Update slapd SASL proxy policy code
Update slapd require "strong" check
Update back-bdb entry locking
Add slapd disallow bind_simple_unprotected directive
Add back-monitor added monitorContext support
Add slapd IPv4/v6 only options
Ass slapd SASL setpass support
Remove lint
Build Environment
Add monitor backend test
Update <ac/socket.h> SHUT_RDWR
Fix SASL-less build issues
Fix back-perl build issues
Revision 1.72.2.2: download - view: text, markup - select for diffs
Mon Apr 15 15:21:47 2002 UTC (20 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_2
Diff to: previous 1.72.2.1: preferred, colored; branchpoint 1.72: preferred, colored
Changes since revision 1.72.2.1: +8 -4
lines
Suck in HEAD changes since 2.1alpha
Revision 1.72.2.1: download - view: text, markup - select for diffs
Sat Feb 23 22:10:19 2002 UTC (20 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_ALPHA0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +11 -6
lines
Sync with HEAD
Revision 1.90.2.9: download - view: text, markup - select for diffs
Mon Jan 31 15:53:39 2005 UTC (18 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
Diff to: previous 1.90.2.8: preferred, colored; branchpoint 1.90: preferred, colored; next MAIN 1.91: preferred, colored
Changes since revision 1.90.2.8: +6 -6
lines
sync update
restart fix
Revision 1.90.2.8: download - view: text, markup - select for diffs
Thu Jan 20 17:01:01 2005 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_23,
OPENLDAP_REL_ENG_2_2_22,
OPENLDAP_REL_ENG_2_2_21
Diff to: previous 1.90.2.7: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.2.7: +2 -2
lines
Happy new year!
Revision 1.90.2.7: download - view: text, markup - select for diffs
Sat Aug 28 13:35:43 2004 UTC (18 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: 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
Diff to: previous 1.90.2.6: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.2.6: +5 -4
lines
+ Fixed ldapsearch paged results size 0 bug
+ Fixed libldap SASL host connected to bug
+ Fixed libldap SASL proper sockbuf bug
+ Fixed libldap getaddrinfo hints portability bug
Revision 1.90.2.6: download - view: text, markup - select for diffs
Wed Mar 17 20:10:49 2004 UTC (18 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_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.90.2.5: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.2.5: +1 -2
lines
Sync with HEAD
Revision 1.90.2.5: download - view: text, markup - select for diffs
Thu Jan 1 18:16:30 2004 UTC (19 years, 1 month 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.90.2.4: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.2.4: +2 -2
lines
Happy new year
Revision 1.90.2.4: download - view: text, markup - select for diffs
Mon Dec 29 18:10:38 2003 UTC (19 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_4
Diff to: previous 1.90.2.3: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.2.3: +7 -3
lines
(Partial) Sync with HEAD
Revision 1.90.2.3: download - view: text, markup - select for diffs
Mon Dec 1 00:58:26 2003 UTC (19 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_3BETA
Diff to: previous 1.90.2.2: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.2.2: +20 -23
lines
Sync with HEAD
Revision 1.90.2.2: download - view: text, markup - select for diffs
Sun Nov 30 22:20:24 2003 UTC (19 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.90.2.1: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.2.1: +4 -1
lines
First rounded of changes in prep for 2.2.beta3
Revision 1.90.2.1: download - view: text, markup - select for diffs
Thu Sep 18 15:43:32 2003 UTC (19 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.90: preferred, colored
Changes since revision 1.90: +9 -1
lines
Changes from HEAD for beta
Revision 1.108.2.16: download - view: text, markup - select for diffs
Mon May 19 23:28:54 2008 UTC (14 years, 8 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_43,
OPENLDAP_REL_ENG_2_3_42
Diff to: previous 1.108.2.15: preferred, colored; branchpoint 1.108: preferred, colored; next MAIN 1.109: preferred, colored
Changes since revision 1.108.2.15: +7 -1
lines
ITS#5507
Revision 1.108.2.15: download - view: text, markup - select for diffs
Mon Feb 11 23:24:12 2008 UTC (14 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_41
Diff to: previous 1.108.2.14: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.14: +2 -2
lines
Happy new year! (belated)
Revision 1.108.2.14: download - view: text, markup - select for diffs
Sun Jun 10 18:39:53 2007 UTC (15 years, 7 months ago) by hallvard
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.108.2.13: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.13: +6 -6
lines
Import ber_socklen_t (ITS#4629) from HEAD
Revision 1.108.2.13: download - view: text, markup - select for diffs
Tue Jan 2 21:43:49 2007 UTC (16 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.108.2.12: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.12: +2 -2
lines
happy new year
Revision 1.108.2.12: download - view: text, markup - select for diffs
Tue Nov 7 04:06:21 2006 UTC (16 years, 2 months ago) by hyc
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
Diff to: previous 1.108.2.11: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.11: +5 -8
lines
ITS#4606 fix from HEAD - use sock_err* macros instead of errno
Revision 1.108.2.11: download - view: text, markup - select for diffs
Sat Oct 21 04:56:53 2006 UTC (16 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_28
Diff to: previous 1.108.2.10: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.10: +18 -7
lines
ITS#2708 keepalive patch
Revision 1.108.2.10: download - view: text, markup - select for diffs
Tue Jan 3 22:16:08 2006 UTC (17 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: 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.108.2.9: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.9: +2 -2
lines
Happy new year!
Revision 1.108.2.9: download - view: text, markup - select for diffs
Thu Nov 3 18:02:55 2005 UTC (17 years, 2 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_14,
OPENLDAP_REL_ENG_2_3_13,
OPENLDAP_REL_ENG_2_3_12
Diff to: previous 1.108.2.8: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.8: +11 -1
lines
Sync with HEAD
Revision 1.108.2.8: download - view: text, markup - select for diffs
Tue Oct 11 17:42:18 2005 UTC (17 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_11
Diff to: previous 1.108.2.7: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.7: +3 -3
lines
Sync with HEAD
Revision 1.108.2.7: download - view: text, markup - select for diffs
Wed Sep 28 00:30:28 2005 UTC (17 years, 4 months 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_10
Diff to: previous 1.108.2.6: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.6: +6 -5
lines
Sync with HEAD
Changes needs updating for release...
Revision 1.108.2.6: download - view: text, markup - select for diffs
Tue Aug 9 21:03:55 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_7,
OPENLDAP_REL_ENG_2_3_6,
OPENLDAP_REL_ENG_2_3_5
Diff to: previous 1.108.2.5: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.5: +0 -0
lines
Sync with HEAD
Revision 1.108.2.5: download - view: text, markup - select for diffs
Sun Jul 10 04:36:41 2005 UTC (17 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.108.2.4: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.4: +2 -1
lines
Sync with HEAD
Revision 1.108.2.4: download - view: text, markup - select for diffs
Fri Apr 29 21:29:03 2005 UTC (17 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_4,
OPENLDAP_REL_ENG_2_3_3BETA
Diff to: previous 1.108.2.3: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.3: +7 -7
lines
Initial round of changes for 2.3 beta
Revision 1.108.2.3: download - view: text, markup - select for diffs
Wed Feb 2 17:32:43 2005 UTC (17 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_2BETA,
OPENLDAP_REL_ENG_2_3_1ALPHA
Diff to: previous 1.108.2.2: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.2: +7 -6
lines
Sync with HEAD
ready for 1alpha release
Revision 1.108.2.2: download - view: text, markup - select for diffs
Thu Jan 20 18:03:50 2005 UTC (18 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.108.2.1: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.2.1: +2 -2
lines
Sync with HEAD
Revision 1.108.2.1: download - view: text, markup - select for diffs
Fri Dec 31 11:04:27 2004 UTC (18 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_0ALPHA
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +9 -6
lines
Sync with HEAD
Revision 1.118.2.23: download - view: text, markup - select for diffs
Mon Jan 31 19:21:48 2011 UTC (12 years ago) by quanah
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.118.2.22: preferred, colored; branchpoint 1.118: preferred, colored; next MAIN 1.119: preferred, colored
Changes since revision 1.118.2.22: +4 -4
lines
ITS#6813
Revision 1.118.2.22: download - view: text, markup - select for diffs
Tue Jan 4 23:50:03 2011 UTC (12 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.21: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.21: +2 -2
lines
Happy New Year!
Revision 1.118.2.21: download - view: text, markup - select for diffs
Mon Jan 3 22:00:15 2011 UTC (12 years ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.20: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.20: +3 -7
lines
ITS#6672
Revision 1.118.2.20: download - view: text, markup - select for diffs
Tue Apr 13 20:22:58 2010 UTC (12 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_23,
OPENLDAP_REL_ENG_2_4_22
Diff to: previous 1.118.2.19: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.19: +2 -2
lines
happy belated new year
Revision 1.118.2.19: download - view: text, markup - select for diffs
Fri Aug 14 20:31:32 2009 UTC (13 years, 5 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
Diff to: previous 1.118.2.18: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.18: +3 -3
lines
More for prev commit
Revision 1.118.2.18: download - view: text, markup - select for diffs
Thu Aug 13 22:57:30 2009 UTC (13 years, 5 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.17: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.17: +2 -6
lines
Fix prev commit again, IPPROTO_TCP is the documented correct approach
Revision 1.118.2.17: download - view: text, markup - select for diffs
Thu Aug 13 18:58:53 2009 UTC (13 years, 5 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.16: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.16: +5 -1
lines
Fix prev commit, it was not Linux-only as it claimed to be.
Revision 1.118.2.16: download - view: text, markup - select for diffs
Wed Aug 12 23:40:56 2009 UTC (13 years, 5 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.15: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.15: +52 -1
lines
Introduce options to configure tcp-keepalive settings per connection. These
settings only work on Linux and are ignore when not supported (see
Revision 1.118.2.15: download - view: text, markup - select for diffs
Tue Feb 17 21:02:51 2009 UTC (13 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_17,
OPENLDAP_REL_ENG_2_4_16,
OPENLDAP_REL_ENG_2_4_15
Diff to: previous 1.118.2.14: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.14: +2 -2
lines
Warning fixes
Revision 1.118.2.14: download - view: text, markup - select for diffs
Tue Feb 10 23:42:16 2009 UTC (13 years, 11 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_14
Diff to: previous 1.118.2.13: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.13: +4 -1
lines
ITS#5853
Revision 1.118.2.13: download - view: text, markup - select for diffs
Thu Jan 22 00:00:55 2009 UTC (14 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.12: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.12: +2 -2
lines
Update copyright for next release
Revision 1.118.2.12: download - view: text, markup - select for diffs
Fri Dec 12 21:35:18 2008 UTC (14 years, 1 month ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.11: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.11: +4 -4
lines
Fix typo
Revision 1.118.2.11: download - view: text, markup - select for diffs
Mon Nov 17 23:01:04 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_13
Diff to: previous 1.118.2.10: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.10: +2 -2
lines
ITS#5815
Revision 1.118.2.10: download - view: text, markup - select for diffs
Sat Nov 8 00:14:45 2008 UTC (14 years, 2 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.9: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.9: +2 -2
lines
ITS#5369
Revision 1.118.2.9: download - view: text, markup - select for diffs
Wed Sep 3 21:11:06 2008 UTC (14 years, 4 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_12
Diff to: previous 1.118.2.8: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.8: +80 -10
lines
Add LDAP_OPT_CONNECT_CB connection callbacks
Pass LDAPURLDescs to connect functions instead of host/port
Revision 1.118.2.8: download - view: text, markup - select for diffs
Tue May 20 00:05:30 2008 UTC (14 years, 8 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_11,
OPENLDAP_REL_ENG_2_4_10
Diff to: previous 1.118.2.7: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.7: +7 -1
lines
ITS#5507
Revision 1.118.2.7: download - view: text, markup - select for diffs
Tue Apr 15 00:00:36 2008 UTC (14 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_9
Diff to: previous 1.118.2.6: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.6: +2 -2
lines
ITS#5436 (really this time)
Revision 1.118.2.6: download - view: text, markup - select for diffs
Tue Apr 15 00:00:03 2008 UTC (14 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.5: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.5: +798 -165
lines
Revert prev commit, I did something wrong...
Revision 1.118.2.5: download - view: text, markup - select for diffs
Mon Apr 14 20:30:33 2008 UTC (14 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118.2.4: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.4: +165 -798
lines
ITS#5436
Revision 1.118.2.4: download - view: text, markup - select for diffs
Mon Feb 11 23:26:41 2008 UTC (14 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_8
Diff to: previous 1.118.2.3: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.3: +2 -2
lines
Happy new year! (belated)
Revision 1.118.2.3: download - view: text, markup - select for diffs
Fri Aug 31 23:13:55 2007 UTC (15 years, 5 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.118.2.2: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.2: +6 -6
lines
Sync with HEAD for OL 2.4.5
Revision 1.118.2.2: download - view: text, markup - select for diffs
Tue Feb 13 20:22:11 2007 UTC (15 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.118.2.1: preferred, colored; branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.1: +125 -78
lines
Quick merge: everything from HEAD
Revision 1.118.2.1: download - view: text, markup - select for diffs
Thu Oct 19 20:06:40 2006 UTC (16 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +22 -14
lines
Sync with HEAD
______________
© Copyright 1998-2020,
OpenLDAP Foundation, info@OpenLDAP.org