summaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAge
...
* Clean up dead code.Gravatar Greg Hudson1998-09-27
|
* Keep track of how responsive clients have been and don't time out good ones.Gravatar Greg Hudson1998-09-02
|
* Check in the right version of this file for the last change (oops).Gravatar Greg Hudson1998-08-21
|
* Don't penalize clients when we get an EAGAIN or ENOBUFS from sendto().Gravatar Greg Hudson1998-08-21
|
* Eliminate some cruft: nuke two unused fields in the client structureGravatar Greg Hudson1998-07-16
| | | | | and rename client_which_client() to client_find() and make the second argument a port instead of a notice.
* Remember to dump the tty field.Gravatar Greg Hudson1998-07-09
|
* Oops, fix sysconfdir back to sysconfdir/zephyr.Gravatar Greg Hudson1998-06-11
|
* Remember to process timers.Gravatar Greg Hudson1998-05-27
|
* __My_addr is now a struct in_addr declared in internal.h.Gravatar Greg Hudson1998-03-17
|
* Eliminate crufty reference to DEBUG.Gravatar Greg Hudson1998-02-02
|
* Do CFLAGS the gnu standard way. This means we compile with -g by default.Gravatar Greg Hudson1998-01-31
|
* ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIODGravatar Greg Hudson1997-10-25
|
* From epeisach: Use Code_t instead of int to match prototypes.Gravatar Greg Hudson1997-10-16
|
* From epeisach: Add a missing prototype for realm_control_dispatch.Gravatar Greg Hudson1997-10-16
|
* Correcet an oops. (I thought I'd tested this.)Gravatar Greg Hudson1997-09-23
|
* Declare server-specific zephyr library interfaces here.Gravatar Greg Hudson1997-09-23
|
* Correct a typo.Gravatar Greg Hudson1997-09-23
|
* Remove an unneeded ampersand which was generating compiler type warnings.Gravatar Greg Hudson1997-09-23
|
* confdir became sysconfdir.Gravatar Greg Hudson1997-09-23
| | | | Rip out in-tree com_err support.
* confdir became sysconfdir.Gravatar Greg Hudson1997-09-23
|
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* This file was deleted in the 8.0 source treeGravatar Greg Hudson1996-08-27
|
* As picked up from p4a.Gravatar Craig Fields1995-05-28
|
* The ADMIN_LOST_CLIENT message was being recorded in the server->clientGravatar Greg Hudson1994-12-20
| | | | | | nack list, so the wrong list was being searched when the other server acks the packet. I added a flag to send_msg_list to decide whether it's being sent to a client or another server.
* Initial revisionGravatar Craig Fields1994-11-19
|
* Initial revisionGravatar Craig Fields1994-11-13
|
* default.subscriptions goes in /etc/athena/zephyr, not /usr/athena/lib/zephyr.Gravatar Greg Hudson1994-11-12
|
* NetBSD needs -lcompat for insque() and remque().Gravatar Greg Hudson1994-11-11
|
* Not all versions of Kerbeors have krbONE.Gravatar Greg Hudson1994-11-11
|
* Not everything defines SIGEMT.Gravatar Greg Hudson1994-11-11
|
* As picked up from p4a.Gravatar Craig Fields1994-11-11
|
* Allow for realloc().Gravatar Greg Hudson1994-10-31
|
* Moved config files to /etc/athena/zephyr.Gravatar Greg Hudson1994-10-31
|
* Some changes for full-triplet hashing, got rid of zmatch_all.Gravatar Greg Hudson1994-10-31
|
* Got rid of that stupid meaningless message about your loginGravatar Greg Hudson1994-10-31
| | | | information being tampered with.
* Rewritten to use a heap instead of a linked list.Gravatar Greg Hudson1994-10-31
|
* Heavily revamped to support full triplet hashing; mostly, code ahsGravatar Greg Hudson1994-10-31
| | | | been eliminated.
* Check the right nacklist.Gravatar Greg Hudson1994-10-31
|
* Some unnecessary code eliminated; initialize t_local earlier onGravatar Greg Hudson1994-10-31
| | | | | to avoid some timer problems; dump triplet database along with subscriptions so we can check consistency.
* Support for more streamlined zephyr sending and other features.Gravatar Greg Hudson1994-10-31
|
* Case-insensitive hashing, and a support routine for quotingGravatar Greg Hudson1994-10-31
| | | | subscription database dumps.
* Set send counter on client structure.Gravatar Greg Hudson1994-10-31
|
* Rewritten to support hashing on the full triplet.Gravatar Greg Hudson1994-10-31
|
* Correctly link against syslog; link against DES library.Gravatar Greg Hudson1994-10-30
|
* Initial revisionGravatar Craig Fields1994-08-18
|
* Include <string.h> instead of <strings.h> (portability)Gravatar Richard Basch1994-08-18
|
* Include building against the syslog object file.Gravatar Richard Basch1994-08-01
|
* Don't do signal blocking; simply set a semaphore flag indicating it isGravatar Richard Basch1994-08-01
| | | | | in critical code, and let the main loop deal with the flag being set. This saves on context switches into the kernel for this rare condition.
* Increased hash bucket table sizeGravatar Richard Basch1994-08-01
|
* Added START_CRITICAL_CODE and END_CRITICAL_CODE definitions.Gravatar Richard Basch1994-04-07
|