summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* don't define Z_debug_print_closure; defined in zephyr.hGravatar Lucien Van Elsen1991-07-02
| | | | Z_varargs has a lower case 'v'
* 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
| | | | | Remove NO_MALLOC_ZERO code. Don't crash if malloc(0) returns 0.
* Change itox_chars from extern to local variable.Gravatar John F. Carr1991-06-20
| | | | Use &3 instead of %4 (VAX pcc won't optimize the latter).
* 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
| | | | ZFormatAuthenticNotice.c only for Kerberos.
* Redefine macro BAD to reduce lint warnings.Gravatar Kenneth G Raeburn1991-03-28
|
* Omit sys/select.h.Gravatar Kenneth G Raeburn1991-03-28
| | | | Save string length rather than recomputing.
* Duplicate header file code instead of using inline/#undef hack forGravatar Kenneth G Raeburn1991-03-28
| | | | | generating addressable functions. New variable Z_malloc points at malloc.
* A bcopy->assignment change was done backwards...Gravatar Kenneth G Raeburn1991-03-24
|
* Changed to use Z_LIBDIR to find srvtab file. MUST be kept in syncGravatar Kenneth G Raeburn1991-03-22
| | | | with ../server/zsrv_conf.h.
* Initial revisionGravatar Kenneth G Raeburn1991-03-21
|
* Use `const' when appropriate.Gravatar Kenneth G Raeburn1991-03-21
|
* Define __Zephyr_realm only if Kerberos is enabled.Gravatar Kenneth G Raeburn1991-03-21
| | | | | | | | When debugging, log message for null packet. Compare against old uids only if time is non-zero. New string array has names of notice kinds. Debug routines added, private copy of inet_ntoa (for gcc1 on sparc), and addressable versions of macro "functions".
* Call Z_WaitForNotice. Declare wait_for_hmack correctly.Gravatar Kenneth G Raeburn1991-03-21
|
* Call Z_WaitForNotice. Declare Z_RetSubs before call.Gravatar Kenneth G Raeburn1991-03-21
|
* When debugging is enabled, log messages for bad packets.Gravatar Kenneth G Raeburn1991-03-21
|
* Call Z_WaitForNotice.Gravatar Kenneth G Raeburn1991-03-21
|
* Don't initialize __Zephyr_realm if Kerberos is not in use.Gravatar Kenneth G Raeburn1991-03-21
|
* Call ZGetRealm rather than referencing __Zephyr_realm directly.Gravatar Kenneth G Raeburn1991-03-21
|
* Add new file ZWaitForNotice.{c,o}.Gravatar Kenneth G Raeburn1991-03-21
|
* Changed signature slightly to match prototype in header file.Gravatar Kenneth G Raeburn1991-03-15
|
* Eliminated initializations equivalent to defaults. Make "version"Gravatar Kenneth G Raeburn1991-03-08
| | | | buffer local to Z_FormatHeader.
* Install header files in ${ATHINCDIR}.Gravatar Kenneth G Raeburn1991-01-07
|
* Don't define MAX and MIN macros if they are already defined.Gravatar John F. Carr1990-12-22
|
* cert_routine is type Z_AuthProcGravatar John F. Carr1990-12-22
|
* [jfc] Use SRV_TIMEOUT instead of HM_TIMEOUT.Gravatar Kenneth G Raeburn1990-12-19
|
* Now uses SRV_TIMEOUT instead of HM_TIMEOUT.Gravatar Kenneth G Raeburn1990-12-19
| | | | [jfc]
* Use SRV_TIMEOUT instead of HM_TIMEOUT. Also, set file descriptorGravatar Kenneth G Raeburn1990-12-19
| | | | | masks inside of loops before select, instead of assuming they'll remain unchanged.
* Results of Z_cnvt_xtoi aren't characters...Gravatar Kenneth G Raeburn1990-12-13
|
* Declare cert_routine argument correctly.Gravatar John F. Carr1990-12-13
|
* Converted z_cnvt_xtoi to a macro for speed.Gravatar Kenneth G Raeburn1990-12-12
|
* AIX needs <sys/select.h>Gravatar John F. Carr1990-12-11
|
* Argument cert_routine is type Z_AuthProc.Gravatar Kenneth G Raeburn1990-12-01
|
* Always return 0.Gravatar Kenneth G Raeburn1990-11-30
|
* Plugged some memory leaks.Gravatar Kenneth G Raeburn1990-11-26
|
* Removed debugging code that slipped in...Gravatar Kenneth G Raeburn1990-11-26
|
* If gethostbyname returns no info, use best guess for the hostname.Gravatar Kenneth G Raeburn1990-11-16
|
* Rewrote handling of select call.Gravatar Kenneth G Raeburn1990-11-16
|
* Use faster next_field macro, sometimes machine-dependent.Gravatar Kenneth G Raeburn1990-11-15
| | | | | Also use sizeof instead of strlen when appropriate, and use a union of types rather than casting the address of an int array.