index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
ancontrol
/
ancontrol.c
Age
Commit message (
Expand
)
Author
2006-01-09
Move ancontrol to the attic, no longer needed.
Jonathan Gray
2005-12-13
Fix an assignment (=) where an equality test (==) was meant. Found by
Chad Loder
2004-10-24
unify device selection
Theo de Raadt
2004-08-19
- sort options and sync usage()
Jason McIntyre
2004-08-17
missing inet_ntoa proto and fix an error it uncovers; form Moritz Jodeit <mor...
Michael Shalayeff
2004-08-05
better signal cache printf
Michael Shalayeff
2004-07-15
fix for setting antena diversity; from Brian Falk <falk@seas.upenn.edu>
Michael Shalayeff
2004-05-13
fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net>
Michael Shalayeff
2003-06-11
ansification
Theo de Raadt
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-06-06
print normalized signal strength; from Gabriel Kihlman <gk@univits.se>
Michael Shalayeff
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-29
alright, do not print quality and noise for cache; pr#2063
Michael Shalayeff
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
2001-04-16
check for 'i' before the getopt. (idea from freebsd)
Eric Jackson
2001-04-16
much more cleanup.
Eric Jackson
2001-04-16
Actually permit setting the transmit key in WEP mode; from Kurt Miller.
Thorsten Lockert
2001-04-15
start some cleanup to ancontrol
Eric Jackson
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
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