summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Only set xconn->smb1.negprot.done = true after supported_protocols[...Jeremy Allison2019-12-131-1/+2
* s3: smbd: Ensure we exit if supported_protocols[protocol].proto_reply_fn() fa...Jeremy Allison2019-12-131-1/+6
* s3: smbd: Change (*proto_reply_fn()) to return an NTSTATUS.Jeremy Allison2019-12-133-20/+21
* s3: smbd: Change reply_smb20xx() to return NTSTATUS.Jeremy Allison2019-12-131-4/+3
* s3: smbd: Ensure we exit on smbd_smb2_process_negprot() fail.Jeremy Allison2019-12-131-1/+8
* s3: smbd: Allow smbd_smb2_process_negprot() to return NTSTATUS as it can fail.Jeremy Allison2019-12-132-8/+9
* s3: smbd: SMB2 - Ensure we use the correct session_id if encrypting an interi...Jeremy Allison2019-12-131-1/+1
* smbd: Increase a debug levelVolker Lendecke2019-12-041-2/+2
* s3: libsmb: Ensure return from net_share_enum_rpc() sets cli->raw_status on e...Jeremy Allison2019-11-191-11/+22
* s3: utils: smbtree. Ensure we don't call cli_RNetShareEnum() on an SMB1 conne...Jeremy Allison2019-11-131-0/+5
* s3: libsmb: Ensure we don't call cli_RNetShareEnum() on an SMB1 connection.Jeremy Allison2019-11-131-1/+6
* s3:printing: Fix %J substitionRalph Boehme2019-11-133-13/+16
* s3:printing: add a DEBUG statementRalph Boehme2019-11-131-0/+2
* s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()Ralph Boehme2019-11-132-5/+27
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-1311-24/+24
* s3: remove unused function standard_sub_advanced()Ralph Boehme2019-11-132-20/+0
* s3: replace standard_sub_advanced with talloc_sub_advanced in one placeRalph Boehme2019-11-131-4/+10
* s3:printing: fix a long lineRalph Boehme2019-11-131-1/+2
* lib/adouble: pass filesize to ad_unpack()Ralph Boehme2019-11-081-1/+3
* lib/adouble: drop ad_data reallocate logicRalph Boehme2019-11-081-23/+23
* vfs_fruit: README.Coding fix: multi-line if expressionRalph Boehme2019-11-081-1/+2
* vfs_fruit: fix a long lineRalph Boehme2019-11-081-1/+5
* s3:smbd: Fix sync dosmode fallback in async dosmode codepathRalph Boehme2019-11-081-1/+5
* s3:smbd: Incomplete conversion of former parametric optionsRalph Boehme2019-11-085-7/+7
* s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme2019-11-089-23/+0
* s3:dbwrap: initialize messaging before getting the ctdb connectionRalph Boehme2019-11-081-1/+7
* libnet_join: add SPNs for additional-dns-hostnames entriesIsaac Boukris2019-11-051-0/+27
* libnet_join_set_machine_spn: simplify adding uniq spn to arrayIsaac Boukris2019-11-051-33/+23
* libnet_join_set_machine_spn: simplify memory handlingIsaac Boukris2019-11-051-32/+42
* libnet_join_set_machine_spn: improve style and make a bit room for indentationIsaac Boukris2019-11-051-48/+47
* libnet_join: build dnsHostName from netbios name and lp_dnsdomain()Isaac Boukris2019-11-051-20/+11
* s3: torture: Ensure SMB1 cli_qpathinfo2() doesn't return an inode number.Jeremy Allison2019-11-041-2/+47
* s3: libsmb: Ensure SMB1 cli_qpathinfo2() doesn't return an inode number.Jeremy Allison2019-11-041-1/+9
* CVE-2019-10218 - s3: libsmb: Protect SMB2 client code from evil server return...Jeremy Allison2019-10-241-0/+7
* CVE-2019-10218 - s3: libsmb: Protect SMB1 client code from evil server return...Jeremy Allison2019-10-242-0/+78
* s3:libsmb: Link libsmb against pthreadIsaac Boukris2019-10-161-0/+1
* s3:libads: Do not turn on canonicalization flag for MIT KerberosAndreas Schneider2019-10-161-0/+15
* selftest: s3: add a test for spnego downgrade from krb5 to ntlmIsaac Boukris2019-10-162-0/+50
* s3:libsmb: Do not check the SPNEGO neg token for KRB5Andreas Schneider2019-10-161-50/+0
* s3:smbd: add a comment explaining the File-ID semantics when a file is createdRalph Boehme2019-10-161-0/+9
* s3:smbd: ensure a created stream picks up the File-ID from the basefileRalph Boehme2019-10-161-1/+1
* s3:lib: add is_named_stream()Ralph Boehme2019-10-162-0/+27
* s3:lib: use strequal_m() in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-161-1/+1
* s3:lib: implement logic directly in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-161-1/+3
* s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fnameRalph Boehme2019-10-161-1/+2
* s3:lib: factor out stream name asserts to helper functionRalph Boehme2019-10-161-4/+10
* s3:lib: assert stream_name is NULL for POSIX pathsRalph Boehme2019-10-161-1/+1
* s3:lib: rework a return expression into an if blockRalph Boehme2019-10-161-1/+5
* s3:smbd: when storing DOS attribute call dos_mode() beforehandRalph Boehme2019-10-161-0/+1
* s3:smbd: change the place where we call dos_mode() when processing SMB2_CREATERalph Boehme2019-10-161-2/+3