Use full path to dlinklist.h in includes.
[obnox/samba/samba-obnox.git] / source3 / lib / unix_msg / unix_msg.c
2016-01-13 Jelmer VernooijUse full path to dlinklist.h in includes.
2015-10-01 Volker Lendeckelib: We can do ACCRIGHTS style fdpassing
2015-10-01 Volker Lendeckelib: We only need the fd-passing check once
2015-04-22 Youzhong Yangs3-unix_msg: remove socket file after closing socket fd
2015-03-19 Noel Powerfix failing fd passing message by passing needed buffer...
2015-02-24 Volker Lendeckelib: Move "iov_buf.[ch]" to lib/util
2015-02-13 Volker Lendeckeunix_msg: remove cookie from unix_msg_init
2015-01-09 Volker Lendeckeunix_msg: Fix 80-line formatting
2015-01-05 Volker Lendeckelib: Use msghdr_prep_recv_fds in unix_msg
2015-01-05 Volker Lendeckelib: Use msghdr_extract_fds in unix_msg
2015-01-05 Volker Lendeckelib: Use msghdr in unix_msg
2015-01-05 Volker Lendeckelib: unix_dgram_msg does not need "num_fds"
2014-12-09 Volker Lendeckelib: Use iov_buf in unix_msg
2014-11-24 Volker Lendeckemessaging3: Fix sending large messages on FreeBSD
2014-11-24 Volker Lendeckeunix_msg: Reformat unix_dgram_send a bit
2014-10-06 Jeremy Allisons3: lib, s3: modules: Fix compilation on Solaris.
2014-09-30 Michael Adams3:unix_msg: close the fds in unix_dgram_recv_handler...
2014-09-30 Michael Adams3:unix_msg: don't fill cmsg buffer in unix_dgram_send_...
2014-09-30 Michael Adams3:unix_msg: add close_fd_array_cmsg()
2014-09-30 Michael Adams3:unix_msg: factor extract_fd_array_from_msghdr()...
2014-09-30 Michael Adams3:unix_msg: simplify queue_msg() by moving space calcu...
2014-09-30 Michael Adams3:unix_msg: use an iov in unix_dgram_msg/queue_msg...
2014-09-30 Michael Adams3:unix_msg: rename a variable buflen->data_len in...
2014-09-30 Michael Adams3:unix_msg: use a buffer pointer instead of array...
2014-09-30 Michael Adams3:unix_msg: remember errno in unix_dgram_send_job...
2014-09-30 Michael Adams3:unix_msg: don't close the fd-array at the end of...
2014-09-30 Michael Adams3:unix_msg: add "close_fds" exit point to unix_msg_recv()
2014-09-27 Michael Adams3:unix_msg: fix a tab<->space mixup in unix_msg_recv()
2014-09-24 Michael Adams3:unix_msg: add fds-array to unix_msg_send() for fd...
2014-09-24 Stefan Metzmachers3:unix_msg: pass the fd array to the unix_msg recv_cal...
2014-09-24 Michael Adams3:unix_msg: add fds-array to unix_dgram_send() for...
2014-09-24 Stefan Metzmachers3:unix_msg: pass the fd array to the unix_dgram recv_c...
2014-09-24 Michael Adams3:unix_msg: read fds from recvmsg in unix_dgram_recv_h...
2014-09-24 Stefan Metzmachers3:unix_msg: add close_fd_array()
2014-09-24 Stefan Metzmachers3:unix_msg: use sendmsg() in unix_dgram_send_job()
2014-09-18 Volker LendeckeRemove a few #ifdef EWOULDBLOCk
2014-07-28 Volker Lendeckeunix_msg: simplify unix_msg_send
2014-07-28 Volker Lendeckeunix_msg: Use struct initializers
2014-07-28 Volker Lendeckeunix_msg: Use empty arrays in structs
2014-06-18 Volker Lendeckeunix_msg: Lift sockaddr_un handling from unix_msg_send
2014-06-18 Volker Lendeckeunix_msg: Lift sockaddr_un handling from unix_msg_init
2014-06-18 Volker Lendeckeunix_msg: Lift sockaddr_un handling from unix_dgram_send
2014-06-18 Volker Lendeckeunix_msg: Lift sockaddr_un handling from unix_dgram_sen...
2014-06-18 Volker Lendeckeunix_msg: Lift sockaddr_un handling from unix_dgram_init
2014-06-02 Michael Adams3:messaging: protect use of msg_control with HAVE_STRU...
2014-05-30 Michael Adams3:messaging: change unix_dgram_recv_handler() to use...
2014-05-24 Volker Lendeckeunix_msg: Simplify unix_msg_send a bit
2014-04-23 Volker Lendeckelib: Add unix_msg