summaryrefslogtreecommitdiff
path: root/server/server.c
Commit message (Expand)AuthorAge
* ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIODGravatar Greg Hudson1997-10-25
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* The ADMIN_LOST_CLIENT message was being recorded in the server->clientGravatar Greg Hudson1994-12-20
* Check the right nacklist.Gravatar Greg Hudson1994-10-31
* Don't do signal blocking; simply set a semaphore flag indicating it isGravatar Richard Basch1994-08-01
* Changed bzero/bcopy to memset/memcpy [ANSI]Gravatar Richard Basch1993-11-19
* Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>)Gravatar Richard Basch1993-09-24
* Forgot to ack the ADMIN_LOST_CLT opcode.Gravatar Richard Basch1993-05-05
* Changed some of the logging levelsGravatar Richard Basch1993-03-22
* Changed log level of recover_clt messages to LOG_INFO (happen frequently)Gravatar Richard Basch1993-03-22
* saber complains about pure assignment statements in ifs-Gravatar Lucien Van Elsen1992-08-14
* turn of extra debugging info (for speed)Gravatar Lucien Van Elsen1992-01-17
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
* log more info when killing clientGravatar Kenneth G Raeburn1991-05-13
* Made some messages more informative; enabled/disabled some. Use newGravatar Kenneth G Raeburn1991-03-08
* (admin_dispatch): If a bdump is in progress, discard offers.Gravatar Kenneth G Raeburn1991-01-28
* kill_clt now takes ZServerDesc_t argument, address logged in errorGravatar Kenneth G Raeburn1990-12-11
* Cleaned up some Hesiod code for C++.Gravatar Kenneth G Raeburn1990-11-14
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13
* fix syslogs of recover_cltGravatar John Kohl1989-12-14
* fix bug with freeing a bogus pointer.Gravatar John Kohl1989-12-06
* add counters for old supportGravatar John Kohl1989-10-27
* add NeXT to known typesGravatar John Kohl1989-10-19
* add MIPS on server typeGravatar John Kohl1989-10-17
* Removed unused srv_alive; merged in Ultrix changes; added cast toGravatar Kenneth G Raeburn1988-10-19
* plug memory leakGravatar John Kohl1988-07-08
* remove unused variableGravatar John Kohl1988-06-27
* we need to use the z_uid, not z_multiuid, for acknowledgement trackingGravatar John Kohl1988-06-25
* fixes for server add/delete codeGravatar John Kohl1988-06-24
* if queueing, don't free it yet (queue processors will free it)Gravatar John Kohl1988-06-23
* fix rcsidGravatar John Kohl1988-06-23
* add server_reset()Gravatar John Kohl1988-06-22
* default format must be at least ""Gravatar John Kohl1988-06-17
* fix typoGravatar John Kohl1988-06-15
* remove typoGravatar John Kohl1988-06-15
* condense common codeGravatar John Kohl1988-06-15
* #ifdef CONCURRENT the self-queueing stuffGravatar John Kohl1988-06-03
* add server_dump_servers and supporting interlock codeGravatar John Kohl1988-02-28
* fix problem with bdump_socket == -1 (not 0) when not in use.Gravatar John Kohl1988-02-05
* debugging code to find vanishing user locationsGravatar John Kohl1988-02-05
* concurrency supportGravatar John Kohl1988-02-05
* add #ifdef's for HESIOD and code to replace hes_resolve when not used.Gravatar John Kohl1988-01-20
* lint fixesGravatar John Kohl1987-12-18
* Fix fencepost error in resetting timeouts.Gravatar John Kohl1987-12-14
* allow renegade servers nowGravatar John Kohl1987-11-20
* status does not return limbo serverGravatar John Kohl1987-11-16
* extra arg to client_deregisterGravatar John Kohl1987-11-15
* when debugging, offer the option of ignoring all other serversGravatar John Kohl1987-11-09
* temporarily ignore the request for a renegade serverGravatar John Kohl1987-09-28
* Change to handle new protocol and packet formatGravatar Robert S. French1987-08-01