index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-03
tests/krb5: Permit modifying claim attributes mid-test
Joseph Sutton
1
-2
/
+11
2023-03-03
tests/krb5: Split out setup_claims()
Joseph Sutton
1
-67
/
+74
2023-03-03
tests/krb5: Generate more readable string representation
Joseph Sutton
1
-0
/
+3
2023-03-03
tests/krb5: Add map_to_dn()
Joseph Sutton
1
-0
/
+4
2023-03-03
tests/krb5: Refactor out map_to_sid()
Joseph Sutton
1
-9
/
+15
2023-03-03
tests/krb5: Avoid duplicate group members
Joseph Sutton
1
-0
/
+3
2023-03-03
tests/krb5: Move ticket_with_sids() to base class
Joseph Sutton
2
-160
/
+159
2023-03-03
tests/krb5: Support nested SID structures in map_sids()
Joseph Sutton
1
-18
/
+25
2023-03-03
tests/krb5: Move some utility functions from group_tests to base class
Joseph Sutton
2
-177
/
+174
2023-03-03
tests/krb5: Remove unused constant
Joseph Sutton
1
-4
/
+0
2023-03-03
tests/krb5: Refactor setup_groups() to admit multiple preexisting principals ...
Joseph Sutton
1
-22
/
+29
2023-03-03
tests/krb5: Fix typo
Joseph Sutton
1
-1
/
+1
2023-03-03
tests/krb5: Fix typo
Joseph Sutton
1
-1
/
+1
2023-03-03
tests/krb5: Refactor claims tests to use get_target()
Joseph Sutton
2
-44
/
+12
2023-03-03
tests/krb5: Move get_target() to base class
Joseph Sutton
2
-29
/
+29
2023-03-03
tests/krb5: Remove client_as_etypes parameter
Joseph Sutton
8
-47
/
+40
2023-03-03
tests/krb5: Request only supported encryption types in get_tgt()
Joseph Sutton
1
-1
/
+1
2023-03-03
tests/krb5: Lazily fetch SamDB in get_default_enctypes()
Joseph Sutton
1
-3
/
+5
2023-03-03
tests/krb5: Refactor decode_service_ticket()
Joseph Sutton
1
-13
/
+9
2023-02-24
tests: Show that the case sensitive large dir optimization is broken
Volker Lendecke
1
-0
/
+9
2023-02-23
python: fix mutable default arguments
Rob van der Linde
26
-66
/
+243
2023-02-20
python:tests: Make sure we delete the OU for movetest
Andreas Schneider
2
-10
/
+6
2023-02-20
python:tests: Add missing result checks for samba_tool.gpo tests
Andreas Schneider
1
-0
/
+15
2023-02-20
python:tests: Tell dns.resolver to not read /etc/resolv.conf
Andreas Schneider
1
-1
/
+3
2023-02-20
python:tests: Fix domain_backup test with Python 3.11
Andreas Schneider
1
-1
/
+4
2023-02-20
python:tests: Make sure we do not run into issues with already existing users
Andreas Schneider
1
-0
/
+13
2023-02-20
python:tests: Use a random machine name for computer_edit.sh test
Andreas Schneider
1
-12
/
+14
2023-02-20
python:tests: Correctly escape $ in computer_edit.sh
Andreas Schneider
1
-2
/
+2
2023-02-20
python:tests: Use a random username for contact_edit.sh test
Andreas Schneider
1
-11
/
+13
2023-02-20
python:tests: Correctly escape $ in contact_edit.sh
Andreas Schneider
1
-2
/
+2
2023-02-20
python:tests: Use a random username for user_edit.sh tests
Andreas Schneider
1
-12
/
+14
2023-02-20
python:tests: Correctly escape $ in user_edit.sh
Andreas Schneider
1
-2
/
+2
2023-02-10
gp: gp_sudoers_ext warn w/out visudo installed
David Mulder
1
-0
/
+2
2023-02-10
gp: Log ext failure with file and line number
David Mulder
1
-2
/
+4
2023-02-08
tests/krb5: Use consistent ordering for etypes
Joseph Sutton
2
-14
/
+17
2023-02-08
tests/krb5: Test groups returned by SamLogon
Joseph Sutton
1
-0
/
+224
2023-02-08
tests/krb5: Return validation structure from _test_samlogon()
Joseph Sutton
1
-6
/
+13
2023-02-08
tests/krb5: Allow tests to set SamLogon validation level
Joseph Sutton
1
-2
/
+2
2023-02-08
tests/krb5: Move _test_samlogon() to base class
Joseph Sutton
2
-92
/
+102
2023-02-08
tests/krb5: Add tests for the primary group
Joseph Sutton
2
-4
/
+589
2023-02-08
auth: Shorten long SID flags combinations
Joseph Sutton
2
-6
/
+2
2023-02-08
tests/krb5: Add tests of NETLOGON_RESOURCE_GROUPS flag handling
Joseph Sutton
1
-0
/
+47
2023-02-08
tests/krb5: Allow setting or resetting PAC flags
Joseph Sutton
2
-13
/
+63
2023-02-08
tests/krb5: Add group tests simulating PACs from a trusted domain
Joseph Sutton
1
-7
/
+113
2023-02-08
tests/krb5: Allow changing the SID of a user's PAC
Joseph Sutton
2
-13
/
+74
2023-02-08
tests/krb5: Add some more test cases for PAC group handling
Joseph Sutton
1
-6
/
+52
2023-02-08
tests/krb5: Improve assertion failure message
Joseph Sutton
1
-1
/
+1
2023-02-08
tests/krb5: Remove tests of KDCs without resource SID compression support
Joseph Sutton
1
-87
/
+4
2023-02-08
tests/krb5: Declare supported encryption types of service account
Joseph Sutton
1
-0
/
+3
2023-02-03
gp: Test samba-tool gpo cse register/unregister/list
David Mulder
1
-0
/
+35
[prev]
[next]