summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix argument types for zeph_dispatch()Gravatar John F. Carr1991-03-23
* Try again: When using varargs, declare Z_debug, just withoutGravatar Kenneth G Raeburn1991-03-22
* Omit Z_debug prototype if varargs in use...Gravatar Kenneth G Raeburn1991-03-22
* Added warning about keeping ZCheckAuthentication consistent.Gravatar Kenneth G Raeburn1991-03-22
* Removed declaration of function ZGetSession. Some C compilers can'tGravatar Kenneth G Raeburn1991-03-22
* Changed to use Z_LIBDIR to find srvtab file. MUST be kept in syncGravatar Kenneth G Raeburn1991-03-22
* SERVER_SRVTAB moved here.Gravatar Kenneth G Raeburn1991-03-21
* Remove name `_exposure_type'. `ZLocation_t' is now a class withGravatar Kenneth G Raeburn1991-03-21
* Use more specific names for counter array and `memset' routine.Gravatar Kenneth G Raeburn1991-03-21
* Remove SigBlock stuff.Gravatar Kenneth G Raeburn1991-03-21
* Declare rresvport if not using Kerberos.Gravatar Kenneth G Raeburn1991-03-21
* Use moncontrol only on some architectures.Gravatar Kenneth G Raeburn1991-03-21
* Compare inet addrs as long values, not with bcmp.Gravatar Kenneth G Raeburn1991-03-21
* Clear zct_block only if KERBEROS.Gravatar Kenneth G Raeburn1991-03-21
* Remove definitions that are now in zephyr_paths.h; include that file.Gravatar Kenneth G Raeburn1991-03-21
* Include varargs.h or stdarg.h as appropriate. Test new Z_HaveKerberosGravatar Kenneth G Raeburn1991-03-21
* Create zephyr_paths.h header file when needed. Both `all' andGravatar Kenneth G Raeburn1991-03-21
* If LOCAL_LIBS, link to local copies of com_err.h and ss header files.Gravatar Kenneth G Raeburn1991-03-21
* Don't include krb.h.Gravatar Kenneth G Raeburn1991-03-21
* Initial revisionGravatar Kenneth G Raeburn1991-03-21
* 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
* 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
* Use new PidFile macro.Gravatar Kenneth G Raeburn1991-03-21
* Added more machine-specific definitions.Gravatar Kenneth G Raeburn1991-03-21
* Use new conditionals from header files; eliminate explicit use ofGravatar Kenneth G Raeburn1991-03-21
* clients/zinit no longer existsGravatar Kenneth G Raeburn1991-03-18
* Changed signature slightly to match prototype in header file.Gravatar Kenneth G Raeburn1991-03-15
* nacklist is now initialized statically.Gravatar Kenneth G Raeburn1991-03-13
* Removed use of SignalBlock.Gravatar Kenneth G Raeburn1991-03-13
* Deleted SignalBlock class.Gravatar Kenneth G Raeburn1991-03-13
* Initialize nacklist with pointer to bss, rather than calling malloc.Gravatar Kenneth G Raeburn1991-03-08
* Added optimized versions of strlen and multiplication for RT, fromGravatar Kenneth G Raeburn1991-03-08
* Made many messages more informative; enabled/disabled some. Use newGravatar Kenneth G Raeburn1991-03-08
* Don't use alternate memory functions unless DEBUG or MEMORY_DEBUGGravatar John F. Carr1991-03-08
* Made some messages more informative; enabled/disabled some. Use newGravatar Kenneth G Raeburn1991-03-08
* AIX 1.2 defines ulong in <sys/types.h>Gravatar John F. Carr1991-03-08
* Defined several "statistic" objects, and dump_stats routine to putGravatar Kenneth G Raeburn1991-03-08
* Moved some method defs into class def. Renamed ZDest::compare_stringsGravatar Kenneth G Raeburn1991-03-08
* Renamed ZDestination::compare_strings to ZDestination::order_strings.Gravatar Kenneth G Raeburn1991-03-08
* Moved printing code from ZALLOC_DEBUG to ZALLOC_DEBUG_PRINT.Gravatar Kenneth G Raeburn1991-03-08
* Eliminated initializations equivalent to defaults. Make "version"Gravatar Kenneth G Raeburn1991-03-08
* If NO_FLOCK is defined, don't call flock.Gravatar Kenneth G Raeburn1991-03-08