summaryrefslogtreecommitdiff
path: root/auth/credentials/tests
Commit message (Expand)AuthorAgeFilesLines
* auth:creds:tests: Add test for cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-0/+42
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-2/+6
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* auth/credentials: Remove unneeded try/except syntaxJoseph Sutton2021-04-071-10/+4
* auth/credentials: Add test for binding with an extended canonical nameJoseph Sutton2021-04-071-0/+12
* auth/credentials: Add test for binding with a canonical nameJoseph Sutton2021-04-071-0/+9
* auth/credentials: Add test for binding with a domain SIDJoseph Sutton2021-04-071-1/+14
* auth:creds: Add cli_credentials_dump()Andreas Schneider2020-12-161-0/+3
* Revert "cli_credentials: add a helper to parse user or group names"Alexander Bokovoy2020-11-051-56/+0
* Revert "cli_credentials_parse_string: fix parsing of principals"Alexander Bokovoy2020-11-051-1/+1
* cli_credentials: add a helper to parse user or group namesAlexander Bokovoy2020-11-041-0/+56
* cli_credentials_parse_string: fix parsing of principalsAlexander Bokovoy2020-11-041-1/+1
* auth:creds:tests: Migrate test to a cmocka unit testAndreas Schneider2020-11-031-0/+221
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-1/+1
* auth/credentials: Test connecting to LDAP with a "virtual user" style accountAndrew Bartlett2020-02-141-1/+51
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-3/+3
* auth/creds/torture: add a test showing segfaultDouglas Bagnall2019-05-091-1/+45
* PY3: change shebang to python3 in misc dirsJoe Guo2018-12-141-1/+1
* auth/credentials/tests: Python 3.6 avoid deepcopy errorNoel Power2018-12-101-5/+12
* auth/cred/tests/bind: remove unused importDouglas Bagnall2018-10-251-1/+0
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-4/+4
* auth/credentials/test: py2/py3 compat always decode result of b64encodeNoel Power2018-05-131-1/+1
* auth/credentials/test: convert print func to be py2/py3 compatibleNoel Power2018-03-231-5/+6
* tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam2018-02-221-1/+25
* credentials test: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-221-20/+14
* Remove unused imports.Jelmer Vernooij2014-11-191-7/+1
* auth/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* test: fixed several tests to use samba.testsAndrew Tridgell2011-11-101-2/+2
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-112-0/+273