summaryrefslogtreecommitdiff
path: root/games/hunt/huntd
AgeCommit message (Collapse)Author
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
1999-12-12sync with answer.c. reviewed by pjanzen@David Leonard
1999-12-12document -D. remove stuff about editing etc/services. accurately describe ↵David Leonard
broadcast behaviour. Va variables. add FILES section. reviewed by pjanzen@
1999-12-12User netdb to get well known port.David Leonard
Remove unused 3rd arg to main(). Revoke any setgid privs (unnecessary?) Add -D for command-line configuration options. Properly handle new, spawning connections. Fix that evil repeated-quit problem in two places. Fix a bug where a server would quit only if it were questioned for stats. Allow port sharing. Clean up havechar(). Don't allow write() to block. reviewed by pjanzen@
1999-12-12better error msg. hook to parse command line options. reviewed by pjanzen@David Leonard
1999-12-12Use socklen_tDavid Leonard
Cope with fragmented reads in the initial cilent connect a lot better/simpler. Check the team name. Caller must free allocated 'spawn' structures. reviewed by pjanzen@
1999-08-30socklen_tDavid Leonard
1999-08-30Mention that chance values are percentages.David Leonard
Add my name to authors! (pjanzen@ thinks that I made sufficient changes)
1999-08-30 -WallDavid Leonard
1999-08-30check malloc returnDavid Leonard
1999-08-30add semicolon to pacify gcc -WallDavid Leonard
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-05-30Only use __attribute__ if __GNUC__ is definedPaul Janzen
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-03-22More accurate man page; more informative logging; use random() instead ofPaul Janzen
old internal routine (seems to minimize instant death on re-entry).
1999-03-14Access control works now; also, some minor tidying and man page fixes.Paul Janzen
1999-02-01avoid denial of service attacks on server port; extra conf vars; fix ottoDavid Leonard
1999-01-29major changes: security, curses, configDavid Leonard
1999-01-21ident for OpenBSDDavid Leonard
mandoc-ify manual pages use -locurses
1999-01-21hunt (from NetBSD)David Leonard