summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/netapi/examples: fix pointer from integer error in nltest.cStefan Metzmacher2014-11-251-1/+1
* s3:lib/netapi/tests: fix invalid switch enum level warningStefan Metzmacher2014-11-251-1/+1
* s3:lib: fix/simplify srprs_hex()Stefan Metzmacher2014-11-251-10/+6
* 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
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-171-1/+1
* dbwrap_ctdb: Pass on mutex flags to tdb_openVolker Lendecke2014-11-161-1/+2
* s3:lib: fix const warnings in popt_common.cStefan Metzmacher2014-11-151-3/+6
* lib: Slightly simplify strupper_mVolker Lendecke2014-11-141-2/+2
* eventlog: Free tos talloced path.David Disseldorp2014-11-101-0/+1
* Use tevent_req_simple_recv_unix in a few placesVolker Lendecke2014-11-103-17/+3
* 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