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
2022-06-08
lib/smbconf: expose smbconf error codes to python wrapper
John Mulligan
1
-0
/
+21
2022-06-04
selftests: Convert "net ads dns async" test to python
Samuel Cabrero
1
-0
/
+81
2022-05-31
gpo: Move Group Policy code below gp directory
David Mulder
25
-55
/
+55
2022-05-26
py:gpo: Fix testing of 0x8000 bit
Pavel Filipenský
1
-3
/
+3
2022-05-23
python/gp_cert_auto_enroll: Fix bitwise test in expression
Pavel Filipenský
1
-3
/
+3
2022-05-23
s4/dlz: add support for bind 9.18
Douglas Bagnall
1
-1
/
+5
2022-05-13
gpo: Cert Auto Enroll use ldap trust cert if NDES disabled
David Mulder
1
-6
/
+17
2022-05-13
gpo: Fix Cert Auto Enroll docstrings
David Mulder
1
-25
/
+28
2022-05-13
gpo: Remove sscep depends from Cert Auto Enroll
David Mulder
3
-61
/
+125
2022-05-12
gpo: Halt Cert Auto Enroll process if data corrupted
David Mulder
1
-0
/
+1
2022-05-12
gpo: Supress error caused by ldap Cert Auto Enroll config
David Mulder
1
-1
/
+1
2022-05-10
tests/user_check_password_script: Don't try to delete user after failed add
Joseph Sutton
1
-4
/
+0
2022-05-10
tests/user_check_password_script: Remove unused imports
Joseph Sutton
1
-6
/
+0
2022-05-10
samdb: Avoid half-created accounts
Joseph Sutton
1
-12
/
+35
2022-05-10
tests/samba-tool user: Add test for adding a user over LDAP
Joseph Sutton
1
-1
/
+40
2022-05-10
tests/samba-tool user_wdigest: Check command results
Joseph Sutton
1
-5
/
+13
2022-05-10
tests/samba-tool user_wdigest: Add accounts to local database
Joseph Sutton
1
-6
/
+1
2022-05-10
tests/samba-tool user_wdigest: Fix flapping test
Joseph Sutton
1
-37
/
+31
2022-05-10
tests/samba-tool user_wdigest: Remove unused imports
Joseph Sutton
1
-10
/
+0
2022-05-10
gpo: Add Centrify Compatible Crontab Extensions
David Mulder
1
-4
/
+132
2022-05-10
gpo: Test Centrify Compatible Crontab Extensions
David Mulder
2
-0
/
+141
2022-05-10
gpo: Add Centrify Compatible Sudoers Extension
David Mulder
1
-1
/
+75
2022-05-10
gpo: Test Centrify Compatible Sudoers Extension
David Mulder
2
-0
/
+83
2022-05-10
python: Use 'is' for identity when comparing against None
Joseph Sutton
3
-5
/
+5
2022-05-10
kcc: Don't reuse outer loop variable for inner loop
Joseph Sutton
1
-3
/
+3
2022-05-10
python: Remove redundant assignments
Joseph Sutton
8
-23
/
+11
2022-05-10
samba-tool: Don't try to delete local_tdo_handle twice.
Joseph Sutton
1
-8
/
+0
2022-05-10
python: Remove unnecessary 'pass' statements
Joseph Sutton
7
-10
/
+0
2022-05-10
samba-tool gpo: Fix unintended string concatenations
Joseph Sutton
1
-6
/
+6
2022-05-10
samba-tool gpo tests: Fix unintended string concatenations
Joseph Sutton
1
-1
/
+1
2022-05-10
python/xattr: Properly process system.posix_acl_access
Joseph Sutton
1
-2
/
+2
2022-05-10
samba-tool processes: Remove unused loop
Joseph Sutton
1
-15
/
+14
2022-05-06
lib/smbconf: add python wrapper functions for transaction management
John Mulligan
1
-0
/
+65
2022-05-06
lib/smbconf: add delete_global_parameter method to SMBConf
John Mulligan
1
-0
/
+25
2022-05-06
lib/smbconf: add delete_parameter method to SMBConf
John Mulligan
1
-0
/
+24
2022-05-06
lib/smbconf: add create_set_share method to SMBConf
John Mulligan
1
-0
/
+26
2022-05-06
lib/smbconf: add delete_share method to SMBConf
John Mulligan
1
-0
/
+13
2022-05-06
lib/smbconf: add set_global_parameter method to SMBConf
John Mulligan
1
-0
/
+11
2022-05-06
lib/smbconf: add set_parameter method to SMBConf
John Mulligan
1
-0
/
+12
2022-05-06
lib/smbconf: add drop method to SMBConf
John Mulligan
1
-0
/
+9
2022-05-06
lib/smbconf: add create_share method to SMBConf
John Mulligan
1
-0
/
+10
2022-05-06
python/samba/tests: add test cases for s3/registry init funcs
John Mulligan
1
-0
/
+34
2022-05-05
python/gp_cert_auto_enroll: removed unused imports
Douglas Bagnall
1
-2
/
+1
2022-05-05
py/gp_cert_auto_enroll_ext: avoid redundant iteration
Douglas Bagnall
1
-3
/
+2
2022-05-05
py/gp_cert_auto_enroll_ext: avoid shadowing loop variable
Douglas Bagnall
1
-3
/
+3
2022-05-05
tests/krb5: Allow passing expected etypes to get_keys()
Joseph Sutton
2
-8
/
+8
2022-05-05
selftest: Run some tests in the ad_dc_no_ntlm environment to show expected be...
Andrew Bartlett
1
-4
/
+12
2022-05-05
samba-tool user: Consistently return a tuple
Joseph Sutton
1
-1
/
+1
2022-05-05
samba-tool user: Remove unused imports
Joseph Sutton
1
-4
/
+2
2022-05-05
samba-tool tests: Remove unused variable
Joseph Sutton
1
-1
/
+0
[next]