summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nsswitch: fix double free errors in nsstest.cStefan Metzmacher2018-02-211-8/+10
* s4:torture: zero initialize variables in test_LookupSidsReply()Stefan Metzmacher2018-02-211-4/+8
* winbindd: make use of talloc_zero_array() in wb_lookupsids*()Stefan Metzmacher2018-02-211-5/+5
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_names_generic()Stefan Metzmacher2018-02-211-3/+5
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_sids_generic()Stefan Metzmacher2018-02-211-3/+6
* winbindd: initialize type = SID_NAME_UNKNOWN in wb_lookupsids_single_done()Stefan Metzmacher2018-02-211-1/+1
* winbindd: don't split the rid for SID_NAME_DOMAIN sids in wb_lookupsidsStefan Metzmacher2018-02-211-1/+3
* replace: remove some duplicate checksBjörn Jacke2018-02-211-8/+0
* wscript: drop checks for setnetgrent/endnetgrent/getnetgrentBjörn Jacke2018-02-212-33/+1
* s3: remove dead already commented codeBjörn Jacke2018-02-211-4/+1
* selftest: change technique for running specific envsJamie McClymont2018-02-211-27/+7
* selftest: move to declaratively specifying environments and their dependenciesJamie McClymont2018-02-214-213/+121
* selftest: remove prototypes from some subroutine templatesJamie McClymont2018-02-213-28/+28
* s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider2018-02-214-5/+5
* s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider2018-02-204-5/+10
* s3:auth: Pass a mem_ctx to make_new_session_info_guest()Andreas Schneider2018-02-201-10/+15
* tldap: Dump unnecessary includesVolker Lendecke2018-02-201-2/+0
* smbspool: Improve URI handling codeAndreas Schneider2018-02-201-11/+18
* tests: Add tests for parsing LDAPv3 and LDAPv2 filter stringsAndreas Schneider2018-02-193-0/+75
* s3:tldap: Comment code for to LDAP escaping versionAndreas Schneider2018-02-191-0/+2
* s3:tldap: Fix parsing LDAPv2 escaped stringsAndreas Schneider2018-02-191-0/+2
* python/tests/sites: ensure we can't manipulate subnets as non-adminDouglas Bagnall2018-02-191-1/+87
* subnet: Avoid a segfault when renaming subnet objectsGarming Sam2018-02-193-4/+82
* Fix incorrect `ldbsearch` invocationTimur I. Bakeyev2018-02-191-1/+1
* Remove some bashisms from the test scriptsTimur I. Bakeyev2018-02-196-12/+11
* Don't load LDB_MODULESDIR as a module fileTimur I. Bakeyev2018-02-191-1/+1
* winbind: Don't send "server_id" explicitly for DUMP_DOMAIN_LISTVolker Lendecke2018-02-162-31/+5
* winbind: Don't explicitly send "server_id" for ONLINESTATUSVolker Lendecke2018-02-152-14/+3
* repl_metadata: Avoid silent skipping an object during DRS (due to RODC rename...Garming Sam2018-02-152-1/+1
* repl_metadata: Avoid silent skipping an object during DRS (due to RODC name c...Garming Sam2018-02-152-1/+1
* tests/replica_sync_rodc: Test conflict handling on an RODCGarming Sam2018-02-153-0/+164
* selftest: Add RODC variables to list of those exportedGarming Sam2018-02-151-0/+6
* tests/drs_base: Allow the net drs replicate to try with a single objectGarming Sam2018-02-151-1/+4
* tests/replica_sync: Add some additional replication in setUpGarming Sam2018-02-151-0/+2
* buildtools python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-154-5/+5
* scripts/ python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-152-2/+2
* selftest and autrobuild: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-152-2/+2
* drs torture python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-152-3/+3
* source4/scripting python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-1510-20/+20
* dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-157-19/+19
* samba python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-158-18/+18
* samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-159-32/+32
* samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall2018-02-1515-77/+77
* selftest: Avoid a build started around midnight failing (again)Andrew Bartlett2018-02-151-2/+3
* smbspool: Initialize empty_str on declarationAndreas Schneider2018-02-151-6/+4
* selftest: GnuTLS is already mandetory to build the AD DCAndrew Bartlett2018-02-151-40/+36
* selftest: Require jansson support for selftest of the AD DCAndrew Bartlett2018-02-152-2/+10
* test samba-tool drs showrepl: test --json outputDouglas Bagnall2018-02-151-0/+47
* samba-tool drs showrepl: add --json option for JSON outputDouglas Bagnall2018-02-151-1/+16
* samba-tool drs showrepl: restructure in preparation for --jsonDouglas Bagnall2018-02-151-45/+94