summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2022-37966 param: let "kdc default domain supportedenctypes = 0" mean the...Stefan Metzmacher2022-12-141-3/+0
* CVE-2022-37966 param: don't explicitly initialize "kdc force enable rc4 weak ...Stefan Metzmacher2022-12-141-1/+0
* CVE-2022-37966 s3:net_ads: let 'net ads enctypes list' pretty print AES256-SK...Stefan Metzmacher2022-12-141-0/+6
* CVE-2022-37966 s3:net_ads: no longer reference des encryption typesStefan Metzmacher2022-12-141-1/+2
* CVE-2022-37966 s3:libnet: no longer reference des encryption typesStefan Metzmacher2022-12-141-3/+2
* CVE-2022-37966 s3:libads: no longer reference des encryption typesStefan Metzmacher2022-12-141-1/+1
* CVE-2022-37966 s3:net_ads: remove unused ifdef HAVE_ENCTYPE_AES*Stefan Metzmacher2022-12-141-4/+0
* CVE-2022-37966 s3:libnet: remove unused ifdef HAVE_ENCTYPE_AES*Stefan Metzmacher2022-12-141-4/+0
* CVE-2022-37966 s3:libads: remove unused ifdef HAVE_ENCTYPE_AES*Stefan Metzmacher2022-12-142-8/+0
* CVE-2022-37966 param: Add support for new option "kdc force enable rc4 weak s...Andrew Bartlett2022-12-141-0/+1
* CVE-2022-37966 param: Add support for new option "kdc default domain supporte...Joseph Sutton2022-12-141-0/+3
* CVE-2022-37966 testparm: warn about 'kerberos encryption types = legacy'Stefan Metzmacher2022-12-141-0/+8
* CVE-2022-37966 s3:utils: Fix old-style function definitionAndreas Schneider2022-12-141-6/+6
* CVE-2022-37966 s3:client: Fix old-style function definitionAndreas Schneider2022-12-141-1/+1
* CVE-2022-37966 s3:param: Fix old-style function definitionAndreas Schneider2022-12-141-2/+2
* CVE-2022-38023 testparm: warn about unsecure schannel related optionsStefan Metzmacher2022-12-141-0/+61
* CVE-2022-38023 testparm: warn about server/client schannel != yesStefan Metzmacher2022-12-141-3/+17
* CVE-2022-38023 docs-xml/smbdotconf: add "server schannel require seal[:COMPUT...Stefan Metzmacher2022-12-141-0/+1
* CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 clients' default to yesStefan Metzmacher2022-12-141-0/+1
* CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 servers' default to yesStefan Metzmacher2022-12-131-0/+1
* CVE-2022-38023 s3:winbindd: also allow per domain "winbind sealed pipes:DOMAI...Stefan Metzmacher2022-12-131-8/+33
* CVE-2022-38023 s3:net: add and use net_warn_member_options() helperStefan Metzmacher2022-12-138-0/+52
* CVE-2022-38023 libcli/auth: pass lp_ctx to netlogon_creds_cli_set_global_db()Stefan Metzmacher2022-12-132-2/+2
* s3: smbd: Fix memory leak in smbd_server_connection_terminate_done().Jeremy Allison2022-09-281-0/+1
* smbd: check for streams support in unix_convert()Ralph Boehme2022-09-061-1/+8
* smbd: return NT_STATUS_OBJECT_NAME_INVALID if a share doesn't support streamsRalph Boehme2022-09-061-1/+1
* smbtorture: add a test trying to create a stream on share without streams sup...Ralph Boehme2022-09-061-0/+2
* smbd: implement access checks for SMB2-GETINFO as per MS-SMB2 3.3.5.20.1Ralph Boehme2022-09-061-0/+28
* smbd: directly pass fsp to SMB_VFS_FGETXATTR() in fget_ea_dos_attribute()Ralph Boehme2022-09-061-2/+2
* smbd: add and use vfs_fget_dos_attributes()Ralph Boehme2022-09-064-4/+59
* vfs_default: assert all passed in fsp's and names are non-stream typeRalph Boehme2022-09-061-38/+56
* vfs_streams_xattr: restrict which fcntl's are allowed on streamsRalph Boehme2022-09-061-0/+33
* smbd: skip access checks for stat-opens on streams in open_file()Ralph Boehme2022-09-061-22/+29
* smbd: use metadata_fsp() in get_acl_group_bits()Ralph Boehme2022-09-061-1/+1
* smbd: ignore request to set the SPARSE attribute on streamsRalph Boehme2022-09-061-0/+13
* smbd: use metadata_fsp() with SMB_VFS_FSET_DOS_ATTRIBUTES()Ralph Boehme2022-09-061-3/+2
* smbd: use metadata_fsp() with SMB_VFS_FGET_DOS_ATTRIBUTES()Ralph Boehme2022-09-062-2/+4
* smbd: use metadata_fsp() with SMB_VFS_FSET_NT_ACL()Ralph Boehme2022-09-063-4/+10
* smbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()Ralph Boehme2022-09-066-7/+7
* CI: add a test trying to delete a stream on a pathref ("stat open") handleRalph Boehme2022-09-062-0/+124
* vfs_xattr_tdb: add "xattr_tdb:ignore_user_xattr" optionRalph Boehme2022-09-061-1/+84
* vfs_xattr_tdb: add a module configRalph Boehme2022-09-061-97/+99
* vfs_xattr_tdb: move close_xattr_db()Ralph Boehme2022-09-061-10/+10
* smdb: use fsp_is_alternate_stream() in open_file()Ralph Boehme2022-09-061-2/+2
* smbd: Introduce metadata_fsp()Volker Lendecke2022-09-062-0/+9
* smbd: Introduce fsp_is_alternate_stream()Volker Lendecke2022-09-062-0/+6
* s3: smbd: Plumb close_type parameter through close_file_in_loop(), file_close...Jeremy Allison2022-08-231-1/+1
* s3: smbd: Add "enum file_close_type close_type" parameter to file_close_conn().Jeremy Allison2022-08-233-3/+3
* s3: smbd: Add "enum file_close_type close_type" parameter to close_cnum().Jeremy Allison2022-08-233-4/+8
* s3/smbd: Use after free when iterating smbd_server_connection->connectionsJeremy Allison2022-08-231-11/+25