summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ancontrol
Commit message (Collapse)AuthorAgeFilesLines
...
* mdoc(7) police: reapply rev 1.7 lost in previous commit, clean up a bit.ru2000-12-111-50/+56
|
* Fixes to the Aironet driver to clear up some WEP issues.archie2000-12-083-52/+210
| | | | | | | "Security notes" section to the man page added by me. PR: 23097 Submitted by: Doug Ambrisko <ambrisko@whistle.com>
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-25/+25
|
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates somewpaul2000-11-132-13/+164
| | | | | | | | | | | | | | | of the data structures to include new members that weren't defined in the manual I have. I opted to use Doug Ambrisko's WEP patches since David Cornejo's patches did not include the necessary changes to ancontrol(8) to actually enable and use WEP. NOTE: I don't currently have access to an Aironet card, so I can't test any of this. Everything compiles and close scrutiny doesn't reveal any obvious problems, but Murphy's Law applies. This means I will probably leave these changes in -current for a bit longer than usual until I'm sure they work right.
* Make '-i iface' optional. Assume an0 if it's not otherwise specified.joe2000-10-282-5/+15
|
* Remove a comment that should not have been committed.roberto2000-06-291-2/+0
|
* Fix a comment botch which broke buildworld.green2000-06-191-0/+2
|
* Fix potential buffer overflows (even if ancontrol is not setuid).roberto2000-06-181-13/+10
| | | | Submitted by: Aaron Campbell <aaron@cs.dal.ca> from OpenBSD
* ancontrol first appeared in FreeBSD 4.0, not 3.0.mpp2000-04-231-3/+3
| | | | | | Also fix a couple of minor mdoc style things as long as I'm in here. Submitted by: Allen Campbell <allenc@verinet.com>
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-4/+8
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-50/+100
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-143-0/+1676
NICs. (Finally!) The PCMCIA, ISA and PCI varieties are all supported, though only the ISA and PCI ones will work on the alpha for now. PCCARD, ISA and PCI attachments are all provided. Also provided an ancontrol(8) utility for configuring the NIC, man pages, and updated pccard.conf.sample. ISA cards are supported in both ISA PnP and hard-wired mode, although you must configure the kernel explicitly to support the hardwired mode since you have to know the I/O address and port ahead of time. Special thanks to Doug Ambrisko for doing the initial newbus hackery and getting it to work in infrastructure mode.
OpenPOWER on IntegriCloud