summaryrefslogtreecommitdiff
path: root/lib/ZCkZAut.c
Commit message (Collapse)AuthorAge
* Remove the chock wedging things into DES mode and hopefully redo the ↵Gravatar Karl Ramm2009-07-26
| | | | | | keyusage stuff such that it actually works.
* fix some conditional-compilation issues that trip -Wunreachable-codeGravatar Karl Ramm2009-04-30
|
* Clean up $Zephyr$sGravatar Karl Ramm2009-04-14
|
* 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
|
* 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.
* Pull in our own quad_cksum so a pure-krb5 library can deal with Gravatar Karl Ramm2008-12-21
| | | | | checksums from a mixed server.
* #ifdef KRB4 the des_quad_cksum for DES keys hack. Needs reexamination.Gravatar Karl Ramm2008-12-21
|
* cast args to des_ecb_encrypt and des_quad_cksum to squash last warningsGravatar Karl Ramm2008-01-21
|
* cleanup various warnings from gcc -WallGravatar Karl Ramm2008-01-21
|
* first pass de-K&Rify libGravatar Karl Ramm2008-01-20
|
* these should have been added when the branch was merged. *sigh*Gravatar Karl Ramm2007-12-25