Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9505: Work on GENSEC and the code that calls it, for tighter interface | Andrew Bartlett | 2 | -6/+13 |
2007-10-10 | r9420: Fix the SPNEGO system again: Update the state position after | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r9419: Silly, silly, untested mistake... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r9418: SPNEGO fixes: | Andrew Bartlett | 1 | -18/+29 |
2007-10-10 | r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code back | Andrew Bartlett | 6 | -170/+160 |
2007-10-10 | r9415: Remove old kerberos code (including salt guessing code) that has only | Andrew Bartlett | 3 | -713/+8 |
2007-10-10 | r9412: Simplfy this NTLM authentication code by requiring the caller to | Andrew Bartlett | 2 | -96/+42 |
2007-10-10 | r9411: Ensure we don't send a challenge without first getting a negotiate in | Andrew Bartlett | 2 | -2/+9 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 2 | -15/+13 |
2007-10-10 | r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to | Tim Potter | 7 | -21/+0 |
2007-10-10 | r9240: - move struct security_token to the idl file, with this we can | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r9233: Ensure that the output variable is initialised in this conversion from | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r9196: - add a note about the Canonicalize KDCOPtion flag | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r9165: Fix inverted error check in untested code path. (My untested code...) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9084: 'resign' the sample PAC for the validation of the signature algorithms. | Andrew Bartlett | 4 | -97/+196 |
2007-10-10 | r9022: One more step in the game of whack-a-mole with the PAC. | Andrew Bartlett | 1 | -7/+27 |
2007-10-10 | r8980: Make Samba4 honour account control flags (we were asking for a | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r8933: Fix missing prototype warnings | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r8774: make some gensec errors a bit less verbose | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r8701: Fix up auth_developer for recent changes. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the | Andrew Bartlett | 10 | -379/+398 |
2007-10-10 | r8676: attribute lists in ldb searches must be NULL terminated | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8644: This is a more useful error than unsuccesful. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 4 | -8/+12 |
2007-10-10 | r8460: removed the unused function krb5_locate_kdc(). It causes a build failu... | Andrew Tridgell | 2 | -62/+0 |
2007-10-10 | r8390: (smb_pam_start): move variable to scope within #ifdef to avoid warning | Love Hörnquist Åstrand | 1 | -1/+4 |
2007-10-10 | r8321: Fix some uninitalized variable warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r8259: We want to oset the provided flags not zero | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r8252: Steal metze's thunder, and prove that with a few small tweaks, we can | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r8251: fixed a couple of valgrind errors in the unix auth code. Simo, can you | Andrew Tridgell | 2 | -1/+2 |
2007-10-10 | r8250: More PAC work. We now sucessfully verify the KDC signature from my DC | Andrew Bartlett | 4 | -26/+54 |
2007-10-10 | r8164: - match the ordering w2k3 uses for the PAC_BUFFER: | Stefan Metzmacher | 2 | -15/+97 |
2007-10-10 | r8163: if sidcount is zero it happened that we return NT_STATUS_NO_MEMORY... | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r8156: I found out that the unknown[2] field of the unknown[4] array is a len... | Stefan Metzmacher | 1 | -6/+4 |
2007-10-10 | r8148: - make the PAC generation code a bit more readable and add some outof ... | Stefan Metzmacher | 1 | -62/+81 |
2007-10-10 | r8110: More PAC work. I still can't get WinXP to accept the PAC, but we are | Andrew Bartlett | 4 | -103/+142 |
2007-10-10 | r8016: Get the keyblock arguments correct. (the context struct changed, but | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r8001: Also fill in the krbtgt checksum, and make sure to put the right | Andrew Bartlett | 2 | -5/+25 |
2007-10-10 | r7993: Further work on the Krb5 PAC. | Andrew Bartlett | 8 | -28/+299 |
2007-10-10 | r7991: I forgot to free the keyblock once we are done with it. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7989: Allow the use of hashed passwords in the kerberos client and server, | Andrew Bartlett | 2 | -17/+137 |
2007-10-10 | r7986: Fix the compile, thanks to HotaruT. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r7980: Forgot to add kerberos_pac.c to this config.mk file. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7979: Metze reminded me to try one more combination, and we can now verify | Andrew Bartlett | 1 | -32/+14 |
2007-10-10 | r7978: A start again on PAC verification. I have noticed that the kerberos | Andrew Bartlett | 3 | -52/+43 |
2007-10-10 | r7968: Pull the PAC from within GSSAPI, rather than only when using our own | Andrew Bartlett | 4 | -202/+277 |
2007-10-10 | r7965: Remove the GENSEC password callback structure members, as these are no | Andrew Bartlett | 2 | -5/+0 |
2007-10-10 | r7935: auth_unix now uses crypt(), so depend on -lcrypt. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r7934: ported samba3 pass_check functions to auth_unix.c | Simo Sorce | 1 | -5/+332 |
2007-10-10 | r7863: removed an unused variable | Andrew Tridgell | 1 | -1/+0 |