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-27
gp_pol: Allow null data for REG_MULTI_SZ
Gabriel Nagy
1
-1
/
+5
2023-10-27
gp_pol: Test empty multi_sz roundtrip
Gabriel Nagy
1
-1
/
+32
2023-10-27
python: silos: add support for allowed to authenticate from silo shortcut
Rob van der Linde
3
-1
/
+194
2023-10-26
python: add docstring for escaped_claim_id function
Rob van der Linde
1
-0
/
+8
2023-10-26
python: move method escaped_claim_id from test to samba.sd_utils
Rob van der Linde
2
-19
/
+20
2023-10-26
python: silos: add some missing tests for auth policy command
Rob van der Linde
1
-0
/
+115
2023-10-26
python: tests: claims and silo tests make use of unique_name
Rob van der Linde
2
-150
/
+182
2023-10-26
python: tests: improve comments for auth silo and policy tests
Rob van der Linde
3
-4
/
+17
2023-10-26
python: tests: qa and developers were not in the correct case
Rob van der Linde
1
-3
/
+3
2023-10-26
python: tests: addCleanup is always before create operation
Rob van der Linde
2
-26
/
+46
2023-10-26
python: tests: function to generate a unique name from caller
Rob van der Linde
1
-0
/
+19
2023-10-26
netcmd: tests: make use of addCleanup
Rob van der Linde
1
-16
/
+2
2023-10-26
netcmd: claims: rename claims and silo tests
Rob van der Linde
3
-102
/
+111
2023-10-26
netcmd: silo command uses more consistent naming for tgt args
Rob van der Linde
2
-39
/
+39
2023-10-26
netcmd: silo command uses more consistent naming for policy args
Rob van der Linde
4
-85
/
+107
2023-10-26
netcmd: silo command remove combined --policy which set all 3
Rob van der Linde
4
-72
/
+42
2023-10-26
tests/krb5: Add tests for single‐component krbtgt principals
Joseph Sutton
4
-2
/
+180
2023-10-26
tests/krb5: Also consider single‐component krbtgt principals to be TGS prin...
Joseph Sutton
1
-2
/
+5
2023-10-25
tests/krb5: Fix code spelling
Joseph Sutton
1
-3
/
+3
2023-10-25
python:tests: Fix code spelling
Joseph Sutton
1
-1
/
+1
2023-10-25
tests/krb5: Add tests for group membership with RBCD
Joseph Sutton
1
-0
/
+226
2023-10-25
tests/krb5: Add more tests of the device belonging to certain groups
Joseph Sutton
1
-0
/
+26
2023-10-25
tests/krb5: Sort imports
Joseph Sutton
1
-2
/
+2
2023-10-25
tests/krb5: Don’t pass parameters unnecessarily
Joseph Sutton
1
-2
/
+0
2023-10-25
python:tests: Remove unnecessary f‐strings
Joseph Sutton
3
-6
/
+6
2023-10-25
python: Remove unnecessary f‐strings
Joseph Sutton
2
-3
/
+3
2023-10-25
python: getopt: HostOptions and other option groups inherit from samba Option...
Rob van der Linde
1
-9
/
+5
2023-10-24
netcmd: auth policy: add OptionGroup classes for user, service and computer o...
Rob van der Linde
3
-117
/
+133
2023-10-24
python: netcmd: make use of HostOptions for claims and sites commands
Rob van der Linde
7
-139
/
+89
2023-10-24
python: getopt: Add HostOptions to avoid need to manually add -H
Rob van der Linde
2
-5
/
+19
2023-10-24
python: netcmd: make use of required flag on Option for claims commands
Rob van der Linde
5
-69
/
+19
2023-10-24
python: getopt: implement required flag on options and OptionParser
Rob van der Linde
1
-1
/
+35
2023-10-24
python: getopt: subclass OptionParser to populate option_class
Rob van der Linde
3
-5
/
+26
2023-10-24
netcmd: tests: stop checking for ERROR prefix from CommandError
Rob van der Linde
3
-22
/
+21
2023-10-24
python: netcmd: remove OptionError alias to OptionValueError
Rob van der Linde
1
-4
/
+4
2023-10-24
python: netcmd: catch parent exception class OptParseError instead
Rob van der Linde
1
-2
/
+2
2023-10-24
python: getopt: rename SambaOption to Option
Rob van der Linde
2
-3
/
+2
2023-10-24
python: netcmd: parser class in getSamDB should set option_class
Rob van der Linde
1
-1
/
+2
2023-10-24
python: netcmd: fix import grouping and sorting in base first
Rob van der Linde
1
-3
/
+4
2023-10-24
python: netcmd: remove redundant Option subclass
Rob van der Linde
1
-5
/
+2
2023-10-24
python: netcmd: SUPPRESS_HELP constant has no effect here
Rob van der Linde
3
-3
/
+5
2023-10-24
python: netcmd: dbcheck: fix import grouping and order
Rob van der Linde
1
-8
/
+6
2023-10-24
python: netcmd: ntacl: fix import grouping and order
Rob van der Linde
1
-13
/
+9
2023-10-24
python: add docstrings to Validator and ValidationError
Rob van der Linde
1
-0
/
+8
2023-10-24
python: move Validator base class and ValidationError to getopt
Rob van der Linde
2
-12
/
+13
2023-10-24
python: getopt: move validators logic to parent class
Rob van der Linde
2
-17
/
+17
2023-10-24
netcmd: don't turn exception into CommandError in run_validators
Rob van der Linde
2
-85
/
+70
2023-10-24
netcmd: PEP8: minor whitespace fix, file did not pass PEP8
Rob van der Linde
1
-1
/
+1
2023-10-24
netcmd: move comment above class to docstring
Rob van der Linde
1
-3
/
+2
2023-10-24
netcmd: correctly pass Samba option class to OptionParser
Rob van der Linde
1
-1
/
+3
[prev]
[next]