summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* gpo: Test Group Policy Message of the dayDavid Mulder2020-08-272-0/+74
* GPO: Add rsop output for smb.conf policyDavid Mulder2020-08-271-0/+17
* GPO: Test rsop output for smb.conf policyDavid Mulder2020-08-271-2/+16
* gpo: Add CSE for applying smb.confDavid Mulder2020-08-271-1/+65
* gpo: Test Group Policy smb.conf ExtensionDavid Mulder2020-08-272-0/+104
* gpo: gp_krb_ext always uses set_kdc_tdb to updateDavid Mulder2020-08-271-10/+6
* gpo: Move gp_sec_ext conversion functions to topDavid Mulder2020-08-271-18/+17
* gpo: Display Security Extension RSOP on ADDC onlyDavid Mulder2020-08-271-0/+4
* gpo: Fix unapply failure when multiple extensions runDavid Mulder2020-08-272-10/+11
* gpo: Test multiple extention unapplyDavid Mulder2020-08-271-0/+81
* gpo: Sudoers ext should not crash if policy missingDavid Mulder2020-08-271-1/+2
* gpo: Script ext should not crash if script missingDavid Mulder2020-08-271-1/+2
* gpo: Cleanup sudoers policy testDavid Mulder2020-08-271-0/+7
* gpo: Cleanup script policy testDavid Mulder2020-08-271-0/+7
* gpo: Avoid using distutils since it will be deprecatedDavid Mulder2020-08-271-1/+8
* gpo: Clarify the contents of deleted_gpo_list in process_group_policyDavid Mulder2020-08-273-16/+16
* gpo: Add rsop output for Sudoers policyDavid Mulder2020-08-271-0/+16
* gpo: Test rsop output for Sudoers policyDavid Mulder2020-08-271-2/+16
* python compat: remove ConfigParserDavid Mulder2020-08-243-12/+10
* python: Remove remaining references to third_party python libsAndrew Bartlett2020-08-212-41/+0
* python: Add checks for some more required python packagesAndrew Bartlett2020-08-201-0/+12
* Remove pyiso8601 from third_partyAndrew Bartlett2020-08-201-0/+25
* python:tests: Add test for SMB encrypted DCERPC connectionAndreas Schneider2020-08-191-0/+82
* python: Add a test for SMB encryptionAndreas Schneider2020-08-191-0/+37
* s3:client: Turn off smb signing for message opAndreas Schneider2020-08-194-4/+4
* python:tests: Set smb ipc signing via the creds APIAndreas Schneider2020-08-191-0/+4
* python:tests: Mark libsmb connection as an IPC connectionAndreas Schneider2020-08-191-1/+1
* python: Set smb signing via the creds APIAndreas Schneider2020-08-193-1/+22
* python: Remove unused sign argument from smb_connection()Andreas Schneider2020-08-191-5/+4
* auth:creds: Add python bindings for cli_credentials_set_conf()Andreas Schneider2020-08-191-0/+33
* auth:creds: Add python bindings for (get|set)_smb_encryptionAndreas Schneider2020-08-191-0/+6
* auth:creds: Add python bindings for (get|set)_smb_ipc_signingAndreas Schneider2020-08-191-0/+6
* auth:creds: Add python bindings for (get|set)_smb_signingAndreas Schneider2020-08-191-0/+6
* auth:creds: Introduce CRED_SMB_CONFStefan Metzmacher2020-08-191-2/+2
* auth_log_test: Fix a typoVolker Lendecke2020-08-171-1/+1
* test: Fix a typoVolker Lendecke2020-08-171-1/+1
* python compat: remove text_typeDouglas Bagnall2020-08-1114-29/+14
* python compat: remove binary_typeDouglas Bagnall2020-08-116-17/+11
* python compat: reduce use of 'if PY3:'Douglas Bagnall2020-08-112-14/+5
* python compat: remove StringIODouglas Bagnall2020-08-117-8/+6
* python compat: remove string_typesDouglas Bagnall2020-08-115-13/+8
* python compat: remove integer_typesDouglas Bagnall2020-08-113-5/+2
* gpo: Remove unused gp_ext_setter codeDavid Mulder2020-08-062-32/+1
* gpo: Extract Access policy from Security extensionDavid Mulder2020-08-062-89/+50
* gpo: Extract Kerberos policy from Security extensionDavid Mulder2020-08-062-30/+64
* gpo: Add RSOP output for Scripts ExtensionDavid Mulder2020-08-061-0/+16
* gpo: Add RSOP output for Security ExtensionDavid Mulder2020-08-061-0/+16
* gpo: Test samba-gpupdate --rsopDavid Mulder2020-08-061-0/+64
* gpo: Add --rsop option to samba-gpupdateDavid Mulder2020-08-061-0/+38
* gpo: Properly decode utf-8/16 inf files from bytesDavid Mulder2020-08-061-3/+3