auth: Move the rest of the source4 gensec_ntlmssp code to the top level
[ira/wip.git] / source3 / auth /
2012-02-17 Andrew Bartletts3-auth Hook checking passwords and generating session_...
2012-02-16 Christopher R. Her... Rename obscure defined constants.
2012-02-13 Sumit Boses3-auth: On successful user mapping set mapped_to_guest...
2012-02-08 Andrew Bartletts3-auth Add const to make_user_info_map
2012-02-02 Stefan Metzmachers3:auth: fill the sids array of the info3 in wbcAuthUse...
2012-02-02 Stefan Metzmachers3:auth: fix potential gap creation in wbcsids_to_samr_...
2012-01-31 Stefan Metzmachers3:auth/auth_generic: make use of gensec_spnego in...
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-27 Simo Sorces3-pdb: Break SECRETS3 dependency on PDB.
2012-01-26 Stefan Metzmachers3:auth/auth_generic: for now call sub_set_smb_name...
2012-01-18 Andrew Bartletts3-gensec: Add hook to allow gensec to know if kerberos...
2012-01-18 Andrew Bartletts3-librpc Call GSSAPI via the auth_generic layer and...
2012-01-18 Andrew Bartletts3-auth Match session setup handling of krb5, store...
2012-01-18 Andrew Bartletts3-auth Add auth hook for PAC parsing
2012-01-12 Andreas Schneiders3-waf: auth_netlogond depends on tldap.
2012-01-05 Andrew Bartletts3-auth Remove more unused headers
2012-01-05 Andrew Bartletts3-auth remove unused ntlmssp.h
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 Set remote address for both AD and s3 gensec...
2012-01-05 Andrew Bartletts3-auth re-create the auth context in the s3 ntlmssp...
2012-01-05 Andrew Bartletts3-auth Add TALLOC_CTX * to auth_generic_prepare()
2012-01-05 Andrew Bartletts3-auth supply s3 ntlmssp module via gensec_settings
2011-12-28 Andrew Bartletts3-auth Fix talloc parent for s4 event context in auth_...
2011-12-28 Andrew Bartletts3-auth: Remove protype for already-removed auth_ntlmss...
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-12-22 Andrew Bartletts3-auth Restore shortcut for guest security token
2011-11-03 Stefan Metzmachers3:auth: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-02 Günther Deschners3-waf: convert libcli_netlogon3 into a private library.
2011-11-02 Günther Deschners3-waf: move trusts_util.c code into a private library.
2011-10-24 Simo Sorceidl: Improve MS-PAC IDL
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 Stefan Metzmachers3:auth_util: add the uid with WBC_ID_TYPE_BOTH also...
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-10-17 Wilco Baan HofmanFix uninitialized memory problem in group_sids_to_info3...
2011-10-17 Günther Deschners3-auth: remove dead prototype.
2011-10-14 Günther Deschners3-auth: token_util needs system/passwd.h.
2011-10-13 Andrew Bartletts4-messaging: Pass the loadparm context, not just the...
2011-10-11 Andrew Bartlettauth: move credentials layer to the top level
2011-09-22 Andrew Tridgells3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH
2011-09-19 Matthias Dieter... s4:auth - remove unused variables
2011-09-16 Volker Lendeckes3: Fix bug 8455 -- Samba PDC is looking up only primar...
2011-09-15 Stefan Metzmachers3:auth_server: make use of cli_state_server_challenge()
2011-09-15 Stefan Metzmachers3:libsmb: pass max_protocol to cli_negprot()
2011-09-13 Stefan Metzmachers3:auth_server: make use of cli_state_security_mode()
2011-09-12 Jeremy AllisonMove the talloc_move call until *after* the check on...
2011-09-12 Sumit Boses3-auth: fix uninitialized server_info
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_con...
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 directly return the result of make_server_info_...
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 remove sanitized_username from auth_serversuppl...
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-auth Add hook to start a GENSEC mech to auth_samba4
2011-08-03 Andrew Bartletts3-ntlmssp Add hooks to optionally call into GENSEC...
2011-08-03 Andrew Bartletts3-auth Allow auth modules to provide an initialised...
2011-08-03 Andrew Bartletts3-auth Use else if in do_map_to_guest_server_info
2011-08-03 Andrew Bartletts3-auth Move map to guest to directly after the check_p...
2011-08-02 Stefan Metzmachers3:auth_server: make use of cli_state_protocol()
2011-07-23 Jeremy AllisonFix bug 8314] - smbd crash with unknown user.
2011-07-22 Stefan Metzmachers3:auth_server: make use of cli_state_remote_name()
2011-07-22 Stefan Metzmachers3:auth_domain: we already have the dc_name, it's the...
2011-07-22 Stefan Metzmachers3:auth_domain: add some const to sockaddr_storage
2011-07-21 Jeremy AllisonFix const warning.
2011-07-20 Andrew Bartletts3-auth fix dummy function in the not-with-kerberos...
2011-07-20 Andrew Bartletts3-auth Replace False with false in auth_util.c
2011-07-19 Andrew Bartletts3-auth Replace True with true in auth_util.c
2011-07-19 Andrew Bartletts3-auth Fix spelling
2011-07-19 Andrew Bartletts3-auth Remove pointless destructor in make_server_info
2011-07-19 Andrew Bartletts3-auth inline make_auth_session_info into only caller
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartlettauth: Set NETLOGON_GUEST and use it to determine guest...
2011-07-19 Andrew Bartlettauth: Split out make_user_info_SamBaseInfo and add...
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth reimplement copy_session_info via NDR pull...
2011-07-19 Andrew Bartletts3-auth Remove pointless destructor
2011-07-19 Andrew Bartletts3-auth Avoid redundant copies in create_local_token()
2011-07-19 Andrew Bartletts3-auth Add comments to copy_session_info_serverinfo_gu...
2011-07-19 Andrew Bartletts3-auth inline copy_serverinfo_session_info into only...
2011-07-19 Andrew Bartletts3-auth use a cached auth_serversupplied_info in make_s...
2011-07-19 Andrew Bartletts3-auth remove extra from auth3_session_info
2011-07-19 Andrew Bartletts3-auth Clarify inputs and ouptuts by using elements...
2011-07-19 Andrew Bartletts3-auth assert that security_token is present in the...
2011-07-19 Andrew Bartletts3-auth: Remove unused lm_session_key from auth3_sessio...
2011-07-19 Andrew Bartletts3-auth remove unused copy_serverinfo
next