summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/gensec_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r19650: Allow Samba to use Heimdal's SPNEGO code. Currently this can onlyAndrew Bartlett2007-10-101-9/+49
* r19644: Merge up to current lorikeet-heimdal, incling addingAndrew Bartlett2007-10-101-0/+18
* r19635: It appears that under CFX, different keys are used in each directionAndrew Bartlett2007-10-101-3/+3
* r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa...Andrew Bartlett2007-10-101-3/+3
* r19629: No need to special case use of DCE_STYLE sign and seal away any more...Andrew Bartlett2007-10-101-9/+0
* r19628: This hint via Love at the IETF meeting:Andrew Bartlett2007-10-101-0/+3
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-101-44/+83
* r19597: Ahead of the merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-59/+67
* r19465: Rather than use the non-standard API for determining the signatureAndrew Bartlett2007-10-101-55/+8
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-2/+2
* r18257: Order the GENSEC modules, with unknown modules last.Andrew Bartlett2007-10-101-2/+4
* r17332: May as well make this a round numberAndrew Bartlett2007-10-101-1/+1
* r17173: Check for oversize output, not oversize input, and fix the GSSAPI mechAndrew Bartlett2007-10-101-10/+11
* r17171: Add a gensec function to determine the maximum negotiated buffer size,Andrew Bartlett2007-10-101-34/+114
* r15853: started the process of removing the warnings now thatAndrew Tridgell2007-10-101-2/+1
* r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett2007-10-101-0/+9
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-101-1/+1
* r14700: Fix spelling, and change these informational messages to debug level 5.Andrew Bartlett2007-10-101-6/+6
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14383: Fix non-developer build.Jelmer Vernooij2007-10-101-1/+1