summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2019-02-13spelling of associatedDouglas Bagnall1-3/+3
2018-11-01source4 smdb: Add a post fork hook to the service APIGary Lockyer1-5/+9
2018-11-01source4 smbd: Make the service_details structure constant.Gary Lockyer1-1/+1
2018-05-10samdb: Add remote address to connectGary Lockyer1-1/+6
2018-03-19Remove dead codeSimo Sorce1-1/+0
2018-01-10s4:smb_server: remove deprecated 'use spnego = no" handlingStefan Metzmacher1-1/+0
2017-10-19 source4/smbd: refactor the process model for preforkGary Lockyer3-6/+20
2017-05-21s4:smb_server: avoid using gensec_update_ev() for the negotiate blobStefan Metzmacher2-2/+4
2017-05-11s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett1-1/+3
2017-03-29auth: Log the transport connection for the authorizationAndrew Bartlett2-0/+3
2017-03-29s4-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)Andrew Bartlett1-0/+32
2017-03-29auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2-3/+89
2017-03-29auth: Fill in user_info->service_description from all callersAndrew Bartlett1-0/+4
2017-03-24auth4: let auth_check_password* return pauthoritativeStefan Metzmacher1-3/+6
2017-01-22lib: Add lib/util/server_id.hVolker Lendecke1-0/+1
2016-08-19pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu3-0/+7
2016-06-02build: Build less of Samba when building --without-ntvfs-fileserverAndrew Bartlett2-2/+4
2016-04-12CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme1-0/+1
2016-04-12CVE-2016-2114: s4:smb2_server: fix session setup with required signingStefan Metzmacher1-8/+0
2016-04-12CVE-2016-2111: s4:smb_server: implement "raw NTLMv2 auth" checksStefan Metzmacher1-0/+10
2016-03-17s4-smb_server: check for return code of cli_credentials_set_machine_account().Günther Deschner2-4/+8
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2-2/+2
2015-10-23build: Enable NTVFS file server to be omittedAndrew Bartlett3-4/+4
2015-07-07Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam1-0/+1
2015-04-28lib: Remove server_id_str()Volker Lendecke1-5/+5
2015-03-27Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...Richard Sharpe1-1/+1
2015-03-18s4/ntvfs: support FS_SECTOR_SIZE_INFORMATION query-infoDavid Disseldorp1-0/+20
2014-11-25s4:smb_server/smb2: remove unused _pad variablesStefan Metzmacher3-12/+0
2014-11-25s4:smb_server/smb2: avoid unused warnings in smb2srv_setinfo_send()Stefan Metzmacher1-1/+1
2014-09-17lib: Move "large_file_support()" to the source4 smb serverVolker Lendecke1-0/+21
2014-04-02s4:smb_server/smb: fix invalid pointer type warnings in negprot.cStefan Metzmacher1-3/+3
2014-04-02s4:smb_server/smb: fix declaration after code warnings in negprot.cStefan Metzmacher1-2/+3
2014-03-27s4:smb_server: make use of gensec_update_ev()Stefan Metzmacher2-2/+2
2014-03-07s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher1-2/+2
2014-02-20s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2-4/+6
2014-02-12lib/param: Normalise "read raw" and "write raw" parametersAndrew Bartlett1-5/+24
2014-02-07param: rename lp function and variable from "encrypted_passwords" to "encrypt...Garming Sam1-3/+3
2014-02-07param: rename lp function and variable from "srv_minprotocol" to "server_min_...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "srv_maxprotocol" to "server_max_...Garming Sam2-2/+2
2014-02-07param: rename lp function and variable from "maxmux" to "max_mux"Garming Sam1-3/+3
2014-01-14ntvfs: Remove CAP_UNIX from the ntvfs file server as it was never finishedAndrew Bartlett1-4/+0
2013-11-22lib/param: Consolidate code to enable smb signing on the server, always enabl...Andrew Bartlett1-38/+3
2013-11-08s4-smb_server: Fix a use after free.Andreas Schneider1-1/+5
2013-06-13s4:smb_server: call irpc_add_name() at startup (bug #9905)Stefan Metzmacher1-0/+1
2013-04-03ntvfs: support setfileinfo with FULL_EA_INFORMATIONDavid Disseldorp1-0/+6
2013-03-20s4:smb_server: fix large read_andx requestsStefan Metzmacher1-6/+12
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2-2/+2
2012-05-24s4:smb_server/smb: fix talloc_free() bugStefan Metzmacher1-1/+1