summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/gensec_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-9/+5
* s4:gensec_gssapi: pass the correct oid to the gssapi layer.Stefan Metzmacher2009-07-241-4/+11
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-0/+3
* Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett2009-02-131-4/+6
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-21/+21
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-1/+1
* gensec_gssapi: only give away the session key, when the authentication is doneStefan Metzmacher2008-09-231-4/+5
* Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-281-88/+41
* Put the internal gensec_gssapi state into a header.Andrew Bartlett2008-08-271-43/+1
* gensec_gssapi: only cache the session key in STAGE_DONEStefan Metzmacher2008-08-141-5/+9
* gensec_gssapi: add support for GENSEC_FEATURE_NEW_SPNEGOStefan Metzmacher2008-08-121-0/+25
* gensec_gssapi: fix compiler warningsStefan Metzmacher2008-08-121-2/+2
* gensec_gssapi: add a function to load the lucid structure onceStefan Metzmacher2008-08-121-15/+44
* gensec_gssapi: use the correct signature size for cfx/rfc4121 style signaturesStefan Metzmacher2008-08-081-1/+1
* gensec_gssapi: use gsskrb5_get_subkey() to get the session keyStefan Metzmacher2008-08-081-3/+3
* gensec_gssapi: add support for GENSEC_FEATURE_SIGN_PKT_HEADERStefan Metzmacher2008-08-071-4/+82
* gensec_gssapi: include <gssapi/gssapi.h>Stefan Metzmacher2008-08-011-1/+1
* gensec_gssapi: add support for signing RPC messagesStefan Metzmacher2008-07-261-35/+12
* 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/+7
* 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/+1
* 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/+3
* r26416: Janitorial: Fix warnings in auth/gensec/Kai Blin2007-12-211-3/+3
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-1/+1
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-21/+20
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-211-5/+5
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-1/+1
* r26234: More global_loadparm fixes.Jelmer Vernooij2007-12-211-13/+14
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-211-0/+1
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-16/+16
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-7/+7
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-5/+5
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-7/+7
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+3
* r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, asAndrew Bartlett2007-10-101-1/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23455: These buffers may not be null terminated. Ensure we don't run past theAndrew Bartlett2007-10-101-1/+12
* r23136: Set the event context onto the credentials in more places.Andrew Bartlett2007-10-101-0/+1
* r22969: fix some more places where we could end up with more than one eventAndrew Tridgell2007-10-101-0/+2
* r22966: Make sure to return LOGON_FAILURE if the user's kerberos password isAndrew Bartlett2007-10-101-0/+2
* r22635: make it possible to not turn off dns canonicalization of hostnamesStefan Metzmacher2007-10-101-1/+1
* r22294: Lock the delegated credentials to being kerberos only, we just don'tAndrew Bartlett2007-10-101-0/+6
* r22208: Print the target principal name, to help with kdc unreachable errors.Andrew Bartlett2007-10-101-7/+4
* r22199: fix typoStefan Metzmacher2007-10-101-2/+2
* r20108: match w2k3 and send 1.2.840.48018.1.2.2 before 1.2.840.113554.1.2.2Stefan Metzmacher2007-10-101-1/+1
* r19660: Forgot to tell gsskrb5 not to canonicalize hostnames. Shoudl fixAndrew Bartlett2007-10-101-0/+8