Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
2001-05-02 | T doesnt take an arg | Eric Jackson | |
2001-04-30 | Assure that we always close the socket, and that the default behavior | Eric Jackson | |
is always chosen. Cleanup the documentation and add a security section about WEP taken from FreeBSD. | |||
2001-04-16 | check 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-16 | much 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-16 | Actually 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-15 | start some cleanup to ancontrol | Eric Jackson | |
- alphabetize the argument list - get rid of unused vars deraadt@ ok | |||
2001-02-27 | Match reality | Thorsten Lockert | |
2001-02-26 | Allow configuration of WEP. From FreeBSD; ok aaron@ | Thorsten Lockert | |
2000-10-13 | The -i flags was being ignored, this breaks backwards compatibility | Chris Cappuccio | |
ok deraadt@ | |||
2000-08-17 | make interface optional, and provide a good default | Theo de Raadt | |
2000-06-22 | fix a typo by wpaul; using ipv6 tunneled to usenix (thanks itojun!) | Todd T. Fries | |
2000-06-20 | spelling | Aaron Campbell | |
2000-06-18 | Fix more buffer overflows... that's 5 in this one program (so far) | Aaron Campbell | |
2000-06-18 | strcpy() -> strlcpy() | Aaron Campbell | |
2000-05-20 | make this more like our wicontrol(8) | Theo de Raadt | |
2000-04-03 | ancontrol(8) to manipulate an(4) | Michael Shalayeff | |