summaryrefslogtreecommitdiff
path: root/libexec/identd
AgeCommit message (Collapse)Author
1999-08-06WallTheo de Raadt
1999-07-20bad arguments? usage() should syslog()Theo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
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
is used instead; kwesterback@home.com
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
add usage() and add token support via -h (token information is sysloged)
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-06-23tsk tsk bob did not test his code on the alphaTheo de Raadt
1998-06-10indentTheo de Raadt
1998-06-10Now uses TCPCTL_IDENT sysctl to get uid associated with a connectionBob Beck
instead of kmem. Kmem parsing functions and options removed.
1998-02-14add seperate so_euid & so_ruid to struct socket, so that identd is still ↵Theo de Raadt
fast.. Sigh. I will change this again later
1998-02-08split infinitive; honey@citi.umich.eduTheo de Raadt
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-06whooshTheo de Raadt
1997-08-06indentTheo de Raadt
1997-08-06reindent and remove extra crud. a program that is security sensitive must be ↵Theo de Raadt
readable
1997-08-06use so_uid, whee, another wicked payoffTheo de Raadt
1997-08-01cleanup; everyone please testTheo de Raadt
1997-08-01remove config trashTheo de Raadt
1997-07-29wrap wait3 with save_errnoTheo de Raadt
1997-07-27New, mandoc, man page.Jason Downs
1997-07-23tabifykstailey
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-07-27wrap local change in SS_CONNECTOUTTheo de Raadt
1996-07-25openbsdTheo de Raadt
1996-07-25only report SS_CONNECTOUT socketsTheo de Raadt
1996-07-25mv to openbsd.cTheo de Raadt
1996-05-22syncTheo de Raadt
1995-12-18identd incorrectly prefixed a space to the userid/username; fromTheo de Raadt
mouse@Collatz.McRCIM.McGill.EDU; netbsd pr#1848
1995-10-18initial import of NetBSD treeTheo de Raadt