summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
AgeCommit message (Collapse)Author
2001-09-25popa3d enableTheo de Raadt
2001-07-30enable altq userland partsTheo de Raadt
2001-06-24Move and rename packet filter userland.Kjell Wooding
grr. CVS: making easy things difficult, and directory operations impossible.
2001-06-24Add userland for the new packet filter.Kjell Wooding
Code from dhartmei.
2001-06-04rpc.pcnfsd is now freeTheo de Raadt
2001-06-02do not compile components with licensing issuesTheo de Raadt
2001-06-02do not build mrouted until the license issues are worked out (a work inTheo de Raadt
progress since December, this is really starting to get ridiculous). don't delete it from the source tree yet, though..
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-29build tokenadm and tokeninitTodd C. Miller
2001-04-14activate wsmoused; the sooner the betterTheo de Raadt
2001-04-02+pkgMarc Espie
2001-01-30kill moused for now.Marc Espie
2001-01-17Add ipfs(8); man page prolly needs tweaking. This needs testing.Federico G. Schwindt
2000-10-16Add spppcontrolChris Cappuccio
2000-09-11Reenable afs.Artur Grabowski
2000-09-11Disable afs temporarily until the new code is comitted.Artur Grabowski
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
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-07-02wscons toolsMichael Shalayeff
2000-06-18add pppoeJason Wright
2000-06-09chown moved into chmodMichael Shalayeff
2000-05-18Recurse down arch-dependent subdirs to grab manpages.Marc Espie
2000-04-26enable userJakob Schlyter
2000-04-06Enable sendmail 8.10.0. Things like sendmail.* and aliases now liveTodd C. Miller
in /etc/mail.
2000-03-25pccon gets turn off. totally machine specific, no man pageTheo de Raadt
2000-02-28enable sesdTheo de Raadt
2000-02-16add traceroute6 (oops, forgot to bring it in)Jun-ichiro itojun Hagino
2000-02-12Build amiga manpages, always.Marc Espie
2000-02-03add usbdevsJakob Schlyter
2000-01-19add rip6query(8)Jun-ichiro itojun Hagino
2000-01-16No more gifconfig(8)Angelos D. Keromytis
2000-01-01move sysctl(8) to /sbin, with a relative symbolic link remaining in the old ↵Theo de Raadt
location
1999-12-21rcsid police. add Makefile. add gifconfig to SUBDIR.Jun-ichiro itojun Hagino
1999-12-20add faithd to SUBDIR.Jun-ichiro itojun Hagino
1999-12-11add and enable route6d. fix bogus enties in distrib/sets/lists.Jun-ichiro itojun Hagino
XXX route6d is not really tested on kame/openbsd. there can be some trouble with kernel advanced API part.
1999-12-11enable rtadvd in usr.sbin/Makefile.Jun-ichiro itojun Hagino
rcsid police on usr.sbin/rtadvd. add sample config into etc/rtadvd.conf. add files into distrib/sets/list.
1999-12-10add ndp(8), arp(8) lookalike for IPv6.Jun-ichiro itojun Hagino
1999-12-09add usr.sbin/rtsold and sbin/rtsol to subdir.Jun-ichiro itojun Hagino
1999-12-08add ifmcstat(8), a program to check multicast group status on interfaces.Jun-ichiro itojun Hagino
1999-12-02bye bye ctm (soon in ports tree)Theo de Raadt
1999-11-24memconfigTheo de Raadt
1999-09-29build openssl instead of ssleayBob Beck
1999-09-01move brconfig to /sbin, where it belongsTheo de Raadt
1999-08-02Integration of mailwrapper (from NetBSD)Jakob Schlyter
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert
1999-02-26bridge config utilityJason Wright
1998-10-07build ssleayTheo de Raadt
1998-09-15build afs when AFS is "yes"Artur Grabowski
1998-09-11Don't build pcmciad.Federico G. Schwindt
1998-08-31Upgrade ppp to version 2.0brian
This adds a number of features including: o Multilink o Callback (including CBCP) o DNS negotiation (client & server) o Easy to configure masquerading/packet aliasing o Any number of diagnostic socket connections (limits DOS attacks) o Sticky routes (ppp updates the routing table when the IP number is changed) See the file README.changes for things that effect current configurations.
1998-08-18ISC dhcp, needs security audit for sureTheo de Raadt