summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-2115: s3:lib/netapi: use SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-03-301-1/+1
* lib: Use asn1_has_error()Volker Lendecke2016-03-291-3/+3
* s3:lib/errmap_unix: map EOVERFLOW to NT_STATUS_ALLOTTED_SPACE_EXCEEDEDRalph Boehme2016-01-061-0/+3
* s3:lib: validate domain name in lookup_wellknown_name()Ralph Boehme2015-10-211-3/+10
* s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socketStefan Metzmacher2015-10-121-1/+5
* s3-util: Compare the maximum allowed length of a NetBIOS nameRoel van Meer2015-08-311-1/+1
* s3:lib: fix some corner cases of open_socket_out_cleanup()Stefan Metzmacher2015-08-181-0/+3
* lib: Fix rundown of open_socket_out()Volker Lendecke2015-08-181-12/+33
* s3:util: add internal function for transfer_file that uses pread/pwriteRalph Boehme2015-08-171-2/+81
* s3:lib/addrchange: make use of tdgram_* in addrchange_*()Stefan Metzmacher2015-06-301-36/+55
* s3:lib/addrchange: look at the correct nl_pid in addrchange_done()Stefan Metzmacher2015-06-301-4/+4
* s3:lib/background: make sure we destroy a pending read_packet_send() before c...Stefan Metzmacher2015-06-301-0/+8
* s3-unix_msg: remove socket file after closing socket fdYouzhong Yang2015-06-151-1/+1
* Add IPv6 support for determining FQDN during ADS join.David Holder2015-06-011-21/+33
* s3: lib: util: Ensure we read a hex number as %x, not %u.Jeremy Allison2015-06-011-1/+1
* gencache: don't fail gencache_stabilize if there were records to delete.Michael Adam2015-05-201-1/+1
* util_sd: Make server conncection optionalChristof Schmitt2015-05-051-1/+5
* smbcacls: Move sec_desc_print to common fileChristof Schmitt2015-05-051-0/+82
* smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt2015-05-051-0/+354
* smbcacls: Move StringToSid to common fileChristof Schmitt2015-05-051-0/+61
* smbcacls: Move SidToString to common fileChristof Schmitt2015-05-051-0/+113
* s3: lib, s3: modules: Fix compilation on Solaris.Jeremy Allison2015-01-271-9/+10
* gencache: Request mutexes for gencache_notrans.tdbChristof Schmitt2015-01-241-1/+2
* gencache: Convert gencache.tdb to tdb_wrapChristof Schmitt2015-01-241-28/+30
* gencache: Convert gencache_notrans to use tdb_wrapChristof Schmitt2015-01-241-25/+28
* s3:gencache: don't use transaction non non-persistent gencache_notrans.tdbMichael Adam2015-01-241-8/+44
* s3:gencache: simply stabilize() a bit more: remove error from stateMichael Adam2015-01-241-5/+1
* s3:gencache: fix logic in stabilization when deleting a record from stable cacheMichael Adam2015-01-241-3/+3
* lib: Use tdb_parse_record in gencache_setVolker Lendecke2015-01-241-7/+15
* s3-util: Fix authentication with long hostnames.Andreas Schneider2015-01-151-1/+3
* s3:idmap_cache: remove unused idmap_cache_set_sid2[u|g]id()Stefan Metzmacher2014-12-182-74/+0
* s3:vfs: add SMB_VFS_READDIR_ATTR()Ralph Boehme2014-12-081-0/+37
* s3-lib: Do not require a password with --use-ccache.Andreas Schneider2014-12-081-1/+2
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-241-1/+1
* dbwrap_ctdb: Pass on mutex flags to tdb_openVolker Lendecke2014-11-241-1/+2
* s3: nmbd: Ensure NetBIOS names are only 15 characters stored.Jeremy Allison2014-11-071-1/+9
* ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs2014-11-073-12/+10
* build: Remove configure checks for ctdb headersAmitay Isaacs2014-11-072-21/+1
* ctdb: Rename ctdb socket variable from CTDB_PATH to CTDB_SOCKETAmitay Isaacs2014-11-072-3/+3
* build: Remove checks for ctdb featuresAmitay Isaacs2014-11-073-45/+0
* 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