summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-13s4: Fix trailing whitespaces in sesssetup.cPavel Filipenský1-15/+15
2023-08-08s4:smb_server: Add missing newlines to logging messagesJoseph Sutton1-5/+5
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 Boehme1-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 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
2016-04-12CVE-2016-2111: s4:smb_server: implement "raw NTLMv2 auth" checksStefan Metzmacher1-0/+10
2013-11-08s4-smb_server: Fix a use after free.Andreas Schneider1-1/+5
2012-05-09s4:smb_server/smb: only create a new session with vuid == 0Stefan Metzmacher1-3/+9
2012-02-18auth: Reorder arguments to generate_session_infoAndrew Bartlett1-4/+4
2012-02-13auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett1-1/+3
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-2/+3
2011-05-08s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett1-1/+1
2011-03-04s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner1-5/+5
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-11/+10
2010-09-15s4-smb: serialise session setup operationsAndrew Tridgell1-0/+7
2010-08-14s4:auth Move struct auth_usersupplied_info to a common locationAndrew Bartlett1-2/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-05-20s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett1-1/+13
2010-04-14s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett1-18/+61
2009-12-24s4:auth: change auth_check_password_send/recv to tevent_reqStefan Metzmacher1-13/+26
2009-12-24s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher1-5/+15
2009-12-24s4:smb_server: fix mixing socket_address and tsocket_addressStefan Metzmacher1-6/+9
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-2/+0
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett1-9/+7
2008-11-02Fix the build.Jelmer Vernooij1-1/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-1/+1
2008-09-23s4:smb_server: remove the bogus smbsrv_signing_restart()Stefan Metzmacher1-17/+2
2008-09-05Move our DC to implement mandetory signing.Andrew Bartlett1-2/+4
2008-09-05With a windows 2008 client, even anonymous requires signing...Andrew Bartlett1-6/+0
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+3
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij1-5/+8
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij1-2/+2
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-0/+1
2007-12-21r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij1-0/+1
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett1-1/+1
2007-10-10r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)Andrew Tridgell1-3/+9
2007-10-10r23019: revert r23018 - this will require more thought.Andrew Tridgell1-14/+2
2007-10-10r23018: fixed a memory leak in our server side session setup code for failedAndrew Tridgell1-2/+14