summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: make use of better SMB signing negotiationStefan Metzmacher2011-09-141-0/+18
* ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2011-08-031-1/+1
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-031-1/+1
* s3-smbd Be consistent with %U subs on guest loginsAndrew Bartlett2011-08-031-1/+1
* s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett2011-08-031-22/+32
* s3-smbd clarify behaviour by not passing an OID that will not be usedAndrew Bartlett2011-08-031-1/+1
* s3-smbd Ensure we do not read past the end of a possible NTLMSSP blobAndrew Bartlett2011-08-031-1/+1
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-031-6/+4
* s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett2011-08-031-6/+35
* s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett2011-08-031-1/+3
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett2011-08-031-5/+6
* s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2011-08-031-71/+0
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-201-3/+4
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-4/+4
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-201-3/+3
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-8/+39
* s3-smbd: Replace client_id in smbd session setup.Andreas Schneider2011-07-041-1/+1
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-041-4/+8
* s3-auth: Added remote_address to ntlmssp server.Andreas Schneider2011-07-041-3/+6
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-1/+1
* Fix bug #6911 - Kerberos authentication from vista to samba fails when securi...Jeremy Allison2011-05-271-3/+25
* More simple const fixes.Jeremy Allison2011-05-051-2/+2
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-291-0/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2011-04-051-39/+25
* s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2011-04-041-19/+1
* s3: Fix Coverity ID 2304: FORWARD_NULLVolker Lendecke2011-03-301-3/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-161-0/+1
* Detect Mac OS X as a separate client type.Justin Maggard2011-02-251-0/+4
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-7/+7
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-2/+2
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-101-1/+8
* s3: Avoid an explicit ZERO_STRUCTVolker Lendecke2010-09-261-3/+1
* s3: Lift talloc_autofree_context() from make_auth_context_fixed()Volker Lendecke2010-09-261-2/+2
* s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke2010-09-261-1/+1
* Fix bug 7694 - Crash bug with invalid SPNEGO token.Jeremy Allison2010-09-231-1/+2
* libcli/auth/ntlmssp Be clear about talloc parents for session keysAndrew Bartlett2010-09-161-0/+1
* s3-smbd: use make_server_info_krb5()Simo Sorce2010-08-301-79/+11
* s3-smbd: Use helper function to resolve kerberos userSimo Sorce2010-08-301-123/+27
* s3: Pass the rhost through smb_pam_accountcheckVolker Lendecke2010-08-221-1/+1
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-181-5/+5
* s3: Remove smbd_server_fd() from setup_new_vc_sessionVolker Lendecke2010-08-161-6/+12
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-1/+1
* s3: Increase debug level for shutdown_other_smbdsVolker Lendecke2010-08-151-3/+3
* s3: Add debugs to shutdown_other_smbdsVolker Lendecke2010-08-151-0/+6