r8163: if sidcount is zero it happened that we return NT_STATUS_NO_MEMORY...
[ira/wip.git] / source / auth / kerberos /
2007-10-10 Stefan Metzmacherr8156: I found out that the unknown[2] field of the...
2007-10-10 Stefan Metzmacherr8148: - make the PAC generation code a bit more readab...
2007-10-10 Andrew Bartlettr8110: More PAC work. I still can't get WinXP to accep...
2007-10-10 Andrew Bartlettr8001: Also fill in the krbtgt checksum, and make sure...
2007-10-10 Andrew Bartlettr7993: Further work on the Krb5 PAC.
2007-10-10 Andrew Bartlettr7991: I forgot to free the keyblock once we are done...
2007-10-10 Andrew Bartlettr7989: Allow the use of hashed passwords in the kerbero...
2007-10-10 Andrew Bartlettr7980: Forgot to add kerberos_pac.c to this config...
2007-10-10 Andrew Bartlettr7979: Metze reminded me to try one more combination...
2007-10-10 Andrew Bartlettr7978: A start again on PAC verification. I have notic...
2007-10-10 Andrew Bartlettr7968: Pull the PAC from within GSSAPI, rather than...
2007-10-10 Andrew Tridgellr7863: removed an unused variable
2007-10-10 Andrew Bartlettr7862: Updates to the Kerberos notes, based on recent...
2007-10-10 Andrew Bartlettr7843: Use the new Heimdal gsskrb_acquire_creds API...
2007-10-10 Andrew Bartlettr7827: Add in-memory keytab to Samba4, using the new...
2007-10-10 Andrew Bartlettr7687: Some more tests that must be done only when...
2007-10-10 Love Hörnquist Åstrandr7638: krb5_closelog in heimdal-0.7 not longer leaks...
2007-10-10 Andrew Bartlettr7637: Another useful Heimdal feature we need.
2007-10-10 Andrew Bartlettr7509: With the update to Heimdal 20050612 we no longer...
2007-10-10 Andrew Tridgellr7352: the internal heimdal build change. This changes...
2007-10-10 Andrew Bartlettr7306: Use a consistant #define for detecting support...
2007-10-10 Stefan Metzmacherr7303: autodetect the libkdc and our kdc support
2007-10-10 Andrew Bartlettr7291: Additional notes on what we require from a kerbe...
2007-10-10 Andrew Bartlettr7285: It appears that MIT Kerberos does not have the...
2007-10-10 Andrew Bartlettr7270: A big revamp to the way we handle kerberos error...
2007-10-10 Andrew Bartlettr7258: Fix the final linking error with libkdc - we...
2007-10-10 Andrew Bartlettr7257: Ensure the error message can never be uninitialised.
2007-10-10 Andrew Bartlettr7241: The KDC almost links...
2007-10-10 Andrew Bartlettr6882: Put in configure tests and #ifdef to keep Samba...
2007-10-10 Andrew Bartlettr6819: More notes on krb5 requirements
2007-10-10 Tim Potterr6810: Rename auth/{ntlmssp,gensec,kerberos} mk and...
2007-10-10 Jelmer Vernooijr6805: Remove two remaining references to gensec_gsskrb5
2007-10-10 Andrew Bartlettr6803: Try to bring in the correct GSSAPI headers for...
2007-10-10 Andrew Bartlettr6801: It appears that krb5_make_principal, while conve...
2007-10-10 Andrew Bartlettr6800: A big GENSEC update:
2007-10-10 Rafal Szczesniakr6797: Typo fix.
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Simo Sorcer6794: spellfix
2007-10-10 Andrew Bartlettr6791: My early notes on the particular things I have...
2007-10-10 Andrew Bartlettr6727: One more step down the long march to the 'Kerber...
2007-10-10 Andrew Bartlettr6711: Clarify that we are dealing with a salting princ...
2007-10-10 Stefan Metzmacherr6703: fix the build
2007-10-10 Andrew Bartlettr6701: Updates to our server-side ticket verification...
2007-10-10 Tim Potterr6521: Include system/network.h to fix compiler warning.
2007-10-10 Tim Potterr6359: Fix compiler warning with struct sockaddr. ...
2007-10-10 Andrew Bartlettr6113: Move GENSEC and the kerberos code out of libcli...