summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:net_usershare: Correctly escape newline in error messageJoseph Sutton2023-04-121-1/+1
* s3:net_usershare: Handle allocation failureJoseph Sutton2023-04-121-0/+20
* smbd/notify: Handle allocation failureJoseph Sutton2023-04-121-13/+63
* pysmbd: Fix typo in error messageJoseph Sutton2023-04-121-1/+1
* posix_acls: Don't skip ACEs in merge_default_aces()Joseph Sutton2023-04-121-2/+18
* vfs_fruit: avoid using 'conn->tcon->compat', we can just use 'conn'!Stefan Metzmacher2023-04-121-2/+2
* smbXsrv_tcon: avoid storing temporary (invalid!) records.Stefan Metzmacher2023-04-125-60/+95
* s3-client: Provide more information on protocol negotiation failuresAndrew Bartlett2023-04-111-2/+11
* libsmb: fix regression on smbc_getxattr and fix docRemi Collet2023-04-092-3/+3
* s3:libads: Remove executable bit from ldap.cAndreas Schneider2023-04-091-0/+0
* rpcd_mdssvc: initialize POSIX lockingRalph Boehme2023-04-071-0/+8
* smbd: Prevent creation of vetoed filesRalph Boehme2023-04-061-3/+7
* CI: add a test creating a vetoed fileRalph Boehme2023-04-061-0/+47
* s3:tests: Add exit code with failed testsAndreas Schneider2023-04-061-15/+19
* s3:tests: Use CONFIGURATION passed down to the testAndreas Schneider2023-04-061-2/+3
* s3:tests: Correctly implement tests for forceuser/forcegroupAndreas Schneider2023-04-061-4/+10
* s3:tests: Use the CONFIGURATION passed down to the testAndreas Schneider2023-04-061-5/+18
* s3:selftest: Remove ad_dc_ntvfs for smbclient_machine_auth.plainAndreas Schneider2023-04-061-1/+1
* net_ads: fill ads->auth.realm from c->credsStefan Metzmacher2023-04-061-1/+9
* CVE-2023-0922 set default ldap client sasl wrapping to sealRob van der Linde2023-04-051-1/+1
* s3:utils: s3:utils: Correctly wire winbind ccache support for smbgetAndreas Schneider2023-04-051-0/+8
* s3:utils: Correctly wire NT hash support for smbgetAndreas Schneider2023-04-051-0/+5
* s3:tests: Add test with testdenied_upn@REALM.upnAndreas Schneider2023-04-051-0/+24
* s3:tests: Add a kerberos trust test for smbgetAndreas Schneider2023-04-051-0/+24
* s3:tests: Add kerberos test for smbgetAndreas Schneider2023-04-051-0/+35
* s3:utils: Correctly wire Kerberos support for smbgetAndreas Schneider2023-04-051-0/+16
* s3:tests: Add encryption test for smbgetAndreas Schneider2023-04-051-0/+32
* s3:utils: Correctly wire encryption for smbgetAndreas Schneider2023-04-051-4/+26
* s3:utils: Use common command line parser for smbgetAndreas Schneider2023-04-053-295/+119
* s3:tests: Use long options for smbget in test_smbget.shAndreas Schneider2023-04-051-22/+22
* s3:utils: Add support for parsing domain/UPN in username for smbgetAndreas Schneider2023-04-051-2/+26
* s3:utils: Always cleanup when leaving smbget main()Andreas Schneider2023-04-051-13/+15
* s3:tests: Add smbget msdfs link test with domain and UPNAndreas Schneider2023-04-051-0/+36
* s3:tests: Add domain and UPN test for smbgetAndreas Schneider2023-04-051-0/+50
* s3:tests: Also clear the download area in smbget msdfs_link testAndreas Schneider2023-04-051-1/+3
* s3:selftest: Pass REALM to samba.blackbox.smbgetAndreas Schneider2023-04-052-6/+9
* s3:selftest: Move samba3.blackbox.smbget to ad_memberAndreas Schneider2023-04-051-1/+14
* smbd: Indicate posix pathnames if SMB311 POSX cc requestedVolker Lendecke2023-04-041-1/+1
* s3:modules: call rpcgen only if vfs_nfs4acl_xattr is enabledDavid Disseldorp2023-04-031-42/+41
* lib: Fix tdb_validate() for incorrect tdb entriesVolker Lendecke2023-04-011-2/+3
* torture3: Add tdb-validate testVolker Lendecke2023-04-015-0/+76
* smbd: squash check_path_syntax() variantsRalph Boehme2023-03-316-68/+15
* s3: smbd: Correctly process SMB3 POSIX paths in create.Jeremy Allison2023-03-312-16/+44
* s3: smbd: Correctly set smb2req->smb1req->posix_pathnames from the calling fs...Jeremy Allison2023-03-3114-14/+20
* smbd: Ensure share root POSIX attrs are cleared after mode_fnDavid Mulder2023-03-311-7/+14
* s3: smbd: Add check_path_syntax_smb2_posix().Jeremy Allison2023-03-312-0/+6
* s3: smbd: Flatten the check_path_syntax_smb2() wrapper.Jeremy Allison2023-03-311-6/+1
* s3: smbd: Fix dumb typos that meant smb1.SMB1-DFS-* tests were running agains...Jeremy Allison2023-03-311-3/+3
* s3: smbd: Remove now unused dfs_filename_convert().Jeremy Allison2023-03-312-300/+0
* smbd: RIP DFS pathname processing in filename_convert_dirfsp_nosymlink()Ralph Boehme2023-03-311-33/+1