summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3: lib, s3: modules: Fix compilation on Solaris.Jeremy Allison2014-10-061-9/+10
* s3: lib: Signal handling - ensure smbrun and change password code save and re...Jeremy Allison2014-09-301-8/+10
* s3:unix_msg: document closing of fds in the receive handlerMichael Adam2014-09-301-0/+7
* s3:unix_msg: close the fds in unix_dgram_recv_handler() after the callback ha...Michael Adam2014-09-301-0/+6
* s3:messaging: upon receiving fds, dup them so the caller can safely close them.Michael Adam2014-09-301-0/+5
* s3:messaging: allow the messaging receive callback to change the fdsMichael Adam2014-09-303-4/+4
* 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:messaging: msg_type int->uint32_t in struct messaging_hdrMichael Adam2014-09-301-1/+1
* s3:messaging: fix uninitialized data introduced by paddingMichael Adam2014-09-301-0/+1
* s3: Move init_lsa_ref_domain_list to libChristof Schmitt2014-09-291-0/+67
* s3:unix_msg: fix a tab<->space mixup in unix_msg_recv()Michael Adam2014-09-271-1/+1
* s3: tldap_util: Ensure all asn1_XX returns are checked.Jeremy Allison2014-09-261-20/+23
* s3: tldap: Ensure all asn1_XX returns are checked.Jeremy Allison2014-09-261-143/+172
* s3:messaging: add fds-array to messaging_send_iov()Michael Adam2014-09-241-3/+16
* s3:messaging: add fds-array to message-backend send functionMichael Adam2014-09-244-4/+14
* s3:messaging: make it possible to receive a fd array from another processStefan Metzmacher2014-09-244-13/+83
* s3:unix_msg: add fds-array to unix_msg_send() for fd passingMichael Adam2014-09-245-14/+39
* s3:unix_msg: pass the fd array to the unix_msg recv_callback functionStefan Metzmacher2014-09-245-5/+23
* 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
* s3:messaging: use struct initializers for 'struct messaging_rec'Stefan Metzmacher2014-09-242-12/+15
* s3: reset tracepoint handler in reinit_after fork.Michael Adam2014-09-211-2/+5
* lib: Add EMSGSIZE to map_nt_error_from_unixVolker Lendecke2014-09-181-0/+1
* ctdb_conn: Fix a small memory leak when releasing an IPVolker Lendecke2014-09-181-1/+2
* lib: Move tdb lock timeout fns to source3Volker Lendecke2014-09-181-0/+78
* Remove a few #ifdef EWOULDBLOCkVolker Lendecke2014-09-184-50/+4
* lib: Avoid a talloc in write_data_iovVolker Lendecke2014-09-171-9/+3
* s3: utils: Don't directly manipulate errno inside strupper_m().Jeremy Allison2014-09-161-5/+1
* messaging_dgm: Don't expose the messaging_dgm_contextVolker Lendecke2014-09-143-37/+59
* messaging_dgm: Avoid a tallocVolker Lendecke2014-09-141-10/+10
* messaging_dgm: Avoid a tallocVolker Lendecke2014-09-141-7/+8
* messaging_dgm: messaging_dgm_lockfile_remove does not use tmp_ctx anymoreVolker Lendecke2014-09-141-3/+2
* messaging_dgm: messaging_dgm_lockfile_create does not use tmp_ctx anymoreVolker Lendecke2014-09-141-3/+2
* messaging_dgm: Avoid talloc_tos()Volker Lendecke2014-09-141-56/+55
* messaging_dgm: ReformattingVolker Lendecke2014-09-141-2/+1
* messaging_dgm: Remove an unnecessary castVolker Lendecke2014-09-141-2/+1
* messaging3: Avoid messaging_is_self_sendVolker Lendecke2014-08-231-9/+6
* pthreadpool: Slightly serialize jobsVolker Lendecke2014-08-231-1/+1