summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* selftest: rename schemaupgrade_dc (+pair) to schema_dcGarming Sam2019-04-124-17/+17
* ndrdump: change behaviour of flags to operate as flagsAndrew Bartlett2019-04-121-4/+4
* ndrdump: Remove local variables for pipesMichael Hanselmann2019-04-121-8/+4
* ldb: Avoid calling talloc_get_type() in ldb_kv_parse_data_unpack()Andrew Bartlett2019-04-121-3/+4
* utils: Move conn_tdb.c to utils/Volker Lendecke2019-04-126-6/+9
* smbd: Remove some unused includesVolker Lendecke2019-04-115-5/+0
* build: Move smbstatus definition to source3/utils/wscript_buildVolker Lendecke2019-04-112-19/+19
* lib: remove duplicate checkSwen Schillig2019-04-111-4/+0
* source4: Update error check for new string conversion wrapperSwen Schillig2019-04-112-2/+2
* libcli: Update error check for new string conversion wrapperSwen Schillig2019-04-111-3/+3
* common-lib: Update error check for new string conversion wrapperSwen Schillig2019-04-113-15/+5
* ctdb-tools: Update error check for new string conversion wrapperSwen Schillig2019-04-111-3/+2
* ctdb-protocol: Update error check for new string conversion wrapperSwen Schillig2019-04-111-2/+2
* modules: Update error check for new string conversion wrapperSwen Schillig2019-04-111-3/+2
* utils: Update error check for new string conversion wrapperSwen Schillig2019-04-114-18/+7
* lib: Update error check for new string conversion wrapperSwen Schillig2019-04-112-2/+2
* lib: modify string conversion wrapper to handle invalid stringsSwen Schillig2019-04-111-1/+18
* tests/ldb_kv: Add another case for completenessGarming Sam2019-04-111-0/+1
* ldb_kv: Avoid memdup of database records in the case of base searchesGarming Sam2019-04-116-39/+88
* ldb_mdb: Change function declaration as per README.codingGarming Sam2019-04-111-1/+2
* ldb_kv: Remove unnecessary spaceGarming Sam2019-04-111-1/+1
* selftest: split schemaupgrade testenv outAaron Haslett2019-04-112-0/+17
* repl: test for schema object and LA repl across chunksAaron Haslett2019-04-114-8/+327
* selftest: tagging tests for new schemaupgrade_dc targetAaron Haslett2019-04-112-12/+22
* selftest: Add new 2-DC testenv for live schema upgradeTim Beale2019-04-114-0/+128
* dsdb/repl: we need to replicate the whole schema before we can apply itStefan Metzmacher2019-04-111-10/+164
* dsdb:samdb: schemainfo update with relax controlAaron Haslett2019-04-112-2/+1
* python/provision: use provision and relax controls for schema provisionStefan Metzmacher2019-04-111-7/+12
* s4:provision: split out provision_self_join_modify_schema.ldifStefan Metzmacher2019-04-113-7/+10
* ldapcmp: ignore 'schemaInfo' if two domains are comparedStefan Metzmacher2019-04-111-1/+1
* samdb: test for schemainfo update with relax controlAaron Haslett2019-04-113-5/+13
* drsuapi.idl: add DRSUAPI_ATTID_schemaInfoStefan Metzmacher2019-04-111-0/+1
* ldb_kv: Skip @ records early in a search full scanAndrew Bartlett2019-04-104-17/+35
* vfs_full_audit: Fix logging of get_real_filename outputChristof Schmitt2019-04-101-1/+1
* ctdb-test: Adding test case to verify queue resizeingSwen Schillig2019-04-102-0/+75
* ctdb-test: Adding test case verifying data in buffer moveSwen Schillig2019-04-092-0/+77
* ctdb-test: Modify ctdb_io_test test_setup to provide queue referenceSwen Schillig2019-04-091-3/+7
* leases_db: Make leases_db_del use leases_db_do_lockedVolker Lendecke2019-04-091-79/+26
* leases_db: Make leases_db_add use leases_db_do_lockedVolker Lendecke2019-04-091-108/+56
* leases_db: Make leases_db_rename atomicVolker Lendecke2019-04-091-10/+153
* smbd: Factor out map_lease_type_to_oplockVolker Lendecke2019-04-091-15/+21
* lib: Initialize variables in parse_resolvconf_fpVolker Lendecke2019-04-091-3/+3
* lib: Initialize getline() argumentsVolker Lendecke2019-04-091-1/+1
* CVE-2019-3880 s3: rpc: winreg: Remove implementations of SaveKey/RestoreKey.Jeremy Allison2019-04-085-343/+1
* CVE-2019-3880 s3: rpc: winreg: Remove implementations of SaveKey/RestoreKey.Jeremy Allison2019-04-081-88/+4
* CVE-2019-3870 pysmbd: Ensure a zero umask is set for smbd.mkdir()Andrew Bartlett2019-04-082-2/+10
* CVE-2019-3870 pysmbd: Move umask manipuations as close as possible to usersAndrew Bartlett2019-04-083-28/+10
* CVE-2019-3870 pysmbd: Include tests to show the outside umask has no impactAndrew Bartlett2019-04-083-1/+15
* CVE-2019-3870 tests: Add test to check file-permissions are correct after pro...Tim Beale2019-04-083-0/+73
* CVE-2019-3870 tests: Extend smbd tests to check for umask being overwrittenTim Beale2019-04-084-4/+56