samba.git
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...
2018-08-24 Joe GuoPEP8: fix E124: closing bracket does not match visual...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-24 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-08-24 Joe GuoPEP8: fix E121: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E116: unexpected indentation (comment)
2018-08-24 Joe GuoPEP8: fix E115: expected an indented block (comment)
2018-08-24 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-08-24 Joe GuoPEP8: whitespace fixes in wintest.py
2018-08-24 Joe GuoPEP8: fix E101: indentation contains mixed spaces and...
2018-08-24 Joe GuoPEP8: fix W602: deprecated form of raising exception
2018-08-24 Joe GuoPEP8: fix W601: .has_key() is deprecated, use 'in'
2018-08-24 Joe GuoPEP8: fix E731: do not assign a lambda expression,...
2018-08-24 Joe GuoPEP8: fix E714: test for object identity should be...
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E271: multiple spaces after keyword
2018-08-23 Volker Lendeckevfs_fruit: Don't unlink the main file
2018-08-23 Volker Lendecketorture: Make sure that fruit_ftruncate only unlinks...
2018-08-22 Jeremy Allisons3: smbd: Ensure get_real_filename() copes with empty...
2018-08-22 Volker Lendeckelibads: Simplify parse_spn()
2018-08-21 Volker Lendeckelibads: Fix an error path talloc leak
2018-08-21 Volker Lendeckedsdb: Fix a typo
2018-08-21 Volker Lendeckedsdb: Fix CID 1438461 Error handling issues (CHECKED_RE...
2018-08-21 Volker Lendeckelibgpo: Fix CID 1438462 Error handling issues (CHECKED_...
2018-08-21 Volker Lendeckesmbd: Remove koplocks->contend_level2 callbacks
2018-08-21 Volker Lendecketorture: Demonstrate the invalid lock order panic
2018-08-20 Volker Lendeckevfs_fruit: Fix a leak of "br_lck"
2018-08-18 Andreas Schneiderpython: Fix print in dns_invalid.py
2018-08-18 Swen Schilligctdb: calculate queue input buffer size correctly
2018-08-18 Swen Schilligctdb: Replace calculation of bytes to read from socket...
2018-08-17 Paulo Alcantaras3: util: Do not take over stderr when there is no...
2018-08-17 Volker Lendeckedbwrap: Clarify db_open_watched API
2018-08-17 Volker Lendeckesmbd: Fix a few DEBUG statements
2018-08-17 Volker Lendeckedbwrap: Fix a typo
2018-08-17 Volker Lendeckeg_lock: Fix DEBUG messages
next