smbd: Implement FSCTL_DELETE_REPARSE_POINT
[samba.git] / auth / credentials / tests / bind.py
2024-04-21 Jo Suttonauth:credentials: Fix code spelling
2021-11-09 Andrew BartlettCVE-2020-25722 selftest: allow for future failures...
2021-09-04 Joseph Suttonpython: Fix usage strings
2021-04-28 Douglas Bagnallpython: remove all 'from __future__ import print_function'
2021-04-07 Joseph Suttonauth/credentials: Remove unneeded try/except syntax
2021-04-07 Joseph Suttonauth/credentials: Add test for binding with an extended...
2021-04-07 Joseph Suttonauth/credentials: Add test for binding with a canonical...
2021-04-07 Joseph Suttonauth/credentials: Add test for binding with a domain SID
2020-02-14 Andrew Bartlettauth/credentials: Test connecting to LDAP with a "virtu...
2020-02-07 Douglas Bagnallpytests: heed assertEquals deprecation warning en-masse
2018-12-14 Joe GuoPY3: change shebang to python3 in misc dirs
2018-12-10 Noel Powerauth/credentials/tests: Python 3.6 avoid deepcopy error
2018-10-25 Douglas Bagnallauth/cred/tests/bind: remove unused import
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-05-12 Noel Powerauth/credentials/test: py2/py3 compat always decode...
2018-03-23 Noel Powerauth/credentials/test: convert print func to be py2...
2018-02-22 Garming Samtests/bind.py: Add a bind test with NTLMSSP with no...
2014-11-22 Jelmer Vernooijcredentials test: Use samba.tests.subunitrun.
2014-11-19 Jelmer VernooijRemove unused imports.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2011-11-10 Andrew Tridgelltest: fixed several tests to use samba.tests
2011-10-11 Andrew Bartlettauth: move credentials layer to the top level