summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2022-06-08lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan1-0/+21
2022-06-04selftests: Convert "net ads dns async" test to pythonSamuel Cabrero1-0/+81
2022-05-31gpo: Move Group Policy code below gp directoryDavid Mulder2-29/+29
2022-05-13gpo: Remove sscep depends from Cert Auto EnrollDavid Mulder2-26/+51
2022-05-10tests/user_check_password_script: Don't try to delete user after failed addJoseph Sutton1-4/+0
2022-05-10tests/user_check_password_script: Remove unused importsJoseph Sutton1-6/+0
2022-05-10tests/samba-tool user: Add test for adding a user over LDAPJoseph Sutton1-1/+40
2022-05-10tests/samba-tool user_wdigest: Check command resultsJoseph Sutton1-5/+13
2022-05-10tests/samba-tool user_wdigest: Add accounts to local databaseJoseph Sutton1-6/+1
2022-05-10tests/samba-tool user_wdigest: Fix flapping testJoseph Sutton1-37/+31
2022-05-10tests/samba-tool user_wdigest: Remove unused importsJoseph Sutton1-10/+0
2022-05-10gpo: Test Centrify Compatible Crontab ExtensionsDavid Mulder1-0/+109
2022-05-10gpo: Test Centrify Compatible Sudoers ExtensionDavid Mulder1-0/+57
2022-05-10samba-tool gpo tests: Fix unintended string concatenationsJoseph Sutton1-1/+1
2022-05-06lib/smbconf: add python wrapper functions for transaction managementJohn Mulligan1-0/+65
2022-05-06lib/smbconf: add delete_global_parameter method to SMBConfJohn Mulligan1-0/+25
2022-05-06lib/smbconf: add delete_parameter method to SMBConfJohn Mulligan1-0/+24
2022-05-06lib/smbconf: add create_set_share method to SMBConfJohn Mulligan1-0/+26
2022-05-06lib/smbconf: add delete_share method to SMBConfJohn Mulligan1-0/+13
2022-05-06lib/smbconf: add set_global_parameter method to SMBConfJohn Mulligan1-0/+11
2022-05-06lib/smbconf: add set_parameter method to SMBConfJohn Mulligan1-0/+12
2022-05-06lib/smbconf: add drop method to SMBConfJohn Mulligan1-0/+9
2022-05-06lib/smbconf: add create_share method to SMBConfJohn Mulligan1-0/+10
2022-05-06python/samba/tests: add test cases for s3/registry init funcsJohn Mulligan1-0/+34
2022-05-05tests/krb5: Allow passing expected etypes to get_keys()Joseph Sutton2-8/+8
2022-05-05selftest: Run some tests in the ad_dc_no_ntlm environment to show expected be...Andrew Bartlett1-4/+12
2022-05-05samba-tool tests: Remove unused variableJoseph Sutton1-1/+0
2022-05-03gpo: Test Cert Auto Enroll Advanced ConfigDavid Mulder1-1/+271
2022-04-21python/samba/tests: add SMBConfTests suiteJohn Mulligan1-0/+102
2022-04-13python:tests: Add krb5 tests for asserted identityAndreas Schneider1-9/+106
2022-04-13python:tests: Reorder variablesStefan Metzmacher1-15/+12
2022-04-13python:tests: Add support for unexpected groups in krb5 testsAndreas Schneider2-1/+21
2022-04-13python:tests: Add support for expected groups in krb5 testsAndreas Schneider2-1/+28
2022-04-13python:tests: Allow to print krb5 encryption keys as stringStefan Metzmacher1-0/+4
2022-04-13python:tests: Add support to print krb5 keys as stringStefan Metzmacher1-1/+4
2022-04-13python:tests: Check code error code in test_s4u2self_rodc_revealedAndreas Schneider1-1/+2
2022-04-13python:tests: Fix standalone run of kdc_tgs_testsStefan Metzmacher1-3/+3
2022-04-08selftest: Add a test for PamLogOffSamuel Cabrero2-0/+102
2022-04-05gpo: Certificate Auto Enrollment default Kerberos authDavid Mulder1-0/+2
2022-03-24samba-gpupdate: Implement enhanced loggingDavid Mulder2-47/+23
2022-03-18tests/krb5: Add tests for the Protected Users groupJoseph Sutton4-20/+1334
2022-03-18tests/krb5: Add helper function to modify ticket flagsJoseph Sutton3-30/+19
2022-03-18tests/krb5: Remove unused importJoseph Sutton1-1/+0
2022-03-18tests/krb5: Add account to cleanup list before adding it to databaseJoseph Sutton1-3/+2
2022-03-18tests/krb5: Add more encryption type constantsJoseph Sutton1-0/+8
2022-03-18tests/krb5: Remove accounts in reverse order of additionJoseph Sutton1-4/+4
2022-03-18tests/krb5: Simplify logicJoseph Sutton1-5/+5
2022-03-17tests/krb5: Improve mock RODC creationJoseph Sutton1-9/+11
2022-03-17python:tests: Add tests for SDDL SID stringsJoseph Sutton1-0/+235
2022-03-17selftest: Remove auth_log test for RAP password changeAndrew Bartlett1-29/+0