summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: remove sub_set_smb_name()/reload_services()Ralph Boehme2020-02-061-4/+0
* smbd: RIP user_structRalph Boehme2020-01-131-22/+0
* smbd: remove vuid from struct user_structRalph Boehme2020-01-131-4/+0
* smbd: use session->global->session_wire_id instead of session->compat->vuidRalph Boehme2020-01-131-6/+6
* smbd: move homes_snum from struct user_struct to struct smbXsrv_sessionRalph Boehme2020-01-131-5/+3
* s3: remove unused session_keystr from struct user_structRalph Boehme2019-12-201-2/+0
* lib: Remove #define serverid_equal server_id_equalVolker Lendecke2019-11-061-1/+1
* s3:smbd: Start to use the smb2_signing_key structureAndreas Schneider2019-04-301-12/+36
* s3:librpc: Rename the data blobs for keys in smbXsrv.idlAndreas Schneider2019-04-301-10/+10
* smbd: Remove some unused includesVolker Lendecke2019-04-111-1/+0
* s3:smbd: Fix build on AIXBjoern Jacke2019-01-041-5/+5
* smbd: Fix "reset on zero vc"Volker Lendecke2018-05-131-9/+22
* s3: remove dead already commented codeBjörn Jacke2018-02-211-4/+1
* s3:smbd: call auth_check_password_session_info() only in one central placeStefan Metzmacher2017-06-261-33/+25
* s3:smbd: introduce a reply_sesssetup_and_X_stateStefan Metzmacher2017-06-261-62/+69
* s3:smbd: inline check_guest_password() into reply_sesssetup_and_X()Stefan Metzmacher2017-06-261-42/+25
* s3:smbd: only set user_info->auth_description on successStefan Metzmacher2017-06-261-2/+1
* source3 smdb: fix null pointer dereferenceGary Lockyer2017-04-281-1/+1
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-291-0/+1
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-291-3/+8
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-291-1/+3
* auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett2017-03-291-0/+6
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-291-1/+4
* s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett2017-03-291-0/+1
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* s3:smbd: fix anonymous authentication if signing is mandatoryStefan Metzmacher2016-05-181-2/+6
* s3:smbd: only mark real guest sessions with the GUEST flagStefan Metzmacher2016-04-281-3/+3
* s3:smbd: make use SMB_SETUP_GUEST constantStefan Metzmacher2016-04-281-3/+3
* CVE-2016-2114: s3:smbd: enforce "server signing = mandatory"Ralph Boehme2016-04-121-1/+3
* s3:smbd: remove unused spnego related includesStefan Metzmacher2015-12-171-5/+0
* s3:sesssetup: use session->pending_auth in smb1 session setupMichael Adam2015-07-301-11/+24
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-8/+8
* lib: Remove server_id_str()Volker Lendecke2015-04-281-1/+2
* s3:smbd: use req->sconn in sesssetup.cStefan Metzmacher2014-09-191-2/+2
* s3:smbd: remember the time of the session setup auth_timeStefan Metzmacher2014-08-061-0/+3
* s3:smbd: use req->xconn in sesssetup.cStefan Metzmacher2014-08-061-8/+8
* s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_stateStefan Metzmacher2014-08-061-5/+5
* s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*Stefan Metzmacher2014-08-061-8/+9
* s3:smbd: move sconn->smb1.negprot.* to xconn->smb1.negprot.*Stefan Metzmacher2014-08-061-6/+5
* s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett2014-04-021-8/+10
* s3:smbd: let srvstr_pull_req_talloc() take 'const uint8_t *src'Stefan Metzmacher2014-04-021-5/+4
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-1/+1
* s3:smbd: reject a MaxBufferSize < SMB_BUFFER_SIZE_MIN (500) in a session setu...Stefan Metzmacher2014-03-051-6/+13
* s3: set native os according to Windows and NBT_ANNOUNCE_VERSION definesBjörn Jacke2014-01-141-1/+5
* s3:smbd: keep global_client_caps and max_send from the first successful sessi...Stefan Metzmacher2013-03-201-4/+10
* s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...Gregor Beck2012-10-191-10/+17
* s3:smbd: initialize session->global before calling session_claimGregor Beck2012-10-191-20/+20
* s3:smbd: remove smbd_server_connection argument from session_claim()Gregor Beck2012-10-191-2/+2
* s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck2012-10-191-2/+2
* s3:smbd: remove unused variable in sesssetup.cStefan Metzmacher2012-08-051-1/+0