Merge branch 'moonshot' of ssh://moonshot.suchdamage.org:822/srv/git/libeap into...
[libeap.git] / wpa_supplicant / dbus /
2010-10-09 Paul Stewartdbus_new_handlers: Don't send NULL to dbus_message_new_...
2010-10-09 Daniel Kurtzdbus: Treat '' in SSIDs of Interface.Scan as a request...
2010-10-09 Daniel Kurtzdbus: Fix passive/active scans in some cases
2010-09-09 Jouni MalinenP2P: Set Device Password ID in WPS M1/M2 per new rules
2010-09-09 Jouni MalinenP2P: Let WPS code know if it is used in a P2P group
2010-09-04 Jouni Malinendbus: Verify WPA/RSN IE parser result before returning...
2010-08-18 Jouni Malinendbus: Deauthenticate instead of disassociate on disconn...
2010-05-23 Jouni MalinenSkip D-Bus signals if the dbus_path is not yet set
2010-04-11 Witold Sowadbus: Add new KeyMgmt interface capabilities
2010-03-06 Dmitry ShmidtUpdate priority list after priority change
2010-01-16 Witold Sowadbus: Change WPA/RSNIE byte array props to dicts
2010-01-10 Marcel Holtmanndbus: Fix value of BSS Privacy property
2010-01-09 Witold Sowadbus: Change BSS, Network and some errors interface...
2010-01-06 Jouni Malinendbus: Do not try to unregister not-yet-registered netwo...
2010-01-06 Witold Sowadbus: Add BSS property change notifications
2010-01-06 Jouni Malinendbus: Fix crash on property change if D-Bus API is...
2010-01-06 Jouni Malinendbus: Fix prop_changed_flags allocation to count proper...
2010-01-06 Jouni Malinendbus: Fix flush_object_timeout_handler context to be...
2010-01-04 Witold Sowadbus: Aggregate PropertiesChanged signals
2010-01-04 Witold Sowadbus: Change BSS property MaxRate to Rates
2010-01-04 Marcel Holtmanndbus: Replace StateChanged with PropertiesChanged signal
2010-01-04 Marcel Holtmanndbus: Use simple strings for debug level
2010-01-03 Jouni MalinenMove wpa_supplicant specific scan code away from src...
2010-01-02 Jouni Malinendbus: Use free_dbus_object_desc() consistently to free...
2010-01-02 Jouni Malinendbus: Remove duplication of object methods/signals...
2010-01-02 Jouni Malinendbus: Use stack for temporary object path
2010-01-02 Jouni MalinenMaintain a pointer to the current BSS table entry
2010-01-02 Jouni Malinendbus: Use BSS table instead of raw scan results in...
2010-01-02 Jouni MalinenOnly expire scanned BSSes based on new scan results
2010-01-02 Jouni Malinendbus: Cleaned up signal message construction functions
2010-01-02 Jouni Malinendbus: Simplify _wpa_dbus_dict_fill_value_from_variant...
2010-01-02 Jouni Malinendbus: Share the same function for type to type-as-strin...
2010-01-02 Jouni Malinendbus: Use common code for checking key parameter
2010-01-01 Jouni Malinendbus: Fix WPS ProcessCredentials property setter to...
2010-01-01 Jouni Malinendbus: Add debug printing on property setter type mismatches
2010-01-01 Jouni Malinendbus: Split wpas_dbus_handler_wps_start() into helper...
2010-01-01 Jouni Malinendbus: Fix a typo in function name (invald -> invalid)
2010-01-01 Jouni Malinendbus: Fix init-failure-detection
2010-01-01 Jouni Malinendbus: Cleaned up initialization and integration with...
2010-01-01 Jouni Malinendbus: Remove perror() calls
2010-01-01 Jouni Malinendbus: Clean up dbus_path/dbus_new_path use
2010-01-01 Jouni Malinendbus: Get rid of unnecessary string duplication in...
2010-01-01 Jouni Malinendbus: Remove wpas_dbus_callbacks abstraction
2010-01-01 Jouni Malinendbus: Do not include libdbus dbus/dbus.h into dbus_...
2010-01-01 Jouni Malinendbus: Move the SIGPOLL FreeBSD compat code into dbus_co...
2010-01-01 Jouni Malinendbus: Get rid of unused static inline functions
2010-01-01 Jouni Malinendbus: Optimize introspection to use single pass for...
2010-01-01 Jouni Malinendbus: Get rid of libxml2 dependency with introspection
2010-01-01 Jouni Malinendbus: Split extract_interfaces() into helper functions
2010-01-01 Jouni Malinendbus: Cleanup and fix loops
2010-01-01 Jouni Malinendbus: Use strdup instead of malloc+strncpy
2010-01-01 Jouni Malinendbus: Move introspection support into a separate file
2010-01-01 Jouni Malinendbus: Remove unnecessary ifdef CONFIG_CTRL_IFACE_DBUS_NEW
2010-01-01 Witold Sowadbus: Divide DebugParams property to three separate...
2010-01-01 Witold Sowadbus: Rename InterfaceCreated to InterfaceAdded
2010-01-01 Witold Sowadbus: Add second properties arg to *Added signals
2010-01-01 Witold Sowadbus: Replace BSS 'Properties' property with separate...
2010-01-01 Jouni Malinendbus: Fix get_all_properties() to handle NULL return...
2010-01-01 Witold Sowadbus: Add generic properties getter and setter
2010-01-01 Witold Sowadbus: Define priv argument for object rather than for...
2009-12-31 Jouni Malinendbus: Rename old D-Bus API files to include "_old"
2009-12-31 Jouni Malinendbus: Do not deinitialize new D-Bus API if it is not...
2009-12-30 Jouni Malinendbus: Share common initialization code for both old...
2009-12-29 Jouni Malinendbus: Verify dbus_message_new_method_return() return...
2009-12-29 Jouni Malinendbus: Fix D-Bus network and BSS object registration...
2009-12-27 Jouni Malinendbus: Use the new BSS table with the new D-Bus API
2009-12-26 Jouni Malinendbus: Split message_handler() into readable helper...
2009-12-26 Jouni Malinendbus: Remove unnecessary indentation by cleaning up...
2009-12-26 Jouni Malinendbus: split wpas_dbus_handler_scan() into number of...
2009-12-26 Jouni Malinendbus: Fix build without os_free available as a pointer
2009-12-26 Jouni Malinendbus: Fix Scan invalid args reporting (uninitialize...
2009-12-26 Jouni Malinendbus: show messages in debug log
2009-12-26 Jouni Malinendbus: Check that wpa_s->scan_res != NULL before derefer...
2009-12-26 Jouni Malinendbus: Fix wpa_supplicant_add_iface() calls
2009-12-26 Jouni Malinendbus: Use os_*() wrappers for memory allocations consis...
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-20 Jouni Malinendbus: Remove the confusing "ctrl_iface_" prefix from...
2009-12-20 Jouni Malinendbus: Move some of conditional WPS code into separate...
2009-12-20 Jouni Malinendbus: Remove unnecessary CONFIG_WPS ifdefs from header...
2009-12-20 Jouni Malinendbus: Clean dbus build files on wpa_supplicant 'make...
2009-12-20 Jouni Malinendbus: Rename .service file to use the service name...
2009-12-20 Witold Sowadbus: Add missing .service file for the new D-Bus API
2009-12-20 Jouni MalinenMove D-Bus related files into their own subdirectory