summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb
AgeCommit message (Expand)AuthorFilesLines
2026-01-13s4: Fix trailing whitespaces in sesssetup.cPavel Filipenský1-15/+15
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke1-2/+2
2023-11-15util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n()Joseph Sutton1-1/+1
2023-11-15s4:smb_server: Remove trailing whitespaceJoseph Sutton1-31/+31
2023-08-21s4:smb_server: Fix code spellingJoseph Sutton1-1/+1
2023-08-14s4:smb_server: Fix code spellingAndreas Schneider1-1/+1
2023-08-08s4:smb_server: Fix code spellingJoseph Sutton1-1/+1
2023-08-08s4:smb_server: Add missing newlines to logging messagesJoseph Sutton3-10/+10
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-1/+3
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton1-2/+2
2022-03-10s4:smb_server: don't set mapped_state explicitly in auth_usersupplied_infoStefan Metzmacher1-2/+0
2021-11-09CVE-2020-25717: s4:smb_server: start with authoritative = 1Stefan Metzmacher1-2/+2
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme6-6/+6
2020-09-07s4:smb_server: Use cli_credentials_init_server() for negprotAndreas Schneider1-14/+14
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2019-06-04s4/smb_server/smb: cppcheck: Fix uninitvar & uninitStructMember errorsNoel Power1-1/+1
2019-05-27Fix ubsan null pointer passed as argument 2Gary Lockyer1-2/+5
2018-05-10samdb: Add remote address to connectGary Lockyer1-1/+6
2018-01-10s4:smb_server: remove deprecated 'use spnego = no" handlingStefan Metzmacher1-1/+0
2017-05-21s4:smb_server: avoid using gensec_update_ev() for the negotiate blobStefan Metzmacher1-1/+2
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 Bartlett1-0/+2
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 Bartlett1-3/+50
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.xu2-0/+2
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 Deschner1-2/+4
2015-10-23build: Enable NTVFS file server to be omittedAndrew Bartlett1-1/+1
2015-04-28lib: Remove server_id_str()Volker Lendecke1-5/+5
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 Metzmacher1-1/+1
2014-02-20s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam1-2/+3
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 Sam1-1/+1
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-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 Bartlett1-1/+1
2012-05-24s4:smb_server/smb: fix talloc_free() bugStefan Metzmacher1-1/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-1/+2
2012-05-09s4:smb_server/smb: only create a new session with vuid == 0Stefan Metzmacher1-3/+9