summaryrefslogtreecommitdiffstats
path: root/source3/lib/unix_msg
Commit message (Expand)AuthorAgeFilesLines
* unix_msg: simplify unix_msg_sendVolker Lendecke2014-07-281-12/+5
* unix_msg: Use struct initializersVolker Lendecke2014-07-281-32/+32
* unix_msg: Use empty arrays in structsVolker Lendecke2014-07-281-3/+3
* unix_msg: Lift sockaddr_un handling from unix_msg_sendVolker Lendecke2014-06-184-21/+16
* unix_msg: Lift sockaddr_un handling from unix_msg_initVolker Lendecke2014-06-184-35/+30
* unix_msg: Lift sockaddr_un handling from unix_dgram_sendVolker Lendecke2014-06-181-19/+17
* unix_msg: Lift sockaddr_un handling from unix_dgram_send_queue_initVolker Lendecke2014-06-181-13/+7
* unix_msg: Lift sockaddr_un handling from unix_dgram_initVolker Lendecke2014-06-181-16/+23
* s3:messaging: protect use of msg_control with HAVE_STRUCT_MSGHDR_MSG_CONTROLMichael Adam2014-06-031-0/+4
* s3:messaging: change unix_dgram_recv_handler() to use recvmsg, not recvMichael Adam2014-05-301-1/+15
* unix_msg: Simplify unix_msg_send a bitVolker Lendecke2014-05-241-3/+2
* lib: Enhance poll_funcs_tevent for multiple tevent_contextsVolker Lendecke2014-05-083-12/+38
* lib: Add unix_msgVolker Lendecke2014-04-236-0/+1357