libeap.git
16 years agoPreparations for 0.4.11 release
Jouni Malinen [Thu, 28 Feb 2008 01:54:41 +0000 (17:54 -0800)]
Preparations for 0.4.11 release

16 years agoAdded max_listen_interval configuration option
Jouni Malinen [Thu, 28 Feb 2008 01:54:06 +0000 (17:54 -0800)]
Added max_listen_interval configuration option

This allows associations to be denied if the STA tries to use too large
listen interval. The default value is 65535 which matches with the field
size limits.

16 years agodriver_ralink: Make sure assoc_{req,resp}_ies do not get double-freed
Jouni Malinen [Thu, 28 Feb 2008 01:53:22 +0000 (17:53 -0800)]
driver_ralink: Make sure assoc_{req,resp}_ies do not get double-freed

16 years agodriver_ralink: Use os_strlcpy instead of os_strncpy to ensure null
Jouni Malinen [Thu, 28 Feb 2008 01:52:43 +0000 (17:52 -0800)]
driver_ralink: Use os_strlcpy instead of os_strncpy to ensure null
termination

16 years agodriver_ralink: Fixed couple of memory leaks on error path
Jouni Malinen [Thu, 28 Feb 2008 01:52:05 +0000 (17:52 -0800)]
driver_ralink: Fixed couple of memory leaks on error path

16 years agoVerify that os_get_time() does not fail before using the time value when
Jouni Malinen [Thu, 28 Feb 2008 01:50:36 +0000 (17:50 -0800)]
Verify that os_get_time() does not fail before using the time value when
registering an eloop timeout.

16 years agoFixed base64_decode() reject empty input buffers
Jouni Malinen [Thu, 28 Feb 2008 01:49:59 +0000 (17:49 -0800)]
Fixed base64_decode() reject empty input buffers

16 years agoEnforce non-zero MPPE key length
Jouni Malinen [Thu, 28 Feb 2008 01:49:24 +0000 (17:49 -0800)]
Enforce non-zero MPPE key length

16 years agoEnhance manpage with use of emphasis instead of strong quote
Kel Modderman [Thu, 28 Feb 2008 01:48:23 +0000 (17:48 -0800)]
Enhance manpage with use of emphasis instead of strong quote

The Debian package checker "lintian" was making noise about
wpa_supplicant.conf(5). It was caused by a line beginning with ', which is
apparently not liked by man(1).

I suggest the use of <emphasis>word</emphasis> where 'word' is used at the
moment.

Signed-off-by: Kel Modderman <kel@otaku42.de>
16 years agoSilence SIOCSIWAUTH ioctl failure message.
Jouni Malinen [Thu, 28 Feb 2008 01:47:23 +0000 (17:47 -0800)]
Silence SIOCSIWAUTH ioctl failure message.

These are expected in most cases and there is no need to confuse users
with the messages in stderr (perror was used here). These are now only
shown in debug output and EOPNOTSUPP errors are silently ignored.

16 years agoAdded listen interval to hostapd sta_add() driver function
Jouni Malinen [Thu, 28 Feb 2008 01:45:00 +0000 (17:45 -0800)]
Added listen interval to hostapd sta_add() driver function

16 years agoAdded files that cg-init excluded hostap_0_6_3
Jouni Malinen [Thu, 28 Feb 2008 01:36:06 +0000 (17:36 -0800)]
Added files that cg-init excluded

16 years agoRe-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
Jouni Malinen [Thu, 28 Feb 2008 01:34:43 +0000 (17:34 -0800)]
Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release