summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb
Commit message (Expand)AuthorAgeFilesLines
* s4:smb_server: remove deprecated 'use spnego = no" handlingStefan Metzmacher2018-01-101-1/+0
* s4:smb_server: avoid using gensec_update_ev() for the negotiate blobStefan Metzmacher2017-05-211-1/+2
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-291-1/+3
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-291-0/+2
* s4-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)Andrew Bartlett2017-03-291-0/+32
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-291-3/+50
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-291-0/+4
* auth4: let auth_check_password* return pauthoritativeStefan Metzmacher2017-03-241-3/+6
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu2016-08-192-0/+2
* CVE-2016-2111: s4:smb_server: implement "raw NTLMv2 auth" checksStefan Metzmacher2016-04-121-0/+10
* s4-smb_server: check for return code of cli_credentials_set_machine_account().Günther Deschner2016-03-171-2/+4
* build: Enable NTVFS file server to be omittedAndrew Bartlett2015-10-231-1/+1
* lib: Remove server_id_str()Volker Lendecke2015-04-281-5/+5
* lib: Move "large_file_support()" to the source4 smb serverVolker Lendecke2014-09-171-0/+21
* s4:smb_server/smb: fix invalid pointer type warnings in negprot.cStefan Metzmacher2014-04-021-3/+3
* s4:smb_server/smb: fix declaration after code warnings in negprot.cStefan Metzmacher2014-04-021-2/+3
* s4:smb_server: make use of gensec_update_ev()Stefan Metzmacher2014-03-271-1/+1
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-201-2/+3
* lib/param: Normalise "read raw" and "write raw" parametersAndrew Bartlett2014-02-121-5/+24
* param: rename lp function and variable from "encrypted_passwords" to "encrypt...Garming Sam2014-02-071-3/+3
* param: rename lp function and variable from "srv_minprotocol" to "server_min_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "srv_maxprotocol" to "server_max_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "maxmux" to "max_mux"Garming Sam2014-02-071-3/+3
* ntvfs: Remove CAP_UNIX from the ntvfs file server as it was never finishedAndrew Bartlett2014-01-141-4/+0
* lib/param: Consolidate code to enable smb signing on the server, always enabl...Andrew Bartlett2013-11-221-38/+3
* s4-smb_server: Fix a use after free.Andreas Schneider2013-11-081-1/+5
* s4:smb_server: fix large read_andx requestsStefan Metzmacher2013-03-201-6/+12
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s4:smb_server/smb: fix talloc_free() bugStefan Metzmacher2012-05-241-1/+1
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-1/+2
* s4:smb_server/smb: only create a new session with vuid == 0Stefan Metzmacher2012-05-091-3/+9
* s4:smb_server/smb: remove a request from the list before adding the next one ...Stefan Metzmacher2012-04-021-0/+1
* s4-smb_server: Put error from share_get_config() into the logsAndrew Bartlett2012-03-071-1/+1
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-181-4/+4
* auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett2012-02-131-1/+3
* s4-smb_server No longer follow the security=share smb.conf directiveAndrew Bartlett2011-11-082-19/+2
* nbt: trim down header dependencies of nbt.idl.Günther Deschner2011-11-031-0/+1
* s4:smb_server: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/Stefan Metzmacher2011-11-031-1/+1
* s4:smb_server: change the default for "server signing" to "default"Stefan Metzmacher2011-11-031-1/+4
* s4:smb_server/smb: make the SMB_SIGNING_AUTO behavior a bit easier to followStefan Metzmacher2011-11-031-19/+25
* s4:smb_server/smb: make use of _smb_setlen_nbt()Stefan Metzmacher2011-10-191-1/+1
* s4-smb_server do not set credentials on gensec twiceAndrew Bartlett2011-10-191-4/+0
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-1/+1
* s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref...Stefan Metzmacher2011-10-082-812/+54
* s4:smb_server: make use of PROTOCOL_SMB2_02Stefan Metzmacher2011-09-051-1/+1
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-181-1/+1
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-2/+3
* update/add my copyrightMatthieu Patou2011-07-211-1/+1
* s4:libcli/raw: s/SMBchkpth/SMBcheckpathStefan Metzmacher2011-07-121-1/+1