OpenBSD CVS

CVS log for src/sbin/ancontrol/Attic/ancontrol.c


[BACK] Up to [local] / src / sbin / ancontrol

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.30, Mon Jan 9 21:22:01 2006 UTC (18 years, 4 months ago) by jsg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +1 -1 lines
FILE REMOVED

Move ancontrol to the attic, no longer needed.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Dec 13 00:33:59 2005 UTC (18 years, 5 months ago) by cloder
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Fix an assignment (=) where an equality test (==) was meant.  Found by
lint.  OK millert, deraadt

Revision 1.28 / (download) - annotate - [select for diffs], Sun Oct 24 11:50:47 2004 UTC (19 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.27: +14 -20 lines
Diff to previous 1.27 (colored)

unify device selection

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 19 18:26:52 2004 UTC (19 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.26: +8 -8 lines
Diff to previous 1.26 (colored)

- sort options and sync usage()
- a few other tweaks

ok mickey@

Revision 1.26 / (download) - annotate - [select for diffs], Tue Aug 17 19:26:01 2004 UTC (19 years, 9 months ago) by mickey
Branch: MAIN
Changes since 1.25: +7 -3 lines
Diff to previous 1.25 (colored)

missing inet_ntoa proto and fix an error it uncovers; form Moritz Jodeit <moritz@jodeit.org>

Revision 1.25 / (download) - annotate - [select for diffs], Thu Aug 5 07:54:14 2004 UTC (19 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.24: +7 -15 lines
Diff to previous 1.24 (colored)

better signal cache printf

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jul 15 22:37:41 2004 UTC (19 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

fix for setting antena diversity; from Brian Falk <falk@seas.upenn.edu>

Revision 1.23 / (download) - annotate - [select for diffs], Thu May 13 16:36:38 2004 UTC (20 years ago) by mickey
Branch: MAIN
Changes since 1.22: +78 -78 lines
Diff to previous 1.22 (colored)

fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net>

Revision 1.22 / (download) - annotate - [select for diffs], Wed Jun 11 06:22:12 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.21: +38 -72 lines
Diff to previous 1.21 (colored)

ansification

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jun 9 08:13:04 2002 UTC (21 years, 11 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

rm trailing whitespace

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 6 17:25:16 2002 UTC (22 years ago) by mickey
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

print normalized signal strength; from Gabriel Kihlman <gk@univits.se>

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 16 21:27:32 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.18: +23 -23 lines
Diff to previous 1.18 (colored)

Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Sep 29 21:57:15 2001 UTC (22 years, 8 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.17: +2 -5 lines
Diff to previous 1.17 (colored)

alright, do not print quality and noise for cache; pr#2063

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 4 14:59:46 2001 UTC (23 years ago) by mickey
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

return from main() don't exit

Revision 1.16 / (download) - annotate - [select for diffs], Wed May 2 22:31:09 2001 UTC (23 years, 1 month ago) by ericj
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

T doesnt take an arg

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 30 15:03:01 2001 UTC (23 years, 1 month ago) by ericj
Branch: MAIN
Changes since 1.14: +13 -8 lines
Diff to previous 1.14 (colored)


Assure that we always close the socket, and that the default behavior
is always chosen. Cleanup the documentation and add a security section
about WEP taken from FreeBSD.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 16 07:51:01 2001 UTC (23 years, 1 month ago) by ericj
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.13: +54 -110 lines
Diff to previous 1.13 (colored)


check for 'i' before the getopt. (idea from freebsd)
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@

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 16 05:10:07 2001 UTC (23 years, 1 month ago) by ericj
Branch: MAIN
Changes since 1.12: +144 -161 lines
Diff to previous 1.12 (colored)


much more cleanup.
- 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

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 16 00:39:39 2001 UTC (23 years, 1 month ago) by tholo
Branch: MAIN
Changes since 1.11: +21 -14 lines
Diff to previous 1.11 (colored)

Actually permit setting the transmit key in WEP mode; from Kurt Miller.
Correctly display number and order of WEP keys; from Kurt Miller.
Fixes part of PR 1754; ok deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 15 23:19:13 2001 UTC (23 years, 1 month ago) by ericj
Branch: MAIN
Changes since 1.10: +65 -77 lines
Diff to previous 1.10 (colored)


start some cleanup to ancontrol
- alphabetize the argument list
- get rid of unused vars

deraadt@ ok

Revision 1.10 / (download) - annotate - [select for diffs], Tue Feb 27 08:38:36 2001 UTC (23 years, 3 months ago) by tholo
Branch: MAIN
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (colored)

Match reality

Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 26 06:19:34 2001 UTC (23 years, 3 months ago) by tholo
Branch: MAIN
Changes since 1.8: +222 -11 lines
Diff to previous 1.8 (colored)

Allow configuration of WEP.  From FreeBSD; ok aaron@

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 13 18:58:09 2000 UTC (23 years, 7 months ago) by chris
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)

The -i flags was being ignored, this breaks backwards compatibility

ok deraadt@

Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 17 21:57:38 2000 UTC (23 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

make interface optional, and provide a good default

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 22 22:56:33 2000 UTC (23 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

fix a typo by wpaul; using ipv6 tunneled to usenix (thanks itojun!)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 20 17:41:50 2000 UTC (23 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

spelling

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 18 22:27:41 2000 UTC (23 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.3: +8 -11 lines
Diff to previous 1.3 (colored)

Fix more buffer overflows... that's 5 in this one program (so far)

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 18 20:44:33 2000 UTC (23 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

strcpy() -> strlcpy()

Revision 1.2 / (download) - annotate - [select for diffs], Sat May 20 17:28:41 2000 UTC (24 years ago) by deraadt
Branch: MAIN
Changes since 1.1: +18 -30 lines
Diff to previous 1.1 (colored)

make this more like our wicontrol(8)

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 3 01:08:09 2000 UTC (24 years, 2 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7

ancontrol(8) to manipulate an(4)

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.