summaryrefslogtreecommitdiff
path: root/server/kstuff.c
Commit message (Collapse)AuthorAge
* 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
| | | | turns out that derived-key stuff actually worked if you were using heimdal.
* ZCheckSrvAuthentication says "YES", "NO", or "FAILED"Gravatar Karl Ramm2009-08-10
|
* Refactor ZCheckRealmAuthentication into ZCheckSrvAuthentication.Gravatar Karl Ramm2009-07-27
| | | | (also fiddle around with what krb4 checksums are available in krb5-only land)
* Remove the chock wedging things into DES mode and hopefully redo the ↵Gravatar Karl Ramm2009-07-26
| | | | | | keyusage stuff such that it actually works.
* kstuff.c:Gravatar Karl Ramm2009-04-10
| | | | | | | | | Turn off the replay cache (at least with MIT krb5 1.6) All three authentication checks: Initialize cksum1_buf so gcc will shut up.
* 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
| | | | | | | be NULL, something Wrong^TM, or off the end of z_other_fields. bad all around.
* there's no particular reason that the interrealm code on a krb5-only serverGravatar Karl Ramm2009-03-22
| | | | | shouldn't be able to deal with incoming old-style packets
* build everything successfully with -Wall -WerrorGravatar Karl Ramm2009-03-02
|
* Fix a bunch of return codes to be more descriptiveGravatar Karl Ramm2008-12-21
| | | | | | | MAX_PRINCIPAL_SIZE des hack
* 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 ↵Gravatar Karl Ramm2008-01-21
| | | | getsid problem
* de K&RifyGravatar Karl Ramm2008-01-21
|
* ostensibly accept both sorts of authentication when offering brain dumps, ↵Gravatar Karl Ramm2007-12-28
| | | | and have a command line switch to choose between the sort you use when getting them
* 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
| | | | | | all operations yet. Also revert rev 1.23, because I got confused. We'll reintroduce it shortly.
* Changes from CMU:Gravatar Garry Zacheiss2001-02-26
| | | | | * Better interrealm support: be prepared to try old and new style checksumming, and make NOENCRYPTION case work.
* Remove an old compatibility compromise from back when we started requiringGravatar Greg Hudson2000-02-11
| | | | | checksums on messages. With this change, you can't fiddle with subs if you don't have a valid checksum.
* 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
| | | | detailed change information.
* GetKerberosData was trying to pass a struct instead of a ulong, asGravatar Richard Basch1993-11-21
| | | | was expected by krb_rd_req() [metcalf@lcs]
* Changed <strings.h> to <string.h>, bcopy to memcpy [ANSI]Gravatar Richard Basch1993-11-19
| | | | Include <zephyr/krb_err.h> if we have Kerberos.
* 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
| | | | Now logs source address when authentication fails.
* 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
|
* Checked in changes made by Ken (Audited by Ted) which fix brokenness inGravatar Theodore Y. Ts'o1990-08-16
| | | | | | | how error codes are returned by SendKerberosData() and used by bdump_send() and bdump_get(). Kerberos codes are now returned as Kerberos error plus kerberos error base, instead of just the Kerberos error number.
* fix to use new kerberos namesGravatar John Kohl1989-03-23
|
* Added copyright redirect.Gravatar Kenneth G Raeburn1988-10-19
|
* fix rcsidGravatar John Kohl1988-06-23
|
* new kerberos routine namesGravatar John Kohl1988-06-16
|
* add KERBEROS #ifdef'sGravatar John Kohl1988-01-25
|
* clean upGravatar John Kohl1987-07-20
|
* merge in rest of libknet, modifying as needed.Gravatar John Kohl1987-07-20
|
* Initial revisionGravatar John Kohl1987-07-20