Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-07 | skip the unsafe bit in the signal handler | Theo de Raadt | |
2001-11-07 | typos | Theo de Raadt | |
2001-11-07 | fix a bug that reports byte-count for packet-count. | Kenjiro Cho | |
report by Panos GEVROS <P.Gevros@cs.ucl.ac.uk> | |||
2001-11-06 | sparc64 needs LBL_ALIGN. | Artur Grabowski | |
2001-11-06 | a bit of snprintf cleaning | Theo de Raadt | |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt | |
2001-11-05 | mark more handlers, and some syslog_r attempts | Theo de Raadt | |
2001-11-05 | remove last signal race | Theo de Raadt | |
2001-11-05 | remove extra sys/signal.h | Theo de Raadt | |
2001-11-03 | Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me. | Hakan Olsson | |
2001-11-02 | use _exit() in signal handler; mark other issues | Theo de Raadt | |
2001-11-02 | _exit() in signal handler | Theo de Raadt | |
2001-11-02 | avoid stdio in signal handler (not complete yet) | Theo de Raadt | |
2001-11-01 | displayq to honor the terminal width; millert@ ok | Michael Shalayeff | |
2001-10-30 | ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by ↵ | Hakan Olsson | |
<jepeway@blasted-heath.com>. Patch code relocated inside ddp_print(). Fixes PR# 1945. | |||
2001-10-29 | MacOS 10.1 lpr clients send a format character of "o" to indicate ↵ | Theo de Raadt | |
postscript; jabley@automagic.org | |||
2001-10-26 | (c)-2001. | Hakan Olsson | |
2001-10-26 | accept the fact that people continue to use decimal points | Kenjiro Cho | |
to specify bandwidth... make the parser to use strtod(3) instead of strtoul(3). | |||
2001-10-26 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin | |
itojun@ ok | |||
2001-10-24 | When becoming a daemon, dup stdin, stdout, and stderr to /dev/null | Todd C. Miller | |
Change an unsafe vfork() to fork() Fix dup2() usage--must check for oldd == newd case and no need to close oldd Fixes annoying messages from sendmail about stdout being closed. | |||
2001-10-24 | old | Theo de Raadt | |
2001-10-24 | pretty | Theo de Raadt | |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin | |
millert@ ok | |||
2001-10-24 | Avoid segv with some radius traffic. Fixes PR# 2135. | Hakan Olsson | |
2001-10-24 | "minium" -> "minimum", ok deraadt@ | Daniel Hartmeier | |
2001-10-24 | If the peer refuses to provide an MRU, don't insist (even if 1500 is | brian | |
too big). | |||
2001-10-24 | Some NetBSD/i4b ifdefs | brian | |
2001-10-24 | Handle ``set reconnect 0 0'' properly in -ddial mode. | brian | |
2001-10-24 | Use CMSG_DATA and CMSG_SPACE macros; FreeBSD | brian | |
2001-10-24 | Write static arp entries as uid 0. | brian | |
2001-10-24 | Fix a PASV bug; FreeBSD | brian | |
2001-10-09 | Don't try to use $groupname{$group_login} when we know it is | Todd C. Miller | |
undefined. This caused adduser to not add a new login group when there was an entry like ":*::" in /etc/group due to a false positive on a broken sanity check. Since we *know* the gid of the new user's login group just use that. | |||
2001-10-08 | force alignment, makes dhcp work on alpha's | Eric Jackson | |
from netbsd. deraadt@ Ok. | |||
2001-10-08 | Link order tweak so vax crunches happily. | Hugh Graham | |
2001-10-03 | build apm and apmd on macppc | Dale Rahn | |
ok miod@ | |||
2001-10-03 | simple keynote module for apache and mod_ssl | Todd C. Miller | |
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵ | Theo de Raadt | |
portability | |||
2001-10-01 | change broken url | Jakob Schlyter | |
2001-10-01 | In "r" mode always dup2(STDOUT_FILENO, STDERR_FILENO); from ftpd/popen.c | Todd C. Miller | |
Otherwise, sendmail may complain about the lack of stderr. | |||
2001-10-01 | add -l flag - do loose permissions checks, in which more stringent permissions | Jakob Schlyter | |
will match less stringent ones. ok millert@, deraadt@. | |||
2001-10-01 | Do proper initialization of hashes and lists. Use "cp -R" not "cp -r" | Todd C. Miller | |
since the latter form is discouraged. From raj@cerias.purdue.edu | |||
2001-09-30 | Use a private copy of getdate.y so we aren't affected by changes | Todd C. Miller | |
in the cvs one. | |||
2001-09-25 | popa3d enable | Theo de Raadt | |
2001-09-25 | use /var/empty | Theo de Raadt | |
2001-09-24 | Do not document stuff that will be automatic. | Camiel Dobbelaar | |
From deraadt@ | |||
2001-09-21 | Something resembling a real manpage. | Camiel Dobbelaar | |
2001-09-21 | update to 0.4.9.4: | Camiel Dobbelaar | |
- stand-alone or inetd selectable from command-line (-D = daemon mode) - logging priorities more accurate - chroots to empty dir - tcp wrappers support | |||
2001-09-20 | Jumbo wsmoused cosmeto: | Miod Vallat | |
- fix some cosmetic bugs - improves some code paths - generalizes the use of stderr, and uses errx/warnx whenevr possible - converts wsmoused.c to KNF ok jbm@ | |||
2001-09-20 | sparc64 support | Jason Wright | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ |