summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/gensec_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13481: As far as I can tell, my changes in -r 12863 were dangerously untested.Andrew Bartlett2007-10-101-7/+8
* r13344: Trust SASL to have subtle distinctions between NULL and zero-lengthAndrew Bartlett2007-10-101-10/+24
* r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th...Andrew Bartlett2007-10-101-70/+406
* r13250: I missed a couple of talloc_free()'sAndrew Bartlett2007-10-101-0/+2
* r13247: Try to make better use of talloc in the auth/ and auth/gensec code.Andrew Bartlett2007-10-101-6/+13
* r13206: This patch finally re-adds a -k option that works reasonably.Andrew Bartlett2007-10-101-2/+3
* r12863: As lha suggested to me a while back, it appears that theAndrew Bartlett2007-10-101-8/+7
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11995: A big kerberos-related update.Andrew Bartlett2007-10-101-54/+7
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-4/+4
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2007-10-101-1/+1
* r11521: Add in client support for checking supportedSASLmechanisms, and thenAndrew Bartlett2007-10-101-0/+1
* r11514: Fixup debug messageAndrew Bartlett2007-10-101-1/+1
* r11470: To a server trusted for delegation (checked for in the gss libs),Andrew Bartlett2007-10-101-1/+1
* r11468: Merge a bit more of init_sec_context from Heimdal CVS into ourAndrew Bartlett2007-10-101-1/+8
* r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett2007-10-101-49/+52
* r11394: Allow KDC unreachable as another 'forget about gssapi' error on SPNEGO.Andrew Bartlett2007-10-101-0/+4
* r11342: Remove unused variables.Andrew Bartlett2007-10-101-1/+0
* r11314: Use a patch from lha to have the kerberos libs extract the PAC, ratherAndrew Bartlett2007-10-101-7/+2
* r11278: fix compiler warningsStefan Metzmacher2007-10-101-14/+22
* r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.Andrew Bartlett2007-10-101-35/+6
* r11216: Upgrade to gd's PAC extraction code from Samba3. While I still wantAndrew Bartlett2007-10-101-4/+13
* r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett2007-10-101-28/+27
* r10565: Try to make Kerberos authentication a bit more friendly.Andrew Bartlett2007-10-101-8/+30
* r10464: Use more consistant names.Andrew Bartlett2007-10-101-3/+3
* r10364: Turn gensec:gssapi on by default, except for a login of the formAndrew Bartlett2007-10-101-23/+23
* r10291: The patch optionally (off by default, not available in all cases) allowsAndrew Bartlett2007-10-101-5/+15
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-101-9/+46
* r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett2007-10-101-37/+77
* r10035: This patch removes the need for the special case hackAndrew Bartlett2007-10-101-2/+19
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-9/+10
* r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co...Andrew Bartlett2007-10-101-1/+1
* r9526: provide DCERPC auth type 16Stefan Metzmacher2007-10-101-0/+1
* r9415: Remove old kerberos code (including salt guessing code) that has onlyAndrew Bartlett2007-10-101-18/+6
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter2007-10-101-3/+0
* r9084: 'resign' the sample PAC for the validation of the signature algorithms.Andrew Bartlett2007-10-101-3/+3
* r8774: make some gensec errors a bit less verboseAndrew Tridgell2007-10-101-2/+2
* r8644: This is a more useful error than unsuccesful.Andrew Bartlett2007-10-101-1/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+2
* r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett2007-10-101-2/+12
* r7978: A start again on PAC verification. I have noticed that the kerberosAndrew Bartlett2007-10-101-2/+8
* r7968: Pull the PAC from within GSSAPI, rather than only when using our ownAndrew Bartlett2007-10-101-19/+61
* r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the rightAndrew Bartlett2007-10-101-31/+25
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-101-3/+56
* r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett2007-10-101-28/+9
* r7218: Don't use an uninitialised variable in an error message.Andrew Bartlett2007-10-101-2/+1