summaryrefslogtreecommitdiff
path: root/server/kopt.c
Commit message (Collapse)AuthorAge
* Fix potential buffer overruns.Gravatar Greg Hudson2000-05-17
|
* 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
|
* Correct a typo.Gravatar Greg Hudson1997-09-23
|
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* Not all versions of Kerbeors have krbONE.Gravatar Greg Hudson1994-11-11
|
* Include <string.h> instead of <strings.h> (portability)Gravatar Richard Basch1994-08-18
|
* Change bcmp/bcopy to memcmp/memcpy [ANSI]Gravatar Richard Basch1993-11-19
| | | | | Don't bother with gettimeofday() - use t_local variable, and update only if there is a verification problem with the authenticator.
* Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>)Gravatar Richard Basch1993-09-24
| | | | | | Renamed a couple variables Moved type "Sched" declaration to "zserver.h" Made the key schedule caching routines globally accessible
* Add support for K&R CGravatar Lucien Van Elsen1992-08-26
|
* saber complains about pure assignment statements in ifs-Gravatar Lucien Van Elsen1992-08-14
|
* add ability to force using libc strlen on RT; asm versionGravatar Lucien Van Elsen1992-01-17
| | | | doesn't work when compiled -g.
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
|
* Added optimized versions of strlen and multiplication for RT, fromGravatar Kenneth G Raeburn1991-03-08
| | | | john Carr.
* Initial revisionGravatar Kenneth G Raeburn1990-11-13