Age | Commit message (Expand) | Author |
2000-08-23 | fix options; im done now | Eric Jackson |
2000-08-23 | little cleaner | Eric Jackson |
2000-08-23 | mdoc'ify | Eric Jackson |
2000-08-22 | If a user is specified in inetd.conf, set the LOGIN_SETGROUP flag too | Todd C. Miller |
2000-08-21 | snprintf sprinkles; solar@false.com & I | Theo de Raadt |
2000-08-21 | correct tmp file path; solar@false.com | Theo de Raadt |
2000-08-21 | swap_uids_back; solar@false.com | Theo de Raadt |
2000-08-21 | closelog, and check for various child setup failures; solar@false.com | Theo de Raadt |
2000-08-21 | prototype repair | Theo de Raadt |
2000-08-21 | strncpy not safe on overlapping strings | Theo de Raadt |
2000-08-21 | save errno in handler | Theo de Raadt |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
2000-08-19 | cleanup | Bob Beck |
2000-08-19 | Bypass key generation if no SSL is not enabled in any (virtual) servers. | Bob Beck |
2000-08-19 | valid characters mismatch, PR#1362; Marty Combs | Jakob Schlyter |
2000-08-18 | /etc/namedb/tmp -> /var/named/namedb | Brad Smith |
2000-08-18 | spelling | Theo de Raadt |
2000-08-18 | alot of fleshing out... more to come | Jason Wright |
2000-08-18 | Fix obviously bad Xref | Niklas Hallqvist |
2000-08-18 | correct postfix example; PR#1366; loict@bougon.net | Jakob Schlyter |
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian |
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian |
2000-08-18 | Warn that the ``alias'' command is depricated. | brian |
2000-08-17 | do the save_errno thing, but other races still exist in here | Theo de Raadt |
2000-08-17 | openbsd rcsdids | Michael Shalayeff |
2000-08-17 | If we're in MP mode with a single open link, MP link level compression | brian |
2000-08-16 | ISDN B channels have a bandwidth of 64000, not 65536 | brian |
2000-08-16 | If the -p option is used, use setproctitle() to hide it's argument | brian |
2000-08-16 | setproctitle() doesn't need to be called with root privs, so move | brian |
2000-08-16 | Default the bandwidth of an ISDN B channel to 65536bps | brian |
2000-08-15 | merge mod_ssl 2.6.6 | Brad Smith |
2000-08-15 | SIGSEGV fix for FW_PUNCH code (not used in OpenBSD); FreeBSD | brian |
2000-08-15 | Maintain input and output throughput averages and choose the highest | brian |
2000-08-15 | Calculate the average link throughput using a counter based on the | brian |
2000-08-13 | Add forgotten file | brian |
2000-08-13 | Add support for streaming media; FreeBSD | brian |
2000-08-13 | add "rtsol -a" (automatically lookup outgoign interface). | Jun-ichiro itojun Hagino |
2000-08-13 | unbroken -A (workaround). repair LP64 problem. (sync with kame) | Jun-ichiro itojun Hagino |
2000-08-11 | If ``set title'' is given a `-' as the first character of the | brian |
2000-08-10 | Mention that pppoe requires netgraph(4) and without it, an external | brian |
2000-08-10 | Import ipf 3.3.18. Fixes more problems with the in-kernel FTP proxy, | Kjell Wooding |
2000-08-09 | Allow leading ``!'' characters in authkeys and chat scripts to | brian |
2000-08-08 | permit changing flags | Theo de Raadt |
2000-08-03 | fd == 0 is perfectly valid (and likely); spotted by Steve Williams <steve@gen... | Jason Wright |
2000-08-03 | udp source validation: drop v4 mapped altogether. | Jun-ichiro itojun Hagino |
2000-08-02 | update other obsoleted rfcs | Niels Provos |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-08-01 | unused variable | Jun-ichiro itojun Hagino |
2000-08-01 | be more paranoid about UDP-based echo services validation. namely, | Jun-ichiro itojun Hagino |
2000-08-01 | for datagram services, support IPv6. | Jun-ichiro itojun Hagino |