summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* smbd: Separate aio_pthread indicator from normal EINTRVolker Lendecke2020-02-252-12/+28
* lib: Map EINPROGRESS->NT_STATUS_MORE_PROCESSING_REQUIREDVolker Lendecke2020-02-251-0/+1
* test: Show that smbd does not handle EINTR from open() correctlyVolker Lendecke2020-02-252-0/+75
* test: Intercept open in vfs_error_injectVolker Lendecke2020-02-251-0/+17
* s3: VFS: full_audit. Use system session_info if called from a temporary share...Jeremy Allison2020-02-211-4/+16
* auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2020-02-191-1/+2
* auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2020-02-191-1/+2
* winbindd: handling missing idmap in getgrgid()Stefan Metzmacher2020-02-111-0/+4
* s3:auth_sam: map an empty domain or '.' to the local SAM nameStefan Metzmacher2020-02-111-0/+38
* s3:selftest: test authentication with an empty userdomain and upn namesStefan Metzmacher2020-02-111-0/+8
* s3:auth_sam: introduce effective_domain helper variablesStefan Metzmacher2020-02-111-7/+9
* s3:auth_sam: make sure we never handle empty usernamesStefan Metzmacher2020-02-111-0/+18
* s3:auth_sam: unify the debug messages of all auth_sam*_auth() functionsStefan Metzmacher2020-02-111-1/+8
* s3:auth_sam: replace confusing FALL_THROUGH; with break;Stefan Metzmacher2020-02-111-2/+2
* s3: lib: nmblib. Clean up and harden nmb packet processing.Jeremy Allison2020-01-311-4/+8
* smbd: Fix the build with clangVolker Lendecke2020-01-271-1/+1
* libsmbclient: If over SMB1 first try to do a posix stat on the file.Andreas Schneider2020-01-151-0/+20
* s3:libsmb: Add a setup_stat_from_stat_ex() functionAndreas Schneider2020-01-152-0/+40
* s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider2020-01-155-138/+95
* s3:libsmb: Add try_posixinfo to SMBSRV struct. Only enable for SMB1 with UNIX...Andreas Schneider2020-01-152-0/+10
* s3:libsmb: Generate the inode only based on the path componentAndreas Schneider2020-01-151-2/+2
* s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison2020-01-152-14/+33
* s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison2020-01-152-9/+9
* s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison2020-01-152-26/+27
* vfs_ceph_snapshots: fix root relative path handlingDavid Disseldorp2020-01-141-3/+11
* s3: VFS: glusterfs: Reset nlinks for symlink entries during readdirAnoop C S2019-12-191-1/+4
* 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