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
2019-03-14
dbcheck: don't check expired tombstone objects by default anymore
Stefan Metzmacher
1
-1
/
+2
2019-03-14
dbcheck: add --selftest-check-expired-tombstones cmdline option
Stefan Metzmacher
1
-1
/
+6
2019-03-14
python/samba/netcmd: provide SUPPRESS_HELP via Option class
Stefan Metzmacher
1
-0
/
+1
2019-03-12
samba-tool domain provision: Fix --interactive module in python3
Andrew Bartlett
1
-0
/
+1
2019-03-12
gpo: Backup a policy folder containing GPE.INI
Garming Sam
1
-0
/
+6
2019-03-12
gpo: During restore clobber GPT.INI with a blank version
Garming Sam
1
-5
/
+18
2019-03-12
gpo: Restore gPCMachineExtensionNames and gPCUserExtensionNames
Garming Sam
1
-1
/
+25
2019-03-12
gpo: Ensure that gplink works when empty
Garming Sam
1
-1
/
+5
2019-02-21
samba-tool dsacl: Mark old and new descriptor output correctly
Andrew Bartlett
1
-4
/
+7
2019-02-21
Add command "samba-tool dsacl get" This code is very equal to "samba-tool dsa...
Martin Krämer
1
-0
/
+48
2019-02-21
Update dsacl.py - add_ace to handle/verify sddl parameter correct
Martin Krämer
1
-14
/
+17
2019-02-21
dbcheck: skip reverse member link checks when cli option specified
Joe Guo
1
-1
/
+9
2019-02-13
spelling of associated
Douglas Bagnall
1
-1
/
+1
2019-02-01
netcmd: Improve error handling of gpo aclcheck as non-admin
Tim Beale
1
-0
/
+4
2019-01-21
netcmd: Try to improve domain backup error message
Tim Beale
1
-2
/
+3
2019-01-18
python: dsal: Fix possibility of identical ACE's being added.
Martin Krämer
1
-1
/
+1
2019-01-17
netcmd: Change GPO commands to use s3 SMB Py bindings
Tim Beale
1
-2
/
+5
2019-01-17
netcmd: Change SMB flags from s4 Py bindings to s3
Tim Beale
1
-6
/
+7
2019-01-16
join: Fix TypeError when handling exception
Tim Beale
1
-1
/
+1
2019-01-14
netcmd: Change domain backup commands to use s3 SMB Py bindings
Tim Beale
1
-2
/
+6
2019-01-10
netcmd: Fix broken samba-tool gpo commands
Tim Beale
1
-0
/
+1
2019-01-09
netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg
Joe Guo
1
-25
/
+61
2019-01-08
netcmd: Small refactor to SMB connection in domain backup
Tim Beale
1
-2
/
+7
2019-01-07
netcmd: Refactor duplicated SMB connect in GPO commands
Tim Beale
1
-24
/
+18
2018-12-19
samba-tool: don't print backtrace on simple DNS errors
Björn Jacke
1
-5
/
+5
2018-12-10
python/samba/netcmd: PY3 port for samba4.drs.samba_tool_drs_showrepl
Noel Power
1
-10
/
+10
2018-12-10
python/samba/netcmd: PY3 fix samba4.blackbox.trust_utils test
Noel Power
1
-4
/
+4
2018-12-04
netcmd: Minor changes to 'group stats' command
Tim Beale
1
-18
/
+25
2018-11-23
samba-tool processes: display pre-fork masters and workers
Gary Lockyer
1
-6
/
+69
2018-11-21
samba-tool ldapcmp: print DNs on predictable order
Douglas Bagnall
1
-2
/
+2
2018-11-21
netcmd/ldapcmp: make code pythonic
Joe Guo
1
-11
/
+6
2018-11-21
netcmd/ldapcmp: promote re object to global
Joe Guo
1
-7
/
+5
2018-11-21
netcmd/ldapcmp: use set instead of list to compare attrs
Joe Guo
1
-31
/
+22
2018-11-21
netcmd/ldapcmp: fix wrong way for string copy
Joe Guo
1
-4
/
+4
2018-11-21
netcmd/ldapcmp: pass --skip-missing-dn to LDAPBase
Joe Guo
1
-2
/
+2
2018-11-21
netcmd/ldapcmp: avoid modifying data while looping on dict
Joe Guo
1
-5
/
+7
2018-11-21
netcmd/ldapcmp: rm unused global var summary
Joe Guo
1
-6
/
+0
2018-11-21
netcmd/ldapcmp: use set instead of list to find missing DNs
Joe Guo
1
-49
/
+30
2018-11-21
netcmd/ldapcmp: avoid list comprehension in for loop
Joe Guo
1
-2
/
+6
2018-11-21
netcmd/ldapcmp: add choices arg to --view option
Joe Guo
1
-3
/
+1
2018-11-21
netcmd/ldapcmp: add choices arg to --scope option
Joe Guo
1
-3
/
+1
2018-11-21
netcmd/ldapcmp: rename __eq__ to diff
Joe Guo
1
-2
/
+2
2018-11-21
netcmd/ldapcmp: fix typo for Bundle
Joe Guo
1
-4
/
+4
2018-11-20
sync_passwords: Remove dirsync cookie logging for continuous operation
Garming Sam
1
-1
/
+2
2018-11-20
netcmd: Flush replUpToDateVector when restoring offline backup
Tim Beale
1
-4
/
+34
2018-11-20
netcmd: Small backup refactor to avoid compatiblity problems
Tim Beale
1
-3
/
+20
2018-11-20
netcmd: Add backupType marker to backed-up DB
Tim Beale
1
-10
/
+23
2018-11-14
python/samba/netcmd: PY3 port samba4.blackbox.ldapcmp_restore
Noel Power
1
-0
/
+1
2018-11-14
python/samba/netcmd: PY3 port samba.tests.samba_tool.edit
Noel Power
1
-1
/
+1
2018-11-07
samba-tool gpo: convert pseudo-method into method
Douglas Bagnall
1
-24
/
+23
[next]