summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.13.5 release.samba-4.13.5Karolin Seeger2021-03-091-1/+1
* Revert "wscript: use --as-needed only if tested successfully"Karolin Seeger2021-03-091-2/+1
* WHATSNEW: Add release notes for Samba 4.13.5.Karolin Seeger2021-03-091-2/+77
* g_lock: Fix uninitalized variable readsVolker Lendecke2021-03-081-2/+2
* locking: Fix an uninitialized variable readVolker Lendecke2021-03-081-1/+1
* s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up fai...Trever L. Adams2021-03-051-67/+90
* wscript: use --as-needed only if tested successfullyBjörn Jacke2021-03-051-1/+2
* s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.Peter Eriksson2021-03-031-0/+1
* script/autobuild.py: let cleanup() ignore errors from rmdir_force() by defaultStefan Metzmacher2021-03-031-3/+12
* script/autobuild.py: split out a rmdir_force() helper functionStefan Metzmacher2021-03-031-7/+18
* selftest: make/use a copy of GNUPGHOMEStefan Metzmacher2021-03-033-1/+36
* s4:selftest: use plansmbtorture4testsuite() for 'rpc.echo'Stefan Metzmacher2021-03-031-1/+2
* s3:selftest: run test_smbclient_tarmode.pl with a fixed subdirectory nameStefan Metzmacher2021-03-031-2/+2
* selftest/Samba4: allow get_cmd_env_vars() to take an overwrite dictionaryStefan Metzmacher2021-03-031-22/+45
* selftest/Samba4: correctly pass KRB5CCNAME to provisionStefan Metzmacher2021-03-031-1/+1
* selftest/Samba4: make more use of get_cmd_env_vars()Stefan Metzmacher2021-03-031-82/+19
* selftest:Samba4: avoid File::Path 'make_path' in setup_dns_hub_internal()Stefan Metzmacher2021-03-031-2/+5
* selftest: allow a prefix under /m/username/Stefan Metzmacher2021-03-031-1/+1
* Makefile: add support for 'make testonly'Stefan Metzmacher2021-03-031-0/+3
* s3: fix fcntl waf configure checkRalph Boehme2021-02-261-5/+5
* smbd: In conn_force_tdis_done() when forcing a connection closed force a full...Jeremy Allison2021-02-261-1/+9
* dbcheck: Check Deleted Objects and reduce noise in reports about expired tomb...Andrew Bartlett2021-02-224-12/+33
* selftest: Confirm that we fix any errors on the Deleted Objects container itselfAndrew Bartlett2021-02-222-0/+14
* classicupgrade: treat old never expires value rightBjörn Jacke2021-02-161-1/+1
* s3:pysmbd: fix fd leak in py_smbd_create_file()Stefan Metzmacher2021-02-161-0/+3
* HEIMDAL: krb5_storage_free(NULL) should workPaul Wise2021-02-161-0/+2
* lib:util: Avoid free'ing our own pointerAndreas Schneider2021-02-082-5/+15
* lib:util: Add cache oversize test for memcacheAndreas Schneider2021-02-082-0/+40
* lib:util: Add basic memcache unit testAndreas Schneider2021-02-083-1/+131
* s3: libsmb: Add missing cli_tdis() in error path if encryption setup failed o...Jeremy Allison2021-02-081-0/+1
* s3: libsmb: cli_state_save_tcon(). Don't deepcopy tcon struct when temporaril...Jeremy Allison2021-02-032-4/+28
* s3: torture: Change the SMB1-only UID-REGRESSION-TEST to do an explicit copy ...Jeremy Allison2021-02-031-5/+17
* s3: smbtorture3: Ensure run_tcon_test() always replaces any saved tcon and sh...Jeremy Allison2021-02-031-0/+5
* s3: smbtorture3: Ensure we *always* replace the saved saved_tcon even in an e...Jeremy Allison2021-02-031-1/+1
* s3: tests: Add regression test for bug 13992.Jeremy Allison2021-02-032-0/+22
* smbd: use fsp->conn->session_info for the initial delete-on-close tokenRalph Boehme2021-02-012-22/+4
* selftest: add a test that verifies unlink works when "force user" is setRalph Boehme2021-02-013-0/+46
* selftest: add force_user_error_inject share in maptoguest envRalph Boehme2021-02-011-0/+10
* vfs_error_inject: add unlinkat hookRalph Boehme2021-02-011-0/+37
* s3/auth: implement "winbind:ignore domains"Ralph Boehme2021-02-011-0/+8
* winbind: check for allowed domains in winbindd_pam_auth_pac_verify()Ralph Boehme2021-02-012-2/+8
* winbind: check for allowed domains in winbindd_dual_pam_chauthtok()Ralph Boehme2021-02-011-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chng_pswd_auth_crap()Ralph Boehme2021-02-011-0/+9
* winbind: check for allowed domains in winbindd_dual_pam_auth_crap()Ralph Boehme2021-02-012-1/+10
* winbind: check for allowed domains in winbindd_dual_pam_auth()Ralph Boehme2021-02-011-0/+9
* winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme2021-02-013-8/+23
* selftest: add a test for "winbind:ignore domains"Ralph Boehme2021-02-013-0/+110
* winbind: handle MSG_SMB_CONF_UPDATED in the winbinds childrenRalph Boehme2021-02-011-0/+22
* winbind: set logfile after reloading configRalph Boehme2021-02-011-3/+3
* winbind: move config-reloading code to winbindd_dual.cRalph Boehme2021-02-013-17/+28