summaryrefslogtreecommitdiff
path: root/libexec/identd/parse.c
AgeCommit message (Expand)Author
2002-11-25Missing check around snprintf().Mike Pechkin
2002-09-13Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@Damien Miller
2002-07-24Sanity check snprintf() return values before using them. OK deraadt@Todd C. Miller
2002-07-16minor tweaks of no consequenceTheo de Raadt
2002-07-16delintTheo de Raadt
2002-07-16minor cleanup, and toast -VTheo de Raadt
2002-06-22ansiTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-07o) int -> {uid,gid}_t; %d -> %u;Mike Pechkin
2001-12-01fix fd_set overflowTheo de Raadt
2001-08-08split up the gethost*() functions a bit more, to make it more obvious whatTheo de Raadt
2001-08-08do not use %m in syslog() when errno is known to be 0Theo de Raadt
2001-04-16close fd on error; deraadt@ ok.Federico G. Schwindt
2001-04-15Replace a bunch of conditional expressions with global pointers.Hugh Graham
2001-04-14Respect (absence of) "other" flag in all cases, and fix some whitespace.Hugh Graham
2001-04-13Add support for user specified tokens to identd. Based on a patchTodd C. Miller
2001-01-28$OpenBSD$Niklas Hallqvist
2000-10-10use poll to avoid fd_set overflowTheo de Raadt
2000-06-18add ipv6 supportBob Beck
1999-12-18netinet/in.h without sys/socket.hTheo de Raadt
1999-08-06WallTheo de Raadt
1999-07-04constrain token character set; worked out with hugh@openbsd.orgTheo de Raadt
1998-09-16change to using getopt() [some inetd.conf files will need repair];Theo de Raadt
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-06-10Now uses TCPCTL_IDENT sysctl to get uid associated with a connectionBob Beck
1997-10-15another terminating condition, why did i forget thatTheo de Raadt
1997-10-10do not rely on a single read() to get us sufficient data. Read till newlineTheo de Raadt
1997-08-21.noident not .noindent; fc@parkone.ci.oakland.ca.usTheo de Raadt
1997-08-11Prototype things.Todd C. Miller
1997-08-11Timeout reads/writes on the socket just to be safe.Todd C. Miller
1997-08-09Using stdio on sockets is gross so don't do it. Also some -Wall.Todd C. Miller
1997-08-06reindent and remove extra crud. a program that is security sensitive must be ...Theo de Raadt
1997-08-01cleanup; everyone please testTheo de Raadt
1997-07-23tabifykstailey
1995-12-18identd incorrectly prefixed a space to the userid/username; fromTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt