]> git.sur5r.net Git - openldap/history - libraries/libldap/os-ip.c
do not hijack loop counter (ITS#6813; blind fix)
[openldap] / libraries / libldap / os-ip.c
2011-01-29 Pierangelo Masaratido not hijack loop counter (ITS#6813; blind fix)
2011-01-05 Kurt ZeilengaHappy New Year
2010-10-13 Howard ChuITS#6672 mutex cleanup
2010-04-13 Kurt Zeilengahappy belated New Year
2009-08-14 Howard ChuMore for prev commit
2009-08-13 Howard ChuFix prev commit again, IPPROTO_TCP is the documented...
2009-08-13 Howard ChuFix prev commit, it was not Linux-only as it claimed...
2009-05-06 Ralf HaferkampIntroduce options to configure tcp-keepalive settings...
2009-02-15 Pierangelo Masaratifix misc warnings
2009-02-10 Howard ChuITS#5853 restructure wait4msg / try_read1msg again...
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-12-12 Ralf HaferkampFixed typo
2008-11-16 Hallvard FurusethITS#5815: Fix typo "#elif defined( MAXHOSTNAMELEN".
2008-10-09 Howard ChuITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher...
2008-08-15 Howard ChuPass LDAPURLDescs to connect functions instead of host...
2008-08-15 Howard ChuConnect callbacks need error recovery checks
2008-08-14 Howard ChuAdd LDAP_OPT_CONNECT_CB connection callbacks
2008-05-15 Hallvard FurusethITS#5507: Set FD_CLOEXEC (close on exec) flag on LDAP...
2008-03-18 Hallvard FurusethITS#5436: make htons() port number unsigned
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-06-10 Hallvard Furusethint -> ber_socklen_t for getsockopt()
2007-06-09 Hallvard FurusethFix HP-UX crash: Replace socklen_t with ber_socklen_t...
2007-02-05 Howard ChuTimeouts should not be malloc'd
2007-02-02 Pierangelo Masaratiremove unused code
2007-02-02 Howard ChuKeep HAVE_POLL functionality inside its #ifdefs
2007-01-09 Howard ChuITS#4799 remove all references to kbind
2007-01-07 Pierangelo MasaratiFirst cut to truly async connect:
2007-01-02 Kurt Zeilengahappy new year
2006-10-14 Pierangelo Masaratiapply slightly revised patch for SO_KEEPALIVE (ITS...
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-01-03 Kurt ZeilengaHappy new year!
2005-10-14 Kurt ZeilengaITS#3440: (blind) fix for VxWorks inet_ntoa(3) leak,
2005-10-08 Howard ChuDon't set ndelay on socket connect if no timeout was...
2005-09-10 Pierangelo Masaratisilence warnings
2005-06-29 Pierangelo Masaratimore on ITS#3808
2005-04-13 Howard ChuOmit FD_SETSIZE check for Winsock
2005-03-30 Kurt ZeilengaITS#3614: prevent overflow when using result of sysconf...
2005-01-28 Kurt ZeilengaITS#3524 (partial): reinit FDSETs
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-31 Kurt Zeilengainet_addr cleanup
2004-11-17 Howard ChuAvoid trashing client memory when socket is greater...
2004-10-19 Howard ChuFix typo in select call
2004-10-18 Kurt ZeilengaMove POLL_* macros to <ac/socket.h>
2004-10-18 Kurt ZeilengaCatch POLLERR and POLLHUP.
2004-10-18 Kurt ZeilengaFix bug in last commit
2004-10-18 Kurt ZeilengaRough but working poll(2) implementation for -lldap
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-27 Kurt ZeilengaInstead of removing AI_ADDRCONFIG, place behind #ifdef...
2004-08-15 Howard ChuRevert rev 1.92, AI_ADDRCONFIG is not a legal flag...
2004-07-09 Kurt Zeilengabasic poll(2) implementation for connect(2) (needs...
2004-07-09 Kurt ZeilengaMark areas needed poll(2) support with HAVE_POLL.
2004-03-05 Howard ChuITS#2992 Windows fixes from Alexey Melnikov
2004-01-01 Kurt ZeilengaHappy new year
2003-12-21 Kurt ZeilengaRevert #if 0
2003-11-30 Kurt ZeilengaMisc cleanup
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-10-29 Stig Venaasuse AI_ADDRCONFIG if possible to not lookup AAAA when...
2003-06-06 Hallvard FurusethMake all debug output macros conditional on defined...
2003-04-22 Kurt ZeilengaDon't do (unsafe) DNS reverse lookups.
2003-04-21 Kurt ZeilengaMore ldap_connect_to_host() tweaks.
2003-04-21 Kurt ZeilengaFix builds when getaddrinfo is not detected but getname...
2003-04-21 Kurt ZeilengaITS#2459 (partial) fix. Eliminate address parameter...
2003-03-05 Howard ChuAdded ldap_pvt_get_hname. Use instead of ldap_pvt_getho...
2003-02-10 Kurt ZeilengaRemove lint
2003-01-03 Kurt ZeilengaHappy new year
2002-12-16 Howard ChuFix typo in UDP logmsg
2002-12-03 Kurt ZeilengaITS#2221: getaddrinfo(3) not thread-safe on some platfo...
2002-08-10 Kurt ZeilengaSome more sockaddr_in v sockaddr_storage cleanup
2002-08-09 Kurt ZeilengaITS#2018: use sockaddr_storage
2002-07-28 Kurt ZeilengaFix up restart code for EINTR
2002-07-12 Stig VenaasUse AF_INET instead of AF_UNSPEC when IPv6 disabled
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-19 Kurt ZeilengaAdd monitorContext rootDSE attribute
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-03-29 Julius EnarusaiAdded LDAP_LOG messages
2002-02-21 Kurt ZeilengaIf port is zero, use default.
2002-01-10 Kurt ZeilengaRemove lint
2002-01-10 Howard ChuFor Windows, use getsockopt() to retrieve error if...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-24 Kurt ZeilengaClean up some symbol scoping
2001-10-07 Kurt ZeilengaFix ntohs/htons issues
2001-10-01 Kurt ZeilengaRework DB_THREAD support. CDB support needs reimplemen...
2001-09-29 Kurt ZeilengaRework getaddrinfo/inet_ntop not to segfault with ai_ad...
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-06-25 Kurt ZeilengaTLS doesn't need ldap_host_connected_to()
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2001-05-09 Kurt ZeilengaAdd HAVE_INET_NTOP
2000-10-19 Kurt ZeilengaThis patch replaces gai_strerror with AC_GAI_STRERROR...
2000-10-18 Kurt Zeilengafix SOCKET_ERROR typos
2000-10-18 Kurt ZeilengaUse SOCKET_ERROR instead of -1
2000-09-15 Ben Collinsmove some vars to where they are actually used to avoid...
2000-09-13 Ben CollinsFix error in if() statement (==, not =)
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-08-15 Kurt ZeilengaTreat INADDR_LOOPBACK (as well as INADDR_ANY) as local...
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-16 Kurt ZeilengaFix typo in last commit
2000-06-16 Kurt ZeilengaAdd 1st libldap IPv6 patch (ITS#594) from Stig Venass.
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-07 Kurt ZeilengaUse LDAP_VFREE and friends. Other misc code cleanup.
next