summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2000-09-24Correctly ignore -n flag with -d when both options are separate (i.e.Miod Vallat
arp -n -d, not arp -nd), millert@ ok
2000-09-24re-apply this fix for big endian systems, this was lost in rev 1.12Brad Smith
2000-09-21do not hardcode -g -O2 etc. into CFLAGS; pointed out by brad@Michael Shalayeff
2000-09-18make process.S compile on mips. ok art@. -mojMats O Jansson
2000-09-16synchronize with latest kame.Jun-ichiro itojun Hagino
- improve exit code and logging. - repair multicast address rejection (IN_MULTICAST takes host endian value) - repair ftp relaying, when the result of PASV does not have paren. - repair ftp relaying, when EPSV is sent from client.
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-14Fix some style nitsbrian
2000-09-14Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existbrian
Submitted by: Jakob Stoklund Olesen <stoklund@taxidriver.dk>
2000-09-14Understand IPPROTO_ESP and IPPROTO_AH packetsbrian
Submitted by: Angelos D. Keromytis <angelos@dsl.cis.upenn.edu>
2000-09-13Use vis(3) when escaping non-printable characters instead of doing itTodd C. Miller
(poorly) by hand. Also fixes a potential one byte overflow noted by Solar Designer.
2000-09-11Fix pasto: repquota does not report user quotas when a volume argument is givenTodd C. Miller
and there are no group quotas set. canacar@eee.metu.edu.tr
2000-09-11Could someone please tell me why cvs did not bother to commitArtur Grabowski
those two files?
2000-09-11Reenable afs.Artur Grabowski
2000-09-11New Arla userland from Arla between 0.34.2 and current in arla cvs.Artur Grabowski
Too many new features and fixes to mention here.
2000-09-11Import of arla-0.35.7Artur Grabowski
2000-09-11Disable afs temporarily until the new code is comitted.Artur Grabowski
2000-09-09i386 onlyTheo de Raadt
2000-09-07Install manpage on powerpc also.Dale S. Rahn
2000-09-07wscons is used on powerpc also.Dale S. Rahn
2000-09-07Remove redundant includesbrian
2000-09-06Correct a typo; Dag-Erling Smorgrav <des@ofug.org>brian
2000-09-05undo security hole peter just commitedTheo de Raadt
2000-09-05Remove quotes from arguement lists to for loops.Peter Galbavy
This applied to two type of dhcp option, "domain_name_servers" and "routers". This fixes the problem of seeing mutliple nameservers on one nameserver line in resolv.conf. If anyone used multiple routers, then it would fix this too.
2000-09-04Set reasonable default rate/resolution values for PS/2 mice.Aaron Campbell
TODO: Still need to reset these values if we detect the mouse going away and coming back (i.e., through the use of a KVM switch). From Jean-Baptiste.Marchand@epita.fr.
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-09-02strtok() -> strsep()brian
2000-09-02name-server -> nameserverbrian
2000-09-02Don't delete sticky routes on exit as we may not have successfullybrian
added them yet. Instead just rely on our deleting all routes associated with our interface.
2000-09-02Some misc tidyupsbrian
strtok() -> strsep() Handle icmp replies for requests originating outside the ``public'' interface correctly Obtained from: FreeBSD
2000-09-01A start at fixing this man page up, but I must go out now, so I'll finish itAaron Campbell
a bit later.
2000-09-01Userland mouse daemon for new PCVT mouse features. The daemon must be startedAaron 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-01repair a routine to grab interface MTU information.Jun-ichiro itojun Hagino
2000-08-31Use arc4random() instead of random()brian
Suggested by: Theo
2000-08-30Don't treat two or more whitespace followed by a comment asbrian
an empty argument
2000-08-30Complain about invalid arguments passed to ``set ifaddr''brian
2000-08-29Fix LogMAX; Mark Hannon <markhannon@one.net.au>brian
2000-08-29Use srandom(); Matt Behrens <matt@megaweapon.zigg.com>brian
2000-08-28Add LogFILTER logging to log packets allowed by the dial filter andbrian
dropped by any filter. Submitted by: Mark Hannon <markhannon@one.net.au> with some small tweaks by me.
2000-08-28Support radius accounting, and add a packet count to throughputbrian
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-28indentTheo de Raadt
2000-08-25document -s option with -D; PR#1374Jakob Schlyter
2000-08-24more fixes in that area; dholland@eecs.harvard.eduTheo de Raadt
2000-08-24only loop through real groups; reported by dholland@eecs.harvard.eduTheo de Raadt
2000-08-23fix options; im done nowEric Jackson
2000-08-23little cleanerEric Jackson
2000-08-23mdoc'ifyEric Jackson
2000-08-22If a user is specified in inetd.conf, set the LOGIN_SETGROUP flag tooTodd C. Miller
since setting user implies setting default groups for that user. Porblem noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jp.
2000-08-21snprintf sprinkles; solar@false.com & ITheo de Raadt
2000-08-21correct tmp file path; solar@false.comTheo de Raadt
2000-08-21swap_uids_back; solar@false.comTheo de Raadt