summaryrefslogtreecommitdiff
path: root/server/kstuff.c
Commit message (Expand)AuthorAge
* ZCheckSrvAuthentication: free the auth context and the authenticator way earlierGravatar Karl Ramm2013-10-25
* ZCheckRealmAuthentication is no more.Gravatar Karl Ramm2013-09-30
* autoconf check for krb5_free_unparsed_nameGravatar Karl Ramm2013-08-08
* Call krb5_unparse_name in server/kstuff.cGravatar David Benjamin2013-08-08
* Clean up warningsGravatar Jeffrey Hutzelman2013-02-14
* ZCheckSrvAuthentication: fix auth context leakGravatar Jeffrey Hutzelman2012-11-24
* log old-style checksum mismatches tooGravatar Karl Ramm2012-01-25
* fix some formatting and whitespace bogonsGravatar Karl Ramm2012-01-25
* Try and log more on authentication failures.Gravatar Karl Ramm2012-01-25
* It is still not the 80s anymore -- remove all caddr_tsGravatar Karl Ramm2011-02-02
* For now check incoming interrealm stuff with both keyusages because itGravatar Karl Ramm2009-08-27
* ZCheckSrvAuthentication says "YES", "NO", or "FAILED"Gravatar Karl Ramm2009-08-10
* Refactor ZCheckRealmAuthentication into ZCheckSrvAuthentication.Gravatar Karl Ramm2009-07-27
* Remove the chock wedging things into DES mode and hopefully redo the keyusage...Gravatar Karl Ramm2009-07-26
* kstuff.c:Gravatar Karl Ramm2009-04-10
* be more paranoid about what fields we are checksummingGravatar Karl Ramm2009-04-04
* amd64 anecdotally cares about the difference between NULL and 0 in some contextsGravatar Karl Ramm2009-04-03
* fix yet another instance of the checksum computationGravatar Karl Ramm2009-04-03
* keep track of total # of incoming header fields, and cksum appropriatelyGravatar Karl Ramm2009-03-24
* notice->z_other_fields[notice->z_num_other_fields] is either going toGravatar Karl Ramm2009-03-23
* there's no particular reason that the interrealm code on a krb5-only serverGravatar Karl Ramm2009-03-22
* build everything successfully with -Wall -WerrorGravatar Karl Ramm2009-03-02
* Fix a bunch of return codes to be more descriptiveGravatar Karl Ramm2008-12-21
* collapse state of some non-debugging #if [01]'d codeGravatar Karl Ramm2008-01-21
* no more NOENCRYPTIONGravatar Karl Ramm2008-01-21
* cast args to des_ecb_encrypt and des_quad_cksum to squash last warningsGravatar Karl Ramm2008-01-21
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and g...Gravatar Karl Ramm2008-01-21
* de K&RifyGravatar Karl Ramm2008-01-21
* ostensibly accept both sorts of authentication when offering brain dumps, and...Gravatar Karl Ramm2007-12-28
* ostensibly better diagnostic outputGravatar Karl Ramm2007-12-25
* /afs/andrew.cmu.edu/usr18/cg2v/zephyr-krb5-server-20071215+.diffGravatar Karl Ramm2007-12-25
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
* Remove kopt.c and the caching things that depend on it.Gravatar Garry Zacheiss2004-02-29
* Reintroduce checksum enforcement changes.Gravatar Greg Hudson2001-04-10
* Reintroduce rev 1.23.Gravatar Greg Hudson2001-03-05
* Revert rev 1.22; we're not ready to start enforcing checksums onGravatar Greg Hudson2001-03-05
* Changes from CMU:Gravatar Garry Zacheiss2001-02-26
* Remove an old compatibility compromise from back when we started requiringGravatar Greg Hudson2000-02-11
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
* From epeisach: Use Code_t instead of int to match prototypes.Gravatar Greg Hudson1997-10-16
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* GetKerberosData was trying to pass a struct instead of a ulong, asGravatar Richard Basch1993-11-21
* Changed <strings.h> to <string.h>, bcopy to memcpy [ANSI]Gravatar Richard Basch1993-11-19
* Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>)Gravatar Richard Basch1993-09-24
* saber complains about pure assignment statements in ifs-Gravatar Lucien Van Elsen1992-08-14
* free the zstring when freeing up AuthEnt structGravatar Lucien Van Elsen1992-01-17
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
* Removed some unused code.Gravatar Kenneth G Raeburn1990-12-11
* Don't log messages about zero-length authenticators.Gravatar Kenneth G Raeburn1990-11-16
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13