summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-05-05use err/warn, -Wall, trailing spacesMichael Shalayeff
2001-05-05use strlcpy vs strncpy+a[n-1]='\0'Michael Shalayeff
2001-05-05install other files tooMichael Shalayeff
2001-05-05add smm.11 and smm.12 fom 4.4-lite, just like freebsd and netbsd haveMichael Shalayeff
2001-05-05use strlcpy vs strncpy+a[len-1]='\0', some trailing spaces; millert@ okMichael Shalayeff
2001-05-03fix typo; isaki@par.odn.ne.jpTheo de Raadt
2001-05-03fix bug where apache would segfault on startup if localhost wasn'tBob Beck
defined for 127.0.0.1, thanks fgsch@
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-05-01Correct PCVT references.Aaron Campbell
2001-05-01The old (pcvt) moused is gone in favor of the new (wscons) wsmoused.Aaron Campbell
2001-05-01avodi null pointer dereference. sync with kameJun-ichiro itojun Hagino
2001-04-25After tree lock, undo a bullshit change that was obviously NOT tested.Theo de Raadt
Come on guys! Will you ever learn to not put radical untested shit into the source tree in the last few weeks before a release? A few of you do this time after time!
2001-04-24Last-minute fix for flavor deps. Very, very late.Marc Espie
Thanks, Theo.
2001-04-24remove unecessary code and dataJason Wright
initialize more of the client state in client_mode() add sessionid check on incoming packets. Non-matching packets are just ignored (this allows multiple pppoe's to run on the same interface without freaking out). Thanks again to Russell T Hunt <alaric@MIT.EDU>.
2001-04-24Remove unnecessary code; Russell T Hunt <alaric@MIT.EDU>.Jason Wright
2001-04-24PPPOE_MTU should be (ETHERMTU - sizeof(struct pppoe_header)) not two bytesJason Wright
less. (This is the MTU between ppp and bpf, not to be confused with the link negotiated ppp mtu). Many thanks to Russell T Hunt <alaric@MIT.EDU> and Brian Somers <brian@Awfulhak.org> for finding this.
2001-04-20update description of the -f option and reword the text about expire.Jakob Schlyter
submitted by Brian Poole <raj@cerias.purdue.edu>. ok deraadt@.
2001-04-19Remove redundant package name.Marc Espie
2001-04-18We're talking about SHA1 here, not MD5; d.doroshenko@omnitel.netAaron Campbell
2001-04-18fix two bugs.Marc Espie
- create a full path name to the package, so that the chdir of playpen won't confuse tar. - do a chdir dbdir in pkg_info -a mode, so that we only get installed packages, and not pick up whatever is around in the current directory instead.
2001-04-18Correct IKE mode config printouts, ok ho@Niklas Hallqvist
2001-04-17Redundant package name.Marc Espie
2001-04-15Fix several errors in the bpf program; bugs reported byJason Wright
Russell T Hunt <alaric@MIT.EDU>.
2001-04-14activate wsmoused; the sooner the betterTheo de Raadt
2001-04-14Userland daemon for wscons console mouse features.Aaron Campbell
2001-04-13Fix clean target so it really cleans - depending on if we have aBob Beck
seperate .OBJDIR or not, Now checks to see if .OBJDIR is seperate from CURDIR, and if so, blows away the lndir tree so that we don't get caught by stale stuff lying around.
2001-04-13merge mod_ssl 2.8.2Brad Smith
-- Ok'd by: beck@
2001-04-13merge mod_ssl 2.8.2Brad Smith
-- Ok'd by: beck@
2001-04-13Remove debugging output, and some extra junk from the verbose output.Marc Espie
Prefix verbose output with pkg: so that we get a better idea what we're dealing with...
2001-04-12Todd says we should not doc depricated behaviourTheo de Raadt
2001-04-12document shortcut; noted by bk@rt.fmTheo de Raadt
2001-04-10Allow unnatural behavior.Chris Cappuccio
Otherwise, some dhcp clients are not able to get a lease at all... ok beck@
2001-04-10Add IKE mode-config (as described in draft-dukes-ike-mode-cfg-01.txt)Hakan Olsson
decoding. Also some cleanup of attribute handling plus length checks.
2001-04-10someone should bellow at people who spell below wrongTheo de Raadt
2001-04-09Extend IKE knowledge so we can parse the rest (normally encrypted parts)Hakan Olsson
of the IKE negotiation. Useful for isakmpd's new -L and -l options. Also some cleanup. (angelos@, niklas@ ok)
2001-04-0931 vs 32; ianm@cit.uws.edu.auTheo de Raadt
2001-04-08add support for printing cdp (Cisco Discovery Protocol), from tcpdump.orgJakob Schlyter
2001-04-08Better error messages: pwarnx function, which works like pwarn, exceptMarc Espie
it shows a current package name along with the program name, e.g., pkg_add(foo-3.0): some error occurred. A few messages now bear redundant pkgnames, which is much better than doing pkg_add * and being informed that something went slightly wrong somewhere...
2001-04-07$OpenBSD$ here too.Hakan Olsson
2001-04-07Add $OpenBSD$.Hakan Olsson
2001-04-07Avoid a compiler warning. Add $OpenBSD$. (Suggestion and ok millert@)Hakan Olsson
2001-04-05another euid mixup; wiz@danbala.ifoer.tuwien.ac.atTheo de Raadt
2001-04-05When we change the interface MTU, run through the routing table and tweakbrian
all route MTUs too.
2001-04-04missung euid swapout; j@ida.interface-business.deTheo de Raadt
2001-04-03Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEMbrian
rather than dropping out immediately.
2001-04-03Don't say ``PPP enabled'' if we're given the -quiet switchbrian
2001-04-02Satisfy boss.Marc Espie
2001-04-02Handle for newdepend.Marc Espie
- recognize the keyword, - pass all packing lists to `pkg dependencies solve' for rewriting. pkg dependencies solve is a no-op in the absence of newdepends. With newdepends, it rewrites @newdepends -> @pkgdep on the fly, depending on what's actually installed on the machine.
2001-04-02style and fix cut & pasto from some previous commit.Federico G. Schwindt
2001-04-02+pkgMarc Espie