index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests python krb5: initial TGS tests
Gary Lockyer
2020-12-16
4
-1
/
+214
*
tests python krb5: add test base class
Gary Lockyer
2020-12-16
1
-0
/
+419
*
tests python krb5: Add Authorization data ad-type constants
Gary Lockyer
2020-12-16
1
-0
/
+14
*
dbcheck: clarify check_object userparams
Douglas Bagnall
2020-12-15
1
-6
/
+17
*
dbcheck: check_object/userparams: use variable for clarity
Douglas Bagnall
2020-12-15
1
-6
/
+7
*
dbcheck: reduce useless use of str(attrname)
Douglas Bagnall
2020-12-15
1
-12
/
+12
*
dbcheck: better disambiguate 'attrs'
Douglas Bagnall
2020-12-15
1
-7
/
+6
*
dbcheck: split out attr calculations from check_object()
Douglas Bagnall
2020-12-15
1
-5
/
+18
*
dbcheck: add a helper function for attr tracking
Douglas Bagnall
2020-12-15
1
-6
/
+8
*
dbcheck: do not add duplicate attrs for checking
Douglas Bagnall
2020-12-15
1
-3
/
+5
*
dbcheck: check_object() caches of lower case attr names
Douglas Bagnall
2020-12-15
1
-12
/
+19
*
dbcheck: make rIDSetReferences attr check case-insensitve
Douglas Bagnall
2020-12-15
1
-1
/
+1
*
samba-tool: Add a gpo command for setting smb.conf Group Policy
David Mulder
2020-12-09
1
-2
/
+78
*
samba-tool: Test gpo smb.conf set command
David Mulder
2020-12-09
2
-0
/
+66
*
samba-tool: Add a gpo command for listing smb.conf Group Policies
David Mulder
2020-12-09
1
-1
/
+42
*
samba-tool: Test gpo smb.conf list command
David Mulder
2020-12-09
2
-0
/
+59
*
samba-tool: Add a gpo command for listing Security Group Policies
David Mulder
2020-12-09
1
-1
/
+48
*
samba-tool: Test gpo Security list
David Mulder
2020-12-09
2
-0
/
+59
*
samba-tool: Add a gpo command for setting Security Group Policy
David Mulder
2020-12-09
1
-1
/
+94
*
samba-tool: Test gpo Security set command
David Mulder
2020-12-09
2
-0
/
+66
*
samba-tool: Add a gpo command for removing Sudoers Group Policy
David Mulder
2020-12-09
1
-1
/
+50
*
samba-tool: Test gpo Sudoers remove command
David Mulder
2020-12-09
2
-0
/
+52
*
samba-tool: Add a gpo command for adding Sudoers Group Policy
David Mulder
2020-12-09
1
-1
/
+56
*
samba-tool: Test gpo Sudoers add command
David Mulder
2020-12-09
2
-1
/
+48
*
samba-tool: Add a gpo command for listing Sudoers Group Policies
David Mulder
2020-12-09
1
-2
/
+41
*
samba-tool: Test gpo Sudoers list command
David Mulder
2020-12-09
2
-0
/
+67
*
dbcheck: err_normalise-mismatch_replace: no msg if no error
Douglas Bagnall
2020-12-09
1
-2
/
+3
*
dbcheck: fix doc for err_normalise_mismatch*
Douglas Bagnall
2020-12-09
1
-2
/
+2
*
dbcheck: fix doc for do_rename()
Douglas Bagnall
2020-12-09
1
-1
/
+1
*
dbcheck: remove unused fix_incorrect_deleted_objects flag
Douglas Bagnall
2020-12-09
1
-1
/
+0
*
dbcheck: improve some duplicate doc strings
Douglas Bagnall
2020-12-09
1
-2
/
+2
*
dbcheck: drop py2 support from dump_attr_values()
Douglas Bagnall
2020-12-09
1
-14
/
+9
*
dbcheck: don't try to stringify values list twice
Douglas Bagnall
2020-12-09
1
-1
/
+2
*
dbcheck: add docstring for err_odd_userParameters
Douglas Bagnall
2020-12-09
1
-1
/
+1
*
dbcheck: fix documentation for err_doubled_userParameters
Douglas Bagnall
2020-12-09
1
-1
/
+1
*
dbcheck: fix documentation and typo for err_utf_userParameters
Douglas Bagnall
2020-12-09
1
-2
/
+3
*
dbcheck: fix documentation for err_base64_userParameters
Douglas Bagnall
2020-12-09
1
-1
/
+1
*
dbcheck: fix documentation for err_duplicate_values
Douglas Bagnall
2020-12-09
1
-1
/
+1
*
drs_utils: remove unused sendRemoveDsServer()
Douglas Bagnall
2020-12-09
1
-23
/
+0
*
python: remove unused provision.check_install()
Douglas Bagnall
2020-12-09
1
-15
/
+0
*
samba-tool gpo: use common attr_default
Douglas Bagnall
2020-12-09
1
-7
/
+1
*
samba-tool drs: move attr_default to common
Douglas Bagnall
2020-12-09
2
-7
/
+8
*
samba-tool pso uses common timestamp functions
Douglas Bagnall
2020-12-09
1
-18
/
+3
*
samba-tool domain: move timestamp functions to common
Douglas Bagnall
2020-12-09
2
-20
/
+24
*
tests python krb5: Extra canonicalization tests
Gary Lockyer
2020-11-30
1
-24
/
+50
*
samba-tool: Give better error information when the 'domain backup restore' fa...
Andrew Bartlett
2020-11-26
1
-1
/
+44
*
Test password removal via python proctitle
David Mulder
2020-11-26
1
-0
/
+50
*
Remove password from samba-tool proctitle
Heiko Baumann
2020-11-26
1
-0
/
+48
*
samba-tool domain backup: Confirm the sidForRestore we will put into the back...
Andrew Bartlett
2020-11-26
1
-0
/
+26
*
tests: SMB2 rename fails to check del-on-close on dst dir
Volker Lendecke
2020-11-19
1
-1
/
+34
[next]