summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth/gensec_krb5.c
Commit message (Expand)AuthorAgeFilesLines
* r3365: Fill in the user and primary group SIDs into the 'server info' beforeAndrew Bartlett2007-10-101-8/+11
* r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2007-10-101-25/+55
* r3115: Bugfixes and extra debug in our kerberos verify code.Andrew Bartlett2007-10-101-8/+7
* r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett2007-10-101-33/+37
* r2650: fixed a memory leak in make_server_info()Andrew Tridgell2007-10-101-1/+1
* r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell2007-10-101-15/+6
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2007-10-101-9/+9
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-101-2/+2
* r2385: the gensec:krb5 test is not needed here any more, as we do it in the r...Andrew Tridgell2007-10-101-4/+0
* r2376: added a way to disable krb5 on the command line. Just useAndrew Tridgell2007-10-101-0/+5
* r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett2007-10-101-4/+2
* r2286: Fixes towards krb5 logins into Samba's CIFS server.Andrew Bartlett2007-10-101-79/+85
* r2054: Fix compile warnings/build failures on non-gcc.Andrew Bartlett2007-10-101-1/+2
* r1794: fix the build MIT krb5Stefan Metzmacher2007-10-101-2/+4
* r1790: a few updates on krb5 PAC...Stefan Metzmacher2007-10-101-10/+30
* r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher2007-10-101-8/+10
* r1770: here's the krb5 server code,Stefan Metzmacher2007-10-101-7/+257
* r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett2007-10-101-2/+6
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-101-1/+3
* r1476: Don't print messages about the CCACHE not being found - this is normal.Andrew Bartlett2007-10-101-2/+6
* r1475: More kerberos workAndrew Bartlett2007-10-101-19/+95
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-101-6/+7
* r1457: Add the GSSAPI layer to our gensec_krb5 code.Andrew Bartlett2007-10-101-33/+54
* r1437: Intermediate commit of krb5 for GENSEC.Andrew Bartlett2007-10-101-0/+351