summaryrefslogtreecommitdiff
path: root/server/server.c
Commit message (Expand)AuthorAge
* Don't send to realms with no serversGravatar Jeffrey Hutzelman2013-03-18
* Make ZRealm.srvrs be an array of pointersGravatar Jeffrey Hutzelman2013-03-18
* Make otherrealms be an array of pointersGravatar Jeffrey Hutzelman2013-02-17
* Underpinnings for realm.list enhancementsGravatar Derrick Brashear2013-02-17
* Clean up warningsGravatar Jeffrey Hutzelman2013-02-14
* Inline functions should be declared staticGravatar Jeffrey Hutzelman2013-01-31
* Actually remove the #ifdef OLD_COMPAT and NEW_COMPAT codeGravatar Karl Ramm2012-02-11
* It is not the 80s anymore, so we have a printf directive for pointersGravatar Karl Ramm2011-10-23
* It is still not the 80s anymore -- remove all caddr_tsGravatar Karl Ramm2011-02-02
* stop using MAXHOSTNAMELEN in a variety of places. Also nuke-trailing-whitesp...Gravatar Karl Ramm2010-08-24
* Fix a leak if ZNewFormatSmallRawNotice fails. (thanks to nelhage@mit.edu for ...Gravatar Karl Ramm2010-08-22
* it is the TWENTY-FIRST CENTURY, we can STOP USING K&RGravatar Karl Ramm2009-08-09
* Factor out code that extacts a sockaddr_in from a notice (and stop using theGravatar Karl Ramm2009-07-29
* As in [2406], the C preprocessor has seen enough abuse; it is theGravatar Karl Ramm2009-04-10
* 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 g...Gravatar Karl Ramm2008-01-21
* 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 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
* 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