summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-common: Mark VacuumLimit tunable as obsoleteMartin Schwenke2019-10-045-22/+2
* ctdb-vacuum: Drop debug level of repacking message to NOTICEMartin Schwenke2019-10-041-2/+3
* ctdb-protocol: Initialise request->rdata.opcode where missingMartin Schwenke2019-10-041-0/+4
* ctdb-vacuum: Process all records not deleted on a remote nodeAmitay Isaacs2019-10-041-1/+1
* rpcclient: Remove unused global domain sidVolker Lendecke2019-10-032-83/+11
* rpcclient: Remove domain sid checkVolker Lendecke2019-10-031-6/+0
* rpcclient: Make cmd_samr.c independent of global domain_sidVolker Lendecke2019-10-031-8/+75
* rpcclient: Fix a commentVolker Lendecke2019-10-031-1/+1
* rpcclient: Move rpccli_try_samr_connects() to cmd_samr.cVolker Lendecke2019-10-033-26/+22
* rpcclient: Remove rpcclient_cli_stateVolker Lendecke2019-10-032-4/+0
* rpclient: Remove cmd_testVolker Lendecke2019-10-033-98/+0
* s3: smbd: Fix the SMB2 server to pass SMB2-PATH-SLASH.Jeremy Allison2019-10-022-1/+45
* s3: torture: Add MS-FSA style terminating '/' and '\\' test - SMB2-PATH-SLASH.Jeremy Allison2019-10-025-0/+213
* dbwrap_watch: Don't alert ourselves, fix raw.oplock.batch26 raceVolker Lendecke2019-10-021-2/+14
* dbwrap_watch: Remove "addwatch" handling from dbwrap_watched_save()Volker Lendecke2019-10-021-28/+10
* dbwrap_watch: Move reallocating watchers to dbwrap_watched_watch_send()Volker Lendecke2019-10-021-2/+19
* dbwrap_watch: Slightly simplify dbwrap_watched_fetch_locked()Volker Lendecke2019-10-021-4/+1
* epmapper: Fix printf specifiersVolker Lendecke2019-10-021-2/+2
* torture: Fix a commentVolker Lendecke2019-10-021-2/+3
* lib: Fix a typoVolker Lendecke2019-10-021-1/+1
* rpc_client: Don't pass a NULL string to talloc_asprintfVolker Lendecke2019-10-021-7/+23
* smbd: Fix CID 1453984: Null pointer dereferences (REVERSE_INULL)Volker Lendecke2019-10-021-3/+5
* lib: Fix CID 1453985: Null pointer dereferences (FORWARD_NULL)Volker Lendecke2019-10-021-0/+1
* lib: Remove some unneeded #includes from tftw.cVolker Lendecke2019-10-021-13/+2
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-026-129/+23
* vfs_default: use is_named_stream() for stream checkRalph Boehme2019-10-021-6/+6
* s3:smbd: add a comment explaining the File-ID semantics when a file is createdRalph Boehme2019-10-021-0/+9
* s3:smbd: ensure a created stream picks up the File-ID from the basefileRalph Boehme2019-10-022-2/+1
* s3:lib: add is_named_stream()Ralph Boehme2019-10-022-0/+27
* s3:lib: use strequal_m() in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-021-1/+1
* s3:lib: implement logic directly in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-021-1/+3
* s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fnameRalph Boehme2019-10-021-1/+2
* s3:lib: factor out stream name asserts to helper functionRalph Boehme2019-10-021-4/+10
* s3:lib: assert stream_name is NULL for POSIX pathsRalph Boehme2019-10-021-1/+1
* s3:lib: rework a return expression into an if blockRalph Boehme2019-10-021-1/+5
* s3:smbd: when storing DOS attribute call dos_mode() beforehandRalph Boehme2019-10-022-1/+1
* s3:smbd: change the place where we call dos_mode() when processing SMB2_CREATERalph Boehme2019-10-021-2/+3
* torture:smb2: add a File-ID test on directoriesRalph Boehme2019-10-022-0/+329
* torture:smb2: extend test for File-IDsRalph Boehme2019-10-022-41/+259
* s3: passdb: ret doesn't seem to be needed at allNoel Power2019-10-011-3/+2
* s3/libsmb: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-301-1/+1
* winbind: provide passwd struct for group sid with ID_TYPE_BOTH mapping (again)Michael Adam2019-09-272-6/+16
* selftest: Test ID_TYPE_BOTH with idmap_rid moduleChristof Schmitt2019-09-272-0/+136
* s3/libsmb: clang: Fix 'warning: Value stored to 'p' is never read'Noel Power2019-09-261-1/+0
* s3/passdb: clang: Value stored to 'c' is never readNoel Power2019-09-261-4/+2
* s3/libsmb: clang: value stored to 'idx_current' is never readNoel Power2019-09-261-1/+0
* s3/passdb: clang: Fix warning: Value stored to 'acct_ctrl' is never readNoel Power2019-09-261-3/+1
* s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-5/+5
* s3/rpc_client: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-2/+2
* lib/talloc: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-1/+1