summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3:auth_sam: make sure we never handle empty usernamesStefan Metzmacher2020-02-051-0/+18
* s3:auth_sam: unify the debug messages of all auth_sam*_auth() functionsStefan Metzmacher2020-02-051-1/+8
* s3:auth_sam: replace confusing FALL_THROUGH; with break;Stefan Metzmacher2020-02-051-2/+2
* bootstrap: Remove un-used dependency python3-cryptoAndrew Bartlett2020-02-0531-31/+2
* s4:param: make sure secrets_db_connect() no longer creates on empty secrets.ldbStefan Metzmacher2020-02-051-1/+1
* s4:param: make use of secrets_db_create() in provision_store_self_join()Stefan Metzmacher2020-02-051-2/+2
* s4:param: add secrets_db_create() helper functionStefan Metzmacher2020-02-052-0/+12
* libcli/nbt: avoid talloc_reference() in nbt_name_*_send()Stefan Metzmacher2020-02-051-4/+4
* s4:rpc_server/lsa: remove some useless talloc_reference() callsStefan Metzmacher2020-02-051-10/+10
* libcli:smb: Improve check for gnutls_aead_cipher_(en|de)cryptv2Andreas Schneider2020-02-042-7/+15
* selftest: simplify logic in setup_envDouglas Bagnall2020-02-041-8/+10
* selftest: avoid comparison against undefined valueDouglas Bagnall2020-02-042-2/+6
* selftest/target/samba: do not look for undef environmentDouglas Bagnall2020-02-041-0/+3
* selftest/target/samba: add missing methodsDouglas Bagnall2020-02-041-0/+16
* selftest/s3: prefer empty string over undef to add nothing to configDouglas Bagnall2020-02-041-1/+1
* selftest/s3: actually close parent copy of smbd's STDINDouglas Bagnall2020-02-041-1/+1
* selftest/s4: remove illegal function signatureDouglas Bagnall2020-02-041-1/+1
* selftest/s4: don't put pcap file in / by defaultDouglas Bagnall2020-02-041-1/+5
* selftest/s4: properly initialise an empty hashDouglas Bagnall2020-02-041-1/+1
* selftest: avoid redeclaring perl variablesDouglas Bagnall2020-02-043-17/+17
* selftest/target/samba: avoid overwriting $pkinitdirDouglas Bagnall2020-02-041-3/+3
* selftest: enable perl warningsDouglas Bagnall2020-02-046-0/+6
* build: Do not check if system perl modules should be bundledAndrew Bartlett2020-02-042-8/+1
* vfs_gpfs: Remove discard_const_p() from gpfswrap_quotactl() callsRalph Wuerthner2020-02-031-2/+1
* vfs_gpfs: Remove discard_const_p() from gpfs_putacl() callsRalph Wuerthner2020-02-031-2/+3
* vfs_gpfs: Remove discard_const_p() from gpfswrap_quotactl() callsRalph Wuerthner2020-02-031-3/+2
* gpfswrap: Make pathname "const char *" in gpfswrap_quotactl()Ralph Wuerthner2020-02-032-3/+6
* gpfswrap: Make pathname "const char *" in gpfswrap_get_winattrs_path()Ralph Wuerthner2020-02-032-3/+5
* gpfswrap: Make pathname "const char *" in gpfswrap_set_winattrs_path()Ralph Wuerthner2020-02-032-3/+6
* gpfswrap: Make pathname "const char *" in gpfswrap_get_realfilename_path()Ralph Wuerthner2020-02-032-3/+8
* gpfswrap: Make pathname "const char *" in gpfswrap_putacl()Ralph Wuerthner2020-02-032-3/+3
* gpfswrap: Make pathname "const char *" in gpfswrap_getacl()Ralph Wuerthner2020-02-032-3/+3
* gpfswrap: Remove unused wrapper gpfswrap_getfilesetid()Ralph Wuerthner2020-02-032-13/+0
* script/release.sh: Don't use quotations any longer.Karolin Seeger2020-02-031-26/+0
* pidl/wscript: configure should insist on Parse::Yapp::DriverDouglas Bagnall2020-02-021-3/+7
* s3: VFS: Implement create_dfs_pathat() in catia.Jeremy Allison2020-01-301-1/+34
* s3: VFS: Implement create_dfs_pathat() in catia.Jeremy Allison2020-01-301-0/+40
* s4:torture: Skip the deltest20 as user rootAndreas Schneider2020-01-301-0/+4
* ctdb-test: Fix a typoVolker Lendecke2020-01-301-1/+1
* libsmb: Fix a typoVolker Lendecke2020-01-301-1/+1
* auth3: Fix a typoVolker Lendecke2020-01-301-1/+1
* lib: Align integer typesVolker Lendecke2020-01-301-2/+1
* libcli: Align integer typesVolker Lendecke2020-01-301-1/+1
* passdb: Use struct allocationVolker Lendecke2020-01-301-4/+4
* s4:torture: Convert samba4.base.charset test to smb2David Mulder2020-01-304-0/+239
* selftest: Exit skipped daemons on close(STDIN)Volker Lendecke2020-01-291-1/+4
* selftest: Close STDIN_PIPE's write end for skipped daemonsVolker Lendecke2020-01-291-4/+5
* lib: asn1.c: Prevent ASN1_ENUMERATED from wrapping.Jeremy Allison2020-01-291-1/+17
* lib/util: use better linux os detection in gpfs configureGünther Deschner2020-01-281-1/+1
* ctdb-tests: Enable job control when keeping stdin openMartin Schwenke2020-01-281-1/+1