summaryrefslogtreecommitdiff
path: root/libexec/identd
AgeCommit message (Expand)Author
2003-02-03typos;Jason McIntyre
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-17whoops, wrong typeTheo de Raadt
2002-07-16remove more junkTheo de Raadt
2002-07-16by now, this README is way out of dateTheo de Raadt
2002-07-16minor tweaks of no consequenceTheo de Raadt
2002-07-16ERROR2() is not usedTheo 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-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...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-12-01fix fd_set overflowTheo de Raadt
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-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-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-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-10-10use poll to avoid fd_set overflowTheo de Raadt
2000-06-18add ipv6 supportBob Beck
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-10remove proxy.c as wellEric Jackson
2000-04-10proxy function not used/neededEric Jackson
1999-12-18netinet/in.h without sys/socket.hTheo de Raadt
1999-08-06WallTheo de Raadt
1999-07-20bad arguments? usage() should syslog()Theo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-04constrain token character set; worked out with hugh@openbsd.orgTheo de Raadt
1999-06-11fix description of -o option; ryker@ugrad.cs.ualberta.caAaron Campbell
1999-06-05capitalize the acronym IDAaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-09-16change to using getopt() [some inetd.conf files will need repair];Theo de Raadt