summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build py3 versions of other rpc modulesAlexander Bokovoy2017-07-141-121/+121
* py3: Make sure to specify METH_VARARGS together with METH_KEYWORDSAlexander Bokovoy2017-07-141-1/+1
* s3:smbclient: Allow last dos attribute to be clearedSteve French2017-07-141-3/+21
* vfs_fruit: don't use MS NFS ACEs with Windows clientsRalph Boehme2017-07-131-0/+6
* ctdb-docs: Update documentation of ipreallocated eventMartin Schwenke2017-07-131-18/+17
* ctdb-common: Set close-on-exec when creating PID fileMartin Schwenke2017-07-131-0/+8
* libwbclient: Fix CID 1414781 Dereference null return valueVolker Lendecke2017-07-121-1/+1
* spoolss: Fix CID 1414784 Uninitialized scalar variableVolker Lendecke2017-07-121-9/+9
* CVE-2017-11103: Orpheus' Lyre KDC-REP service name validationJeffrey Altman2017-07-121-2/+2
* dbwrap: Ask CTDB for local tdb open flagsRalph Boehme2017-07-121-3/+19
* ctdbd_conn: pass persistent bool instead of tdb_flagsRalph Boehme2017-07-123-5/+5
* ctdbd_conn: move CTDB_CONTROL_ENABLE_SEQNUM control to db_open_ctdbRalph Boehme2017-07-122-15/+16
* dbwrap: CTDB ignores tdb_flags passed to db attach controlsAmitay Isaacs2017-07-121-1/+1
* dbwrap: enable mutexes by default for volatile TDBsRalph Boehme2017-07-121-1/+1
* ctdb: enable mutexes for volatile TDBs by defaultRalph Boehme2017-07-125-5/+5
* idmap_ad: Retry query_user exactly once if we get TLDAP_SERVER_DOWNDustin L. Howett via samba-technical2017-07-121-1/+18
* selftest: add some basic tests for idmap_adRalph Boehme2017-07-122-1/+102
* selftest: add ad_member_idmap_ad serverRalph Boehme2017-07-123-0/+96
* vfs_fruit: add fruit:model = <modelname> parametric optionGünther Deschner2017-07-123-2/+21
* ctdb-scripts: Fix inline comments in 10.interfaceAnoop C S2017-07-111-1/+1
* s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2017-07-1118-71/+73
* s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2017-07-1018-208/+30
* s3:smbd: consistently use talloc_tos() memory for rpc_pipe_open_interface()Stefan Metzmacher2017-07-102-11/+11
* vfs_fruit: fix a typoRalph Boehme2017-07-101-1/+1
* delete duplicate testHerb Lewis2017-07-081-1/+0
* selftest: add a test for accessing previous version of directories with snapd...Ralph Boehme2017-07-081-0/+23
* s3/smbd: let non_widelink_open() chdir() to directories directlyRalph Boehme2017-07-071-5/+25
* ldb/tests: more thoroughly test empty ldb_msg elementsDouglas Bagnall2017-07-071-3/+29
* ldb: avoid searching empty lists in ldb_msg_find_common_valuesDouglas Bagnall2017-07-071-0/+3
* ldb: Fix index out of bound in ldb_msg_find_common_valuesLukas Slebodnik2017-07-071-9/+1
* s3: tests: Add test for new smbclient "deltree" command.Jeremy Allison2017-07-071-0/+47
* docs: Document new smbclient deltree command.Jeremy Allison2017-07-071-0/+10
* s3: smbclient: Add new command deltree.Jeremy Allison2017-07-071-0/+178
* s3: client: Move struct file_list code to using talloc from malloc.Jeremy Allison2017-07-071-11/+18
* waf: Do not install _ldb_text.py if we have system libldbAndreas Schneider2017-07-071-5/+8
* messaging: Remove messaging_handler_sendVolker Lendecke2017-07-072-89/+0
* notifyd: Remove notifyd_handler_doneVolker Lendecke2017-07-071-13/+0
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_DBVolker Lendecke2017-07-071-35/+36
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_GET_DBVolker Lendecke2017-07-071-25/+22
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_TRIGGERVolker Lendecke2017-07-071-32/+29
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_REC_CHANGEVolker Lendecke2017-07-071-32/+41
* messaging: make messaging_rec_create publicVolker Lendecke2017-07-072-1/+6
* notifyd: Avoid an if-expressionVolker Lendecke2017-07-071-36/+33
* notifyd: Consolidate two #ifdef CLUSTER into oneVolker Lendecke2017-07-071-12/+9
* notifyd: Only ask for messaging_ctdb_conn when clusteringVolker Lendecke2017-07-072-31/+42
* Add support for passing the max_referral_level into the cli call to get a DFS...Richard Sharpe2017-07-072-2/+26
* unittests: Do not install the test_dummy rpc moduleAndreas Schneider2017-07-051-1/+2
* unittests: Add missing stdint.h includeAndreas Schneider2017-07-051-0/+1
* waf: Only build unit tests with selftest enabledAndreas Schneider2017-07-052-2/+3
* Add code to run the tests for 'samba-tool user edit'Rowland Penny2017-07-051-0/+4