]> git.sur5r.net Git - openldap/history - libraries/liblutil/getpeereid.c
ITS#5615 return success on Solaris 10
[openldap] / libraries / liblutil / getpeereid.c
2008-07-15 Howard ChuITS#5615 return success on Solaris 10
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-06-09 Hallvard FurusethITS#5007: Wrap code using MSG_WAITALL in #ifdef MSG_WAI...
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 fix prev commit
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-01-02 Kurt Zeilengahappy new year
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-23 Kurt ZeilengaAnother getpeerucred(3) fix.
2005-11-23 Kurt Zeilengacleanup last commit
2005-11-23 Kurt ZeilengaSupport Solaris 10's getpeerucred(3) (*** blind commit...
2005-11-23 Kurt Zeilengas/ACCRIGHTS/ACCRIGHTSLEN/
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-13 Kurt Zeilengareplace struct msghdr macros
2005-07-18 Hallvard Furusethsize_t peercredlen -> socklen_t peercredlen in #if...
2005-03-16 Kurt ZeilengaAIX getpeerid support
2005-03-15 Kurt Zeilengacleanup
2005-02-03 Luke HowardITS#3439 (NetBSD support for getpeereid())
2005-01-01 Kurt ZeilengaHappy New Year!
2004-01-01 Kurt ZeilengaHappy new year
2003-11-25 Kurt ZeilengaNotice updates
2003-05-05 Kurt ZeilengaBlind fix for NGROUPS Tru64 5.1 bug (ITS#2485)
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 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-11 Howard ChuFix previous commit, fstat arg was wrong.
2002-12-04 Howard ChuFix prev commit - require passed descriptor to be a...
2002-12-04 Howard ChuAdded check for sendmsg(). Added hack to use BSD sendms...
2002-12-04 Kurt ZeilengaUse getpeereid(3) where available else use *_PEERCRED...