summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: log warnings about unsecure...Günther Deschner2020-09-181-4/+66
* CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: support "server require sch...Günther Deschner2020-09-181-1/+6
* CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: refactor dcesrv_netr_creds_...Günther Deschner2020-09-181-8/+35
* CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: protect netr_ServerPassword...Jeremy Allison2020-09-181-6/+92
* CVE-2020-1472(ZeroLogon): s3:rpc_server:netlogon: make use of netlogon_creds_...Stefan Metzmacher2020-09-181-2/+1
* s3:gencache: Allow to open gencache as read-onlyAndreas Schneider2020-05-221-3/+60
* Add a test for smbclient -l basenameAmit Kumar2020-05-142-0/+39
* s3:libads: Fix ads_get_upn()Andreas Schneider2020-05-141-0/+1
* libsmb: Protect cli_oem_change_password() from rprcnt<2Volker Lendecke2020-05-141-0/+6
* libsmb: Protect cli_RNetServerEnum against rprcnt<6Volker Lendecke2020-05-141-0/+7
* libsmb: Protect cli_RNetShareEnum() against rprcnt<6Volker Lendecke2020-05-141-0/+5
* libsmb: Fix indentation in cli_RNetShareEnum()Volker Lendecke2020-05-141-64/+69
* libsmb: Don't try to find posix stat info in SMBC_getatr()Volker Lendecke2020-05-043-30/+0
* CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-04-211-0/+1
* CVE-2020-10704: smb.conf: Add max ldap request sizesGary Lockyer2020-04-211-0/+3
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-04-213-6/+6
* nmblib: avoid undefined behaviour in handle_name_ptrs()Douglas Bagnall2020-03-181-0/+3
* s3: VFS: full_audit. Use system session_info if called from a temporary share...Jeremy Allison2020-02-201-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-02-031-4/+8
* libsmbclient: If over SMB1 first try to do a posix stat on the file.Andreas Schneider2020-01-141-0/+20
* s3:libsmb: Add a setup_stat_from_stat_ex() functionAndreas Schneider2020-01-142-0/+40
* s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider2020-01-145-138/+95
* s3:libsmb: Add try_posixinfo to SMBSRV struct. Only enable for SMB1 with UNIX...Andreas Schneider2020-01-142-0/+10
* s3:libsmb: Generate the inode only based on the path componentAndreas Schneider2020-01-141-2/+2
* s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison2020-01-142-14/+33
* s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison2020-01-142-9/+9
* s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison2020-01-142-26/+27
* 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-161-1/+2
* s3: smbd: Ensure we exit if supported_protocols[protocol].proto_reply_fn() fa...Jeremy Allison2019-12-161-1/+6
* s3: smbd: Change (*proto_reply_fn()) to return an NTSTATUS.Jeremy Allison2019-12-163-20/+21
* s3: smbd: Change reply_smb20xx() to return NTSTATUS.Jeremy Allison2019-12-161-4/+3
* s3: smbd: Ensure we exit on smbd_smb2_process_negprot() fail.Jeremy Allison2019-12-161-1/+8
* s3: smbd: Allow smbd_smb2_process_negprot() to return NTSTATUS as it can fail.Jeremy Allison2019-12-162-8/+9
* s3: smbd: SMB2 - Ensure we use the correct session_id if encrypting an interi...Jeremy Allison2019-12-161-1/+1
* s3: libsmb: Ensure return from net_share_enum_rpc() sets cli->raw_status on e...Jeremy Allison2019-11-251-11/+22
* s3: utils: smbtree. Ensure we don't call cli_RNetShareEnum() on an SMB1 conne...Jeremy Allison2019-11-181-0/+5
* s3: libsmb: Ensure we don't call cli_RNetShareEnum() on an SMB1 connection.Jeremy Allison2019-11-181-1/+6
* s3:printing: Fix %J substitionRalph Boehme2019-11-183-13/+16
* s3:printing: add a DEBUG statementRalph Boehme2019-11-181-0/+2
* s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()Ralph Boehme2019-11-182-5/+27