summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python:tests: Make sure we delete the OU for movetestAndreas Schneider2023-02-242-10/+6
* python:tests: Add missing result checks for samba_tool.gpo testsAndreas Schneider2023-02-241-0/+15
* python:tests: Tell dns.resolver to not read /etc/resolv.confAndreas Schneider2023-02-241-1/+3
* python:tests: Fix domain_backup test with Python 3.11Andreas Schneider2023-02-241-1/+4
* python:tests: Make sure we do not run into issues with already existing usersAndreas Schneider2023-02-241-0/+13
* python:tests: Use a random machine name for computer_edit.sh testAndreas Schneider2023-02-241-12/+14
* python:tests: Correctly escape $ in computer_edit.shAndreas Schneider2023-02-241-2/+2
* python:tests: Use a random username for contact_edit.sh testAndreas Schneider2023-02-241-11/+13
* python:tests: Correctly escape $ in contact_edit.shAndreas Schneider2023-02-241-2/+2
* python:tests: Use a random username for user_edit.sh testsAndreas Schneider2023-02-241-12/+14
* python:tests: Correctly escape $ in user_edit.shAndreas Schneider2023-02-241-2/+2
* 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