| Commit message (Expand) | Author | Age |
* | fix argument types for zeph_dispatch() | John F. Carr | 1991-03-23 |
* | Try again: When using varargs, declare Z_debug, just without | Kenneth G Raeburn | 1991-03-22 |
* | Omit Z_debug prototype if varargs in use... | Kenneth G Raeburn | 1991-03-22 |
* | Added warning about keeping ZCheckAuthentication consistent. | Kenneth G Raeburn | 1991-03-22 |
* | Removed declaration of function ZGetSession. Some C compilers can't | Kenneth G Raeburn | 1991-03-22 |
* | Changed to use Z_LIBDIR to find srvtab file. MUST be kept in sync | Kenneth G Raeburn | 1991-03-22 |
* | SERVER_SRVTAB moved here. | Kenneth G Raeburn | 1991-03-21 |
* | Remove name `_exposure_type'. `ZLocation_t' is now a class with | Kenneth G Raeburn | 1991-03-21 |
* | Use more specific names for counter array and `memset' routine. | Kenneth G Raeburn | 1991-03-21 |
* | Remove SigBlock stuff. | Kenneth G Raeburn | 1991-03-21 |
* | Declare rresvport if not using Kerberos. | Kenneth G Raeburn | 1991-03-21 |
* | Use moncontrol only on some architectures. | Kenneth G Raeburn | 1991-03-21 |
* | Compare inet addrs as long values, not with bcmp. | Kenneth G Raeburn | 1991-03-21 |
* | Clear zct_block only if KERBEROS. | Kenneth G Raeburn | 1991-03-21 |
* | Remove definitions that are now in zephyr_paths.h; include that file. | Kenneth G Raeburn | 1991-03-21 |
* | Include varargs.h or stdarg.h as appropriate. Test new Z_HaveKerberos | Kenneth G Raeburn | 1991-03-21 |
* | Create zephyr_paths.h header file when needed. Both `all' and | Kenneth G Raeburn | 1991-03-21 |
* | If LOCAL_LIBS, link to local copies of com_err.h and ss header files. | Kenneth G Raeburn | 1991-03-21 |
* | Don't include krb.h. | Kenneth G Raeburn | 1991-03-21 |
* | Initial revision | Kenneth G Raeburn | 1991-03-21 |
* | Initial revision | Kenneth G Raeburn | 1991-03-21 |
* | Use `const' when appropriate. | Kenneth G Raeburn | 1991-03-21 |
* | Define __Zephyr_realm only if Kerberos is enabled. | Kenneth G Raeburn | 1991-03-21 |
* | Call Z_WaitForNotice. Declare wait_for_hmack correctly. | Kenneth G Raeburn | 1991-03-21 |
* | Call Z_WaitForNotice. Declare Z_RetSubs before call. | Kenneth G Raeburn | 1991-03-21 |
* | When debugging is enabled, log messages for bad packets. | Kenneth G Raeburn | 1991-03-21 |
* | Call Z_WaitForNotice. | Kenneth G Raeburn | 1991-03-21 |
* | Don't initialize __Zephyr_realm if Kerberos is not in use. | Kenneth G Raeburn | 1991-03-21 |
* | Call ZGetRealm rather than referencing __Zephyr_realm directly. | Kenneth G Raeburn | 1991-03-21 |
* | Add new file ZWaitForNotice.{c,o}. | Kenneth G Raeburn | 1991-03-21 |
* | Use new PidFile macro. | Kenneth G Raeburn | 1991-03-21 |
* | Added more machine-specific definitions. | Kenneth G Raeburn | 1991-03-21 |
* | Use new conditionals from header files; eliminate explicit use of | Kenneth G Raeburn | 1991-03-21 |
* | clients/zinit no longer exists | Kenneth G Raeburn | 1991-03-18 |
* | Changed signature slightly to match prototype in header file. | Kenneth G Raeburn | 1991-03-15 |
* | nacklist is now initialized statically. | Kenneth G Raeburn | 1991-03-13 |
* | Removed use of SignalBlock. | Kenneth G Raeburn | 1991-03-13 |
* | Deleted SignalBlock class. | Kenneth G Raeburn | 1991-03-13 |
* | Initialize nacklist with pointer to bss, rather than calling malloc. | Kenneth G Raeburn | 1991-03-08 |
* | Added optimized versions of strlen and multiplication for RT, from | Kenneth G Raeburn | 1991-03-08 |
* | Made many messages more informative; enabled/disabled some. Use new | Kenneth G Raeburn | 1991-03-08 |
* | Don't use alternate memory functions unless DEBUG or MEMORY_DEBUG | John F. Carr | 1991-03-08 |
* | Made some messages more informative; enabled/disabled some. Use new | Kenneth G Raeburn | 1991-03-08 |
* | AIX 1.2 defines ulong in <sys/types.h> | John F. Carr | 1991-03-08 |
* | Defined several "statistic" objects, and dump_stats routine to put | Kenneth G Raeburn | 1991-03-08 |
* | Moved some method defs into class def. Renamed ZDest::compare_strings | Kenneth G Raeburn | 1991-03-08 |
* | Renamed ZDestination::compare_strings to ZDestination::order_strings. | Kenneth G Raeburn | 1991-03-08 |
* | Moved printing code from ZALLOC_DEBUG to ZALLOC_DEBUG_PRINT. | Kenneth G Raeburn | 1991-03-08 |
* | Eliminated initializations equivalent to defaults. Make "version" | Kenneth G Raeburn | 1991-03-08 |
* | If NO_FLOCK is defined, don't call flock. | Kenneth G Raeburn | 1991-03-08 |