summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smbd: setup the application session key with the first tcon on a sessionStefan Metzmacher2012-08-041-30/+2
* s3:smbd: setup session->global->signing_/application_key during SPNEGO SMB1 s...Stefan Metzmacher2012-08-041-2/+57
* s3:smbd: setup session->global->signing_/application_key during old SMB1 sess...Stefan Metzmacher2012-08-041-2/+60
* s3:smbd: keep the "application session key" during SMB1 reauthStefan Metzmacher2012-08-041-2/+12
* s3:smbd/sesssetup: implement dynamic re-authentication and expire session if ...Stefan Metzmacher2012-06-251-4/+78
* s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher2012-06-251-58/+167
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-1/+1
* s3: Remove a user of procid_is_meVolker Lendecke2012-06-211-1/+2
* s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher2012-06-061-3/+3
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-1/+1