summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3:messaging: fix conversion specifierRalph Boehme2014-11-091-2/+3
* s3: nmbd: Ensure NetBIOS names are only 15 characters stored.Jeremy Allison2014-11-041-1/+9
* serverid: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-1/+9
* server_mutex: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-1/+6
* g_lock: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-1/+9
* dbwrap_watch: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-1/+7
* sharesec: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-2/+10
* eventlog: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-3/+7
* Change expired password flag indicatorGabriel Buades2014-11-031-1/+1
* ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs2014-10-283-12/+10
* build: Remove configure checks for ctdb headersAmitay Isaacs2014-10-282-21/+1
* ctdb: Rename ctdb socket variable from CTDB_PATH to CTDB_SOCKETAmitay Isaacs2014-10-282-3/+3
* build: Remove checks for ctdb featuresAmitay Isaacs2014-10-283-45/+0
* s3-netapi: add DS_8 and WS flags to libnetapi and nltest.Günther Deschner2014-10-242-1/+6
* messaging3: Fix running down a messaging_contextVolker Lendecke2014-10-241-0/+16
* poll_funcs_tevent: Fix a valgrind errorVolker Lendecke2014-10-241-8/+20
* s3:lib/netapi: avoid calling cli_set_username()Stefan Metzmacher2014-10-171-3/+1
* s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher2014-10-171-1/+0
* s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett2014-10-171-1/+0
* gencache: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-0/+11
* 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