History log of /openbsd-current/games/hunt/huntd/expl.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.15 21-Jan-2017 krw

Nuke whitespace foolish enough to expose itself during the great
"warning:" rectification.


# 1.14 27-Aug-2016 guenther

Pull in <sys/select.h> for fd_set

ok deraadt@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.13 07-Jan-2016 mestre

ANSIfy hunt(6)

Note: casted 2 args to struct sockaddr * on list.c to shut off compiler
warnings, and also changed an int len to socklen_t since recvfrom(2) receives
the last argument as the latter.

I'm running out of credits, but this was once again with great help and OK from
tb@


# 1.12 07-Jan-2016 mestre

Headers cleanup and sorting

OK tb@


# 1.11 27-Sep-2015 guenther

Delete pointless NOSTRICT comments


# 1.10 22-Aug-2015 deraadt

remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.9 04-Sep-2007 hshoexer

Some more simple malloc(n * m) -> calloc(n, m) conversions.

ok deraadt@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE
# 1.8 16-Jan-2004 espie

ISO C police: log and expl are reserved for the C library.
expl -> expl_string
log -> logit


Revision tags: OPENBSD_3_4_BASE
# 1.7 11-Jun-2003 pjanzen

New license from the official hunt release at
ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z -- it has been approved by all three
authors (Conrad Huang, Ken Arnold, and Greg Couch).


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.6 16-Feb-2002 millert

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE
# 1.5 30-Aug-1999 d

check malloc return


Revision tags: OPENBSD_2_5_BASE
# 1.4 01-Feb-1999 d

avoid denial of service attacks on server port; extra conf vars; fix otto


# 1.3 29-Jan-1999 d

major changes: security, curses, config


# 1.2 21-Jan-1999 d

ident for OpenBSD
mandoc-ify manual pages
use -locurses


# 1.1 21-Jan-1999 d

branches: 1.1.1;
Initial revision