Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-08 | split up the gethost*() functions a bit more, to make it more obvious what | Theo de Raadt | |
is going on. This could be improved further by always passing around fat sockaddr's I think. | |||
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 | |
Requested and checked by millert. | |||
2001-04-14 | Respect (absence of) "other" flag in all cases, and fix some whitespace. | Hugh Graham | |
Checked by Theo. | |||
2001-04-13 | Add support for user specified tokens to identd. Based on a patch | Todd C. Miller | |
from rjmooney@wall.st w/ minor tweakage by Theo and myself. | |||
2001-03-28 | Don'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-17 | avoid fd_set overflow by using poll(); avoid syslog() in signal handler by ↵ | Theo de Raadt | |
using flag checked in main loop | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-10-30 | libexec man page fleshing. again, bored on the plane home. | Aaron Campbell | |
2000-10-10 | use poll to avoid fd_set overflow | Theo de Raadt | |
2000-06-18 | add ipv6 support | Bob Beck | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-10 | remove proxy.c as well | Eric Jackson | |
2000-04-10 | proxy function not used/needed | Eric Jackson | |
1999-12-18 | netinet/in.h without sys/socket.h | Theo de Raadt | |
1999-08-06 | Wall | Theo de Raadt | |
1999-07-20 | bad arguments? usage() should syslog() | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-04 | constrain token character set; worked out with hugh@openbsd.org | Theo de Raadt | |
1999-06-11 | fix description of -o option; ryker@ugrad.cs.ualberta.ca | Aaron Campbell | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-09-16 | change 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-07 | More 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-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-06-23 | tsk tsk bob did not test his code on the alpha | Theo de Raadt | |
1998-06-10 | indent | Theo de Raadt | |
1998-06-10 | Now uses TCPCTL_IDENT sysctl to get uid associated with a connection | Bob Beck | |
instead of kmem. Kmem parsing functions and options removed. | |||
1998-02-14 | add 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-08 | split infinitive; honey@citi.umich.edu | Theo de Raadt | |
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 | whoosh | Theo de Raadt | |
1997-08-06 | indent | Theo de Raadt | |
1997-08-06 | reindent and remove extra crud. a program that is security sensitive must be ↵ | Theo de Raadt | |
readable | |||
1997-08-06 | use so_uid, whee, another wicked payoff | Theo de Raadt | |
1997-08-01 | cleanup; everyone please test | Theo de Raadt | |
1997-08-01 | remove config trash | Theo de Raadt | |
1997-07-29 | wrap wait3 with save_errno | Theo de Raadt | |
1997-07-27 | New, mandoc, man page. | Jason Downs | |
1997-07-23 | tabify | kstailey | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |