summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python: Fix usage stringsJoseph Sutton2021-09-0417-17/+17
* libcli/smb: Don't call memcpy() with a NULL pointerJoseph Sutton2021-09-041-6/+10
* s4/dnsserver: Fix NULL checkJoseph Sutton2021-09-041-1/+1
* s4/dnsserver: Don't call memcpy() with a NULL pointerJoseph Sutton2021-09-041-2/+4
* dsdb/samdb/ldb_modules: Use correct member of unionJoseph Sutton2021-09-042-2/+2
* third_party: Update waf to version 2.0.22Andreas Schneider2021-09-0212-44/+215
* third_party: Add a script to update wafAndreas Schneider2021-09-022-5/+79
* winbind: ensure wb_parent_idmap_setup_send() gets called in winbindd_allocate...Ralph Boehme2021-09-021-5/+39
* winbindd: call wb_parent_idmap_setup_send() in wb_queryuser_send()Ralph Boehme2021-09-021-3/+27
* tests/krb5: Allow KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN for a missing snameAndrew Bartlett2021-09-024-12/+21
* kdc: KRB5KDC_ERR_{C,S}_PRINCIPAL_UNKNOWN if missing fieldLuke Howard2021-09-022-2/+3
* tests/krb5: Allow expected_error_mode to be a container typeJoseph Sutton2021-09-021-21/+35
* tests/krb5: Add tests for omitting sname in inner requestJoseph Sutton2021-09-023-0/+32
* tests/krb5: Allow specifying parameters specific to the inner FAST request bodyJoseph Sutton2021-09-022-0/+17
* tests/krb5: Add tests for omitting sname in requestJoseph Sutton2021-09-023-2/+88
* tests/krb5: Check PADATA-PW-SALT element in e-dataJoseph Sutton2021-09-021-0/+14
* tests/krb5: Check e-data element for TGS-REP errors without FASTJoseph Sutton2021-09-022-20/+34
* tests/krb5: Remove harmful and a-typical return in as_req testcaseAndrew Bartlett2021-09-022-18/+6
* CVE-2021-3671 tests/krb5: Add tests for omitting sname in outer requestJoseph Sutton2021-09-023-0/+43
* CVE-2021-3671 HEIMDAL kdc: validate sname in TGS-REQLuke Howard2021-09-021-0/+4
* tests/krb5: Add test for sending PA-ENCRYPTED-CHALLENGE without FASTJoseph Sutton2021-09-022-0/+16
* tests/krb5: Make cname checking less strictJoseph Sutton2021-09-022-41/+3
* tests/krb5: Make e-data checking less strictJoseph Sutton2021-09-022-343/+3
* Update common on currently supported Fedora versionsAndrew Bartlett2021-09-021-1/+1
* bootstrap: SAMBA_CI_CONTAINER_TAG is now in .gitlab-ci-main.ymlAndrew Bartlett2021-09-021-1/+1
* bootstrap: Update to get newer krb5 on Fedora 34Andrew Bartlett2021-09-023-2/+5
* script/autobuild.py: Restore MIT ADDC tests against fl2008*Andrew Bartlett2021-09-021-2/+2
* selftest: Replace internal loop in test_uac_bits_set() using @DynamicTestClassAndrew Bartlett2021-09-021-20/+25
* selftest: Replace internal loop in test_uac_bits_add() using @DynamicTestClassAndrew Bartlett2021-09-021-19/+35
* selftest: Use @DynamicTestCase in user_account_control test_uac_bits_unrelate...Andrew Bartlett2021-09-021-8/+11
* pydsdb: Add API to return strings of known UF_ flagsAndrew Bartlett2021-09-026-0/+144
* selftest: Use addCleanup rather than tearDown in user_account_control.pyAndrew Bartlett2021-09-021-8/+2
* selftest: Modernise user_account_control.py tests use a common self.OUAndrew Bartlett2021-09-021-23/+23
* util_sock: fix assignment of sa_socklenBjoern Jacke2021-08-311-0/+9
* selftest: Remove skip of samba4.rpc.unixinfoAndrew Bartlett2021-08-311-1/+0
* gpo: Add Group Policy Firefox ExtensionDavid Mulder2021-08-303-2/+150
* gpo: Test Group Policy Firefox ExtensionDavid Mulder2021-08-303-0/+1742
* vfs_gpfs: deal with pathrefs fsps in smbd_gpfs_set_times()Ralph Boehme2021-08-261-5/+37
* lib/gpfswrap: add gpfs_set_times_path() wrapperRalph Boehme2021-08-262-0/+15
* vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fntimes()Ralph Boehme2021-08-261-6/+2
* vfs_gpfs: pass fsp to smbd_gpfs_set_times()Ralph Boehme2021-08-261-6/+5
* vfs_gpfs: deal with pathref fsps in vfs_gpfs_fntimes()Ralph Boehme2021-08-261-3/+37
* vfs_gpfs: add sys_proc_fd_path() fallback to vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-08-261-4/+40
* vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-08-261-5/+1
* vfs_gpfs: add path based fallback for gpfswrap_fstat_x() on pathref handlesRalph Boehme2021-08-261-3/+30
* vfs_gpfs: check for O_PATH support in gpfswrap_fstat_x()Ralph Boehme2021-08-261-0/+73
* vfs_gpfs: make vfs_gpfs_connect() a no-op on IPC sharesRalph Boehme2021-08-261-1/+5
* vfs_gpfs: don't check for struct gpfs_config_data in vfs_gpfs_[l]stat()Stefan Metzmacher2021-08-261-10/+0
* vfs_gpfs: call SMB_VFS_NEXT_CONNECT() before running some module initializati...Ralph Boehme2021-08-261-6/+5
* smbd: avoid calling creating a pathref in smb_set_file_dosmode()Ralph Boehme2021-08-261-40/+27