summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smb2_server: correctly maintain request counters for compound requestsStefan Metzmacher2018-04-121-1/+5
* winbindd: Do not ignore domain in the LOOKUPNAME requestChristof Schmitt2018-04-111-12/+21
* Add test for wbinfo name lookupChristof Schmitt2018-04-111-0/+4
* test_smbclient_s3.sh: Use correct separator in "list with backup privilege" testChristof Schmitt2018-04-111-3/+7
* s3: smbd: Unix extensions attempts to change wrong field in fchown call.Jeremy Allison2018-04-111-2/+2
* s3: smbd: Fix memory leak in vfswrap_getwd()Jeremy Allison2018-04-101-3/+6
* s3: lib: messages: Don't use the result of sec_init() before calling sec_init().Lutz Justen2018-04-101-2/+7
* s3:smbd: don't use the directory cache for SMB2/3Ralph Boehme2018-04-101-3/+29
* s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete...Jeremy Allison2018-04-061-0/+12
* 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