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
/
samba
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-24
python: getopt: move SambaOption to the top of the file
Rob van der Linde
1
-45
/
+45
2023-10-24
python: getopt: correctly group and sort imports
Rob van der Linde
1
-2
/
+3
2023-10-24
python: getopt: update super calls to python3 style
Rob van der Linde
1
-5
/
+5
2023-10-24
python: move comment for check_bytes to docstring
Rob van der Linde
1
-4
/
+5
2023-10-24
python: PEP8 fixup whitespace in getopt.py first
Rob van der Linde
1
-6
/
+6
2023-10-24
netcmd: tests: make check_run and related methods classmethod for consistency
Rob van der Linde
1
-6
/
+9
2023-10-24
tests: minor indentation and whitespace fixes
Rob van der Linde
1
-9
/
+11
2023-10-24
tests/krb5: Test whether the device belongs to some default groups
Joseph Sutton
1
-0
/
+183
2023-10-24
tests/krb5: Work around Samba’s incorrect krbtgt principal handling
Joseph Sutton
2
-5
/
+25
2023-10-24
tests/krb5: Remove unnecessary target_creds variables
Joseph Sutton
1
-21
/
+7
2023-10-19
tests/krb5: Delete connection variable
Joseph Sutton
1
-1
/
+1
2023-10-19
tests/krb5: Make ‘services’ parameter required
Joseph Sutton
1
-1
/
+1
2023-10-19
tests/krb5: Remove unreachable exception handlers
Joseph Sutton
1
-9
/
+0
2023-10-19
tests/krb5: Fix RC4‐only Protected Users tests
Joseph Sutton
1
-0
/
+2
2023-10-19
tests/krb5: Remove unnecessary f‐strings
Joseph Sutton
1
-2
/
+2
2023-10-19
tests/krb5: Remove unused imports
Joseph Sutton
2
-2
/
+2
2023-10-19
tests/krb5: Fix DES3CBC random_to_key()
Joseph Sutton
1
-1
/
+1
2023-10-19
tests/krb5: Make ‘keybytes’ a bytes object rather than a list
Joseph Sutton
1
-2
/
+2
2023-10-19
tests/krb5: Don’t expect edata if no error is expected
Joseph Sutton
1
-6
/
+3
2023-10-19
tests/krb5: Add parameter to _tgs() specifying whether FAST is to be used
Joseph Sutton
1
-20
/
+30
2023-10-19
tests/krb5: Use None for the default values of parameters
Joseph Sutton
1
-2
/
+8
2023-10-19
tests/krb5: Move assignments closer to where the variables are used
Joseph Sutton
1
-3
/
+3
2023-10-19
tests/krb5: Remove incorrect functional level check
Joseph Sutton
1
-5
/
+0
2023-10-19
tests/krb5: Update method names to be consistent with other tests
Joseph Sutton
1
-2
/
+2
2023-10-19
tests/krb5: Have _modify_tgt() accept only keyword arguments
Joseph Sutton
1
-0
/
+1
2023-10-19
tests/krb5: Correctly pass arguments to _modify_tgt()
Joseph Sutton
1
-3
/
+10
2023-10-19
tests/krb5: Add KDC_ERR_SERVER_NOMATCH error code
Joseph Sutton
1
-0
/
+1
2023-10-19
tests/krb5: Add ‘expect_edata’ parameter to _user2user()
Joseph Sutton
1
-0
/
+2
2023-10-19
tests/krb5: Fix comment
Joseph Sutton
1
-1
/
+1
2023-10-19
tests/krb5: Remove marker
Joseph Sutton
1
-2
/
+0
2023-10-17
libcli/util: let win_errstr() fallback to hresult_errstr()
Stefan Metzmacher
1
-1
/
+1
2023-10-17
tests/krb5: Fix ASN.1 source
Joseph Sutton
1
-1
/
+1
2023-10-17
tests/krb5: Don’t expect groups if we’re expecting an error
Joseph Sutton
1
-12
/
+0
2023-10-17
tests/krb5: Fix tests that crash Windows
Joseph Sutton
1
-28
/
+67
2023-10-17
tests/krb5: Expect a status code with policy errors
Joseph Sutton
1
-0
/
+9
2023-10-17
tests/krb5: Don’t consider RODC‐issued tickets to be banned with RBCD
Joseph Sutton
1
-12
/
+3
2023-10-16
tests/krb5/kdc_tgs_tests: add user2user tests using a normal user account
Stefan Metzmacher
1
-0
/
+36
2023-10-16
CVE-2018-14628: python:descriptor: let samba-tool dbcheck fix the nTSecurityD...
Stefan Metzmacher
2
-3
/
+22
2023-10-16
CVE-2018-14628: dbchecker: use get_deletedobjects_descriptor for missing dele...
Stefan Metzmacher
1
-3
/
+14
2023-10-16
CVE-2018-14628: python:provision: make DELETEDOBJECTS_DESCRIPTOR available in...
Stefan Metzmacher
2
-0
/
+9
2023-10-16
CVE-2018-14628: python:descriptor: add get_deletedobjects_descriptor()
Stefan Metzmacher
1
-0
/
+10
2023-10-16
gpdupate: Implement Drive Maps Client Side Extension
David Mulder
2
-2
/
+210
2023-10-16
gpupdate: Test Drive Maps Client Side Extension
David Mulder
3
-1
/
+226
2023-10-13
tests/krb5: Fix assertion messages
Joseph Sutton
1
-2
/
+2
2023-10-13
tests/krb5: Use assertEqual() instead of assertEquals()
Joseph Sutton
1
-3
/
+3
2023-10-13
python:tests: Use now() instead of utcnow()
Joseph Sutton
1
-2
/
+2
2023-10-13
python:tests: Remove semicolons
Joseph Sutton
7
-28
/
+28
2023-10-13
python:tests: Correct search expression
Joseph Sutton
1
-1
/
+1
2023-10-13
python:tests: Fix comment
Joseph Sutton
1
-1
/
+1
2023-10-13
python:tests: Fix exception message
Joseph Sutton
1
-1
/
+1
[prev]
[next]