r25430: Add the loadparm context to all parametric options.
[kai/samba-autobuild/.git] / source4 / auth / gensec / gensec_gssapi.c
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr25001: Fix more C++ and other warnings, fix some of...
2007-10-10 Andrew Bartlettr24282: Try to fix the occasional Samba4 crash in BASE...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23455: These buffers may not be null terminated. Ensur...
2007-10-10 Andrew Bartlettr23136: Set the event context onto the credentials...
2007-10-10 Andrew Tridgellr22969: fix some more places where we could end up...
2007-10-10 Andrew Bartlettr22966: Make sure to return LOGON_FAILURE if the user...
2007-10-10 Stefan Metzmacherr22635: make it possible to not turn off dns canonicali...
2007-10-10 Andrew Bartlettr22294: Lock the delegated credentials to being kerbero...
2007-10-10 Andrew Bartlettr22208: Print the target principal name, to help with...
2007-10-10 Stefan Metzmacherr22199: fix typo
2007-10-10 Stefan Metzmacherr20108: match w2k3 and send 1.2.840.48018.1.2.2 before...
2007-10-10 Andrew Bartlettr19660: Forgot to tell gsskrb5 not to canonicalize...
2007-10-10 Andrew Bartlettr19650: Allow Samba to use Heimdal's SPNEGO code. ...
2007-10-10 Andrew Bartlettr19644: Merge up to current lorikeet-heimdal, incling...
2007-10-10 Andrew Bartlettr19635: It appears that under CFX, different keys are...
2007-10-10 Andrew Bartlettr19633: Merge to lorikeet-heimdal, removing krb5_rd_req...
2007-10-10 Andrew Bartlettr19629: No need to special case use of DCE_STYLE sign...
2007-10-10 Andrew Bartlettr19628: This hint via Love at the IETF meeting:
2007-10-10 Andrew Bartlettr19604: This is a massive commit, and I appologise...
2007-10-10 Andrew Bartlettr19597: Ahead of the merge to current lorikeet-heimdal:
2007-10-10 Andrew Bartlettr19465: Rather than use the non-standard API for determ...
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Andrew Bartlettr18257: Order the GENSEC modules, with unknown modules...
2007-10-10 Andrew Bartlettr17332: May as well make this a round number
2007-10-10 Andrew Bartlettr17173: Check for oversize output, not oversize input...
2007-10-10 Andrew Bartlettr17171: Add a gensec function to determine the maximum...
2007-10-10 Andrew Tridgellr15853: started the process of removing the warnings...
2007-10-10 Andrew Bartlettr15426: Implement SPNEGO as the default RPC authenticat...
2007-10-10 Jelmer Vernooijr15297: Move create_security_token() to samdb as it...
2007-10-10 Andrew Bartlettr14700: Fix spelling, and change these informational...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14383: Fix non-developer build.
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13481: As far as I can tell, my changes in -r 12863...
2007-10-10 Andrew Bartlettr13344: Trust SASL to have subtle distinctions between...
2007-10-10 Andrew Bartlettr13342: Make the GSSAPI SASL mech actually work, by...
2007-10-10 Andrew Bartlettr13250: I missed a couple of talloc_free()'s
2007-10-10 Andrew Bartlettr13247: Try to make better use of talloc in the auth...
2007-10-10 Andrew Bartlettr13206: This patch finally re-adds a -k option that...
2007-10-10 Andrew Bartlettr12863: As lha suggested to me a while back, it appears...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Bartlettr11995: A big kerberos-related update.
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Andrew Bartlettr11543: A major upgrade to our KDC and PAC handling.
2007-10-10 Andrew Bartlettr11521: Add in client support for checking supportedSAS...
2007-10-10 Andrew Bartlettr11514: Fixup debug message
2007-10-10 Andrew Bartlettr11470: To a server trusted for delegation (checked...
2007-10-10 Andrew Bartlettr11468: Merge a bit more of init_sec_context from Heimd...
2007-10-10 Andrew Bartlettr11452: Update Heimdal to current lorikeet, including...
2007-10-10 Andrew Bartlettr11394: Allow KDC unreachable as another 'forget about...
2007-10-10 Andrew Bartlettr11342: Remove unused variables.
2007-10-10 Andrew Bartlettr11314: Use a patch from lha to have the kerberos libs...
2007-10-10 Stefan Metzmacherr11278: fix compiler warnings
2007-10-10 Andrew Bartlettr11270: Move the core CrackNames code from rpc_server...
2007-10-10 Andrew Bartlettr11216: Upgrade to gd's PAC extraction code from Samba3...
2007-10-10 Andrew Bartlettr11200: Reposition the creation of the kerberos keytab...
2007-10-10 Andrew Bartlettr10565: Try to make Kerberos authentication a bit more...
2007-10-10 Andrew Bartlettr10464: Use more consistant names.
2007-10-10 Andrew Bartlettr10364: Turn gensec:gssapi on by default, except for...
2007-10-10 Andrew Bartlettr10291: The patch optionally (off by default, not avail...
2007-10-10 Andrew Bartlettr10153: This patch adds a new parameter to gensec_sig_s...
2007-10-10 Andrew Bartlettr10066: This is the second in my patches to work on...
2007-10-10 Andrew Bartlettr10035: This patch removes the need for the special...
2007-10-10 Andrew Bartlettr9728: A *major* update to the credentials system,...
2007-10-10 Andrew Bartlettr9681: We don't need the full smb_krb5_context here...
2007-10-10 Stefan Metzmacherr9526: provide DCERPC auth type 16
2007-10-10 Andrew Bartlettr9415: Remove old kerberos code (including salt guessin...
2007-10-10 Tim Potterr9357: Remove DBGC_CLASS cruft copied over from Samba...
2007-10-10 Andrew Bartlettr9084: 'resign' the sample PAC for the validation of...
2007-10-10 Andrew Tridgellr8774: make some gensec errors a bit less verbose
2007-10-10 Andrew Bartlettr8644: This is a more useful error than unsuccesful.
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Andrew Bartlettr8250: More PAC work. We now sucessfully verify the...
2007-10-10 Andrew Bartlettr7978: A start again on PAC verification. I have notic...
2007-10-10 Andrew Bartlettr7968: Pull the PAC from within GSSAPI, rather than...
2007-10-10 Andrew Bartlettr7843: Use the new Heimdal gsskrb_acquire_creds API...
2007-10-10 Andrew Bartlettr7827: Add in-memory keytab to Samba4, using the new...
2007-10-10 Andrew Bartlettr7270: A big revamp to the way we handle kerberos error...
2007-10-10 Andrew Bartlettr7218: Don't use an uninitialised variable in an error...
2007-10-10 Andrew Bartlettr6882: Put in configure tests and #ifdef to keep Samba...
2007-10-10 Andrew Bartlettr6803: Try to bring in the correct GSSAPI headers for...
2007-10-10 Andrew Bartlettr6800: A big GENSEC update:
2007-10-10 Tim Potterr6767: Fix compiler warning.
2007-10-10 Andrew Tridgellr6740: make gensec_gssapi.c compile again
2007-10-10 Andrew Bartlettr6737: Explain these error returns a bit better.
2007-10-10 Stefan Metzmacherr6733: GSS_C_DCE_STYLE is not available for most builds
2007-10-10 Stefan Metzmacherr6730: register gensec_krb5 also with the drcrpc auth...
2007-10-10 Andrew Bartlettr6728: Microsoft relies very strongly on getting the...
2007-10-10 Andrew Bartlettr6727: One more step down the long march to the 'Kerber...
2007-10-10 Andrew Bartlettr6113: Move GENSEC and the kerberos code out of libcli...