r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[samba.git] / source4 / libcli / auth / gensec_krb5.c
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Stefan Metzmacherr4620: - add interface functions to the auth subsystem...
2007-10-10 Andrew Bartlettr4504: Setting
2007-10-10 Andrew Bartlettr4500: Allow GENSEC modules to be disabled by setting...
2007-10-10 Andrew Bartlettr4459: GENSEC refinements:
2007-10-10 Andrew Tridgellr4446: attempt to fix the build - andrew, can you check...
2007-10-10 Andrew Bartlettr4441: gensec_krb5 update:
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Stefan Metzmacherr4338: reuse netlogon structs in the krb5 PAC
2007-10-10 Andrew Tridgellr4151: added privilege attribute handling on samdb.
2007-10-10 Andrew Tridgellr4147: converted from NT_USER_TOKEN to struct security_...
2007-10-10 Stefan Metzmacherr4070: move some defines from asn_1.h to the places...
2007-10-10 Stefan Metzmacherr4045: readd krb5 support defaulted to disable
2007-10-10 Jelmer Vernooijr3739: Remove a bunch of unused m4 macros
2007-10-10 Andrew Bartlettr3609: Lets spew out a few less error messages for...
2007-10-10 Andrew Bartlettr3572: Thanks to tridge for his patience with my build...
2007-10-10 Andrew Tridgellr3571: rough guesses at what abartlet really wanted...
2007-10-10 Andrew Bartlettr3565: Move PAC parsing into the session_info generatio...
2007-10-10 Andrew Bartlettr3519: Include time headers to fix the build.
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Bartlettr3365: Fill in the user and primary group SIDs into...
2007-10-10 Andrew Bartlettr3190: When we don't have a PAC, do a lookup in the...
2007-10-10 Andrew Bartlettr3115: Bugfixes and extra debug in our kerberos verify...
2007-10-10 Andrew Bartlettr3110: Fix the krb5 client and server, so that it doesn...
2007-10-10 Andrew Tridgellr2650: fixed a memory leak in make_server_info()
2007-10-10 Andrew Tridgellr2645: converted the NTLMSSP code to the new style...
2007-10-10 Andrew Tridgellr2643: convert more of the auth subsyystem to the new...
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Andrew Tridgellr2385: the gensec:krb5 test is not needed here any...
2007-10-10 Andrew Tridgellr2376: added a way to disable krb5 on the command line...
2007-10-10 Andrew Bartlettr2290: Fix 'lsakey' for the server-side, it is static for
2007-10-10 Andrew Bartlettr2286: Fixes towards krb5 logins into Samba's CIFS...
2007-10-10 Andrew Bartlettr2054: Fix compile warnings/build failures on non-gcc.
2007-10-10 Stefan Metzmacherr1794: fix the build MIT krb5
2007-10-10 Stefan Metzmacherr1790: a few updates on krb5 PAC...
2007-10-10 Stefan Metzmacherr1784: a few minor changes and debug the decoded PAC_DATA
2007-10-10 Stefan Metzmacherr1770: here's the krb5 server code,
2007-10-10 Andrew Bartlettr1605: GENSEC krb5 updates - fix a valgrind found unini...
2007-10-10 Andrew Bartlettr1521: Updates to our SMB signing code.
2007-10-10 Andrew Bartlettr1476: Don't print messages about the CCACHE not being...
2007-10-10 Andrew Bartlettr1475: More kerberos work
2007-10-10 Andrew Bartlettr1462: GENSEC Kerberos and SPENGO work:
2007-10-10 Andrew Bartlettr1457: Add the GSSAPI layer to our gensec_krb5 code.
2007-10-10 Andrew Bartlettr1437: Intermediate commit of krb5 for GENSEC.