Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-09-02 | strtok() -> strsep() | brian | |
2000-09-02 | name-server -> nameserver | brian | |
2000-09-02 | Don't delete sticky routes on exit as we may not have successfully | brian | |
added them yet. Instead just rely on our deleting all routes associated with our interface. | |||
2000-09-02 | Some misc tidyups | brian | |
strtok() -> strsep() Handle icmp replies for requests originating outside the ``public'' interface correctly Obtained from: FreeBSD | |||
2000-09-01 | A start at fixing this man page up, but I must go out now, so I'll finish it | Aaron Campbell | |
a bit later. | |||
2000-09-01 | Userland mouse daemon for new PCVT mouse features. The daemon must be started | Aaron Campbell | |
for the mouse to work. A common usage for a PS/2 mouse might be: /usr/sbin/moused -p /dev/psm0 -M2=3 -m IntelliMouse This sets the mouse port to /dev/psm0, maps the right mouse button to paste (by default, the right mouse button is for "extending" selections and the middle button pastes), and the -m flag sets the specific model, in this example for a Microsoft IntelliMouse, which enables the wheel scrollback functionality. Note that for wheel mice you also need "option INTELLIMOUSE" compiled into the kernel. This daemon comes from FreeBSD and was ported to OpenBSD by Jean-Baptiste Marchand. | |||
2000-09-01 | repair a routine to grab interface MTU information. | Jun-ichiro itojun Hagino | |
2000-08-31 | Use arc4random() instead of random() | brian | |
Suggested by: Theo | |||
2000-08-30 | Don't treat two or more whitespace followed by a comment as | brian | |
an empty argument | |||
2000-08-30 | Complain about invalid arguments passed to ``set ifaddr'' | brian | |
2000-08-29 | Fix LogMAX; Mark Hannon <markhannon@one.net.au> | brian | |
2000-08-29 | Use srandom(); Matt Behrens <matt@megaweapon.zigg.com> | brian | |
2000-08-28 | Add LogFILTER logging to log packets allowed by the dial filter and | brian | |
dropped by any filter. Submitted by: Mark Hannon <markhannon@one.net.au> with some small tweaks by me. | |||
2000-08-28 | Support radius accounting, and add a packet count to throughput | brian | |
statistics as a side effect. Submitted by: Marcin Cieslak <saper@system.pl> with some tweaks to RAD_ACCT_SESSION_ID and RAD_ACCT_MULTI_SESSION_ID generation by me. | |||
2000-08-28 | indent | Theo de Raadt | |
2000-08-25 | document -s option with -D; PR#1374 | Jakob Schlyter | |
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 | |