vlendec/samba-autobuild/.git
2018-08-30 Martin Schwenkectdb-common: Fix error handling when sending ARPs
2018-08-30 Martin Schwenkectdb-common: Factor out common ARP code
2018-08-30 Martin Schwenkectdb-common: Initialise structures when declared
2018-08-30 Martin Schwenkectdb-tests: Add basic test to sanity check types in...
2018-08-30 Martin Schwenkectdb-common: Restore dropped copyright attributions
2018-08-30 Martin Schwenkectdb-common: Fix CID 1414745 - Out-of-bounds access
2018-08-30 Martin Schwenkectdb-daemon: Do not retry connection to eventd
2018-08-30 Martin Schwenkectdb-daemon: Wait for eventd to be ready before connecting
2018-08-30 Martin Schwenkectdb-daemon: Open eventd pipe earlier
2018-08-30 Martin Schwenkectdb-daemon: Improve error handling consistency
2018-08-30 Martin Schwenkectdb-event: Add support to eventd for the startup notif...
2018-08-30 Martin Schwenkectdb-common: Add support for sock daemon to notify...
2018-08-30 Alexander Bokovoypidl/tests: fix ndr_push_init_ctx() usage
2018-08-29 Andreas Schneiders4:torture: Add a test for listing shares
2018-08-29 Andreas Schneiderselftest: Schedule libsmbclient tests against ad_dc
2018-08-29 Andreas Schneiders4:torture: Improve torture_libsmbclient_init_context()
2018-08-29 Andrew Bartlettautobuild: Avoid subshell for tail -f invocation
2018-08-29 Andrew Bartlettautobuild: use close_fds=True to avoid *.stderr and...
2018-08-29 Andrew Bartletttravis-ci: Add py3 jobs to match new jobs in autobuild.py
2018-08-29 Andrew Bartlettautobuild: Move backup/restore environments into to...
2018-08-29 Andrew Bartlettautobuild: Move ad_dc_no_nss into to samba-ad-dc-2...
2018-08-29 Andrew Bartlettautobuild: Reduce duplication of task list in autobuild
2018-08-29 Andrew Bartlettgitlab-ci: Run the new python3 autobuild tasks
2018-08-29 Andrew Bartlettautobuild: Implement a split python2 and python2 build...
2018-08-28 Volker Lendeckeexamples: Add winexe re-implemented on current Samba...
2018-08-27 Volker Lendeckelibsmb: Expose protocol-agnostic cli_writeall_send...
2018-08-27 Volker Lendeckelibsmb: Rename cli_writeall_send/recv to cli_smb1_write...
2018-08-27 Volker Lendeckelibsmb: Add protocol-agnostic cli_read
2018-08-27 Jeremy Allisons3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log...
2018-08-27 Jeremy Allisons3: VFS: vfs_full_audit: Add $cwd arg to smb_fname_str_...
2018-08-27 Andrew Bartletttravis-ci: Add python3-crypto to package list
2018-08-27 Andrew Bartlettautobuild: Fix -py3 support to look in tasks (the table...
2018-08-25 Andrew Bartlettautobuild: Allow automatic handling of autobuild tasks...
2018-08-25 Andrew Bartlettselftest: Move samba.tests.lsa_string to none environme...
2018-08-25 Andrew Bartlettselftest: Move samba.tests.dcerpc.rpcecho to chgdcpass...
2018-08-25 Andrew Bartlettselftest: Ensure all python3 tests are tagged (named...
2018-08-25 Andrew Bartlettselftest: Ensure winbindd is talking to the DC (itself...
2018-08-25 Christof Schmittsmbd: Remove unused KOPLOCK flags
2018-08-24 Bernd KuhlsFix uClibc build on 64bit platforms by including stdint.h
2018-08-24 Martin Schwenkectdb-tests: Check that no IPs are assigned when failove...
2018-08-24 Martin Schwenkectdb-tests: Add an extra conf loading test case
2018-08-24 Martin Schwenkectdb-doc: Switch tunable DisableIPFailover to a config...
2018-08-24 Martin Schwenkectdb-config: Switch tunable DisableIPFailover to a...
2018-08-24 Martin Schwenkectdb-config: Integrate failover options into conf-tool
2018-08-24 Martin Schwenkectdb-failover: Add failover configuration options
2018-08-24 Martin Schwenkectdb-tests: Drop DisableIPFailover simple test
2018-08-24 Martin Schwenkectdb-daemon: Pass DisableIPFailover tunable via environ...
2018-08-24 Martin Schwenkectdb-common: Allow boolean configuration values to...
2018-08-24 Martin Schwenkectdb-doc: Switch tunable TDBMutexEnabled to a config...
2018-08-24 Martin Schwenkectdb-config: Switch tunable TDBMutexEnabled to a config...
2018-08-24 Martin Schwenkectdb-doc: Add support for migrating tunables to ctdb...
2018-08-24 Martin Schwenkectdb-doc: Change option "no realtime" option to "realti...
2018-08-24 Martin Schwenkectdb-config: Change option "no realtime" option to...
2018-08-24 Martin Schwenkectdb-doc: Handle boolean options in config migration...
2018-08-24 Martin Schwenkectdb-doc: Make config migration script notice removed...
2018-08-24 Martin Schwenkectdb-common: Fix aliasing issue in IPv6 checksum
2018-08-24 Douglas BagnallPEP8: line up a couple of lists
2018-08-24 Douglas BagnallPEP8: improve formatting around various operators
2018-08-24 Douglas BagnallPEP8: improve formatting around bit-wise OR ("|")
2018-08-24 Douglas Bagnalldcerpc py tests: improve argument formatting
2018-08-24 Douglas Bagnalldcerpc/dns_server tests: use record malformed as probab...
2018-08-24 Douglas BagnallPEP8: add spaces after operators
2018-08-24 Douglas BagnallPEP8: better formatting of (CONST1|CONST2)
2018-08-24 Douglas Bagnallldb tests: remove unused code from match_rules.py
2018-08-24 Douglas BagnallPEP8: improve spacing around colons
2018-08-24 Douglas BagnallPEP8: more space before equals
2018-08-24 Joe GuoPEP8: add pycodestyle config in setup.cfg
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
2018-08-24 Joe GuoPEP8: fix W293: blank line contains whitespace
2018-08-24 Joe GuoPEP8: fix W291: trailing whitespace
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E712: comparison to False should be 'if cond...
2018-08-24 Joe GuoPEP8: fix E711: comparison to None should be 'if cond...
2018-08-24 Joe GuoPEP8: fix E703: statement ends with a semicolon
2018-08-24 Joe GuoPEP8: fix E701: multiple statements on one line (colon)
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E401: multiple imports on one line
2018-08-24 Joe GuoPEP8: fix E306: expected 1 blank line before a nested...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E251: unexpected spaces around keyword /...
2018-08-24 Joe GuoPEP8: fix E241: multiple spaces after ','
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E228: missing whitespace around modulo operator
2018-08-24 Joe GuoPEP8: fix E227: missing whitespace around bitwise or...
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E222: multiple spaces after operator
2018-08-24 Joe GuoPEP8: fix E211: whitespace before '('
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E131: continuation line unaligned for hanging...
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E125: continuation line with same indent...
next