2007-10-10 |
Andrew Bartlett | r8013: Remember to add the header containing the prototype...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r8001: Also fill in the krbtgt checksum, and make sure...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r8000: It seems make proto is required, for reasons...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7993: Further work on the Krb5 PAC.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7991: I forgot to free the keyblock once we are done...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7990: An attempt at documenting the current state...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7989: Allow the use of hashed passwords in the kerberos...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7988: Store the KVNO for the machine account, and...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7986: Fix the compile, thanks to HotaruT.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7980: Forgot to add kerberos_pac.c to this config...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7979: Metze reminded me to try one more combination...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7978: A start again on PAC verification. I have noticed...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7971: structs.h update
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7970: This SMB signing code (merged from 3.0) turned...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7969: It seems reasonable that our tickets be marked...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7968: Pull the PAC from within GSSAPI, rather than...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7967: We don't have the ms_krb5 stuff any more.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7966: We need a better way to do this, but enable...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7965: Remove the GENSEC password callback structure...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7935: auth_unix now uses crypt(), so depend on -lcrypt.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7862: Updates to the Kerberos notes, based on recent...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7843: Use the new Heimdal gsskrb_acquire_creds API...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7827: Add in-memory keytab to Samba4, using the new...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7765: Thanks to Maurice Massar <massar@unix-ag.uni...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7758: When not running on the build farm, print out...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7757: Add NTLMv2 support to the NT1 Session setup...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7756: Don't segfault by trying to search for the NULL...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7690: Move the NT hash generation into the credentials...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7689: Add new file from previous commit (seperate...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7688: Fix the internal heimdal build - push one #define...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7687: Some more tests that must be done only when...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7686: Check for a type of invalid account name.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7685: Simply the test for session key logic, so we...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7684: Add a test aimed at checking we have agreement...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7683: The other file from the last commit. And it...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7682: Move the properties of our heimdal build from...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7681: This #define is unused.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7680: Move to using our own private enum for the principal...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7676: Make VUID and TID choice random, as this gives...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7675: Use correct memory context for anonymous session...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7674: Fix the printf() attribute suggestion by correctly...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7673: With current Heimdal we don't need this (correct...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7651: Only convert SERVER requests to KRBTGT requests.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7637: Another useful Heimdal feature we need.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7531: Finally fix lp_load(). I had left hooks in...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7530: Simply calling convention of lp_load().
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7525: Unify lp_load(), load_interfaces and logging...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7521: Remove useless loops from SAMLOGON test, which...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7520: Fix memory leak in hdb-ldb.c
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7509: With the update to Heimdal 20050612 we no longer...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7508: Fix memory leak of outgoing packets in the KDC.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7378: Lowercase netbios name when forming the DNS...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7367: Replace the list of what our internal heimdal...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7306: Use a consistant #define for detecting support...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7304: Make the libkdc actually work:
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7293: Turn sqlite3 support off by default, use --with...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7292: Fix up the build system support for derrell...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7291: Additional notes on what we require from a kerberos...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7285: It appears that MIT Kerberos does not have the...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7270: A big revamp to the way we handle kerberos errors...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7269: talloc_steal() is preferred where possible,...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7259: Move the recv handler out into a seperate function...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7258: Fix the final linking error with libkdc - we...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7257: Ensure the error message can never be uninitialised.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7241: The KDC almost links...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7240: Don't call our fancy error message routines...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7226: Forgot file to disable building the new kdc
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7221: Add the start of a KDC service (to be built...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7220: Fix comment
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7219: Don't allow 'binding' to be used uninitilaised.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7218: Don't use an uninitialised variable in an error...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7204: Also fall back to different password set methods...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7203: Fill in the error message and fail if we can...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r7043: Patch from Julien Kerihuel <j.kerihuel@openchange...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6928: Add support for printing trusted domain names...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6927: Make it easier to program with the SamSync callback...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6902: Turn the LDAP server on by default. It is no...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6883: Move to what simo assures me is the 'correct...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6882: Put in configure tests and #ifdef to keep Samba...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6879: Another attempt at including the 'right' kerberos...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6819: More notes on krb5 requirements
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6811: Another attempt at better kerberos/gssapi headers.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6806: Try again to fix the build on various kerberos...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6803: Try to bring in the correct GSSAPI headers for...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6801: It appears that krb5_make_principal, while convenient...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6800: A big GENSEC update:
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6799: Remove a rudundent variable from the context...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6798: Valgrind pain is not something I look forward...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6796: Remove the gensec_gsskrb5 module, which had...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6793: Move auth_sam to use the dnsDomain rather than the
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6792: Allow a mech to fail on the first pass at the...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6791: My early notes on the particular things I have...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6738: My version of the patch by metze that I just...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6737: Explain these error returns a bit better.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6736: Revert metze's -r 6734, as metze and I made...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6729: Fix silly copy-paste bug spotted by metze.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6728: Microsoft relies very strongly on getting the...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6727: One more step down the long march to the 'Kerberos...
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6714: We can only ask GENSEC questions if we are authenticated.
|
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r6711: Clarify that we are dealing with a salting principal...
|
commit | commitdiff | tree |