CZFree.Net Home Page Diskuzní Fóra CZFree.Net Archív Často Kladených Otázek Registrace Nových Členů Archív Odkazů Seznam Členů Fóra CZFree.Net Czech Node Map hosted @CZFree.net CZFree.Net WIKI
CZFree Network Portal vzkazy | ovládání | pokročilé hledání   
 

Odpovědět k Tématu 
CZFree.Net forum: Wireless community network CZFree.Net > Fórum > Troubleshooting > Jak efektivně minimalizovat možnost warchalkingu
12
Autor
Téma  < Předchozí Téma   Další Téma >
MarekBrezik
Junior Member

Registrován: 27.09.2004
Příspěvků: 156

Re: Re: Re: SUMASUM Příspěvek č. 17 

Old Post 21.01.2005 v 09:53
MarekBrezik je offline   Click Here to See the Profile for MarekBrezik   Find more posts by MarekBrezik   Click here to Send MarekBrezik a Private Message   Click Here to Email MarekBrezik     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
hwsoft
Moderator
zastupce cloudu 10.101


Registrován: 11.10.2002
Příspěvků: 2100

Příspěvek č. 18 

__________________

ITF - FreeNet Liberec
DesSto
jabber: hwsoft@linjab.org

Old Post 21.01.2005 v 10:51
hwsoft je offline   Click Here to See the Profile for hwsoft   Find more posts by hwsoft   Click here to Send hwsoft a Private Message     Visit hwsoft's homepage!   Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
MarekBrezik
Junior Member

Registrován: 27.09.2004
Příspěvků: 156

Příspěvek č. 19 

Old Post 21.01.2005 v 11:58
MarekBrezik je offline   Click Here to See the Profile for MarekBrezik   Find more posts by MarekBrezik   Click here to Send MarekBrezik a Private Message   Click Here to Email MarekBrezik     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
cipis
Senior Member

Registrován: 23.01.2003
Příspěvků: 4997

Příspěvek č. 20 

Old Post 21.01.2005 v 22:47
cipis je offline   Click Here to See the Profile for cipis   Find more posts by cipis   Click here to Send cipis a Private Message   Click Here to Email cipis   Visit cipis's homepage!   Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
jfkalfa
Junior Member

Registrován: 14.11.2002
Příspěvků: 297

Příspěvek č. 21 

ChangeLog for hostapd

2005-01-23 - v0.3.5
* added support for configuring a forced PEAP version based on the
Phase 1 identity
* fixed PEAPv1 to use tunneled EAP-Success/Failure instead of EAP-TLV
to terminate authentication
* fixed EAP identifier duplicate processing with the new IEEE 802.1X
draft
* clear accounting data in the driver when starting a new accounting
session
* driver_madwifi: filter wireless events based on ifindex to allow more
than one network interface to be used
* fixed WPA message 2/4 processing not to cancel timeout for TimeoutEvt
setting if the packet does not pass MIC verification (e.g., due to
incorrect PSK); previously, message 1/4 was not tried again if an
invalid message 2/4 was received
* fixed reconfiguration of RADIUS client retransmission timer when
adding a new message to the pending list; previously, timer was not
updated at this point and if there was a pending message with long
time for the next retry, the new message needed to wait that long for
its first retry, too

2005-01-09 - v0.3.4
* added support for configuring multiple allowed EAP types for Phase 2
authentication (EAP-PEAP, EAP-TTLS)
* fixed EAPOL-Start processing to trigger WPA reauthentication
(previously, only EAPOL authentication was done)

2005-01-02 - v0.3.3
* added support for EAP-PEAP in the integrated EAP authenticator
* added support for EAP-GTC in the integrated EAP authenticator
* added support for configuring list of EAP methods for Phase 1 so that
the integrated EAP authenticator can, e.g., use the wildcard entry
for EAP-TLS and EAP-PEAP
* added support for EAP-TTLS in the integrated EAP authenticator
* added support for EAP-SIM in the integrated EAP authenticator
* added support for using hostapd as a RADIUS authentication server
with the integrated EAP authenticator taking care of EAP
authentication (new hostapd.conf options: radius_server_clients and
radius_server_auth_port); this is not included in default build; use
CONFIG_RADIUS_SERVER=y in .config to include

2004-12-19 - v0.3.2
* removed 'daemonize' configuration file option since it has not really
been used at all for more than year
* driver_madwifi: fixed group key setup and added get_ssid method
* added support for EAP-MSCHAPv2 in the integrated EAP authenticator

2004-12-12 - v0.3.1
* added support for integrated EAP-TLS authentication (new hostapd.conf
variables: ca_cert, server_cert, private_key, private_key_passwd);
this enabled dynamic keying (WPA2/WPA/IEEE 802.1X/WEP) without
external RADIUS server
* added support for reading PKCS#12 (PFX) files (as a replacement for
PEM/DER) to get certificate and private key (CONFIG_PKCS12)

2004-12-05 - v0.3.0 (beginning of 0.3.x development releases)
* added support for Acct-{Input,Output}-Gigawords
* added support for Event-Timestamp (in RADIUS Accounting-Requests)
* added support for RADIUS Authentication Client MIB (RFC2618)
* added support for RADIUS Accounting Client MIB (RFC2620)
* made EAP re-authentication period configurable (eap_reauth_period)
* fixed EAPOL reauthentication to trigger WPA/WPA2 reauthentication
* fixed EAPOL state machine to stop if STA is removed during
eapol_sm_step(); this fixes at least one segfault triggering bug with
IEEE 802.11i pre-authentication
* added support for multiple WPA pre-shared keys (e.g., one for each
client MAC address or keys shared by a group of clients);
new hostapd.conf field wpa_psk_file for setting path to a text file
containing PSKs, see hostapd.wpa_psk for an example
* added support for multiple driver interfaces to allow hostapd to be
used with other drivers
* added wired authenticator driver interface (driver=wired in
hostapd.conf, see wired.conf for example configuration)
* added madwifi driver interface (driver=madwifi in hostapd.conf, see
madwifi.conf for example configuration; Note: include files from
madwifi project is needed for building and a configuration file,
.config, needs to be created in hostapd directory with
CONFIG_DRIVER_MADWIFI=y to include this driver interface in hostapd
build)
* fixed an alignment issue that could cause SHA-1 to fail on some
platforms (e.g., Intel ixp425 with a compiler that does not 32-bit
align variables)
* fixed RADIUS reconnection after an error in sending interim
accounting packets
* added hostapd control interface for external programs and an example
CLI, hostapd_cli (like wpa_cli for wpa_supplicant)
* started adding dot11, dot1x, radius MIBs ('hostapd_cli mib',
'hostapd_cli sta <addr>')
* finished update from IEEE 802.1X-2001 to IEEE 802.1X-REV (now d11)
* added support for strict GTK rekeying (wpa_strict_rekey in
hostapd.conf)
* updated IAPP to use UDP port 3517 and multicast address 224.0.1.178
(instead of broadcast) for IAPP ADD-notify (moved from draft 3 to
IEEE 802.11F-2003)
* added Prism54 driver interface (driver=prism54 in hostapd.conf;
note: .config needs to be created in hostapd directory with
CONFIG_DRIVER_PRISM54=y to include this driver interface in hostapd
build)
* dual-licensed hostapd (GPLv2 and BSD licenses)
* fixed RADIUS accounting to generate a new session id for cases where
a station reassociates without first being complete deauthenticated
* fixed STA disassociation handler to mark next timeout state to
deauthenticate the station, i.e., skip long wait for inactivity poll
and extra disassociation, if the STA disassociates without
deauthenticating
* added integrated EAP authenticator that can be used instead of
external RADIUS authentication server; currently, only EAP-MD5 is
supported, so this cannot yet be used for key distribution; the EAP
method interface is generic, though, so adding new EAP methods should
be straightforward; new hostapd.conf variables: 'eap_authenticator'
and 'eap_user_file'; this obsoletes "minimal authentication server"
('minimal_eap' in hostapd.conf) which is now removed
* added support for FreeBSD and driver interface for the BSD net80211
layer (driver=bsd in hostapd.conf and CONFIG_DRIVER_BSD=y in
.config); please note that some of the required kernel mods have not
yet been committed

Old Post 09.02.2005 v 22:51
jfkalfa je offline   Click Here to See the Profile for jfkalfa   Find more posts by jfkalfa   Click here to Send jfkalfa a Private Message       Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
critter
Nic mne nenapada...

Registrován: 15.02.2003
Příspěvků: 1136

Team Member: MOD

Příspěvek č. 22 

__________________

critter

Old Post 09.02.2005 v 22:58
critter je offline   Click Here to See the Profile for critter   Find more posts by critter   Click here to Send critter a Private Message   Click Here to Email critter     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
xor
Member

Registrován: 25.06.2002
Příspěvků: 474

Příspěvek č. 23 

__________________

Old Post 13.02.2005 v 13:26
xor je offline   Click Here to See the Profile for xor   Find more posts by xor   Click here to Send xor a Private Message   Click Here to Email xor     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
critter
Nic mne nenapada...

Registrován: 15.02.2003
Příspěvků: 1136

Team Member: MOD

Příspěvek č. 24 

__________________

critter

Old Post 13.02.2005 v 13:48
critter je offline   Click Here to See the Profile for critter   Find more posts by critter   Click here to Send critter a Private Message   Click Here to Email critter     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
=PJ= Azzie
Pekelník

Registrován: 16.06.2003
Příspěvků: 1941

Příspěvek č. 25 

__________________

OUT OF SERVICE

Old Post 14.02.2005 v 07:12
=PJ= Azzie je offline   Click Here to See the Profile for =PJ= Azzie   Find more posts by =PJ= Azzie   Click here to Send =PJ= Azzie a Private Message   Click Here to Email =PJ= Azzie     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
tropikhajma
Newbie

Registrován: 14.07.2003
Příspěvků: 56

Příspěvek č. 26 

Old Post 14.02.2005 v 15:59
tropikhajma je offline   Click Here to See the Profile for tropikhajma   Find more posts by tropikhajma   Click here to Send tropikhajma a Private Message   Click Here to Email tropikhajma     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
cipis
Senior Member

Registrován: 23.01.2003
Příspěvků: 4997

Příspěvek č. 27 

Old Post 14.02.2005 v 16:19
cipis je offline   Click Here to See the Profile for cipis   Find more posts by cipis   Click here to Send cipis a Private Message   Click Here to Email cipis   Visit cipis's homepage!   Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
xor
Member

Registrován: 25.06.2002
Příspěvků: 474

Příspěvek č. 28 

__________________

Old Post 14.02.2005 v 20:13
xor je offline   Click Here to See the Profile for xor   Find more posts by xor   Click here to Send xor a Private Message   Click Here to Email xor     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
critter
Nic mne nenapada...

Registrován: 15.02.2003
Příspěvků: 1136

Team Member: MOD

Příspěvek č. 29 

__________________

critter

Old Post 14.02.2005 v 20:40
critter je offline   Click Here to See the Profile for critter   Find more posts by critter   Click here to Send critter a Private Message   Click Here to Email critter     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
Veškerý čas je GMT. Aktuální čas: 10:11.  Předcházející Téma   Další Téma
Odpovědět k Tématu
12  
Zformátovat pro Tisk | Stáhnout Téma do Palma | Poslat Téma E-mailem | Odebírat tuto Diskuzi

Search this Thread:

 

CZFree.NET | Copyright ©MMII - MMXIV CZFree.NET | Kontaktujte Nás
Powered by: vBulletin - Copyright ©MM - MMII Jelsoft Enterprises Limited.
Founder: Deu / original scripting by: carlos (All High Seeds) / Node Monitor by: 8an
Additional Portal & Node Monitor Development by: oto, Zajsoft, Danny, Netdave
Hosted by: NFX.cz / FreeTel.cz