Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ... | Jelmer Vernooij | 1 | -46/+46 |
2007-10-10 | r5330: Remove #include <sys/time.h> from includes.h. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r5322: removed a whole bunch of #include lines that minimal_includes.pl | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5300: more uint32 and system/filesys.h build fixes when developer mode is en... | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 1 | -32/+29 |
2007-10-10 | r4504: Setting | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r4500: Allow GENSEC modules to be disabled by setting a flag on their module | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4459: GENSEC refinements: | Andrew Bartlett | 1 | -0/+12 |
2007-10-10 | r4446: attempt to fix the build - andrew, can you check I've done this right? | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4441: gensec_krb5 update: | Andrew Bartlett | 1 | -6/+21 |
2007-10-10 | r4355: More work from the elves on Christmas eve: | Andrew Bartlett | 1 | -14/+15 |
2007-10-10 | r4338: reuse netlogon structs in the krb5 PAC | Stefan Metzmacher | 1 | -105/+19 |
2007-10-10 | r4151: added privilege attribute handling on samdb. | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r4147: converted from NT_USER_TOKEN to struct security_token | Andrew Tridgell | 1 | -13/+16 |
2007-10-10 | r4070: move some defines from asn_1.h to the places they belong to | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r4045: readd krb5 support defaulted to disable | Stefan Metzmacher | 1 | -2/+10 |
2007-10-10 | r3739: Remove a bunch of unused m4 macros | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r3609: Lets spew out a few less error messages for tridge, and hope to get | Andrew Bartlett | 1 | -9/+2 |
2007-10-10 | r3572: Thanks to tridge for his patience with my build breakage. | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r3571: rough guesses at what abartlet really wanted to do in his last commit | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3565: Move PAC parsing into the session_info generation, and out of the | Andrew Bartlett | 1 | -16/+41 |
2007-10-10 | r3519: Include time headers to fix the build. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3365: Fill in the user and primary group SIDs into the 'server info' before | Andrew Bartlett | 1 | -8/+11 |
2007-10-10 | r3190: When we don't have a PAC, do a lookup in the local ldb instead. | Andrew Bartlett | 1 | -25/+55 |
2007-10-10 | r3115: Bugfixes and extra debug in our kerberos verify code. | Andrew Bartlett | 1 | -8/+7 |
2007-10-10 | r3110: Fix the krb5 client and server, so that it doesn't segfault. There | Andrew Bartlett | 1 | -33/+37 |
2007-10-10 | r2650: fixed a memory leak in make_server_info() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2645: converted the NTLMSSP code to the new style of talloc | Andrew Tridgell | 1 | -15/+6 |
2007-10-10 | r2643: convert more of the auth subsyystem to the new talloc methods. This | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r2629: convert gensec to the new talloc model | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2385: the gensec:krb5 test is not needed here any more, as we do it in the r... | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r2376: added a way to disable krb5 on the command line. Just use | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r2290: Fix 'lsakey' for the server-side, it is static for | Andrew Bartlett | 1 | -4/+2 |
2007-10-10 | r2286: Fixes towards krb5 logins into Samba's CIFS server. | Andrew Bartlett | 1 | -79/+85 |
2007-10-10 | r2054: Fix compile warnings/build failures on non-gcc. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r1794: fix the build MIT krb5 | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r1790: a few updates on krb5 PAC... | Stefan Metzmacher | 1 | -10/+30 |
2007-10-10 | r1784: a few minor changes and debug the decoded PAC_DATA | Stefan Metzmacher | 1 | -8/+10 |
2007-10-10 | r1770: here's the krb5 server code, | Stefan Metzmacher | 1 | -7/+257 |
2007-10-10 | r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, and | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r1521: Updates to our SMB signing code. | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r1476: Don't print messages about the CCACHE not being found - this is normal. | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r1475: More kerberos work | Andrew Bartlett | 1 | -19/+95 |
2007-10-10 | r1462: GENSEC Kerberos and SPENGO work: | Andrew Bartlett | 1 | -6/+7 |
2007-10-10 | r1457: Add the GSSAPI layer to our gensec_krb5 code. | Andrew Bartlett | 1 | -33/+54 |