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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-15
samba-tool domain: Extend --plaintext-secrets to dcpromo by moving to common ...
Andrew Bartlett
1
-9
/
+6
2018-05-15
samba-tool domain: Add --machinepass to common options
Andrew Bartlett
1
-6
/
+2
2018-05-15
samba-tool domain: Add --quiet to common options
Andrew Bartlett
1
-4
/
+2
2018-05-15
samba-tool domain: Create a common set of options for provision/join/dcpromo
Andrew Bartlett
1
-4
/
+11
2018-05-15
samba-tool domain provision: Move more OpenLDAP options behind TEST_LDAP
Andrew Bartlett
1
-7
/
+7
2018-05-14
samba-tool computer: fix wrong computer container in help message
Björn Baumbach
1
-2
/
+2
2018-05-14
traffic: improve add_short_packet by avoiding dict.get
Joe Guo
1
-3
/
+6
2018-05-14
traffic: optimize packet init for better performance
Joe Guo
2
-122
/
+129
2018-05-14
traffic: fix userAccountControl for machine account
Joe Guo
1
-3
/
+6
2018-05-14
traffic: change machine creds secure channel type
Joe Guo
2
-5
/
+4
2018-05-12
python/samba: py2/py3 compatability always decode result of b64encode
Noel Power
7
-45
/
+45
2018-05-12
Bulk: enclose .keys() method with list where list (from python2) expected
Noel Power
1
-1
/
+1
2018-05-12
samba_tool: replace xrange -> range
Noel Power
2
-4
/
+4
2018-05-12
python/samba/tests: py2/py3 compatability replace xrange with range
Noel Power
2
-2
/
+2
2018-05-12
python/samba: Ensure md5 always provided with bytes
Noel Power
3
-1
/
+13
2018-05-12
python/samba/provision: Fix urllib.quote usage for py2/py3
Noel Power
2
-3
/
+4
2018-05-12
samba_tool: make exception handling statements py2/py3 compatible
Noel Power
1
-3
/
+3
2018-05-12
samba_tool: Py2/Py3 compatability fix tuple assigment
Noel Power
1
-1
/
+1
2018-05-12
python/samba: Bulk replace of '.next()' method with function 'next()'
Noel Power
2
-2
/
+2
2018-05-12
devel: removing unused code from chgkrbtgtpass
Aaron Haslett
1
-3
/
+2
2018-05-12
gpo: Ensure all files are retrieved in fetch
Garming Sam
1
-1
/
+5
2018-05-12
traffic: improve is_really_a_packet
Joe Guo
1
-5
/
+4
2018-05-12
traffic: improve add_short_packet by avoiding str.split
Joe Guo
1
-3
/
+3
2018-05-12
traffic: simplify forget_packets_outside_window
Joe Guo
1
-12
/
+2
2018-05-12
traffic: grant user write permission
Joe Guo
1
-0
/
+6
2018-05-12
traffic: set domain on user_creds and machine_creds
Joe Guo
1
-0
/
+2
2018-05-12
traffic_packets: provision request data for packet_drsuapi_13
Joe Guo
2
-1
/
+13
2018-05-12
traffic_packets: add trailing $ to fix packet_rpc_netlogon_30
Joe Guo
1
-1
/
+3
2018-05-12
traffic_packets: add windows instructions for ldap 0 simple bind
Joe Guo
1
-0
/
+9
2018-05-12
traffic_packets: replace share_name from netlogon to IPC$ for packet_srvsvc_16
Joe Guo
1
-1
/
+1
2018-05-12
traffic_packets: replace level 102 to 101 for packet_srvsvc_21
Joe Guo
1
-2
/
+18
2018-05-12
traffic: add credentials to samr
Joe Guo
1
-3
/
+10
2018-05-12
traffic_packets: support NT_STATUS_NO_SUCH_DOMAIN in packet_lsarpc_39
Joe Guo
1
-4
/
+9
2018-05-12
traffic: add paged_results control for ldb search
Joe Guo
2
-1
/
+5
2018-05-12
selftest: Add a test for creds.{get,set}_secure_channel_type()
Andrew Bartlett
1
-0
/
+8
2018-05-12
Fix spelling s/succesfully/successfully/
Mathieu Parent
1
-1
/
+1
2018-05-12
Fix spelling s/retrive/retrieve/
Mathieu Parent
1
-1
/
+1
2018-05-11
tests: Add tests for samba-tool passwordsettings commands
Tim Beale
2
-0
/
+87
2018-05-11
netcmd: Split 'domain passwordsettings' into a super-command
Tim Beale
1
-166
/
+190
2018-05-11
netcmd: Small tweak to retrieving pwdProperties
Tim Beale
1
-2
/
+3
2018-05-11
tests: Add a test case for msDS-PasswordReversibleEncryptionEnabled
Tim Beale
2
-8
/
+79
2018-05-11
tests: Add tests for Password Settings Objects
Tim Beale
1
-0
/
+271
2018-05-11
tests: Split out setUp code into separate function for reuse
Tim Beale
3
-34
/
+66
2018-05-11
tests: Move repeated code into a helper function
Tim Beale
1
-0
/
+13
2018-05-10
auth logging tests: Clean up flake8 warnings
Gary Lockyer
6
-371
/
+326
2018-05-10
auth logging tests: Add tests for sessionId
Gary Lockyer
6
-0
/
+17
2018-05-08
samba-tool: Fix a typo
Volker Lendecke
1
-1
/
+1
2018-05-05
traffic: ensure we are using the same division in py 2 and 3
Douglas Bagnall
1
-1
/
+1
2018-05-05
samba_kcc: remove an unused variable
Douglas Bagnall
1
-2
/
+0
2018-05-05
sambatool tests: make assertMatch use assertIn
Douglas Bagnall
1
-1
/
+2
[next]