summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* source3/wscript_configure_system_ncurses: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+2
* source3/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-053-17/+15
* source3/build/charset.py: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-052-2/+2
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-1/+2
* s3:vfs: fix valgrind warning in SMB_VFS_{PREAD,PWRITE,FSYNC}_RECV()Stefan Metzmacher2018-09-041-3/+9
* dbwrap_tool: We don't do "listwatchers" anymoreVolker Lendecke2018-09-031-3/+2
* dbwrap_tool: Avoid an unnecessary "else"Volker Lendecke2018-09-031-1/+2
* dbwrap_tool: Simplify persistent/non-persistent checkVolker Lendecke2018-09-031-3/+1
* dbwrap_tool: Simplify listkey_fnVolker Lendecke2018-09-031-2/+3
* dbwrap_tool: Simplify dbwrap_tool_eraseVolker Lendecke2018-09-031-10/+3
* smbd: Fix a memleak in async search ask sharemodeVolker Lendecke2018-09-031-8/+5
* s3:smbd: add a comment stating that file_close_user() is redundant for SMB2Ralph Boehme2018-09-011-0/+6
* s3:smbd: let session logoff close files and tcons before deleting the sessionRalph Boehme2018-08-311-23/+23
* s3:smbd: reorder tcon global record deletion and closing files of a tconRalph Boehme2018-08-311-19/+19
* selftest: add a durable handle test with delayed disconnectRalph Boehme2018-08-312-1/+25
* vfs_delay_inject: adding delay to VFS callsRalph Boehme2018-08-313-0/+66
* s4:torture: Add a test for listing sharesAndreas Schneider2018-08-291-6/+13
* examples: Add winexe re-implemented on current Samba libsVolker Lendecke2018-08-281-0/+1
* 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
* smbd: Remove unused KOPLOCK flagsChristof Schmitt2018-08-252-39/+5
* PEP8: fix W391: blank line at end of fileJoe Guo2018-08-242-3/+0
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-1/+1
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-14/+14
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-242-2/+5
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-243-0/+4
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-4/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-244-0/+13
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-242-4/+4
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-242-2/+2
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-243-12/+12
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-242-3/+3
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-242-8/+8
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-242-7/+7
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-242-36/+36
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-241-2/+2
* PEP8: fix E115: expected an indented block (comment)Joe Guo2018-08-241-1/+1
* PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo2018-08-242-10/+10
* vfs_fruit: Don't unlink the main fileVolker Lendecke2018-08-231-1/+5
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-221-0/+5
* libads: Simplify parse_spn()Volker Lendecke2018-08-221-13/+9
* libads: Fix an error path talloc leakVolker Lendecke2018-08-221-1/+2
* libgpo: Fix CID 1438462 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-08-221-2/+12