s3-auth: Remove security=share (depricated since 3.6).
[ira/wip.git] / source3 / smbd / sesssetup.c
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-02-17 Andrew Bartletts3-auth: Add extra error messages on authentication...
2012-02-16 Andrew Bartletts3-smbd Remove unused code now we always have SPNEGO...
2012-01-31 Stefan Metzmachers3:smbd: inline code in reply_sesssetup_and_X_spnego()
2012-01-31 Stefan Metzmachers3:smbd: the spnego session setup don't need to copy...
2012-01-31 Stefan Metzmachers3:smbd: rework reply_spnego_ntlmssp to reply_spnego_ge...
2012-01-31 Stefan Metzmachers3:smbd: remove unused code from sesssetup.c
2012-01-31 Stefan Metzmachers3:smbd: remove pending_auth_data logic
2012-01-31 Stefan Metzmachers3:smbd: always use the gensec code path in sesssetup.c
2012-01-12 Stefan Metzmachers3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKEN
2012-01-05 Andrew Bartletts3-auth Remove ntlmssp_wrap.h which is no longer required
2012-01-05 Andrew Bartletts3-auth use gensec directly rather than via auth_generi...
2012-01-05 Andrew Bartletts3-auth Add TALLOC_CTX * to auth_generic_prepare()
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-12-15 Stefan Metzmachers3:smbd: pass smbd_server_connection and a snumused...
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_want_feature()
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_update wrapper
2011-10-21 Andrew Bartletts3-auth remove auth_ntlmssp_session_info()
2011-10-18 Andrew Bartlettntlmssp: Move ntlmssp code to auth/ntlmssp
2011-09-14 Stefan Metzmachers3:smbd: make use of better SMB signing negotiation
2011-08-03 Andrew Bartlettntlmssp: Add ntlmssp_blob_matches_magic()
2011-08-03 Andrew Bartletts3-auth rename auth_ntlmssp_steal_session_info()
2011-08-03 Andrew Bartletts3-smbd Be consistent with %U subs on guest logins
2011-08-03 Andrew Bartletts3-auth use auth_generic_start to get full GENSEC in...
2011-08-03 Andrew Bartletts3-smbd clarify behaviour by not passing an OID that...
2011-08-03 Andrew Bartletts3-smbd Ensure we do not read past the end of a possibl...
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 Remove calls to auth_ntlmssp_and_flags from...
2011-08-03 Andrew Bartletts3-ntlmssp Add mem_ctx argument to auth_ntlmssp_update
2011-08-03 Andrew Bartletts3-auth Move map to guest to directly after the check_p...
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd session setup.
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-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-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-05-27 Jeremy AllisonFix bug #6911 - Kerberos authentication from vista...
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-04-29 Günther Deschners3-tsocket: only include ../lib/tsocket/tsocket.h where...
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-04-04 Andrew Bartletts3-auth use create_local_token() to transform server_in...
2011-04-04 Andrew Bartletts3-auth consolidate create_local_token() into make_serv...
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2304: FORWARD_NULL
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-16 Günther Deschners3-build: only include asn1 headers where actually...
2011-02-25 Justin MaggardDetect Mac OS X as a separate client type.
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2010-11-10 Jeremy AllisonRemove fstring from map_username. Create a more sane...
2010-09-25 Volker Lendeckes3: Avoid an explicit ZERO_STRUCT
2010-09-25 Volker Lendeckes3: Lift talloc_autofree_context() from make_auth_conte...
2010-09-25 Volker Lendeckes3: Lift talloc_autofree_context() from make_auth_conte...
2010-09-24 Jeremy AllisonFix bug 7694 - Crash bug with invalid SPNEGO token.
2010-09-16 Andrew Bartlettlibcli/auth/ntlmssp Be clear about talloc parents for...
2010-08-30 Simo Sorces3-smbd: use make_server_info_krb5()
2010-08-30 Simo Sorces3-smbd: Use helper function to resolve kerberos user
2010-08-22 Volker Lendeckes3: Pass the rhost through smb_pam_accountcheck
2010-08-18 Volker Lendeckes3: Lift smbd_server_fd from reload_services()
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd() from setup_new_vc_session
2010-08-16 Volker Lendeckes3: Remove get_client_fd()
2010-08-15 Volker Lendeckes3: Increase debug level for shutdown_other_smbds
2010-08-15 Volker Lendeckes3: Add debugs to shutdown_other_smbds
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-06 Günther Deschners3-krb5: include krb5pac.h where needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
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 Jeremy AllisonRemove parse_negTokenTarg(), as it's actually incorrect...
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: Simplify how we free the auth_context
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Jeremy AllisonMake the "map to guest" parameter work correctly with...
2010-07-14 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-07-14 Andrew Bartletts3:smbd Give the kerberos session key a parent
2010-07-14 Andrew Bartletts3:smbd Fix segfault if register_existing_vuid() fails
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from shutdown_other...
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from reply_sesssetup_and_X
2010-06-12 Volker Lendeckes3: Fix a typo
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from reply_sesssetup_and_X_...
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from reply_spnego_auth
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from reply_spnego_negotiate
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from reply_spnego_ntlmssp
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from reply_spnego_kerberos
2010-06-08 Volker LendeckeRevert "s3:smbd Fix segfault if register_existing_vuid...
2010-06-08 Volker LendeckeRevert "s3:smbd Give the kerberos session key a parent"
2010-06-08 Volker LendeckeRevert "s3:auth Change auth_ntlmssp_server_info API...
next