summaryrefslogtreecommitdiff
path: root/sbin/ancontrol/ancontrol.c
AgeCommit message (Collapse)Author
2001-06-04return from main() don't exitMichael Shalayeff
2001-05-02T doesnt take an argEric Jackson
2001-04-30Assure that we always close the socket, and that the default behaviorEric Jackson
is always chosen. Cleanup the documentation and add a security section about WEP taken from FreeBSD.
2001-04-16check for 'i' before the getopt. (idea from freebsd)Eric Jackson
this allows us to call the functions directly from the switch, which lets us now put all options on ONE command line, instead of separating them out into several command's. ok tholo@, deraadt@
2001-04-16much more cleanup.Eric Jackson
- Only create the socket for ioctl()'s once. - get rid of gratuitous argument passing - treat an_dump* function different than the regular options - fix the -T option, it doesnt take an arguement. deraadt@, tholo@ ok
2001-04-16Actually permit setting the transmit key in WEP mode; from Kurt Miller.Thorsten Lockert
Correctly display number and order of WEP keys; from Kurt Miller. Fixes part of PR 1754; ok deraadt@
2001-04-15start some cleanup to ancontrolEric Jackson
- alphabetize the argument list - get rid of unused vars deraadt@ ok
2001-02-27Match realityThorsten Lockert
2001-02-26Allow configuration of WEP. From FreeBSD; ok aaron@Thorsten Lockert
2000-10-13The -i flags was being ignored, this breaks backwards compatibilityChris Cappuccio
ok deraadt@
2000-08-17make interface optional, and provide a good defaultTheo de Raadt
2000-06-22fix a typo by wpaul; using ipv6 tunneled to usenix (thanks itojun!)Todd T. Fries
2000-06-20spellingAaron Campbell
2000-06-18Fix more buffer overflows... that's 5 in this one program (so far)Aaron Campbell
2000-06-18strcpy() -> strlcpy()Aaron Campbell
2000-05-20make this more like our wicontrol(8)Theo de Raadt
2000-04-03ancontrol(8) to manipulate an(4)Michael Shalayeff