summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth Remove ntlmssp_wrap.h which is no longer requiredAndrew Bartlett2012-01-051-1/+0
* s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett2012-01-051-0/+5
* s3-auth split the auth_generic functions into a seperate fileAndrew Bartlett2011-12-221-157/+1
* s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directlyAndrew Bartlett2011-12-221-5/+0
* s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()Andrew Bartlett2011-12-221-2/+2
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-221-6/+6
* s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett2011-10-211-11/+0
* s3-auth move the s3 auth context onto gensec_ntlmssp once we startAndrew Bartlett2011-10-181-2/+2
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-1/+2
* s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC moduleAndrew Bartlett2011-10-181-84/+227
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3-auth Add my copyrightAndrew Bartlett2011-10-181-1/+1
* s3-ntlmssp Remove a level of nesting in if/else statementAndrew Bartlett2011-08-031-3/+2
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-031-0/+36
* s3-ntlmssp clarify session key behaviour after create_local_token() changesAndrew Bartlett2011-08-031-2/+1
* s3-ntlmssp Remove auth_ntlmssp_state_destructor, use the talloc tree insteadAndrew Bartlett2011-08-031-16/+5
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-031-3/+3
* s3-auth Add function to start any GENSEC mech by OIDAndrew Bartlett2011-08-031-2/+18
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-031-0/+1
* s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett2011-08-031-12/+15
* s3-ntlmssp Split calls to gensec plugin into prepare and startAndrew Bartlett2011-08-031-4/+10
* s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmsspAndrew Bartlett2011-08-031-13/+36
* s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2011-08-031-0/+4
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-1/+1
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-041-2/+2
* s3-auth: Added remote_address to ntlmssp server.Andreas Schneider2011-07-041-1/+10
* s3-auth: Only reload the config file.Andreas Schneider2011-07-041-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-include: use new roles.hAndrew Tridgell2011-05-031-1/+1
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-051-6/+6
* s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2011-04-051-24/+9
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3: auth also needs parts of smbd.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-5/+5
* Ensure we check the return from make_user_info before dereferencing the value...Jeremy Allison2010-11-101-2/+2
* s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke2010-09-261-1/+1
* libcli/auth/ntlmssp Be clear about talloc parents for session keysAndrew Bartlett2010-09-161-9/+16
* s3: Remove a use of smbd_server_fdVolker Lendecke2010-08-291-1/+1
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-181-1/+1
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-1/+1
* s3: Lift the smbd_messaging_context from reload_servicesVolker Lendecke2010-08-081-1/+1
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3-auth: Remove unimplemented functionsSimo Sorce2010-07-281-10/+0
* s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce2010-07-201-77/+1
* s3-auth: Refactor and rename auth_ntlmssp_server_info()Simo Sorce2010-07-201-11/+13
* s3-auth: Remove unused variable.Simo Sorce2010-07-191-2/+0
* s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce2010-07-191-6/+12
* s3-auth: auth_make ntlmssp_state the parent contextSimo Sorce2010-07-191-29/+12
* s3-auth: Simplify how we free the auth_contextSimo Sorce2010-07-191-1/+1