summaryrefslogtreecommitdiff
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* s4:smb_server: remove deprecated 'use spnego = no" handlingStefan Metzmacher2018-01-101-1/+0
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-193-6/+20
* s4:smb_server: avoid using gensec_update_ev() for the negotiate blobStefan Metzmacher2017-05-212-2/+4
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-111-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* 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-292-0/+3
* 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-292-3/+89
* 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-193-0/+7
* build: Build less of Samba when building --without-ntvfs-fileserverAndrew Bartlett2016-06-022-2/+4
* CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-04-121-0/+1
* CVE-2016-2114: s4:smb2_server: fix session setup with required signingStefan Metzmacher2016-04-121-8/+0
* 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-172-4/+8
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-062-2/+2
* build: Enable NTVFS file server to be omittedAndrew Bartlett2015-10-233-4/+4
* Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2015-07-071-0/+1
* lib: Remove server_id_str()Volker Lendecke2015-04-281-5/+5
* Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...Richard Sharpe2015-03-271-1/+1
* s4/ntvfs: support FS_SECTOR_SIZE_INFORMATION query-infoDavid Disseldorp2015-03-181-0/+20
* s4:smb_server/smb2: remove unused _pad variablesStefan Metzmacher2014-11-253-12/+0
* s4:smb_server/smb2: avoid unused warnings in smb2srv_setinfo_send()Stefan Metzmacher2014-11-251-1/+1
* 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-272-2/+2
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-03-071-2/+2
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-202-4/+6
* 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-072-2/+2
* 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: call irpc_add_name() at startup (bug #9905)Stefan Metzmacher2013-06-131-0/+1
* ntvfs: support setfileinfo with FULL_EA_INFORMATIONDavid Disseldorp2013-04-031-0/+6
* 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-152-2/+2
* 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-233-3/+7
* s4:smb_server/smb: only create a new session with vuid == 0Stefan Metzmacher2012-05-093-9/+17
* s4-smb2: Fix a talloc crash bug.Andreas Schneider2012-04-111-2/+2
* s4:smb_server/smb2: add missing 'return;' statements in smb2srv_chain_reply()Stefan Metzmacher2012-04-021-0/+3
* s4:smb_server/smb2: after smbsrv_terminate_connection() we have to returnStefan Metzmacher2012-04-021-1/+0