summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-04-061-18/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-04-0622-0/+66
* s3:smbd: map nterror on smb2_flush errorpathAnton Nefedov via samba-technical2018-04-061-1/+1
* s3: smbd: Fruit. Make the use of dom_sid_compare_domain() much clearer.Jeremy Allison2018-04-061-2/+3
* selftest: run vfs.fruit_netatalk test against seperate shareRalph Boehme2018-04-061-1/+1
* s3: smbd: vfs_fruit: Replace code in fruit_fget_nt_acl() with remove_virtual_...Jeremy Allison2018-04-061-28/+7
* s3: smbd: vfs_fruit: Replace code in check_ms_nfs() with remove_virtual_nfs_a...Jeremy Allison2018-04-061-37/+1
* s3: smbd: vfs_fruit: Add remove_virtual_nfs_aces() a generic NFS ACE remover.Jeremy Allison2018-04-061-0/+43
* s3: vfs_fruit. Change check_ms_nfs() to remove the virtual ACE's generated by...Jeremy Allison2018-04-061-1/+42
* s3: vfs_fruit. If the security descriptor was modified, ensure we set the fla...Jeremy Allison2018-04-061-0/+21
* s3: vfs_fruit: Ensure we operate on a copy of the incoming security descriptor.Jeremy Allison2018-04-061-1/+11
* s3: vfs_fruit. Ensure we only return one set of the 'virtual' UNIX ACE entries.Jeremy Allison2018-04-061-0/+28
* s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support...Jeremy Allison2018-04-061-3/+6
* s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't ...Jeremy Allison2018-04-061-0/+9
* s3:auth: make use of make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-212-5/+2
* s3:rpc_server: make use of make_session_info_anonymous()Stefan Metzmacher2018-03-201-6/+3
* s3:auth: add make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-202-1/+146
* s3:auth: pass the whole auth_session_info from copy_session_info_serverinfo_g...Stefan Metzmacher2018-03-202-33/+23
* s3:auth: base make_new_session_info_system() on auth_system_user_info_dc() an...Stefan Metzmacher2018-03-201-80/+43
* s3:auth: add auth3_user_info_dc_add_hints() and auth3_session_info_create()Stefan Metzmacher2018-03-202-0/+584
* s3:auth: remove static from finalize_local_nt_token()Stefan Metzmacher2018-03-202-4/+4
* s3:auth: pass AUTH_SESSION_INFO_* flags to finalize_local_nt_token()Stefan Metzmacher2018-03-201-19/+39
* s3:auth: don't try to expand system or anonymous tokens in finalize_local_nt_...Stefan Metzmacher2018-03-201-0/+24
* s3:auth: add add_builtin_guests() handling to finalize_local_nt_token()Stefan Metzmacher2018-03-201-8/+114
* s3:auth: only call secrets_fetch_domain_sid() once in finalize_local_nt_token()Stefan Metzmacher2018-03-201-16/+19
* s3:passdb: handle dom_sid=NULL in create_builtin_{users,administrators}()Stefan Metzmacher2018-03-201-4/+6
* s3:auth: move add_local_groups() out of finalize_local_nt_token()Stefan Metzmacher2018-03-201-7/+15
* s3:auth: add the "Unix Groups" sid for the primary gidStefan Metzmacher2018-03-201-0/+4
* s3:auth: remove unused auth_serversupplied_info->systemStefan Metzmacher2018-03-202-2/+0
* s3:selftest: run SMB2-ANONYMOUSStefan Metzmacher2018-03-201-0/+1
* s3:torture: add SMB2-ANONYMOUS which asserts no GUEST bit for anonymousStefan Metzmacher2018-03-203-0/+44
* CVE-2018-1050: s3: RPC: spoolss server. Protect against null pointer derefs.Jeremy Allison2018-03-131-0/+13
* libsmb: Use smb2 tcon if conn_protocol >= SMB2_02Dan Robertson2018-03-071-1/+1
* s3:smbd: Do not crash if we fail to init the session tableAndreas Schneider2018-03-071-3/+20
* winbindd: disable support for CROSS_ORGANIZATION domainsStefan Metzmacher2018-03-011-0/+11
* vfs_fruit: use off_t, not size_t for TM size calculationsRalph Boehme2018-03-011-7/+6
* build: fix libceph-common detectionGünther Deschner2018-03-011-2/+4
* winbind: don't try to do an authenticated SMB connection as AD DCStefan Metzmacher2018-02-271-2/+42
* winbind: set_dc_type_and_flags() is not needed on a DCStefan Metzmacher2018-02-271-0/+18
* winbind: make sure we don't contact trusted domains via LDAP as AD DCStefan Metzmacher2018-02-272-0/+34
* winbind: make sure we don't contact trusted domains via SAMR as AD DCStefan Metzmacher2018-02-271-0/+14
* winbind: let cm_connect_netlogon_transport() only work against direct trust a...Stefan Metzmacher2018-02-271-0/+11
* winbind: force the usage of schannel in cm_connect_lsa() as AD DCStefan Metzmacher2018-02-271-0/+21
* s3:smb_macros.h: add IS_AD_DC as addition to IS_DCStefan Metzmacher2018-02-271-0/+1
* winbind: Use one queue for all domain childrenStefan Metzmacher2018-02-273-9/+125
* winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke2018-02-274-14/+66
* winbind: make choose_domain_child() staticStefan Metzmacher2018-02-272-2/+1
* winbind: add locator_child_handle() and use it instead of child->binding_handleStefan Metzmacher2018-02-274-7/+13
* winbind: add idmap_child_handle() and use it instead of child->binding_handleStefan Metzmacher2018-02-275-9/+15
* winbind: improve wb_domain_request_send() to use wb_dsgetdcname_send() for a ...Stefan Metzmacher2018-02-271-18/+22