summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* s3: printing: Split handling of PE file into separate function.Jeremy Allison2018-05-041-159/+188
* s3: printing: Reformatting of parts of this file to modern coding standards.Jeremy Allison2018-05-041-106/+264
* netlogon: Allow zero-GUID to act the same as NULL in GetDCNameEx2Garming Sam2018-05-041-0/+8
* netlogon: Store the client site to clobber any plausibly returned via winbindGarming Sam2018-05-041-0/+21
* netlogon: Forward GetDCNameEx2 to winbind via IRPCGarming Sam2018-05-043-11/+170
* winbindd_irpc: Add an IRPC call to trigger a DC locateGarming Sam2018-05-041-0/+68
* tests/getdcname: Add a number of tests for GetDCNameExGarming Sam2018-05-043-0/+472
* netlogon: Allow return of error code in future asynchronous winbind forwardsGarming Sam2018-05-041-37/+80
* dsdb: Allow the disable of the Windows server site fallbackGarming Sam2018-05-044-6/+12
* netlogon: Add a comment regarding one of the DC location callsGarming Sam2018-05-041-3/+7
* s3:cleanupd: sends MSG_SMB_UNLOCK twice to interested peersRalph Boehme2018-05-041-2/+0
* s3:cleanupd: use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shut...Ralph Boehme2018-05-042-2/+2
* s3:smbspool: Fix cmdline argument handlingAndreas Schneider2018-05-032-19/+72
* vfs_virusfilter_fsav: Initialize stack pointers per README.CodingAndrew Bartlett2018-05-031-1/+1
* samdb: fix wrong computer container dn for newcomputerJoe Guo2018-05-031-1/+1
* ldb: Prepare to allow tests to operate on ldb_mdb (by using the GUID index)Gary Lockyer2018-05-031-55/+111
* tests/dlz_bind9: support for multiple db types by using ldb://Gary Lockyer2018-05-031-1/+1
* tests: Replace some references to tdb with ldb://Garming Sam2018-05-032-6/+6
* ldb-samba: Handle generic ldb:// url scheme in ldb_relative_path()Gary Lockyer2018-05-031-0/+2
* ldb: Introduce new generic ldb:// prefix to allow backend autodetectionGary Lockyer2018-05-032-0/+70
* dsdb:schema_load: make use of ldb_relative_path() in partition_metadata_open()Gary Lockyer2018-05-031-14/+4
* dsdb:partition_metadata: make use of ldb_relative_path() in partition_metadat...Gary Lockyer2018-05-031-11/+8
* ldb tests: add cmocka tests of kv operation interactions with transactionsGary Lockyer2018-05-031-0/+184
* ldb tests: api ensure database correctly populatedGary Lockyer2018-05-031-0/+13
* ldb_tdb: Disallow reads without a transaction or read lockAndrew Bartlett2018-05-031-0/+5
* ldb_tdb: Disallow TDB nested transactions and use tdb_transaction_active()Gary Lockyer2018-05-032-13/+10
* ldb_tdb: Do not make search or DB modifications without a lockGary Lockyer2018-05-031-12/+38
* ldb: make key/value backends expose if there is an active transactionGary Lockyer2018-05-032-0/+7
* ldb_tdb: Make sure max_key_length != 0 requires a GUID index modeGary Lockyer2018-05-031-1/+17
* ldb/tests: don't use TEVENT_DEPRECATED in ldb_kv_ops_test.cStefan Metzmacher2018-05-031-3/+0
* gitlab-ci: Run samba-ad-dc-2 in the shared environmentAndrew Bartlett2018-05-032-5/+6
* gitlab-ci: Use YAML templates to reduce duplicationAndrew Bartlett2018-05-032-54/+21
* gitlab-ci: split up gitlab-ci fileAndrew Bartlett2018-05-032-45/+48
* autobuild: Extend build combinations tested to include --without-ldapAndrew Bartlett2018-05-031-2/+2
* selftest: Allow make test to run with --address-sanitizerAndrew Bartlett2018-05-032-0/+35
* s4-lsa: Fix use-after-free in LSA serverAndrew Bartlett2018-05-031-3/+0
* Fix some incorrect debug messages that look to be copy-paste issues.Richard Sharpe2018-05-031-3/+3
* python.gpo.ADS_STRUCT: check type of loadparm argumentDouglas Bagnall2018-05-032-1/+15
* samba_dnsupdate: Put samba.kcc import after path insert of bin/pythonGarming Sam2018-05-031-1/+1
* s3: libsmbclient: Fix hard-coded connection error return of ETIMEDOUT.Jeremy Allison2018-05-031-1/+1
* s3: VFS: Default. Move vfs_read_data() out of source3/smbd/vfs.c to the print...Jeremy Allison2018-05-023-26/+28
* s3: VFS: default: Remove recursion into the VFS inside the default pread call.Jeremy Allison2018-05-021-1/+1
* s3: VFS: default: Remove fallback if we don't have HAVE_PREAD set. Samba does...Jeremy Allison2018-05-021-22/+2
* s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.Jeremy Allison2018-05-0211-118/+3
* s3: vfs: Use the new smb_vfs_fsync_sync() call in place of SMB_VFS_FSYNC().Jeremy Allison2018-05-012-3/+2
* s3: VFS: Add a synchronous smb_vfs_fsync_sync() call, built from async primit...Jeremy Allison2018-05-012-0/+40
* ctdb-scripts: Remove function rewrite_ctdb_options()Martin Schwenke2018-05-011-26/+0
* ctdb-scripts: Drop support for CTDB_DBDIR=tmpfsMartin Schwenke2018-05-012-48/+0
* ctdb-daemon: Change default volatile database directoryMartin Schwenke2018-05-016-7/+6
* ctdb-tests: CTDB_DBDIR_PERSISTENT should not depend on CTDB_DBDIRMartin Schwenke2018-05-013-8/+11