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
2021-10-14
tests/krb5: Fix checksum generation and verification
Joseph Sutton
1
-25
/
+32
2021-10-14
tests/krb5: Fix method for creating invalid length zeroed checksum
Joseph Sutton
1
-0
/
+3
2021-10-14
tests/krb5: Introduce helper method for creating invalid length checksums
Joseph Sutton
1
-5
/
+8
2021-10-14
tests/krb5: Add assertion to make failures clearer
Joseph Sutton
1
-0
/
+1
2021-10-14
tests/krb5: Allow created accounts to use resource-based constrained delegation
Joseph Sutton
1
-0
/
+33
2021-10-14
tests/krb5: Rename allowed_to_delegate_to parameter for clarity
Joseph Sutton
1
-5
/
+5
2021-10-14
tests/krb5: Fix PA-PAC-OPTIONS checking
Joseph Sutton
1
-21
/
+23
2021-10-14
tests/krb5: Fix sending PA-PAC-OPTIONS and PA-PAC-REQUEST
Joseph Sutton
1
-2
/
+1
2021-10-14
tests/krb5: Allow for missing msDS-KeyVersionNumber attribute
Joseph Sutton
1
-2
/
+4
2021-10-14
tests/krb5: Remove unused parameter
Joseph Sutton
1
-3
/
+0
2021-10-14
tests/krb5: Rename method parameter
Joseph Sutton
1
-5
/
+5
2021-10-04
selftest: Move self.assertRaisesLdbError() to samba.tests.TestCase
Andrew Bartlett
1
-0
/
+25
2021-09-28
libcli/dns.c: dns forwarder port test changes
Matthew Grant
2
-7
/
+20
2021-09-28
pytest:segfault: Add test for deleting an ldb.Control critical flag
Joseph Sutton
1
-0
/
+8
2021-09-28
pytest:segfault: Add test for deleting an ldb.Message dn
Joseph Sutton
1
-0
/
+6
2021-09-23
tests/krb5: Add classes for testing invalid checksums
Joseph Sutton
1
-0
/
+23
2021-09-23
tests/krb5: Add method to determine if principal is krbtgt
Joseph Sutton
1
-1
/
+5
2021-09-23
tests/krb5: Verify checksums of tickets obtained from the KDC
Joseph Sutton
1
-10
/
+24
2021-09-23
tests/krb5: Add get_rodc_krbtgt_creds() to RawKerberosTest
Joseph Sutton
1
-0
/
+11
2021-09-23
tests/krb5: Simplify account creation
Joseph Sutton
1
-12
/
+4
2021-09-23
tests/krb5: Provide ticket enc-part key to tgs_req()
Joseph Sutton
3
-13
/
+24
2021-09-23
tests/krb5: Fix checking for presence of authorization data
Joseph Sutton
3
-6
/
+19
2021-09-23
tests/krb5: Add method to get DC credentials
Joseph Sutton
1
-0
/
+42
2021-09-23
tests/krb5: Allow tgs_req() to check the returned ticket enc-part
Joseph Sutton
1
-1
/
+8
2021-09-23
tests/krb5: Set key version number for all accounts created with create_accou...
Joseph Sutton
1
-6
/
+6
2021-09-23
tests/krb5: Correctly check PA-SUPPORTED-ENCTYPES
Joseph Sutton
3
-9
/
+22
2021-09-23
tests/krb5: Get supported enctypes for credentials from database
Joseph Sutton
3
-18
/
+43
2021-09-23
tests/krb5: Add methods to convert between enctypes and bitfields
Joseph Sutton
2
-14
/
+43
2021-09-23
tests/krb5: Make get_default_enctypes() return a set of enctype constants
Joseph Sutton
1
-9
/
+4
2021-09-23
tests/krb5: Simplify adding authdata to ticket by using modified_ticket()
Joseph Sutton
2
-39
/
+18
2021-09-23
tests/krb5: Add method for modifying a ticket and creating PAC checksums
Joseph Sutton
1
-0
/
+234
2021-09-23
tests/krb5: Add method to verify ticket PAC checksums
Joseph Sutton
1
-1
/
+117
2021-09-21
tests/krb5: Add RodcPacEncryptionKey type allowing for RODC PAC signatures
Joseph Sutton
1
-3
/
+42
2021-09-21
tests/krb5: Add methods for creating zeroed checksums and verifying checksums
Joseph Sutton
1
-0
/
+17
2021-09-21
tests/krb5: Cache obtained tickets
Joseph Sutton
1
-2
/
+27
2021-09-21
tests/krb5: Return encpart from get_tgt() as part of KerberosTicketCreds
Joseph Sutton
2
-20
/
+4
2021-09-21
tests/krb5: Move get_tgt() and get_service_ticket() to kdc_base_test
Joseph Sutton
2
-141
/
+144
2021-09-21
tests/krb5: Allow get_tgt() to specify expected and unexpected flags
Joseph Sutton
1
-1
/
+4
2021-09-21
tests/krb5: Allow get_tgt() to specify different kdc-options
Joseph Sutton
1
-3
/
+5
2021-09-21
tests/krb5: Allow get_tgt() to get tickets from the RODC
Joseph Sutton
1
-4
/
+9
2021-09-21
tests/krb5: Allow get_service_ticket() to get tickets from the RODC
Joseph Sutton
1
-2
/
+2
2021-09-21
tests/krb5: Set DN of created accounts to ldb.Dn type
Joseph Sutton
1
-7
/
+7
2021-09-21
tests/krb5: Don't manually create PAC request and options in fast_tests
Joseph Sutton
2
-13
/
+9
2021-09-21
tests/krb5: Use PAC buffer type constants from krb5pac.idl
Joseph Sutton
1
-10
/
+3
2021-09-21
tests/krb5: Allow as_req() to specify different kdc-options
Joseph Sutton
1
-2
/
+1
2021-09-21
tests/krb5: Allow tgs_req() to send requests to the RODC
Joseph Sutton
1
-2
/
+4
2021-09-21
tests/krb5: Allow tgs_req() to specify different kdc-options
Joseph Sutton
1
-3
/
+1
2021-09-21
tests/krb5: Allow tgs_req() to send additional padata
Joseph Sutton
1
-1
/
+8
2021-09-21
tests/krb5: Refactor tgs_req() to use _generic_kdc_exchange
Joseph Sutton
3
-36
/
+46
2021-09-21
tests/krb5: Check correct flags element
Joseph Sutton
1
-1
/
+1
[prev]
[next]