| Commit message (Expand) | Author | Age |
* | Reload other realms on SIGHUP/reset | Jeffrey Hutzelman | 2013-02-17 |
* | Clean up warnings | Jeffrey Hutzelman | 2013-02-14 |
* | Drop stale code for long-lost debugging malloc. | Karl Ramm | 2010-12-19 |
* | remove a stupid cpp trick | Karl Ramm | 2010-12-19 |
* | stop using MAXHOSTNAMELEN in a variety of places. Also nuke-trailing-whitesp... | Karl Ramm | 2010-08-24 |
* | Fix getting data out of gethostbyname; should fix #69 | Karl Ramm | 2010-07-28 |
* | apple error table initialization for #41 | Karl Ramm | 2009-04-02 |
* | keep zephyrd's ticket files in /var/run, not under /etc | Karl Ramm | 2009-03-31 |
* | don't set a nonexistent handler for SIGEMT | Karl Ramm | 2009-03-24 |
* | of course, it helps if you define it | Karl Ramm | 2008-12-22 |
* | Let krb5-only users also override the realm name | Karl Ramm | 2008-12-22 |
* | no more SO_BSDCOMPAT in the server | Karl Ramm | 2008-12-20 |
* | collapse state of a bunch of #if 0 and #if 1 debugging output | Karl Ramm | 2008-01-21 |
* | passes gcc -Wall with no warnings other than des cryppt C_block sadness and g... | Karl Ramm | 2008-01-21 |
* | de K&Rify | Karl Ramm | 2008-01-21 |
* | no, -4 does _not_ take an argument | Karl Ramm | 2007-12-28 |
* | ostensibly accept both sorts of authentication when offering brain dumps, and... | Karl Ramm | 2007-12-28 |
* | applied athena-update-branch patch | Karl Ramm | 2007-12-25 |
* | debian patch applied and reconciled, version unfinalized | Karl Ramm | 2007-07-20 |
* | Changes from CMU: | Garry Zacheiss | 2001-02-26 |
* | Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$. | Greg Hudson | 1999-01-22 |
* | Oops, fix sysconfdir back to sysconfdir/zephyr. | Greg Hudson | 1998-06-11 |
* | Remember to process timers. | Greg Hudson | 1998-05-27 |
* | ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIOD | Greg Hudson | 1997-10-25 |
* | confdir became sysconfdir. | Greg Hudson | 1997-09-23 |
* | Pull in sources from zephyr locker. See /mit/zephyr/repository for | Greg Hudson | 1997-09-14 |
* | Not everything defines SIGEMT. | Greg Hudson | 1994-11-11 |
* | Some unnecessary code eliminated; initialize t_local earlier on | Greg Hudson | 1994-10-31 |
* | Include <string.h> instead of <strings.h> (portability) | Richard Basch | 1994-08-18 |
* | Don't do signal blocking; simply set a semaphore flag indicating it is | Richard Basch | 1994-08-01 |
* | Declare t_local here, where it is initialized | Richard Basch | 1994-03-15 |
* | After each select() loop, re-initialize t_local for other uses. | Richard Basch | 1994-03-15 |
* | POSIX signal handling | Richard Basch | 1993-11-19 |
* | Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>) | Richard Basch | 1993-09-24 |
* | Changed some of the logging levels | Richard Basch | 1993-03-22 |
* | Add support for K&R C | Lucien Van Elsen | 1992-08-26 |
* | saber complains about pure assignment statements in ifs- | Lucien Van Elsen | 1992-08-14 |
* | added support for debugging malloc | Lucien Van Elsen | 1992-08-10 |
* | add stub function for init'ing db from file on startup | Lucien Van Elsen | 1992-01-17 |
* | Converted back to ANSI C (with ifdef's for standard C) | Lucien Van Elsen | 1991-12-04 |
* | Use moncontrol only on some architectures. | Kenneth G Raeburn | 1991-03-21 |
* | nacklist is now initialized statically. | Kenneth G Raeburn | 1991-03-13 |
* | Removed use of SignalBlock. | Kenneth G Raeburn | 1991-03-13 |
* | Initialize nacklist with pointer to bss, rather than calling malloc. | Kenneth G Raeburn | 1991-03-08 |
* | Deleted initialization of bdump_sin. | Kenneth G Raeburn | 1991-01-28 |
* | A/UX doesn't have setpriority. | Kenneth G Raeburn | 1990-12-21 |
* | Always log "ready for action" message. | Kenneth G Raeburn | 1990-12-16 |
* | Preserve errno in all signal handlers. In reap, call wait3 until | Kenneth G Raeburn | 1990-12-11 |
* | C++ conversion and lots of modifications from summer & fall work | Kenneth G Raeburn | 1990-11-13 |
* | fix syslog reporting of which port is unknown. | John Kohl | 1989-10-23 |