summaryrefslogtreecommitdiff
path: root/python/samba/tests/credentials.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "cli_credentials_parse_string: fix parsing of principals"Alexander Bokovoy2020-11-051-2/+2
* cli_credentials_parse_string: fix parsing of principalsAlexander Bokovoy2020-11-041-2/+2
* 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
* python compat: reduce use of 'if PY3:'Douglas Bagnall2020-08-111-13/+5
* python/tests/credentials: remove unused variablesDouglas Bagnall2018-11-011-4/+0
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-2/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-31/+31
* selftest: Add a test for creds.{get,set}_secure_channel_type()Andrew Bartlett2018-05-121-0/+8
* pycredentials: Add bindings for get_ntlm_response()Andrew Bartlett2017-03-291-0/+21
* python: samba.tests.credentials: Python 3 compatible testsLumir Balhar2017-03-101-9/+17
* tests/credentials.py: demonstrate the last 'username' line of creds.parse_fil...Stefan Metzmacher2016-12-201-0/+50
* tests/credentials.py: verify the new cli_credentials_parse_file() 'username' ...Stefan Metzmacher2016-12-201-0/+49
* tests/credentials.py: add tests to verify realm/principal behaviour of cli_cr...Stefan Metzmacher2016-12-201-1/+49
* auth/credentials: let cli_credentials_parse_string() always reset username an...Stefan Metzmacher2016-12-201-4/+4
* tests/credentials.py: add tests with a realm from smb.confStefan Metzmacher2016-12-201-1/+16
* auth/credentials: handle situations without a configured (default) realmStefan Metzmacher2016-12-201-5/+14
* tests/credentials.py: add very simple test for py_creds_parse_fileStefan Metzmacher2016-12-201-1/+23
* tests/credentials.py: verify the difference of parse_string("someone") and pa...Stefan Metzmacher2016-12-201-0/+10
* tests/credentials.py: add test for cli_credentials_set_password_will_be_nt_ha...Stefan Metzmacher2016-12-201-2/+14
* credentials: Add test for credentials behaviourAndrew Bartlett2016-11-071-4/+100
* python: samba.tests.credentials: Add testsLumir Balhar2016-11-061-0/+17
* python: samba.tests.credentials: Fix DeprecationWarningLumir Balhar2016-11-061-15/+15
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+98