Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst | |
2005-04-21 | vsnprintf careful handling of -1; ok beck | Theo de Raadt | |
2004-01-16 | ISO C police: log and expl are reserved for the C library. | Marc Espie | |
expl -> expl_string log -> logit | |||
2003-12-28 | Fix two obvious thinkos in va_end() usage. | Marc Espie | |
Caught by gcc3. | |||
2003-06-17 | d@ has asked me to put in an explicit "Public domain" on header files for code | Paul Janzen | |
he's written here. The code itself is clearly licensed already. | |||
2003-06-11 | New license from the official hunt release at | Paul Janzen | |
ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z -- it has been approved by all three authors (Conrad Huang, Ken Arnold, and Greg Couch). | |||
2003-05-20 | Fix broken .Xr and uncomment it. | Paul Janzen | |
2003-03-11 | double words and spelling fixes | David Krause | |
ok pjanzen@ | |||
2003-03-06 | broken .Xr's; | Jason McIntyre | |
typos, rather than dead references ok deraadt@ | |||
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller | |
good enough for games but we should at least use a decent seed. pjanzen@ OK | |||
2002-11-10 | SEE ALSO reordering; pjanzen ok. | Federico G. Schwindt | |
2002-07-26 | Theo pointed out a vsnprintf() whose return value was being used | Paul Janzen | |
inappropriately. | |||
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen | |
2001-09-19 | isplayer -> is_player gets out of <ctype.h> namespace; jsm28@cam.ac.uk | Paul Janzen | |
2001-08-18 | Formatting | Paul Janzen | |
2001-02-13 | Quiet alpha warnings, principally with correct includes | Paul Janzen | |
2000-07-03 | A little more select() reinitialization. | Paul Janzen | |
2000-06-30 | re-initialize timeout before each invocation of select() | Paul Janzen | |
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen | |
1999-12-12 | sync with answer.c. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | document -D. remove stuff about editing etc/services. accurately describe ↵ | David Leonard | |
broadcast behaviour. Va variables. add FILES section. reviewed by pjanzen@ | |||
1999-12-12 | User 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-12 | better error msg. hook to parse command line options. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | Use socklen_t | David 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-30 | socklen_t | David Leonard | |
1999-08-30 | Mention that chance values are percentages. | David Leonard | |
Add my name to authors! (pjanzen@ thinks that I made sufficient changes) | |||
1999-08-30 | -Wall | David Leonard | |
1999-08-30 | check malloc return | David Leonard | |
1999-08-30 | add semicolon to pacify gcc -Wall | David Leonard | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-07 | The 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-30 | Only use __attribute__ if __GNUC__ is defined | Paul Janzen | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-03-22 | More accurate man page; more informative logging; use random() instead of | Paul Janzen | |
old internal routine (seems to minimize instant death on re-entry). | |||
1999-03-14 | Access control works now; also, some minor tidying and man page fixes. | Paul Janzen | |
1999-02-01 | avoid denial of service attacks on server port; extra conf vars; fix otto | David Leonard | |
1999-01-29 | major changes: security, curses, config | David Leonard | |
1999-01-21 | ident for OpenBSD | David Leonard | |
mandoc-ify manual pages use -locurses | |||
1999-01-21 | hunt (from NetBSD) | David Leonard | |