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
/
netcmd
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-26
netcmd: silo command uses more consistent naming for policy args
Rob van der Linde
2
-47
/
+59
2023-10-26
netcmd: silo command remove combined --policy which set all 3
Rob van der Linde
1
-26
/
+6
2023-10-25
python: Remove unnecessary f‐strings
Joseph Sutton
1
-2
/
+2
2023-10-24
netcmd: auth policy: add OptionGroup classes for user, service and computer o...
Rob van der Linde
2
-117
/
+110
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: netcmd: make use of required flag on Option for claims commands
Rob van der Linde
5
-69
/
+19
2023-10-24
python: getopt: subclass OptionParser to populate option_class
Rob van der Linde
1
-2
/
+2
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
1
-2
/
+1
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: move Validator base class and ValidationError to getopt
Rob van der Linde
1
-12
/
+1
2023-10-24
python: getopt: move validators logic to parent class
Rob van der Linde
1
-17
/
+0
2023-10-24
netcmd: don't turn exception into CommandError in run_validators
Rob van der Linde
1
-12
/
+10
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
2023-09-29
samba-tool: Fix for gpo restore not working without --tmpdir
Kacper
1
-0
/
+9
2023-09-29
netcmd: auth: add new SDDL fields to create and modify auth policy commands
Rob van der Linde
1
-4
/
+65
2023-09-29
netcmd: models: add SDDL fields to AuthenticationPolicy model
Rob van der Linde
1
-1
/
+12
2023-09-29
netcmd: models: add SDDL model field
Rob van der Linde
1
-0
/
+31
2023-09-29
netcmd: models: add FieldError subclass which stores the field
Rob van der Linde
2
-3
/
+15
2023-09-29
netcmd: models: field to_db_value needs ldb param
Rob van der Linde
2
-15
/
+23
2023-08-30
gp: Use read_file() instead of readfp()
Joseph Sutton
1
-4
/
+4
2023-08-30
samba-tool: Remove useless return
Joseph Sutton
1
-1
/
+0
2023-08-28
samba-tool: Allow LDB URL to be None
Joseph Sutton
1
-1
/
+1
2023-08-21
python:netcmd: Remove semicolon
Joseph Sutton
1
-1
/
+1
2023-08-21
python:netcmd: Add missing newlines to error messages
Joseph Sutton
1
-2
/
+2
2023-08-13
python/samba/netcmd/domain/schemaupgrade.py: fix missing newline
Michael Tokarev
1
-1
/
+1
2023-08-08
samba-tool/ntacl: Remove unused imports
Joseph Sutton
1
-2
/
+1
2023-08-08
samba-tool/ntacl: Remove unused variable
Joseph Sutton
1
-1
/
+0
2023-08-08
samba-tool/ntacl: Remove unused and unnecessary return
Joseph Sutton
1
-9
/
+9
2023-08-04
netcmd: user: readpasswords: move syncpasswords command to readpasswords
Rob van der Linde
2
-859
/
+881
2023-08-04
netcmd: user: readpasswords: move getpassword command to readpasswords
Rob van der Linde
2
-171
/
+203
2023-08-04
netcmd: user: readpasswords: move common.py to readpasswords
Rob van der Linde
4
-11
/
+2
2023-08-04
netcmd: user: readpasswords: move show command to readpasswords
Rob van der Linde
3
-3
/
+4
2023-08-04
netcmd: user: readpasswords: turn getpassword.py into readpasswords module
Rob van der Linde
2
-3
/
+3
2023-08-04
netcmd: user: move user sensitive command
Rob van der Linde
2
-71
/
+85
2023-08-04
netcmd: user: move user add_unix_attrs command
Rob van der Linde
2
-218
/
+245
2023-08-04
netcmd: user: move user unlock command
Rob van der Linde
2
-72
/
+101
2023-08-04
netcmd: user: move user rename command
Rob van der Linde
2
-223
/
+250
2023-08-04
netcmd: user: move user move command
Rob van der Linde
2
-80
/
+107
2023-08-04
netcmd: user: move user show command
Rob van der Linde
2
-116
/
+145
2023-08-04
netcmd: user: move user edit command
Rob van der Linde
2
-110
/
+138
2023-08-04
netcmd: user: move user getpassword and syncpasswords commands
Rob van der Linde
2
-1018
/
+1053
2023-08-04
netcmd: user: move user setpassword command
Rob van der Linde
2
-136
/
+162
2023-08-04
netcmd: user: move user setprimarygroup command
Rob van der Linde
2
-110
/
+139
2023-08-04
netcmd: user: move user getgroups command
Rob van der Linde
2
-92
/
+121
[prev]
[next]