summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.11.0rc1 release...samba-4.11.0rc1Karolin Seeger2019-07-091-3/+3
* WHATSNEW: Fix typo.Karolin Seeger2019-07-091-3/+3
* WHATSNEW: Add link for >= and <= indexingGarming Sam2019-07-091-0/+2
* dsdb repl_meta_data: Don't print ldif on errorGary Lockyer2019-07-091-5/+4
* WHATSNEW.txt: change "mangled names" default to "illegal"Ralph Boehme2019-07-081-0/+1
* docs/xml: change default for "mangled names" to "illegal"Ralph Boehme2019-07-083-4/+4
* selftest: explicitly set "mangled names = yes"Ralph Boehme2019-07-082-0/+2
* WHATSNEW.txt: disable SMB1 by default!Stefan Metzmacher2019-07-081-0/+31
* docs-xml: change "client min protocol" to SMB2_02Stefan Metzmacher2019-07-083-4/+8
* selftest: explicitly set "client min protocol = CORE"Stefan Metzmacher2019-07-083-0/+3
* docs-xml: change "server min protocol" to SMB2_02Stefan Metzmacher2019-07-083-4/+4
* selftest: explicitly set "server min protocol = LANMAN1"Stefan Metzmacher2019-07-082-0/+3
* smbd: Move fcb_or_dos_open() out of open_file_ntcreate()Volker Lendecke2019-07-086-104/+207
* smbd: Slightly simplify open_mode_check()Volker Lendecke2019-07-081-4/+0
* vfs_fruit: Fix a typoVolker Lendecke2019-07-081-1/+1
* smbd: Slightly simplify fsp_lease_update()Volker Lendecke2019-07-081-1/+1
* smbd: Simplify smbd_smb2_setinfo_send()Volker Lendecke2019-07-081-4/+2
* smbd: Make get_relative_fid_filename() static to open.cVolker Lendecke2019-07-082-11/+6
* smbd: Make find_share_mode_entry() static to locking.cVolker Lendecke2019-07-082-3/+1
* auth/kerberos: clang: Fix same instances of 'Value stored is never read'Noel Power2019-07-081-7/+7
* s4/dsdb/schema: clang: Fix Array access results in null pointer derefNoel Power2019-07-081-1/+3
* s4/dsdb/schema: Fix 'Value stored to 'ret' is never read'Noel Power2019-07-081-2/+0
* s4/dsdb/schema: Fix Access to field results in deference of null pointerNoel Power2019-07-081-0/+9
* s3/lib: Fix Access to field results in dereference of NULL pointerNoel Power2019-07-081-0/+7
* lib/param: clang: Fix Value stored is never readNoel Power2019-07-081-5/+5
* lib/util: clang: Fix 'Null pointer passed as an argument'Noel Power2019-07-081-1/+1
* WHATSNEW: changed default/deprecation of allocation roundup sizeBjörn Jacke2019-07-081-0/+2
* docs-xml: deprecate allocation roundup size parameterBjörn Jacke2019-07-071-0/+4
* param: change default of "allocation roundup size" to 0Björn Jacke2019-07-074-11/+9
* torture: fix durable open/alloc-size testBjörn Jacke2019-07-071-1/+1
* WHATSNEW: Add CTDB updates for 4.11Martin Schwenke2019-07-051-0/+24
* ctdb-tools: CID 1449530 - Negative loop boundMartin Schwenke2019-07-051-4/+6
* ctdb-config: depend on /etc/ctdb/nodes fileRafael David Tinoco2019-07-051-0/+1
* ctdb-tests: Rename local-daemon.sh dump-logs to print-logMartin Schwenke2019-07-051-4/+4
* ctdb-build: Tweak hacking of rpcgen outputMartin Schwenke2019-07-051-1/+1
* ctdb-daemon: Don't check if lock_ctx->ctdb_db is NULLMartin Schwenke2019-07-051-33/+16
* ctdb-common: Mark ctdb_fatal() and ctdb_die() as _NORETURN_Martin Schwenke2019-07-051-2/+4
* ctdb-event: Fix signed/unsigned comparisons by castingMartin Schwenke2019-07-052-2/+2
* ctdb-database: Fix signed/unsigned comparison by castingMartin Schwenke2019-07-051-1/+1
* ctdb-event: Assign missing return valueMartin Schwenke2019-07-051-0/+1
* ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-07-052-5/+5
* ctdb-common: Fix error handlingMartin Schwenke2019-07-051-4/+14
* ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke2019-07-053-4/+7
* ctdb-daemon: Drop unused function ctdb_vfork_with_logging()Martin Schwenke2019-07-052-106/+0
* ctdb-protocol: Avoid signed/unsigned comparison by castingMartin Schwenke2019-07-052-10/+10
* ctdb-protocol: Variable for return value of strlcpy() should be size_tMartin Schwenke2019-07-051-1/+1
* ctdb-protocol: Fix signed/unsigned comparison by declaring as unsignedMartin Schwenke2019-07-051-1/+2
* ctdb-protocol: Do not ignore return value of ctdb_g_lock_pull()Martin Schwenke2019-07-051-1/+1
* ctdb-daemon: Don't index by PNN when initialising node flagsMartin Schwenke2019-07-051-9/+12
* ctdb-daemon: Replace function ctdb_ip_to_nodeid() with ctdb_ip_to_pnn()Martin Schwenke2019-07-054-20/+18