summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.12.12 release.samba-4.12.12Karolin Seeger2021-03-111-1/+1
* WHATSNEW: Add release notes for Samba 4.12.12.Karolin Seeger2021-03-111-2/+74
* Revert "wscript: use --as-needed only if tested successfully"Karolin Seeger2021-03-111-2/+1
* 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
* script/autobuild.py: allow write_system_info commands to failStefan Metzmacher2021-03-031-1/+4
* script/autobuild.py: use more portable 'cp -R -a -l'Stefan Metzmacher2021-03-031-1/+1
* script/autobuild.py: add support git worktreeStefan Metzmacher2021-03-031-1/+1
* 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-052-5/+15
* lib:util: Add cache oversize test for memcacheAndreas Schneider2021-02-052-0/+40
* lib:util: Add basic memcache unit testAndreas Schneider2021-02-053-1/+131
* s3: libsmb: cli_state_save_tcon(). Don't deepcopy tcon struct when temporaril...Jeremy Allison2021-02-052-4/+28
* s3: torture: Change the SMB1-only UID-REGRESSION-TEST to do an explicit copy ...Jeremy Allison2021-02-051-5/+17
* s3: smbtorture3: Ensure run_tcon_test() always replaces any saved tcon and sh...Jeremy Allison2021-02-051-0/+5
* s3: smbtorture3: Ensure we *always* replace the saved saved_tcon even in an e...Jeremy Allison2021-02-051-1/+1
* s3: tests: Add regression test for bug 13992.Jeremy Allison2021-02-052-0/+22
* s3/auth: implement "winbind:ignore domains"Ralph Boehme2021-01-281-0/+8
* winbind: check for allowed domains in winbindd_pam_auth_pac_verify()Ralph Boehme2021-01-281-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chauthtok()Ralph Boehme2021-01-281-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chng_pswd_auth_crap()Ralph Boehme2021-01-281-0/+9
* winbind: check for allowed domains in winbindd_dual_pam_auth_crap()Ralph Boehme2021-01-281-0/+10
* winbind: check for allowed domains in winbindd_dual_pam_auth()Ralph Boehme2021-01-281-0/+9
* winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme2021-01-283-8/+23
* winbind: handle MSG_SMB_CONF_UPDATED in the winbinds childrenRalph Boehme2021-01-281-0/+22
* winbind: set logfile after reloading configRalph Boehme2021-01-281-3/+3
* winbind: move config-reloading code to winbindd_dual.cRalph Boehme2021-01-283-17/+28
* script/release.sh: always select the GPG key by it's IDKarolin Seeger2021-01-221-2/+2
* ReleaseKey: add GnuPG key transition statement for the Samba release keyKarolin Seeger2021-01-221-0/+27
* script/release.sh: Use new GPG key.Karolin Seeger2021-01-221-3/+3
* s3: smbd: Add call to conn_setup_case_options() to create_conn_struct_as_root().Jeremy Allison2021-01-201-0/+2
* s3: smbd: Factor out setting up case parameters for a share to a function - c...Jeremy Allison2021-01-203-10/+21
* build: remove smbd_conn private libraryRalph Boehme2021-01-201-6/+1
* libcli/smb: allow unexpected padding in SMB2 IOCTL responsesStefan Metzmacher2021-01-181-1/+18
* libcli/smb: split out smb2cli_ioctl_parse_buffer()Stefan Metzmacher2021-01-181-80/+110
* libcli/smb: Allow smb2cli_validate_negotiate_info_done() to ignore NT_STATUS_...Jeremy Allison2021-01-181-0/+25
* libcli/smb: Change some checks to SMB_ASSERTSStefan Metzmacher2021-01-181-7/+2
* WHATSNEW: Remove superfluous line.Karolin Seeger2021-01-181-1/+0
* VERSION: Bump version up to 4.12.12...Karolin Seeger2021-01-141-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.12.11 release.samba-4.12.11Karolin Seeger2021-01-141-1/+1
* WHATSNEW: Add release notes for Samba 4.11.11.Karolin Seeger2021-01-141-3/+90
* vfs_fruit: fix close for fake_fdRalph Boehme2021-01-131-4/+10
* vfs_fruit: check fake_fd in fruit_pread_meta_stream()Ralph Boehme2021-01-131-0/+5