joerg
66dd2755f5
Add __printflike attribution to use vprintf and friends with an argument
...
as format string.
2012-03-15 02:02:20 +00:00
joerg
6839411995
Rename err() to avoid overlap with libc. Mark it dead.
2011-08-27 15:08:58 +00:00
lukem
dfbb3f921a
apply some __UNCONST().
2009-03-14 13:59:28 +00:00
lukem
0c4ddb1599
Remove the \n and tabs from the __COPYRIGHT() strings.
2008-07-20 01:09:06 +00:00
mrg
0c37c63edc
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
...
socklen_t are different signness.
2006-05-09 20:18:05 +00:00
perry
4c57dc9906
de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
2005-02-06 05:11:52 +00:00
fair
02c4ccaafa
Apply patch from PR 24917 to correct option parse error reporting.
2004-03-26 01:26:59 +00:00
agc
8e6ab8837d
Move UCB-licensed code from 4-clause to 3-clause licence.
...
Patches provided by Joel Baker in PR 22284, verified by myself.
2003-08-07 09:46:37 +00:00
kim
968e6be5e6
Replace -i with -8, which enables new 8-bit pass-through on the client.
2002-09-12 01:40:54 +00:00
itojun
6c581a525d
tabify
2002-09-10 04:06:26 +00:00
kim
5d2f386289
Add a switch for easy enabling of single-byte 8-bit output.
...
This is somewhat of a hack, but I find it better than having
to run env(1) from inetd(8), or changing the environment for
inetd(8) itself (and thus all daemons started by it).
2002-09-10 03:29:01 +00:00
itojun
373383a4ab
typo in message. PR 17528
2002-07-08 23:01:57 +00:00
wiz
bf840df2cd
__STDC__ is always defined on NetBSD.
2002-05-26 00:02:06 +00:00
thorpej
050c3a4205
Use __COPYRIGHT() and __RCSID() macros.
2002-04-09 00:55:15 +00:00
itojun
2c4f20dd99
do not touch __ss_len directly, they are not supposed to be touched.
1999-12-16 06:00:24 +00:00
kleink
429c156c10
Need <sys/param.h> for MAXHOSTNAMELEN.
1999-09-26 10:08:43 +00:00
itojun
7b9f155e5f
dual-stack fingerd. Run it from inetd like:
...
>>finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
Single daemon on tcp6 socket will be able to serve both IPv4 and
IPv6 connections, while you can run both if you wish.
1999-07-02 06:00:06 +00:00
mrg
f2130fd9fd
do not use LOG_CONS.
1999-01-31 08:51:53 +00:00
kim
5b9f519499
Added a "-h" option to fingerd, passed on to finger (show host, not office).
1998-08-29 22:54:58 +00:00
perry
860ad7488c
change <strings.h> to <string.h> to fix compiler warning
1998-02-03 03:20:11 +00:00
enami
42eb13e478
Compare a return value of getopt() against -1 instead of EOF.
1997-10-08 00:56:46 +00:00
mrg
59c4211ee9
`-s' for `secure' doesn't make much sense. just note that it disables
...
forwarding of finger requests. also, log the text of the request if
supplied. cleanup for WARNS=1.
1997-09-09 05:38:24 +00:00
mrg
2db0ee4c18
add "-g" flag: this just gets passed to finger.
1997-09-09 02:40:42 +00:00
thorpej
9fef925ff0
RCS ID police.
1997-01-20 21:01:28 +00:00
explorer
e670f342d9
Replace our fingerd with one from OpenBSD, which fixes some security holes
...
and adds new features.
1996-08-10 22:10:17 +00:00
mycroft
e9d867ef50
Add RCS identifiers.
1993-08-01 17:54:45 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00