summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* Moved some of the new authentication code into a place where it won'tGravatar Greg Hudson1994-12-19
* Call Z_FormatRawHeader with six arguments when building withoutGravatar Greg Hudson1994-12-12
* Oops, get rid of debugging printf.Gravatar Greg Hudson1994-11-11
* Fix a few typos.Gravatar Greg Hudson1994-11-01
* Changes for better authentication.Gravatar Greg Hudson1994-11-01
* 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
* Initial revisionGravatar Craig Fields1994-08-18
* Include <string.h> instead of <strings.h> (portability)Gravatar Richard Basch1994-08-18
* Removed prototyping that should be left to the system include filesGravatar Richard Basch1993-11-20
* Merged in various changes that were made to server/acl_files.cGravatar Richard Basch1993-11-20
* Changed RCS id string...Gravatar Richard Basch1993-11-20
* Removed getuid() decl (leave it to the system include files)Gravatar Richard Basch1993-11-20
* Changed KERBEROS to Z_HaveKerberosGravatar Richard Basch1993-11-20
* Look up the user's realm in the ticket file [marc]Gravatar Richard Basch1993-11-20
* Changed bcmp to memcmp [ANSI]Gravatar Richard Basch1993-11-19
* Changed bcopy to memcpy [ANSI]Gravatar Richard Basch1993-11-19
* Changed bzero/bcopy to memset/memcpy [ANSI]Gravatar Richard Basch1993-11-19
* Changed bzero to memset [ANSI]Gravatar Richard Basch1993-11-19
* Changed bzero/bcopy to memset/memcpy [ANSI]Gravatar Richard Basch1993-11-19
* Use Athena imake rulesGravatar Richard Basch1993-11-19
* Replaced index/rindex with strchr/strrchr (ANSI)Gravatar Richard Basch1993-09-24
* Replaced bzero with _BZERO macro (defined in <zephyr/zephyr_conf.h>Gravatar Richard Basch1993-09-24
* Use _BZERO,_BCOPY,_BCMP macros in lieu of the functions.Gravatar Richard Basch1993-09-24
* Fix typo introduced in 1.16Gravatar Lucien Van Elsen1992-08-26
* Initial revisionGravatar Lucien Van Elsen1992-08-14
* fix leak in ZLocateUserGravatar Lucien Van Elsen1992-08-10
* removed extra definitions of malloc/callocGravatar Lucien Van Elsen1992-08-10
* Ifdef additional stuff out on Z_DEBUGGravatar Lucien Van Elsen1992-08-08
* move definition of wait_for_hmack to be local to file instead of functionGravatar Lucien Van Elsen1992-08-08
* Make debugging code conditional on Z_DEBUG.Gravatar John F. Carr1992-01-29
* Minor ANSI C fixes- (typecasts and nothing after #endif)Gravatar Lucien Van Elsen1991-12-04
* can't optimize away a call toGravatar Lucien Van Elsen1991-12-04
* don't define Z_debug_print_closure; defined in zephyr.hGravatar Lucien Van Elsen1991-07-02
* Install <zephyr/zephyr_paths.h>.Gravatar John F. Carr1991-06-30
* Initial revisionGravatar John F. Carr1991-06-29
* Rewritten to use ZRequestLocations().Gravatar John F. Carr1991-06-29
* Merge changes from server copy if this file.Gravatar John F. Carr1991-06-29
* Add register declarations.Gravatar John F. Carr1991-06-20
* Add register declaration.Gravatar John F. Carr1991-06-20
* #ifdef VARARGS -> #ifdef Z_VarargsGravatar John F. Carr1991-06-20
* Change itox_chars from extern to local variable.Gravatar John F. Carr1991-06-20
* Add register declaration and comment that malloc(0) is impossible.Gravatar John F. Carr1991-06-20
* Add zsub_ prefix to fields of subscription structure.Gravatar John F. Carr1991-06-20
* Add zsub_ prefix to field names of subscription structure.Gravatar John F. Carr1991-06-20
* Add zsub_ prefix to subscription structure field names.Gravatar John F. Carr1991-06-20
* #endif lint -> #endifGravatar John F. Carr1991-06-18
* #endif lint -> #endifGravatar John F. Carr1991-06-18
* Include strcasecmp.c and inet_ntoa.c when needed. UseGravatar Kenneth G Raeburn1991-03-28