summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/gensec_krb5.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3609: Lets spew out a few less error messages for tridge, and hope to getAndrew Bartlett1-9/+2
2007-10-10r3572: Thanks to tridge for his patience with my build breakage.Andrew Bartlett1-2/+0
2007-10-10r3571: rough guesses at what abartlet really wanted to do in his last commitAndrew Tridgell1-0/+2
2007-10-10r3565: Move PAC parsing into the session_info generation, and out of theAndrew Bartlett1-16/+41
2007-10-10r3519: Include time headers to fix the build.Andrew Bartlett1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-0/+2
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3365: Fill in the user and primary group SIDs into the 'server info' beforeAndrew Bartlett1-8/+11
2007-10-10r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett1-25/+55
2007-10-10r3115: Bugfixes and extra debug in our kerberos verify code.Andrew Bartlett1-8/+7
2007-10-10r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett1-33/+37
2007-10-10r2650: fixed a memory leak in make_server_info()Andrew Tridgell1-1/+1
2007-10-10r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell1-15/+6
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell1-9/+9
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell1-2/+2
2007-10-10r2385: the gensec:krb5 test is not needed here any more, as we do it in the r...Andrew Tridgell1-4/+0
2007-10-10r2376: added a way to disable krb5 on the command line. Just useAndrew Tridgell1-0/+5
2007-10-10r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett1-4/+2
2007-10-10r2286: Fixes towards krb5 logins into Samba's CIFS server.Andrew Bartlett1-79/+85
2007-10-10r2054: Fix compile warnings/build failures on non-gcc.Andrew Bartlett1-1/+2
2007-10-10r1794: fix the build MIT krb5Stefan Metzmacher1-2/+4
2007-10-10r1790: a few updates on krb5 PAC...Stefan Metzmacher1-10/+30
2007-10-10r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher1-8/+10
2007-10-10r1770: here's the krb5 server code,Stefan Metzmacher1-7/+257
2007-10-10r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett1-2/+6
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett1-1/+3
2007-10-10r1476: Don't print messages about the CCACHE not being found - this is normal.Andrew Bartlett1-2/+6
2007-10-10r1475: More kerberos workAndrew Bartlett1-19/+95
2007-10-10r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett1-6/+7
2007-10-10r1457: Add the GSSAPI layer to our gensec_krb5 code.Andrew Bartlett1-33/+54
2007-10-10r1437: Intermediate commit of krb5 for GENSEC.Andrew Bartlett1-0/+351