libeap.git
2009-11-20 Jouni MalinenWPS ER: Fix Enrollee entry freeing on timeout
2009-11-20 Jouni MalinenAdd 'none' driver as an option for wpa_supplicant
2009-11-19 Jouni Malinenwpa_gui: Avoid using freed item in enter_pin()
2009-11-19 Jouni Malinenwpa_gui: Add AP and laptop icons for peer dialog
2009-11-19 Mike Shepherdwpa_gui: Add support for multiple icon files
2009-11-19 Jouni Malinenwpa_gui: Add preliminary WPS ER support into the peers...
2009-11-18 Jouni MalinenWPS: Fix MAC Address inside Credential be that of Enrol...
2009-11-17 Jouni Malinennl80211/SME: Use reassociation when roaming within...
2009-11-16 Anders Aspegren... wpa_supplicant: Fix ctrl_interface group permissions...
2009-11-16 Felix Fietkauhostapd: Fix endian bugs in STA HT capability handling
2009-11-16 Felix Fietkauhostapd: Fix BSS channel checks in 40 MHz scan
2009-11-16 Witold Sowadbus: Allow only root to receive signals
2009-11-16 Christian Rübwpa_gui-qt4: Fix build with Session Manager disabled...
2009-11-15 Jouni MalinenWPS ER: Clear WPS protocol run on PutMessage failure
2009-11-15 Jouni MalinenWPS ER: Deinit WPS protocol data when freeing AP entry
2009-11-15 Jouni MalinenWPS ER: Deinit ER before WPS registrar/context
2009-11-15 Jouni MalinenWPS ER: Use learnt AP settings to build credentials...
2009-11-15 Jouni MalinenWPS ER: Add command for fetching current AP settings
2009-11-15 Jouni MalinenWPS: Determine the OpCode based on message type attribu...
2009-11-15 Jouni MalinenWPS ER: Do not try to process AP Settings in proxied...
2009-11-15 Jouni MalinenWPS ER: Add preliminary PBC support
2009-11-15 Jouni MalinenWPS ER: Only send Enrollee notification on Probe Reques...
2009-11-15 Jouni MalinenWPS: Do not use ASCII-dump on binary PutWLANResponse...
2009-11-15 Jouni MalinenWPS ER: Add ctrl_iface notifications for AP/Enrollee...
2009-11-15 Jouni MalinenWPS ER: Store AP UUID in binary format for future use
2009-11-14 Jouni MalinenWPS: Use a dummy WSC_ACK as WLANEvent as the initial...
2009-11-14 Jouni MalinenWPS: Send SSDP byebye notifications when stopping UPnP...
2009-11-14 Jouni Malinendbus: Use method/property/signal handler arrays for...
2009-11-14 Jouni Malinendbus: Remove duplicated error printing from registration
2009-11-14 Jouni Malinendbus: Split wpas_dbus_ctrl_iface_init() into helper...
2009-11-14 Jouni Malinendbus: Minor coding style cleanup
2009-11-14 Jouni Malinendbus: Fix some of the function comment typos
2009-11-14 Jouni MalinenWPS: Remove derivation of management keys
2009-11-14 Jouni MalinenWPS: Remove unused WFA WLANConfig Service actions
2009-11-13 Jouni MalinenWPS ER: Fix Op-Code for WSC_{ACK,NACK,Done}
2009-11-13 Jouni MalinenWPS: Fix AP to proxy WSC_NACK to ER
2009-11-13 Jouni MalinenWPS: Fix OpCode when proxying WSC_ACK or WSC_NACK from ER
2009-11-13 Jouni MalinenWPS ER: Add PIN configuration and SetSelectedRegistrar...
2009-11-13 Jouni MalinenWPS: Fix http_link_update() to nul terminate the result
2009-11-11 Jouni MalinenWPS ER: Add PutWLANResponse generation and transmission
2009-11-11 Jouni MalinenWPS ER: Add STA/Enrollee entries and start processing...
2009-11-11 Jouni MalinenRemove a note about other repositories of wpa_supplicant
2009-11-11 David SmithReset EAPOL pointer when handling DBus smartcard parameters
2009-11-11 Andriy TkachukDisassociate STA if it associated with invalid/missing...
2009-11-11 Witold SowaAdd dbus mechanism for fetching all network configurati...
2009-11-11 Witold SowaAdd notifications for scan result BSS changes (added...
2009-11-11 Felix Fietkauhostapd: fix AP mode initialization for nl80211
2009-11-10 Jouni MalinenWPS ER: Parse WLANEvent notifications and send HTTP...
2009-11-10 Jouni Malinendbus: Use snprintf() and bounds checking instead of...
2009-11-10 Jouni Malinendbus: Do not dereference wpa_s if explicitly checking...
2009-11-10 Jouni Malinendbus: Remove unnecessary wpa_s->bssid comparison
2009-11-10 Jouni Malinendbus: Fix a NULL pointer dereference on error path
2009-11-10 Jouni MalinenCall wpas_notify_network_selected only if a specific...
2009-11-10 Jouni MalinenFix per-SSID scan (scan_ssid=1)
2009-11-10 Jouni Malinendbus: Coding style cleanup
2009-11-10 Jouni Malinendriver_prism54: Use os_zalloc instead of malloc to...
2009-11-10 Jouni MalinenFix use-after-free issue with pid_file in hostapd termi...
2009-11-10 Jouni MalinenWPS: Fix credential processing for open network case
2009-11-10 Jouni MalinenFix hlr_auc_gw build (wpabuf.o is needed now for tls_op...
2009-11-10 Jouni MalinenFix comparison to use correct symbol name (__rand vs...
2009-11-10 Jouni Malinendbus: Remove unneeded typecast
2009-11-10 Jouni MalinenAdd wpa_msg_ctrl() for ctrl_interface-only messages
2009-11-10 Jouni MalinenInclude hostapd source code in wpa_supplicant release...
2009-11-10 Jouni MalinenFix non-WPS build
2009-11-10 Jouni MalinenWPS: Fixed printf size_t warning on 32-bit builds
2009-11-10 Jouni MalinenWPS: Fix WPS build with ER support disabled
2009-11-10 Jouni MalinenReplace "git-archive" with "git archive" to fix release...
2009-11-09 Witold Sowawpa_supplicant: new DBus API implementation
2009-11-09 Jouni MalinenWPS ER: Subscribe to UPnP events
2009-11-08 Jouni MalinenWPS: Read HTTP request within HTTP server code
2009-11-08 Jouni MalinenWPS: Add HTTP server module
2009-11-08 Jouni MalinenWPS ER: Fetch and parse device description
2009-11-08 Jouni MalinenWPS: Move generic UPnP XML helper functionality into...
2009-11-08 Jouni MalinenWPS: Add HTTP client module to clean up code
2009-11-07 Jouni MalinenWPS: Mark functions static
2009-11-07 Jouni MalinenWPS: Add initial part of External Registrar functionality
2009-11-05 Jouni MalinenFix MCS set field to be based on driver info
2009-11-05 Jouni MalinenUse type-punning to avoid breaking strict aliasing...
2009-11-04 Jouni MalinenAllow driver and ctrl_interface parameters to be overridden
2009-11-04 Jouni MalinenWork around some gcc 4.4 strict-aliasing warnings
2009-11-02 Jouni MalinenAdd Xcode project file for building wpa_supplicant
2009-11-02 Jouni MalinenFix int_array_concat() to bail out on realloc failure
2009-11-01 Andriy TkachukWPS: SelectedRegistrar expiration for internal PIN...
2009-11-01 Jouni MalinenWPS: Abort ongoing PBC protocol run if session overlap...
2009-11-01 Oleg KravtsovWPS: Add PBC overlap and timeout events from WPS module
2009-11-01 Jouni MalinenWPS: Use Config Error 12 to indicate PBC overlap in M2D
2009-10-31 Jouni MalinenSME: Improve processing of association rejection
2009-10-22 Sam LefflerAllow CONFIG_DEBUG_SYSLOG=y to be used
2009-10-22 Jouni MalinenFix dbus build without EAP
2009-10-22 Sam LefflerStub out the dbus function w/o CONFIG_WPS to fix build
2009-10-17 Jouni MalinenMove shared MD5/SHA-1 internal definitions into header...
2009-10-17 Jouni MalinenMove shared DES definitions into a header file
2009-10-17 Jouni MalinenMove PKCS# {1,5,8} functionality into separate files
2009-10-17 Jouni MalinenTLS: Replace set_key helpers to return key instead...
2009-10-17 Jouni MalinenAdd support for PKCS #5 encrypted PKCS #8 keys with...
2009-10-17 Jouni MalinenAdd DES-CBC support into internal crypto implementation
2009-10-16 Jouni MalinenInternal TLS: Add support for unencrypred PKCS#8 privat...
2009-10-16 Jouni MalinenRemove wpa_priv on 'make clean'
2009-10-16 Jouni MalinenAdd AP mode WPA status into ctrl_iface
2009-10-16 Jouni Malinenwpa_gui-qt4: Dynamically update associated STAs in...
next