]> git.sur5r.net Git - openldap/history - libraries/libldap/os-local.c
Merge remote branch 'origin/mdb.master'
[openldap] / libraries / libldap / os-local.c
2011-09-15 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-14 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-13 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-12 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-10 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-07 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-01 Howard ChuMerge remote branch 'mdb4/master'
2011-05-05 Hallvard FurusethITS#6930 Plug ldapi://too-long-path socket leak.
2011-01-05 Kurt ZeilengaHappy New Year
2010-04-13 Kurt Zeilengahappy belated New Year
2009-06-11 Hallvard FurusethCast getpeername() arg from struct sockaddr_un* to...
2009-02-15 Pierangelo Masaratifix misc warnings
2009-01-22 Kurt ZeilengaUpdate copyright notices
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-01-08 Kurt ZeilengaHappy New Year (belated)
2007-06-09 Hallvard FurusethFix HP-UX crash: Replace socklen_t with ber_socklen_t...
2007-03-26 Howard ChuITS#4893 back to pipes...
2007-03-25 Howard ChuITS#4893 just send the client socket, not a pipe descri...
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-02-05 Howard ChuTimeouts should not be malloc'd
2007-01-02 Kurt Zeilengahappy new year
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-23 Kurt ZeilengaSupport Solaris 10's getpeerucred(3) (*** blind commit...
2005-11-23 Kurt Zeilengas/ACCRIGHTS/ACCRIGHTSLEN/
2005-09-10 Pierangelo Masaratisilence warnings
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-13 Kurt Zeilengareplace struct msghdr macros
2005-03-16 Kurt ZeilengaAIX getpeerid support
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-17 Howard ChuAvoid trashing client memory when socket is greater...
2004-10-18 Kurt ZeilengaMove POLL_* macros to <ac/socket.h>
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-04-25 Kurt ZeilengaUpdated string error handling
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-06-06 Hallvard FurusethMake all debug output macros conditional on defined...
2003-05-31 Kurt ZeilengaITS#2558 fix
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-24 Luke HowardClarify copyright
2003-04-29 Hallvard FurusethCast away const.
2003-03-04 Howard ChuMinor cleanup for sendmsg
2003-03-04 Kurt ZeilengaFix initializer
2003-03-02 Kurt ZeilengaAdd acc_rights detection (needs testing)
2003-03-02 Kurt ZeilengaAdd check of <sys/uio.h> and include as needed for...
2003-03-02 Howard ChuCleanup previous commit
2003-03-02 Howard ChuInteroperability fix for sendmsg/recvmsg with access...
2003-03-01 Kurt ZeilengaDon't send extra messages, will cause interoperability...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-04 Howard ChuAdded check for sendmsg(). Added hack to use BSD sendms...
2002-07-28 Kurt ZeilengaFix up restart code for EINTR
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-01-04 Kurt ZeilengaUpdate copyright statements
2000-10-18 Kurt Zeilengafix SOCKET_ERROR typos
2000-10-18 Kurt ZeilengaUse SOCKET_ERROR instead of -1
2000-09-15 Ben Collinsremove unused vars
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-07-06 Kurt ZeilengaRework <ac/errno.h> to provide a STRERROR. Prefers...
2000-07-04 Kurt ZeilengaRename local variable 'sun' to 'sa' to avoid clash...
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-09 Kurt ZeilengaUpdate PF_INET6 and PF_UNIX detection, both default...
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-13 Kurt ZeilengaY2k copyright update
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;