summaryrefslogtreecommitdiffstats
path: root/usr.sbin/raycontrol/raycontrol.c
Commit message (Collapse)AuthorAgeFilesLines
* Add FBSDID. err(3) changed to errx(3) because there is no errno messagecharnier2004-04-041-4/+4
| | | | to print in this context.
* update for 802.11 supportsam2003-06-281-1/+2
|
* Don't dereference a NULL pointer when we don't have a ':' in theimp2003-04-201-0/+2
| | | | | | | optarg of the -W option. Instead, do the next best thing and give a usage message. Reported by: kris
* Replace the remaining strcpy() instances with strlcpy(), fixing a segfaultroam2002-12-021-8/+6
| | | | | | | | when parsing a malformed command-line parameter. Rearrange a risky usage of sprintf() in a loop. Reported by: phrail@division7.us via the vuln-dev mailing list Approved by: re (rwatson)
* Whack this code with the Blessed Wand of Stack Protection.kris2001-08-081-1/+1
| | | | MFC After: 1 week
* Off by one in counting the number of MIB entries.dmlb2001-05-031-1/+1
|
* Control program for raylan cards.imp2000-11-121-0/+488
This is based on wicontrol. Duncan updated it for raylan. I've updated this to the latest wicontrol. In addition, to make it kinda compatible with ifconfig, you can give the interface name w/o the -i. Submitted by: duncan barclay
OpenPOWER on IntegriCloud