summaryrefslogtreecommitdiff
path: root/server/server.c
Commit message (Collapse)AuthorAge
* As in [2406], the C preprocessor has seen enough abuse; it is theGravatar Karl Ramm2009-04-10
| | | | | future, so we can abuse inline functions instead.
* This needs to be positive. (are you sure?)Gravatar Karl Ramm2009-04-08
|
* remove notdef'd dynamic server list (?) codeGravatar Karl Ramm2008-01-21
|
* collapse state of a bunch of #if 0 and #if 1 debugging outputGravatar Karl Ramm2008-01-21
|
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and ↵Gravatar Karl Ramm2008-01-21
| | | | getsid problem
* de K&RifyGravatar Karl Ramm2008-01-21
|
* /afs/andrew.cmu.edu/usr18/cg2v/hesiod-fix.diffGravatar Karl Ramm2007-12-25
|
* /afs/andrew.cmu.edu/usr18/cg2v/zephyr-krb5-server-20071215+.diffGravatar Karl Ramm2007-12-25
|
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
|
* debian patch applied and reconciled, version unfinalizedGravatar Karl Ramm2007-07-20
|
* Changes from CMU:Gravatar Garry Zacheiss2001-02-26
| | | | | | * Some memset 0 cleanliness. * Support enhanced 'zstat -s' output.
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* Keep track of how responsive clients have been and don't time out good ones.Gravatar Greg Hudson1998-09-02
|
* 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.
* 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
| | | | detailed change information.
* 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.
* 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
| | | | | 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.
* 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
| | | | Added POSIX signal handling
* 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
| | | | | | inet_ntoa inline, or ZServerDesc_t `addr' elt. Changed some `static' decls for (global) friends of ZServerDesc_t. Increment counters for various notice types.
* (admin_dispatch): If a bdump is in progress, discard offers.Gravatar Kenneth G Raeburn1991-01-28
| | | | | (send_stats): Add more machine specific info. (all routines): Use new/delete for ZHostList_t.
* kill_clt now takes ZServerDesc_t argument, address logged in errorGravatar Kenneth G Raeburn1990-12-11
| | | | messages. Callers changed.
* 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
| | | | fix up null-pointer and overflow and free problems
* Removed unused srv_alive; merged in Ultrix changes; added cast toGravatar Kenneth G Raeburn1988-10-19
| | | | | realloc(); declared inet_addr for non-4.3 sites; added hostm_lose_ignore.
* plug memory leakGravatar John Kohl1988-07-08
| | | | y
* 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
| | | | bug fix (discovered via lint)
* default format must be at least ""Gravatar John Kohl1988-06-17
| | | | | set num_other_fields to zero correct some syslog's
* fix typoGravatar John Kohl1988-06-15
|
* remove typoGravatar John Kohl1988-06-15
|
* condense common codeGravatar John Kohl1988-06-15
| | | | new library fixes