s3-auth: Remove a layer of indirection and reorder to match gensec_ntlmssp_server_start()
[ira/wip.git] / source3 / auth / auth_ntlmssp.c
2012-02-17 Andrew Bartletts3-auth: Remove a layer of indirection and reorder...
2012-02-17 Andrew Bartletts3-auth: Only allow LM_KEY cryptography when extra...
2012-02-17 Andrew Bartletts3-auth: Inline ntlmssp_server_start() into gensec_ntlm...
2012-02-17 Andrew Bartletts3-auth Use the common gensec_ntlmssp_update in gensec_...
2012-02-17 Andrew Bartletts3-auth: Use common gensec_ntlmssp server functions...
2012-02-17 Andrew Bartletts3-auth: Add extra error messages on authentication...
2012-02-17 Andrew Bartletts3-auth Hook checking passwords and generating session_...
2012-02-16 Christopher R. Her... Rename obscure defined constants.
2012-01-30 Andrew Bartletts3-auth: Remove duplicate check for NT_STATUS_IS_OK...
2012-01-30 Andrew Bartlettauth: Make check_password and generate_session_info...
2012-01-05 Andrew Bartletts3-auth Remove ntlmssp_wrap.h which is no longer required
2012-01-05 Andrew Bartletts3-auth re-create the auth context in the s3 ntlmssp...
2011-12-22 Andrew Bartletts3-auth split the auth_generic functions into a seperat...
2011-12-22 Andrew Bartletts3-auth remove auth_ntlmssp_start(), call auth_generic_...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_prepare() -> auth_generic_p...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_state -> auth_generic_state
2011-10-21 Andrew Bartletts3-auth remove auth_ntlmssp_session_info()
2011-10-18 Andrew Bartletts3-auth move the s3 auth context onto gensec_ntlmssp...
2011-10-18 Andrew Bartlettgensec: move event context from gensec_*_init() to...
2011-10-18 Andrew Bartletts3-ntlmssp Implement the server-side auth_ntlmssp code...
2011-10-18 Andrew Bartlettntlmssp: Move ntlmssp code to auth/ntlmssp
2011-10-18 Andrew Bartletts3-auth Add my copyright
2011-08-03 Andrew Bartletts3-ntlmssp Remove a level of nesting in if/else statement
2011-08-03 Andrew Bartlettselftest: test plugin_s4_dc against all ncacn_np tests
2011-08-03 Andrew Bartletts3-ntlmssp clarify session key behaviour after create_l...
2011-08-03 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_state_destructor, use...
2011-08-03 Andrew Bartletts3-auth rename auth_ntlmssp_steal_session_info()
2011-08-03 Andrew Bartletts3-auth Add function to start any GENSEC mech by OID
2011-08-03 Andrew Bartletts3-auth set session_info->sanitized_username in create_...
2011-08-03 Andrew Bartletts3-ntlmssp Split auth_ntlmssp_start into two functions
2011-08-03 Andrew Bartletts3-ntlmssp Split calls to gensec plugin into prepare...
2011-08-03 Andrew Bartletts3-ntlmssp Add hooks to optionally call into GENSEC...
2011-08-03 Andrew Bartletts3-auth Move map to guest to directly after the check_p...
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-04 Andreas Schneiders3-auth: Pass the remote_address down to user_info.
2011-07-04 Andreas Schneiders3-auth: Added remote_address to ntlmssp server.
2011-07-04 Andreas Schneiders3-auth: Only reload the config file.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-03 Andrew Tridgells3-include: use new roles.h
2011-04-04 Andrew Bartletts3-auth Rename user_session_key -> session_key to match...
2011-04-04 Andrew Bartletts3-auth use create_local_token() to transform server_in...
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3: auth also needs parts of smbd.
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2010-11-10 Jeremy AllisonEnsure we check the return from make_user_info before...
2010-09-25 Volker Lendeckes3: Lift talloc_autofree_context() from make_auth_conte...
2010-09-16 Andrew Bartlettlibcli/auth/ntlmssp Be clear about talloc parents for...
2010-08-29 Volker Lendeckes3: Remove a use of smbd_server_fd
2010-08-18 Volker Lendeckes3: Lift smbd_server_fd from reload_services()
2010-08-14 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-07-28 Simo Sorces3-auth: Remove unimplemented functions
2010-07-20 Simo Sorces3-auth: Move auth_ntlmssp wrappers in their own file
2010-07-20 Simo Sorces3-auth: Refactor and rename auth_ntlmssp_server_info()
2010-07-19 Simo Sorces3-auth: Remove unused variable.
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Use talloc hierarchies to properly free auth_n...
2010-07-19 Simo Sorces3-auth: auth_make ntlmssp_state the parent context
2010-07-19 Simo Sorces3-auth: Simplify how we free the auth_context
2010-07-19 Simo Sorces3-auth: Cleanup and readability fixes
2010-07-19 Simo Sorces3-ntlmssp: Remove ntlmssp_end and let the talloc hiera...
2010-07-14 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-06-08 Volker LendeckeRevert "s3:auth Change auth_ntlmssp_server_info API...
2010-06-07 Andrew Bartletts3:auth add hooks to indicate if signing or sealing...
2010-06-07 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-05-31 Andrew Bartletts3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Andrew Bartletts3:auth Remove AUTH_NTLMSSP_STATE typedef.
2010-05-31 Andrew Bartletts3:auth Make AUTH_NTLMSSP_STATE a private structure.
2010-04-11 Volker Lendeckes3: Make "auth_context" its own talloc parent
2010-03-24 Stefan Metzmachers3:ntlmssp: use client.netbios_name instead of workstation
2010-03-24 Stefan Metzmachers3:ntlmssp: rename void *auth_context; into void *callb...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names to ntlmssp_server_start() and...
2010-03-24 Stefan Metzmachers3:ntlmssp: replace server_role by a server.is_standalo...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_usersupplied_info"
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-29 Stefan Metzmachers3:ntlmssp: change get_challange() to return NTSTATUS
2009-12-22 Andrew Bartletts3:ntlmssp: only include ntlmssp.h where actually needed
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-21 Volker LendeckeFix the build on Solaris
2009-02-21 Volker LendeckeRemove the static "chal" from ntlmssp.c:get_challenge()
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-07 Volker LendeckeRename server_info->was_mapped to server_info->nss_token
2008-03-06 Stefan MetzmacherMerge commit 'origin/v3-2-stable' into v3-2-test
2008-03-06 Günther DeschnerBe more verbose why create local token has failed during
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-15 Jeremy AllisonAllow auth_ntlmssp_end() to ignore null pointers passed in.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Volker Lendecker17626: Some C++ Warnings
2007-10-10 Jeremy Allisonr16632: Fix bug #3882 reported by jason@ncac.gwu.edu.
next