summaryrefslogtreecommitdiff
path: root/lib/ZCkAuth.c
Commit message (Collapse)AuthorAge
* Clean up $Zephyr$sGravatar Karl Ramm2009-04-14
|
* build everything successfully with -Wall -WerrorGravatar Karl Ramm2009-03-02
|
* no more NOENCRYPTIONGravatar Karl Ramm2008-01-21
|
* cleanup various warnings from gcc -WallGravatar Karl Ramm2008-01-21
|
* factor out #if 0s and #if 1sGravatar Karl Ramm2008-01-20
|
* first pass de-K&Rify libGravatar Karl Ramm2008-01-20
|
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
|
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIODGravatar Greg Hudson1997-10-25
|
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* Changes for better authenticationGravatar Greg Hudson1994-11-01
|
* Get srvtab from header file, not by consing up ZLiBDIR with srvtab.Gravatar Greg Hudson1994-10-31
|
* Changed KERBEROS to Z_HaveKerberosGravatar Richard Basch1993-11-20
|
* Changed bcopy to memcpy [ANSI]Gravatar Richard Basch1993-11-19
|
* Use _BZERO,_BCOPY,_BCMP macros in lieu of the functions.Gravatar Richard Basch1993-09-24
| | | | | These are declared in <zephyr/zephyr_conf.h> to be either the BSD routine or the ANSI routines, depending on the system type.
* Changed to use Z_LIBDIR to find srvtab file. MUST be kept in syncGravatar Kenneth G Raeburn1991-03-22
| | | | with ../server/zsrv_conf.h.
* change quad_cksum to des_quad_cksumGravatar John Kohl1989-03-24
|
* add NOENCRYPTION changesGravatar John Kohl1989-03-23
|
* there are no authenticators in downlink messages from servers to clients.Gravatar John Kohl1988-07-20
| | | | return auth_failed when things have failed
* if the authent_len is <= 0, barf.Gravatar John Kohl1988-07-19
|
* use symbolic return valuesGravatar John Kohl1988-06-28
|
* if the Kerberos test fails, return -1 instead of zero (so it canGravatar John Kohl1988-06-20
| | | | be distinguished)
* only if the result decodes do we do the checking.Gravatar John Kohl1988-06-17
|
* when no KERBEROS, return the auth field supplied by the senderGravatar John Kohl1988-06-15
|
* All sorts of changes for ver 0.2Gravatar Robert S. French1988-05-17
|
* Changed to handle new protocol formatGravatar Robert S. French1987-08-01
|
* DelintedGravatar Robert S. French1987-07-30
|
* Added RCSIDGravatar Robert S. French1987-07-29
|
* Initial revisionGravatar Robert S. French1987-07-05