index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
supplicant-manager
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-21
build: merge "src/supplicant-manager/tests/Makefile.am" into toplevel Makefile
Thomas Haller
2
-30
/
+0
2016-10-19
build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILER
Thomas Haller
1
-1
/
+1
2016-10-14
core: introduce default logging macros
Beniamino Galvani
1
-9
/
+2
2016-10-14
supplicant: fix cancellation of interface association
Beniamino Galvani
1
-7
/
+4
2016-10-03
core: refactor private data for NMExportedObject and others
Thomas Haller
7
-172
/
+132
2016-10-03
all: modify line separator comments to be 80 chars wide
Thomas Haller
2
-7
/
+7
2016-08-17
all: cleanup includes in header files
Thomas Haller
3
-10
/
+2
2016-06-30
wifi: implement MAC address randomization in NetworkManager instead of suppli...
Thomas Haller
5
-76
/
+4
2016-06-17
all: replace _nm_utils_string_in_list() with g_strv_contains()
Thomas Haller
2
-9
/
+14
2016-06-06
tests: use absolute path for certs test directory
Thomas Haller
2
-4
/
+4
2016-05-17
all/tests: split core part out of "nm-test-utils.h"
Thomas Haller
1
-1
/
+1
2016-04-05
build: disable deprecation checks for internal compilation
Thomas Haller
1
-1
/
+0
2016-03-20
supplicant-config: fix misleading indentation
Lubomir Rintel
1
-1
/
+1
2016-03-16
supplicant: honor the domain-suffix-match properties
Beniamino Galvani
2
-0
/
+10
2016-03-10
all/tests: fix tests after adjusting glib logging level
Thomas Haller
1
-35
/
+35
2016-03-04
supplicant: use logging helpers
Beniamino Galvani
1
-13
/
+21
2016-02-24
libnm,core: fix syntax of 'transfer' annotation
Beniamino Galvani
1
-1
/
+1
2016-02-19
all: cleanup includes and let "nm-default.h" include "config.h"
Thomas Haller
5
-10
/
+5
2016-01-21
wifi/supplicant: refactor logging to use _LOG() macros
Thomas Haller
1
-54
/
+61
2016-01-21
wifi/supplicant: implement _LOG() macros
Thomas Haller
1
-1
/
+21
2016-01-21
supplicant: cleanup GObject property implementation in NMSupplicantInterface
Thomas Haller
2
-35
/
+83
2016-01-21
wifi: fix crash due to wrong ownership handling in nm_supplicant_manager_ifac...
Thomas Haller
2
-71
/
+97
2016-01-21
supplicant: don't pass start_now argument to nm_supplicant_interface_new()
Thomas Haller
3
-27
/
+22
2016-01-21
supplicant: drop is_wireless argument from NMSupplicantInterface's interface_...
Thomas Haller
1
-8
/
+10
2016-01-21
supplicant: remove check for iface instance after nm_supplicant_interface_new()
Thomas Haller
1
-5
/
+3
2016-01-21
wifi/supplicant: take object reference during availability_changed()
Thomas Haller
1
-1
/
+3
2016-01-21
supplicant: remove unused function nm_supplicant_interface_get_device()
Thomas Haller
2
-10
/
+0
2016-01-06
core,libnm: use nm_clear_g_source() where possible
Beniamino Galvani
1
-4
/
+1
2015-12-24
build: rename directory "include" to "shared"
Thomas Haller
1
-2
/
+2
2015-11-19
wifi: propagte errors from supplicant-config to caller
Thomas Haller
7
-237
/
+289
2015-11-18
wifi: disable mac-address-randomization by default
Thomas Haller
1
-4
/
+3
2015-11-18
wifi: enable mac-address-randomization by default for new connections
Thomas Haller
1
-2
/
+4
2015-11-18
wifi: implement MAC address randomization
Dan Williams
6
-31
/
+170
2015-11-18
supplicant: check for MAC address randomization support
Dan Williams
2
-4
/
+18
2015-11-18
trivial: wifi/supplicant: change ApSupport to NMSupplicantFeature
Dan Williams
3
-23
/
+23
2015-10-02
wifi: emit NEW_BSS on ScanDone to update APs in Wi-Fi device (rh #1267327)
Jiří Klimeš
1
-15
/
+46
2015-10-02
supplicant: fix BSSs property type
Jiří Klimeš
1
-1
/
+1
2015-09-30
build: extract version macros from "nm-version.h" to new header file "nm-vers...
Thomas Haller
1
-0
/
+1
2015-09-23
supplicant: adjust fragment_size according to MTU (bgo #755145)
Jiří Klimeš
7
-7
/
+195
2015-08-21
wifi: also support locking connections to a channel within band (bgo #627571)
Jiří Klimeš
1
-10
/
+24
2015-08-21
supplicant: use util functions for Wi-Fi frequencies
Jiří Klimeš
1
-8
/
+28
2015-08-21
supplicant: wpa_supplicant wants space-separated list in freq_list (bgo #627571)
Jiří Klimeš
1
-5
/
+5
2015-08-18
supplicant: don't log a warning when scan request fails
Thomas Haller
1
-2
/
+6
2015-08-10
core: final gdbus porting
Dan Winship
4
-6
/
+1
2015-08-05
all: make use of new header file "nm-default.h"
Thomas Haller
8
-12
/
+8
2015-08-05
include: add convenience header "nm-default.h"
Thomas Haller
1
-1
/
+1
2015-08-05
supplicant/test: fix wrong usage of nmtst_init() inside core tests
Thomas Haller
1
-1
/
+2
2015-07-24
core: add missing g_dbus_error_strip_remote_error() calls
Dan Winship
1
-3
/
+16
2015-07-24
all: rename nm-glib-compat.h to nm-glib.h, use everywhere
Dan Winship
7
-11
/
+7
2015-07-24
include: add nm-dbus-compat.h
Dan Winship
1
-2
/
+3
[next]