summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs-xml: autogenerate a doc.version XML entity.Stefan Metzmacher2017-12-136-3/+24
* docs-xml/Makefile.settings.in: make sure we don't require network accessKarolin Seeger2017-12-131-1/+1
* selftest: Fix copyright header on samba.dsdb_lockAndrew Bartlett2017-12-131-2/+2
* ctdb-recovery-helper: Deregister message handler in error pathsAmitay Isaacs2017-12-131-4/+12
* ctdb-client: Add async version for ctdb_client_init()Amitay Isaacs2017-12-132-66/+166
* ctdb-common: Avoid using void ** argumentAmitay Isaacs2017-12-132-3/+3
* ctdb-build: Apply dependency to correct subsystemAmitay Isaacs2017-12-131-2/+2
* selftest: Add cleanup of ForeignSecurityPrincipal in samba.dsdb testAndrew Bartlett2017-12-131-0/+3
* selftest: Fix flapping samba.dsdb testAndrew Bartlett2017-12-131-1/+1
* pthreadpool: Fix deadlockVolker Lendecke2017-12-131-0/+3
* pthreadpool: Add some assertsVolker Lendecke2017-12-131-3/+7
* pthreadpool: Simplify the logic in add_job a bitVolker Lendecke2017-12-121-15/+21
* smbd: Enable async I/O by defaultVolker Lendecke2017-12-124-6/+8
* vfs_aio_fork: Use a shorter random delayVolker Lendecke2017-12-121-1/+1
* vfs_aio_fork: Fix vfs_aio_pwriteVolker Lendecke2017-12-121-0/+2
* vfs_aio_fork: Fix vfs_aio_preadVolker Lendecke2017-12-121-2/+14
* vfs_aio_fork: Fix a crash in aio_forkVolker Lendecke2017-12-121-25/+19
* vfs_aio_fork: Drop "volatile" from the mmap area in aio_forkVolker Lendecke2017-12-121-1/+1
* smbd: Fix async large readVolker Lendecke2017-12-121-1/+1
* torture: Check messaging_send_allVolker Lendecke2017-12-125-0/+283
* messaging: Ignore messages from ourselvesVolker Lendecke2017-12-121-0/+5
* messaging: Don't do self-sends in messaging_send_allVolker Lendecke2017-12-121-0/+5
* Remove unsupported colon from configure msg.Zentaro Kavanagh2017-12-121-1/+1
* Added smbc_SetLogCallback which lets third party code to capture libsmbclient...Puran Chand2017-12-105-1/+224
* tests: make password valid in openldap provision testJamie McClymont2017-12-102-2/+1
* samba-tool: validate password early in `domain provision`Jamie McClymont2017-12-1010-6/+157
* source4 dsdb: Allow duplicate non local objectSIDsGary Lockyer2017-12-103-2/+2
* source4 dsdb modules: Add new module "unique_object_sids"Gary Lockyer2017-12-105-0/+800
* ldb ldb_index: Add an attriubute flag to require a unique value.Gary Lockyer2017-12-103-1/+337
* tests dsdb: Add tests for optionally unique objectSID'sGary Lockyer2017-12-102-1/+80
* s3:glock: Move sanity check in g_lock_parse()Andreas Schneider2017-12-101-2/+2
* pthreadpool: Add a test for the race condition fixed in the last commitVolker Lendecke2017-12-091-0/+82
* pthreadpool: Fix starvation after forkVolker Lendecke2017-12-091-18/+75
* s3-selftest: fix creation of large fileJamie McClymont2017-12-091-1/+1
* s3: test_smbclient_s3: Fix restore of TZ.Jeremy Allison2017-12-081-2/+2
* s3:winbindd: Use a stackframe for memory management in _wbint_QueryGroupListAndreas Schneider2017-12-081-21/+22
* Add mdns name configuration optionKevin Anderson2017-12-086-3/+71
* selftest: Rework samba.dsdb locking test to samba.dsdb_lockAndrew Bartlett2017-12-084-414/+404
* pthreadpool: Add test for pthread_create failureChristof Schmitt2017-12-083-0/+190
* wscript: Add check for --wrap linker flagChristof Schmitt2017-12-081-0/+4
* pthreadpool: Undo put_job when returning errorChristof Schmitt2017-12-081-2/+26
* pthreadpool: Move creating of thread to new functionChristof Schmitt2017-12-081-34/+45
* s4:kdc: only map SDB_ERR_NOT_FOUND_HERE to HDB_ERR_NOT_FOUND_HEREStefan Metzmacher2017-12-061-6/+18
* HEIMDAL:kdc: fix dh->q allocation check in get_dh_param()Stefan Metzmacher2017-12-061-1/+1
* third_party: Update socket_wrapper to version 1.1.9Andreas Schneider2017-12-063-348/+962
* third_party: Fix a typo in the option nameAndreas Schneider2017-12-061-3/+3
* third_party: Link th aesni-intel library with -z noexecstackBjörn Baumbach2017-12-061-0/+3
* s3: libsmb: Plumb in the new SMB2 get reparse point calls into the cli_readli...Jeremy Allison2017-12-061-10/+31
* s3: libsmb: Add SMB2 calls cli_smb2_get_reparse_point_fnum_send()/cli_smb2_ge...Jeremy Allison2017-12-062-0/+109
* s3: libsmb: Do a naive response to SMB2 "stopped on symlink". Assume the last...Jeremy Allison2017-12-061-1/+64