summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/gensec_krb5.c
Commit message (Expand)AuthorAgeFilesLines
* s4: auth: gensec: asn1 fixes - check all returns.Jeremy Allison2014-09-261-19/+22
* s4-gensec_krb5: fix memleak in gensec_krb5_session_info().Günther Deschner2014-08-081-0/+1
* s4:auth/gensec: only include "librpc/gen_ndr/dcerpc.h"Stefan Metzmacher2014-02-131-1/+1
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* gensec: Make the no-hostname status message much less scaryAndrew Bartlett2013-05-161-1/+1
* s4:gensec: fix a comment typoMichael Adam2012-06-121-1/+1
* s4-auth-krb: smb_rd_req_return_stuff is used only in gensec_krb5Simo Sorce2012-05-041-0/+1
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-0/+1
* auth-krb: Make functions static.Simo Sorce2012-04-121-0/+71
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-21/+1
* s4-gensec: Rename memory contexts in gensec_krb5 for greater clarityAndrew Bartlett2011-12-291-16/+16
* s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett2011-12-291-61/+18
* auth: Allow a NULL principal to be obtained from the credentialsAndrew Bartlett2011-12-071-1/+4
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-5/+8
* gensec: move event-using code to gensec_update() hooks out of gensec_start*()Andrew Bartlett2011-10-181-8/+22
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-16/+7
* gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett2011-08-031-0/+1
* auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett2011-07-201-0/+1
* libcli/auth Move PAC parsing and verification in common.Andrew Bartlett2011-04-201-2/+2
* source4/auth/gensec: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-7/+7
* s4:auth/gensec/gensec_krb5.c - fix/reorder memory free operationsMatthias Dieter Wallnöfer2010-12-041-3/+15
* s4:auth/gensec/gensec_krb5.c - remove a pointless "nt_status" testMatthias Dieter Wallnöfer2010-12-041-8/+3
* auth/gensec Handle incorrect username or password in Kerberos client codeAndrew Bartlett2010-11-151-0/+1
* s4-credentials Add explicit event context handling to Kerberos calls (only)Andrew Bartlett2010-10-111-2/+10
* s4:auth Allow the operational module to get a user's tokenGroups from authAndrew Bartlett2010-05-201-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+0
* s4:gensec expose gensec_set_target_principal for use outside GENSECAndrew Bartlett2010-05-141-1/+1
* s4:credentials Make the CCACHE in credentials depend on the things that built itAndrew Bartlett2010-05-021-1/+8
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-141-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* s4-gensec: Fixed wrong usage of error_string.Andreas Schneider2010-03-081-1/+1
* s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell2010-02-261-5/+7
* s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.Andreas Schneider2009-12-161-7/+15
* s4-gensec: Replace gensec_get_my_addr with new tsocket based fn.Andreas Schneider2009-12-161-6/+17
* s4: ran minimal_includes.pl on source4/auth/gensecAndrew Tridgell2009-10-201-5/+0
* s4:gensec Rework gensec_krb5 mutual authentication defaultsAndrew Bartlett2009-07-161-24/+28
* s4:gensec Allow mutual auth to be turned off in 'fake_gssapi_krb5'Andrew Bartlett2009-07-161-5/+15
* s4:gensec Print GSSAPI error message when unable to find PACAndrew Bartlett2009-06-181-1/+3
* Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett2009-02-131-2/+17
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-2/+0
* s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-211-1/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-8/+8
* gensec_krb5: only give away the session key, when the authentication is doneStefan Metzmacher2008-09-231-0/+4
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-2/+2
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-3/+9
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+2
* Avoid use of global_loadparm.Jelmer Vernooij2008-02-211-1/+3
* Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-201-1/+1
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-2/+2