Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r7862: Updates to the Kerberos notes, based on recent changes and discoveries. | Andrew Bartlett | 1 | -19/+90 |
2007-10-10 | r7860: switch our ldb storage format to use a NDR encoded objectSid. This is | Andrew Tridgell | 1 | -8/+7 |
2007-10-10 | r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the right | Andrew Bartlett | 2 | -31/+27 |
2007-10-10 | r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytab | Andrew Bartlett | 10 | -121/+322 |
2007-10-10 | r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP) | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r7704: - fixed open_nbt_connection() to return NULL when the connection failed | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r7690: Move the NT hash generation into the credentials system, rather than | Andrew Bartlett | 1 | -22/+21 |
2007-10-10 | r7687: Some more tests that must be done only when krb5_config is absent. | Andrew Bartlett | 1 | -4/+5 |
2007-10-10 | r7638: krb5_closelog in heimdal-0.7 not longer leaks memory, so remove that c... | Love Hörnquist Åstrand | 1 | -4/+0 |
2007-10-10 | r7637: Another useful Heimdal feature we need. | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 6 | -14/+48 |
2007-10-10 | r7597: removed the bogus get_myfullname() and get_mydomname() calls, and put | Andrew Tridgell | 1 | -0/+56 |
2007-10-10 | r7536: doesn't spam the smbd_log in the build_farm... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7509: With the update to Heimdal 20050612 we no longer need krb5_freelog(), | Andrew Bartlett | 3 | -3/+2 |
2007-10-10 | r7352: the internal heimdal build change. This changes quite a few things: | Andrew Tridgell | 3 | -4/+5 |
2007-10-10 | r7306: Use a consistant #define for detecting support for the Heimdal krb5 | Andrew Bartlett | 3 | -9/+9 |
2007-10-10 | r7303: autodetect the libkdc and our kdc support | Stefan Metzmacher | 1 | -7/+28 |
2007-10-10 | r7291: Additional notes on what we require from a kerberos implementation. | Andrew Bartlett | 1 | -1/+36 |
2007-10-10 | r7285: It appears that MIT Kerberos does not have the log redirection | Andrew Bartlett | 3 | -2/+23 |
2007-10-10 | r7270: A big revamp to the way we handle kerberos errors in Samba4. We now | Andrew Bartlett | 6 | -89/+159 |
2007-10-10 | r7269: talloc_steal() is preferred where possible, as it can't fail and does | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r7258: Fix the final linking error with libkdc - we need to link libhdb as well. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7257: Ensure the error message can never be uninitialised. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7242: typo | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r7241: The KDC almost links... | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r7240: Don't call our fancy error message routines on a null context. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r7233: what about filling that new element ? | Simo Sorce | 1 | -0/+3 |
2007-10-10 | r7232: add some more auth stuff | Simo Sorce | 3 | -80/+442 |
2007-10-10 | r7224: add some more usefull data to the auth_usersupplied_info struct | Simo Sorce | 2 | -5/+14 |
2007-10-10 | r7219: Don't allow 'binding' to be used uninitilaised. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r7218: Don't use an uninitialised variable in an error message. | Andrew Bartlett | 1 | -2/+1 |