Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-24 | more fixes in that area; dholland@eecs.harvard.edu | Theo de Raadt | |
2000-08-24 | only loop through real groups; reported by dholland@eecs.harvard.edu | Theo de Raadt | |
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 | |
since setting user implies setting default groups for that user. Porblem noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jp. | |||
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 | |
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||
2000-08-19 | cleanup | Bob Beck | |
2000-08-19 | Bypass key generation if no SSL is not enabled in any (virtual) servers. | Bob Beck | |
made fun and entertaining by the way apache initializes modules and DSO's | |||
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 | |
capabilities. | |||
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | |
capabilities. | |||
2000-08-18 | Warn that the ``alias'' command is depricated. | brian | |
We still process it for now though. | |||
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 | |
isn't open and the links MRU >= our MRRU, send outbound traffic as PROTO_IP rather than PROTO_MP. This shaves some bytes off the front of each packet 'till the second link is brought up. Idea obtained from: Cisco | |||
2000-08-16 | ISDN B channels have a bandwidth of 64000, not 65536 | brian | |
Pointed out by: Christian Weisgerber <naddy@mips.inka.de> | |||
2000-08-16 | If the -p option is used, use setproctitle() to hide it's argument | brian | |
(a password) asap. | |||
2000-08-16 | setproctitle() doesn't need to be called with root privs, so move | brian | |
it from id.c into defs.c | |||
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 | |
of the two when calculating the MP throughput average for the ``set autoload'' implementation. This makes more sense as all links I know of are full-duplex. This also means that people may need to adjust their autoload settings as 100% bandwidth is now the theoretical maximum rather than 200% (but of course, halfing the current settings is probably not the correct answer either!). This involves a ppp version bump as we need to pass an extra throughput array through the MP local domain socket. | |||
2000-08-15 | Calculate the average link throughput using a counter based on the | brian | |
cumulative total of all active links rather than basing it on the total of PROTO_MP traffic. This fixes a problem whereby Cisco routers send PROTO_IP packets only when there's only one link (hmm, what a good idea!). | |||
2000-08-13 | Add forgotten file | brian | |
2000-08-13 | Add support for streaming media; FreeBSD | brian | |
Add support for radius accounting in radlib.c (not yet working in ppp); FreeBSD | |||
2000-08-13 | add "rtsol -a" (automatically lookup outgoign interface). | Jun-ichiro itojun Hagino | |
warn if net.inet6.ip6.forwarding == 1. improve manpage. use $KAME$ for KAME tags. sync with kame. | |||
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 | |
first arg, move it into the setproctitle() format string. This is only actually useful on FreeBSD. | |||
2000-08-10 | Mention that pppoe requires netgraph(4) and without it, an external | brian | |
pppoe program must be used (such as pppoe(8)). | |||
2000-08-10 | Import ipf 3.3.18. Fixes more problems with the in-kernel FTP proxy, | Kjell Wooding | |
some nat state bugs, and ups the default state table size. See sbin/ipf/HISTORY for details. | |||
2000-08-09 | Allow leading ``!'' characters in authkeys and chat scripts to | brian | |
be doubled up to mean a single literaly ``!''. | |||
2000-08-08 | permit changing flags | Theo de Raadt | |
2000-08-03 | fd == 0 is perfectly valid (and likely); spotted by Steve Williams ↵ | Jason Wright | |
<steve@genie96.com> | |||
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 | |