summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: Add winexe re-implemented on current Samba libsVolker Lendecke2018-08-288-0/+2790
* libsmb: Expose protocol-agnostic cli_writeall_send/recvVolker Lendecke2018-08-272-12/+104
* libsmb: Rename cli_writeall_send/recv to cli_smb1_writeall_send/recvVolker Lendecke2018-08-271-22/+23
* libsmb: Add protocol-agnostic cli_readVolker Lendecke2018-08-272-0/+131
* s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute ...Jeremy Allison2018-08-271-0/+26
* s3: VFS: vfs_full_audit: Add $cwd arg to smb_fname_str_do_log().Jeremy Allison2018-08-271-16/+20
* travis-ci: Add python3-crypto to package listAndrew Bartlett2018-08-271-1/+1
* autobuild: Fix -py3 support to look in tasks (the table with the tests) not t...Andrew Bartlett2018-08-271-1/+1
* autobuild: Allow automatic handling of autobuild tasks ending in -py3Andrew Bartlett2018-08-251-2/+9
* selftest: Move samba.tests.lsa_string to none environment, it does not contac...Andrew Bartlett2018-08-251-1/+1
* selftest: Move samba.tests.dcerpc.rpcecho to chgdcpass:localAndrew Bartlett2018-08-251-1/+3
* selftest: Ensure all python3 tests are tagged (named) python3Andrew Bartlett2018-08-251-1/+1
* selftest: Ensure winbindd is talking to the DC (itself) at startupAndrew Bartlett2018-08-251-1/+1
* smbd: Remove unused KOPLOCK flagsChristof Schmitt2018-08-252-39/+5
* Fix uClibc build on 64bit platforms by including stdint.hBernd Kuhls2018-08-244-0/+4
* ctdb-tests: Check that no IPs are assigned when failover is disabledMartin Schwenke2018-08-242-1/+31
* ctdb-tests: Add an extra conf loading test caseMartin Schwenke2018-08-241-0/+20
* ctdb-doc: Switch tunable DisableIPFailover to a config optionMartin Schwenke2018-08-242-0/+2
* ctdb-config: Switch tunable DisableIPFailover to a config optionMartin Schwenke2018-08-2410-26/+54
* ctdb-config: Integrate failover options into conf-toolMartin Schwenke2018-08-244-0/+29
* ctdb-failover: Add failover configuration optionsMartin Schwenke2018-08-243-0/+88
* ctdb-tests: Drop DisableIPFailover simple testMartin Schwenke2018-08-241-28/+1
* ctdb-daemon: Pass DisableIPFailover tunable via environment variableMartin Schwenke2018-08-243-4/+14
* ctdb-common: Allow boolean configuration values to have yes/no valuesMartin Schwenke2018-08-241-2/+2
* ctdb-doc: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke2018-08-242-1/+2
* ctdb-config: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke2018-08-2413-20/+52
* ctdb-doc: Add support for migrating tunables to ctdb.conf optionsMartin Schwenke2018-08-241-1/+44
* ctdb-doc: Change option "no realtime" option to "realtime scheduling"Martin Schwenke2018-08-242-1/+3
* ctdb-config: Change option "no realtime" option to "realtime scheduling"Martin Schwenke2018-08-248-13/+13
* ctdb-doc: Handle boolean options in config migration more carefullyMartin Schwenke2018-08-241-25/+31
* ctdb-doc: Make config migration script notice removed CTDB_BASE optionMartin Schwenke2018-08-242-0/+3
* ctdb-common: Fix aliasing issue in IPv6 checksumMartin Schwenke2018-08-241-4/+8
* PEP8: line up a couple of listsDouglas Bagnall2018-08-241-7/+7
* PEP8: improve formatting around various operatorsDouglas Bagnall2018-08-245-8/+8
* PEP8: improve formatting around bit-wise OR ("|")Douglas Bagnall2018-08-245-70/+112
* dcerpc py tests: improve argument formattingDouglas Bagnall2018-08-241-3/+4
* dcerpc/dns_server tests: use record malformed as probably intendedDouglas Bagnall2018-08-241-1/+1
* PEP8: add spaces after operatorsDouglas Bagnall2018-08-245-9/+9
* PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall2018-08-244-5/+14
* ldb tests: remove unused code from match_rules.pyDouglas Bagnall2018-08-241-3/+0
* PEP8: improve spacing around colonsDouglas Bagnall2018-08-244-20/+21
* PEP8: more space before equalsDouglas Bagnall2018-08-241-1/+1
* PEP8: add pycodestyle config in setup.cfgJoe Guo2018-08-241-0/+6
* PEP8: fix W391: blank line at end of fileJoe Guo2018-08-2420-27/+0
* PEP8: fix W293: blank line contains whitespaceJoe Guo2018-08-241-1/+1
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-2411-22/+22
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-2432-94/+94
* PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo2018-08-244-5/+5
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-2410-36/+36
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-2419-32/+32