index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
fingerd
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-3
/
+3
2018-08-03
Move pledge to after getopt, when the finger program becomes known
deraadt
1
-4
/
+6
2015-11-13
4-step pledge in a program noone really uses anymore.
deraadt
1
-1
/
+14
2015-11-13
_exit() in the child; as a result, must use syslog() directly.
deraadt
1
-2
/
+3
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-2
/
+3
2015-01-15
remove .Tn; from Jan Stary <hans at stare dot cz>
schwarze
1
-9
/
+7
2014-11-20
user error is not a bug. fingerd is not responsible for filtering out
tedu
1
-18
/
+3
2013-11-14
Add STANDARDS section to finger(1)/fingerd(8).
bentley
1
-3
/
+10
2012-12-04
remove some unnecessary sys/param.h inclusions
deraadt
1
-2
/
+1
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-15
/
+1
2008-08-11
Prevent a buffer underrun if a line is received which only contains
tobias
1
-3
/
+3
2007-09-25
better wording; from Tamas TEVESZ
jmc
1
-4
/
+4
2007-05-31
convert to new .Dd format;
jmc
1
-3
/
+3
2006-08-19
Don't shadow err(3).
ray
1
-18
/
+17
2006-01-17
Incllude <sys/param.h> to get MAXHOSTNAMELEN
millert
1
-3
/
+3
2003-11-02
some corrections from wiz@netbsd;
jmc
1
-5
/
+5
2003-10-17
slight update for fingerd; sort options;
jmc
2
-34
/
+37
2003-08-08
refer to RFCs consistently (RFC XXXX);
jmc
1
-4
/
+3
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
millert
3
-20
/
+8
2002-09-06
use socklen_t more; henning ok
deraadt
1
-3
/
+3
2002-07-03
KNF
deraadt
1
-6
/
+4
2002-06-02
minor KNF
deraadt
1
-3
/
+3
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
1
-18
/
+4
2002-02-16
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.
millert
1
-4
/
+4
2001-12-07
kill more registers;
mpech
1
-4
/
+4
2001-11-27
When copying command line arguments to out new argument vector,
millert
1
-8
/
+12
2001-11-13
o) fix bogus .Xr usage;
mpech
1
-3
/
+3
2001-08-18
strlcpy invades the tree
deraadt
1
-3
/
+3
2001-07-08
-Wall
deraadt
1
-4
/
+6
2001-01-28
$OpenBSD$
niklas
2
-3
/
+3
2001-01-25
KNF
deraadt
1
-3
/
+3
2000-09-08
Some miscellaneous man page repairs.
aaron
1
-15
/
+16
2000-08-18
check error result from getnameinfo.
itojun
1
-4
/
+8
2000-08-02
update other obsoleted rfcs
provos
1
-3
/
+3
2000-07-07
Change fingerd back to using fgets(3), not fgetln(3). Using fgetln(3)
millert
1
-25
/
+7
2000-03-14
Suffix "i.e." and "e.g." with a comma. Just another really picky man page
aaron
1
-4
/
+4
1999-11-15
logging getpeername() failures is a waste of time
deraadt
1
-4
/
+6
1999-08-02
typo
pjanzen
1
-3
/
+3
1999-07-21
use .Ar on later .It Fl lines
deraadt
1
-3
/
+3
1999-07-20
bad arguments? usage() should syslog()
deraadt
1
-3
/
+13
1999-07-09
- remove all trailing whitespace
aaron
1
-4
/
+4
1999-07-03
use getnameinfo()
deraadt
1
-13
/
+9
1999-05-23
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
aaron
1
-3
/
+3
1999-02-24
fowarding -> forwarding
aaron
1
-3
/
+3
1997-11-21
Remove LOG_CONS from openlog() call so every darned finger connect message
gene
1
-3
/
+3
1997-11-17
1) use fgetln for arbitrary sized lines
millert
1
-14
/
+42
1997-08-16
<string.h> not <strings.h>
millert
1
-3
/
+3
1997-08-16
OpenBSD tags and document assumption about finger(1) arg parsing.
millert
1
-2
/
+11
1997-07-25
#if __STDC__ --> #ifdef __STDC__
mickey
1
-4
/
+4
1997-07-23
tabify
kstailey
1
-2
/
+2
[next]