]> git.decadent.org.uk Git - ap-utils.git/commitdiff
Imported Upstream version 1.5~pre2~a upstream/1.5.pre2.a
authorBen Hutchings <ben@decadent.org.uk>
Sun, 19 Apr 2009 00:05:25 +0000 (01:05 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 19 Apr 2009 00:17:26 +0000 (01:17 +0100)
ChangeLog
Documentation/README.ap-auth [deleted file]
Documentation/README.ap-gl [deleted file]
Documentation/ap-gl.8
configure
configure.in

index af35aa8f2a7ae17e4172038e5e52c0d1709082ce..4825b7c9ed50167febea9a8b7f6b768d06af8edc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-28 Roman Festchook
+       * Documentation/ap-gl.8, Documentation/README.ap-gl: info from
+           Documentation/README.ap-gl moved to ap-gl man page, removed
+           Documentation/README.ap-gl
+       * Documentation/README.ap-auth:
+            removed because all info now in ap-auth man page
+
 2004-11-28 Roman Festchook
        * lib/common.c: added checking then function called from ap-gl utility
            in connect_options() automatic detecting MIB, extention. Now community
@@ -17,6 +24,7 @@
             (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=259645)
        * po/uk.po: updated translation
        * ap-gl/stations.c: fixed RSSI dBm representation
+       * configure.in: version 1.5pre1_FreedomOfUkraine
        
 2004-11-24 Jan Rafaj
        * README:
diff --git a/Documentation/README.ap-auth b/Documentation/README.ap-auth
deleted file mode 100644 (file)
index ceb79a1..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-Subject: [ap-utils] mac auth updates from command line (patch)
-Date: Monday 19 July 2004 18:06
-From: Teemu Kiviniemi <teemuki AT fotokone DOT fi>
-To: ap-utils AT lists DOT polesye DOT net
-
-
-Hi,
-
-I couldn't find a command line utility to change the list of authorised MAC
-addresses, so I did one myself. I combined some of the existing code found in
-ap-mrtg.c and auth_mac.c to make ap-auth.c.
-
-Usage:
-ap-auth -i ip -c community -d filename
-or
-ap-auth -i ip -c community -u filename
-
-
--i ip        - AP ip address
--c community - SNMP community string
--d filename  - download list of authorised MAC addresses from AP to a file
--u filename  - upload list of authorised MAC addresses from a file to AP
-
-
-Here is a patch against ap-utils 1.4.1:
-http://teemuki.fotokone.fi/ap-utils/ap-utils-1.4.1-ap-auth.patch
-
-
-It has only support for ATMEL410, because I can't test the code on other
-accesspoints. I've tested it and it works with smartBridges Airpoint Pro.
diff --git a/Documentation/README.ap-gl b/Documentation/README.ap-gl
deleted file mode 100644 (file)
index 0930aee..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Client stations Status:
-status 3 - normal connected
-status 9 - awaiting authorization
index 5d7648554878f990686f4181db9144f59b26caed..8500762a9a7afc67dc9dfc3cb8814fc17895a5f7 100644 (file)
@@ -41,12 +41,13 @@ This option displays the wireless statistics for your reference.
 .TP
 .B     Stations (atmel)
 Under this menu the user will be able to see the Associated Stations that are currently associated with the Access Point. For each associated station the user will be able to see the MAC Address. From version 0.7.3-pre1 you may save mac addresses list to file ~/<util_name>.stations.
-Stations on NWN AP:
 For each associated station the user will be able to see the MAC Address, Link Quality, RSSI and Idle time.
  * Mac address: If the association is pending (that is, the Client is scanning, authenticating or associating), assocAddress contains the MAC address of that Client with the group bit set to indicate that the Access Point is aware of the presence of that Client. The other objects of the entry will be updated based on the information extracted from the received Probe Requests.
  * Link Quality: An indicator for the quality of the Client. If the association is still pending, the quality is calculated over the received Probe Requests from the Client. If the Client is associated, the quality derived from any activity with the Client. The actual quality source depends on the selected quality indicator. The semantics of the indicator is 'low is good quality' and 'high is bad quality'.
  * IdleTime: An indicator (in seconds) for the age of the information on the Client. The age is reset to 0 if any activity of this Client is detected.
  * RSSI: An indicator for the RSSI of the Client. If the association is still pending, the RSSI is calculated over the received Probe Requests from the Client. If the Client is associated, the RSSI derived from any activity with the Client.
+ * Client stations Status: status 3 - normal connected, status 9 - awaiting authorization.
+
 .TP
 .B     KnownAP
 By using option APs from info menu you may see all Access Points thats visible by your AP.
index cf9108b3edcceba93b7cf4d1552d9ff802bff042..3a7de8ba32bb4fe3073781eafaefdc4429594c8b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1551,7 +1551,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=ap-utils
- VERSION=1.5pre1_FreedomOfUkraine
+ VERSION=1.5pre2a
 
 
 cat >>confdefs.h <<_ACEOF
index a106b7dd4e48ee95ed54a01dfc2d96c5c37eab12..750f8a4386f285b4bcf6af7230f62ab496343d39 100644 (file)
@@ -18,7 +18,7 @@
 #
 AC_INIT([lib/snmp.c])
 AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(ap-utils, 1.5pre1_FreedomOfUkraine)
+AM_INIT_AUTOMAKE(ap-utils, 1.5pre2a)
 AM_CONFIG_HEADER(config.h)
 
 ac_aux_dir=config