index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
identd
/
parse.c
Age
Commit message (
Expand
)
Author
2005-04-04
nlist.h not needed
Theo de Raadt
2005-01-04
add some more snprintf sanity checks and fix two previously added checks.
Moritz Jodeit
2004-09-16
i hate macros with 50 , :? and ())()()((()())); otto ok
Theo de Raadt
2004-08-08
spacing
Theo de Raadt
2003-07-29
spaces
Theo de Raadt
2003-06-28
missing protos
Theo de Raadt
2002-11-25
Missing check around snprintf().
Mike Pechkin
2002-09-13
Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@
Damien Miller
2002-07-24
Sanity check snprintf() return values before using them. OK deraadt@
Todd C. Miller
2002-07-16
minor tweaks of no consequence
Theo de Raadt
2002-07-16
delint
Theo de Raadt
2002-07-16
minor cleanup, and toast -V
Theo de Raadt
2002-06-22
ansi
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-07
o) int -> {uid,gid}_t; %d -> %u;
Mike Pechkin
2001-12-01
fix fd_set overflow
Theo de Raadt
2001-08-08
split up the gethost*() functions a bit more, to make it more obvious what
Theo de Raadt
2001-08-08
do not use %m in syslog() when errno is known to be 0
Theo de Raadt
2001-04-16
close fd on error; deraadt@ ok.
Federico G. Schwindt
2001-04-15
Replace a bunch of conditional expressions with global pointers.
Hugh Graham
2001-04-14
Respect (absence of) "other" flag in all cases, and fix some whitespace.
Hugh Graham
2001-04-13
Add support for user specified tokens to identd. Based on a patch
Todd C. Miller
2001-01-28
$OpenBSD$
Niklas Hallqvist
2000-10-10
use poll to avoid fd_set overflow
Theo de Raadt
2000-06-18
add ipv6 support
Bob Beck
1999-12-18
netinet/in.h without sys/socket.h
Theo de Raadt
1999-08-06
Wall
Theo de Raadt
1999-07-04
constrain token character set; worked out with hugh@openbsd.org
Theo de Raadt
1998-09-16
change to using getopt() [some inetd.conf files will need repair];
Theo de Raadt
1998-07-10
do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling
Theo de Raadt
1998-06-10
Now uses TCPCTL_IDENT sysctl to get uid associated with a connection
Bob Beck
1997-10-15
another terminating condition, why did i forget that
Theo de Raadt
1997-10-10
do not rely on a single read() to get us sufficient data. Read till newline
Theo de Raadt
1997-08-21
.noident not .noindent; fc@parkone.ci.oakland.ca.us
Theo de Raadt
1997-08-11
Prototype things.
Todd C. Miller
1997-08-11
Timeout reads/writes on the socket just to be safe.
Todd C. Miller
1997-08-09
Using stdio on sockets is gross so don't do it. Also some -Wall.
Todd C. Miller
1997-08-06
reindent and remove extra crud. a program that is security sensitive must be ...
Theo de Raadt
1997-08-01
cleanup; everyone please test
Theo de Raadt
1997-07-23
tabify
kstailey
1995-12-18
identd incorrectly prefixed a space to the userid/username; from
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt