summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
AgeCommit message (Collapse)Author
2004-06-22connect ntpdHenning Brauer
2004-06-03Add gpioctl.Alexander Yurchenko
2004-05-30+hotplugdTheo de Raadt
2004-05-04disable bootpd and friends. everyone -- get used to dhcpd for this. ifTheo de Raadt
it cannot do something that it should be able to, let us know so that dhcpd can be fixed/extended/etc... there is no point in privsep'ing a duplicate daemon. other parts of this equation will be removed in the next few days..
2004-04-28sortMarkus Friedl
2004-04-28add tcpdropMarkus Friedl
2004-04-20switch to new dhcpd, theo okHenning Brauer
2004-04-20switch to new dhcrelay, theo okHenning Brauer
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinqueBob Beck
originates from a paper by Evan Harris which can be found at http://projects.puremagic.com/greylisting/. This implementation makes spamd allow for non-blacklisted addresses to be treated as "greylisted". where they are tracked in a db file, and whitelisted by addition to a pf table when the same envelope from and to are retried from the same source IP address. Testing by many, ok deraadt@
2004-02-23procmap seems to work well enough now. ok deraadt@Ted Unangst
2004-01-04+syslogcDamien Miller
2004-01-02connect bgpctlHenning Brauer
ok theo
2004-01-02compile like it used toTheo de Raadt
2004-01-02disable bgpdTheo de Raadt
2003-12-24connect bgpd to the build, ok deraadt@Henning Brauer
at this point in development, bgpd establishes connections to neighbors fine and does all the session handling as desired, processes the announcements it gets from its neighbors, runs the decision process and enters the routes to the kernel routing table. they are also updated as needed and cleaned up on exit. bgpd does not yet have the ability to announce anything, or send outgoing UPDATE messages in general, nor does it have a filter language yet.
2003-10-20switch to new pkgtools, agreed between pval, naddy and I.Marc Espie
2003-10-06connect sensorsd to the buildHenning Brauer
ok deraadt@
2003-07-07bye bye piece of crudTheo de Raadt
2003-03-05delete blank linesTheo de Raadt
2003-03-01mrouted & friends can now be enabledTheo de Raadt
2003-02-04enable bind now; some diffs from jakob, some from meTheo de Raadt
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-11-23bye byeTheo de Raadt
2002-06-21bye bye, use netstat -inalv; itojun okTheo de Raadt
2002-06-19disable trsp, nothing uses itTheo de Raadt
2002-04-01build authpfBob Beck
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
add extattrctl getextattr setextattr
2001-12-01document why multicast tools are missingTheo de Raadt
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