summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python:tests: Avoid exceptions in cleanup code if a test fails in smb3unix.pyAndreas Schneider2023-02-101-5/+7
* s4-dsdb: Add tests of SamDB.get_nc_root()Andrew Bartlett2023-02-011-0/+122
* samba-tool domain: fix a typo in samba-tool passwordsettings option descriptionBjörn Baumbach2023-01-171-1/+1
* tests/krb5: Use Python bindings for LZ77+Huffman compressionJoseph Sutton2023-01-102-132/+3
* python:tests: Use system ldbsearch if we built against system libldbAndreas Schneider2022-12-231-6/+10
* python:tests: Use system ldbdump if we build with system ldbAndreas Schneider2022-12-231-1/+5
* python:tests: Use system ldbsearch if we build with system libldbAndreas Schneider2022-12-231-1/+4
* lib/compression: add simple python bindingsDouglas Bagnall2022-12-221-0/+212
* gp: Don't hide managed/recommended directoriesDavid Mulder2022-12-211-14/+14
* gp: Ensure rsop is tested for every CSEDavid Mulder2022-12-211-4/+101
* gp: Fix rsop when final value isn't a strDavid Mulder2022-12-211-1/+6
* gp: Enable gpupdate output when testingDavid Mulder2022-12-211-0/+1
* gp: Ensure policy changes don't leave files behindDavid Mulder2022-12-211-3/+30
* gp: Re-create files if manually removedDavid Mulder2022-12-211-1/+2
* gp: Test that files are re-created if manually removedDavid Mulder2022-12-211-2/+12
* gp: Modify Chromium CSE to use new files applierDavid Mulder2022-12-212-2170/+68
* gp: Modify Cert Auto Enroll CSE to use new applierDavid Mulder2022-12-211-41/+73
* gp: Modify Centrify Crontab compatible CSE to use new files applierDavid Mulder2022-12-211-17/+21
* gp: Modify Startup Scripts CSE to use new files applierDavid Mulder2022-12-211-24/+29
* gp: Modify GNOME Settings CSE to use new files applierDavid Mulder2022-12-211-106/+70
* gp: Modify Machine Scripts CSE to use new files applierDavid Mulder2022-12-212-22/+33
* gp: Modify Files CSE to use new files applierDavid Mulder2022-12-211-26/+28
* gp: Modify Sudoers CSEs to use new files applierDavid Mulder2022-12-213-102/+69
* gp: Modify OpenSSH CSE to use new files applierDavid Mulder2022-12-211-23/+25
* gp: Modify PAM Access CSE to use new files applierDavid Mulder2022-12-211-25/+23
* gp: Modify Symlink CSE to use new files applierDavid Mulder2022-12-211-13/+15
* gp: Implement appliers for monitoring policy changesDavid Mulder2022-12-211-0/+204
* tests: add a Python test for case insensitive accessRalph Boehme2022-12-201-0/+52
* tests: Show that in smb1 posix we don't treat dirs as case sensitiveVolker Lendecke2022-12-151-0/+52
* gp: Fix GNOME Settings writing unreadable user profileDavid Mulder2022-12-141-0/+1
* gp: Fix Firewalld RSoP output skipping ZonesDavid Mulder2022-12-141-1/+3
* CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...Stefan Metzmacher2022-12-1322-73/+82
* CVE-2022-37966 samba-tool: add 'domain trust modify' commandStefan Metzmacher2022-12-131-0/+121
* CVE-2022-37966 param: let "kdc default domain supportedenctypes = 0" mean the...Stefan Metzmacher2022-12-132-1/+7
* CVE-2022-37966 python:tests/krb5: test much more etype combinationsStefan Metzmacher2022-12-131-14/+139
* CVE-2022-37966 python:tests/krb5: add better PADATA_SUPPORTED_ETYPES assert m...Stefan Metzmacher2022-12-131-2/+2
* CVE-2022-37966 python:tests/krb5: add 'force_nt4_hash' for account creation o...Stefan Metzmacher2022-12-131-6/+32
* CVE-2022-37966 python:tests/krb5: ignore empty supplementalCredentials attrib...Stefan Metzmacher2022-12-131-0/+2
* CVE-2022-37966 python:tests/krb5: allow ticket/supported_etypes to be passed ...Stefan Metzmacher2022-12-131-3/+8
* CVE-2022-37966 python:tests/krb5: fix some tests running against Windows 2022Stefan Metzmacher2022-12-133-7/+39
* CVE-2022-37966 selftest: Run S4U tests against FL2003 DCJoseph Sutton2022-12-131-4/+57
* CVE-2022-37966 selftest: Add tests for Kerberos session key behaviour since E...Joseph Sutton2022-12-137-134/+429
* CVE-2022-37966 tests/krb5: Test different preauth etypes with Protected Users...Joseph Sutton2022-12-131-9/+38
* CVE-2022-37966 samba-tool: Declare explicitly RC4 support of trust objectsJoseph Sutton2022-12-131-2/+5
* CVE-2022-37966 samba-tool: Fix 'domain trust create' documentationJoseph Sutton2022-12-131-1/+1
* CVE-2022-37967 Add new PAC checksumJoseph Sutton2022-12-136-17/+215
* CVE-2022-37966 tests/krb5: Add a test requesting tickets with various encrypt...Joseph Sutton2022-12-133-0/+363
* CVE-2022-37966 tests/krb5: Add 'etypes' parameter to _tgs_req()Joseph Sutton2022-12-131-1/+3
* CVE-2022-37966 tests/krb5: Split out _tgs_req() into base classJoseph Sutton2022-12-131-131/+133
* CVE-2022-37966 selftest: Allow krb5 tests to run against an IP by using the t...Andrew Bartlett2022-12-132-3/+12