summaryrefslogtreecommitdiffstats
path: root/source3/lib/unix_msg/unix_msg.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move "iov_buf.[ch]" to lib/utilVolker Lendecke2015-02-241-1/+1
* unix_msg: remove cookie from unix_msg_initVolker Lendecke2015-02-131-2/+2
* unix_msg: Fix 80-line formattingVolker Lendecke2015-01-091-2/+4
* lib: Use msghdr_prep_recv_fds in unix_msgVolker Lendecke2015-01-061-7/+4
* lib: Use msghdr_extract_fds in unix_msgVolker Lendecke2015-01-061-56/+19
* lib: Use msghdr in unix_msgVolker Lendecke2015-01-061-120/+59
* lib: unix_dgram_msg does not need "num_fds"Volker Lendecke2015-01-061-2/+0
* lib: Use iov_buf in unix_msgVolker Lendecke2014-12-091-23/+2
* messaging3: Fix sending large messages on FreeBSDVolker Lendecke2014-11-241-0/+4
* unix_msg: Reformat unix_dgram_send a bitVolker Lendecke2014-11-241-1/+3
* s3: lib, s3: modules: Fix compilation on Solaris.Jeremy Allison2014-10-061-9/+10
* s3:unix_msg: close the fds in unix_dgram_recv_handler() after the callback ha...Michael Adam2014-09-301-0/+6
* s3:unix_msg: don't fill cmsg buffer in unix_dgram_send_job()Michael Adam2014-09-301-66/+61
* s3:unix_msg: add close_fd_array_cmsg()Michael Adam2014-09-301-0/+13
* s3:unix_msg: factor extract_fd_array_from_msghdr() out of unix_dgram_recv_han...Michael Adam2014-09-301-19/+27
* s3:unix_msg: simplify queue_msg() by moving space calculations up.Michael Adam2014-09-301-19/+17
* s3:unix_msg: use an iov in unix_dgram_msg/queue_msg instead of buffer and lengthMichael Adam2014-09-301-10/+12
* s3:unix_msg: rename a variable buflen->data_len in queue_msg()Michael Adam2014-09-301-6/+6
* s3:unix_msg: use a buffer pointer instead of array indexes for the iov bufferMichael Adam2014-09-301-4/+7
* s3:unix_msg: remember errno in unix_dgram_send_job in case of send error.Michael Adam2014-09-301-0/+4
* s3:unix_msg: don't close the fd-array at the end of unix_dgram_send_job()Michael Adam2014-09-301-2/+0
* s3:unix_msg: add "close_fds" exit point to unix_msg_recv()Michael Adam2014-09-301-10/+10
* s3:unix_msg: fix a tab<->space mixup in unix_msg_recv()Michael Adam2014-09-271-1/+1
* s3:unix_msg: add fds-array to unix_msg_send() for fd passingMichael Adam2014-09-241-4/+26
* s3:unix_msg: pass the fd array to the unix_msg recv_callback functionStefan Metzmacher2014-09-241-5/+9
* s3:unix_msg: add fds-array to unix_dgram_send() for fd-passingMichael Adam2014-09-241-12/+161
* s3:unix_msg: pass the fd array to the unix_dgram recv_callback functionStefan Metzmacher2014-09-241-7/+13
* s3:unix_msg: read fds from recvmsg in unix_dgram_recv_handler()Michael Adam2014-09-241-3/+52
* s3:unix_msg: add close_fd_array()Stefan Metzmacher2014-09-241-0/+14
* s3:unix_msg: use sendmsg() in unix_dgram_send_job()Stefan Metzmacher2014-09-241-3/+11
* Remove a few #ifdef EWOULDBLOCkVolker Lendecke2014-09-181-6/+0
* 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-181-12/+3
* unix_msg: Lift sockaddr_un handling from unix_msg_initVolker Lendecke2014-06-181-16/+4
* 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: Add unix_msgVolker Lendecke2014-04-231-0/+858