summaryrefslogtreecommitdiff
path: root/libexec/identd/identd.c
AgeCommit message (Expand)Author
2005-12-06avoid variable aliasingTheo de Raadt
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-09-16i hate macros with 50 , :? and ())()()((()())); otto okTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2003-07-29spacesTheo de Raadt
2003-06-28missing protosTheo de Raadt
2003-06-07drop privileges to _identd by default and fall back to nobody in case of errorHenning Brauer
2002-09-13Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@Damien Miller
2002-07-17whoops, wrong typeTheo de Raadt
2002-07-16remove more junkTheo de Raadt
2002-07-16let BSS work to our advantageTheo de Raadt
2002-07-16delintTheo de Raadt
2002-07-16minor cleanup, and toast -VTheo de Raadt
2002-06-22ansiTheo de Raadt
2002-03-12Fix typo that prevented user's gid in passwd entry from being applied;Todd C. Miller
2002-03-121) user and group name may start with a number (though it is a bad idea).Todd C. Miller
2002-01-07While I'm here (next issue):Mike Pechkin
2002-01-07o) int -> {uid,gid}_t; %d -> %u;Mike Pechkin
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-09-19occured->occurredMike Pechkin
2001-08-12Use INFTIM where possible.Federico G. Schwindt
2001-08-08split up the gethost*() functions a bit more, to make it more obvious whatTheo de Raadt
2001-04-15Replace a bunch of conditional expressions with global pointers.Hugh Graham
2001-04-13Add support for user specified tokens to identd. Based on a patchTodd C. Miller
2001-03-28Don't make poll exit right away; if timeout is 0 use -1 for poll.Federico G. Schwindt
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-17avoid fd_set overflow by using poll(); avoid syslog() in signal handler by us...Theo de Raadt
2000-06-18add ipv6 supportBob Beck
1999-07-20bad arguments? usage() should syslog()Theo de Raadt
1998-09-16change to using getopt() [some inetd.conf files will need repair];Theo de Raadt
1998-06-10Now uses TCPCTL_IDENT sysctl to get uid associated with a connectionBob Beck
1997-08-09Using stdio on sockets is gross so don't do it. Also some -Wall.Todd C. Miller
1997-08-06indentTheo de Raadt
1997-08-06reindent and remove extra crud. a program that is security sensitive must be ...Theo de Raadt
1997-08-01remove config trashTheo de Raadt
1997-07-29wrap wait3 with save_errnoTheo de Raadt
1997-07-23tabifykstailey
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-07-25openbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt