summaryrefslogtreecommitdiff
path: root/server/common.c
Commit message (Collapse)AuthorAge
* rearrange so that most of the server code can be linked without main.cGravatar Karl Ramm2013-03-16
| | | | | Move global variables and one function out of main.c so that the rest of the server can be linked with a test harness.
* Factor out code that extacts a sockaddr_in from a notice (and stop using theGravatar Karl Ramm2009-07-29
| | | | | | | deprecated sender_addr macro.) Actually remove the code from realm.c:real_dispatch because nothing was using the result. Ran nuke-trailing-whitespace on all the files I touched, as usual.
* de K&RifyGravatar Karl Ramm2008-01-21
|
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* Case-insensitive hashing, and a support routine for quotingGravatar Greg Hudson1994-10-31
| | | | subscription database dumps.
* Add support for K&R CGravatar Lucien Van Elsen1992-08-26
|
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
|
* Improved (?) hash function behavior for short strings.Gravatar Kenneth G Raeburn1991-01-28
|
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13
|
* Fixed syslog (Ultrix changes merged in).Gravatar Kenneth G Raeburn1988-10-19
|
* clean up commentsGravatar John Kohl1987-07-07
|
* use strings.hGravatar John Kohl1987-07-02
|
* lint cleanupGravatar John Kohl1987-07-01
|
* don't refer to nonexistent error() routineGravatar John Kohl1987-03-19
|
* Initial revisionGravatar John Kohl1987-03-18