| Commit message (Expand) | Author | Age | Files | Lines |
* | ifnet: rename files to "nms-ifnet-*" | Thomas Haller | 2016-10-11 | 1 | -2966/+0 |
* | ifnet: fix memory leaks | Beniamino Galvani | 2016-06-03 | 1 | -1/+1 |
* | ifnet: fix error handling | Lubomir Rintel | 2016-04-29 | 1 | -7/+4 |
* | ifnet: fix error handling | Lubomir Rintel | 2016-03-15 | 1 | -93/+57 |
* | ifnet: fix a possible NULL dereference | Lubomir Rintel | 2016-03-15 | 1 | -5/+11 |
* | all: cleanup includes and let "nm-default.h" include "config.h" | Thomas Haller | 2016-02-19 | 1 | -2/+1 |
* | settings: trivial: rename NMSystemConfigInterface to NMSettingsPlugin | Dan Winship | 2015-09-10 | 1 | -1/+1 |
* | all: drop includes to <glib/gi18n.h> for "nm-default.h" | Dan Winship | 2015-08-05 | 1 | -1/+0 |
* | all: make use of new header file "nm-default.h" | Thomas Haller | 2015-08-05 | 1 | -1/+1 |
* | trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64() | Thomas Haller | 2015-03-12 | 1 | -4/+4 |
* | libnm: add a type argument to nm_utils_uuid_generate_from_string() | Thomas Haller | 2014-12-04 | 1 | -1/+1 |
* | libnm: accept additional length argument in nm_utils_uuid_generate_from_string() | Thomas Haller | 2014-12-04 | 1 | -1/+1 |
* | libnm,core: enhance nm_utils_hexstr2bin() | Dan Williams | 2014-11-07 | 1 | -20/+21 |
* | all: allow route metrics to be "0" | Dan Winship | 2014-11-07 | 1 | -11/+10 |
* | libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gateway | Dan Winship | 2014-11-07 | 1 | -6/+4 |
* | all: stop pretending to support multiple "gateway"s | Dan Winship | 2014-11-07 | 1 | -5/+4 |
* | libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classes | Dan Winship | 2014-11-07 | 1 | -57/+56 |
* | libnm-core, all: merge IPv4 and IPv6 address/route types | Dan Winship | 2014-11-07 | 1 | -124/+95 |
* | build: fix -Wstrict-prototypes warnings | Thomas Haller | 2014-10-29 | 1 | -2/+2 |
* | libnm-core: add nm-core-types.h, remove cross-includes | Dan Winship | 2014-10-28 | 1 | -11/+3 |
* | settings: drop plugin-specific error domains | Dan Winship | 2014-10-22 | 1 | -64/+59 |
* | libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion... | Thomas Haller | 2014-10-12 | 1 | -12/+13 |
* | libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTES | Dan Winship | 2014-09-04 | 1 | -32/+41 |
* | libnm-core: replace GByteArray with pointer + length in some APIs | Dan Winship | 2014-09-04 | 1 | -1/+1 |
* | libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property types | Dan Winship | 2014-09-04 | 1 | -13/+6 |
* | libnm-core: change all mac-address properties to G_TYPE_STRING | Dan Winship | 2014-09-04 | 1 | -33/+18 |
* | supplicant/ifnet: fix spelling of "private_key2_passwd" option | Geoffrey Thomas | 2014-08-27 | 1 | -2/+2 |
* | libnm-core, libnm, core: make NMConnection an interface | Dan Winship | 2014-08-16 | 1 | -1/+1 |
* | libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h | Dan Winship | 2014-08-07 | 1 | -1/+0 |
* | libnm-core, etc: drop type-based hwaddr funcs, port to length-based ones | Dan Winship | 2014-08-07 | 1 | -5/+5 |
* | libnm, core, cli, tui: fix the capitalization of various types | Dan Winship | 2014-08-01 | 1 | -5/+5 |
* | libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow) | Thomas Haller | 2014-08-01 | 1 | -1/+2 |
* | ifnet: refactor to use nm_utils_hwaddr_ntoa_len() instead of printf() | Thomas Haller | 2014-05-30 | 1 | -12/+3 |
* | settings: use nm_log_info/warning() in settings plugins | Dan Winship | 2014-04-23 | 1 | -106/+64 |
* | trivial: more wrong compiler warnings | Thomas Haller | 2014-02-27 | 1 | -1/+1 |
* | core: add support for EAP-PWD authentication | jvoisin | 2013-10-23 | 1 | -0/+1 |
* | core: don't use deprecated 'security' property of wifi setting | Jiří Klimeš | 2013-09-02 | 1 | -9/+3 |
* | trivial: fix spelling errors in code comments and README file | Thomas Haller | 2013-08-06 | 1 | -1/+1 |
* | settings: implement ability to add connections without saving them to disk | Dan Williams | 2013-05-28 | 1 | -8/+68 |
* | ifnet: track connections by UUID not conf.d net connection name | Dan Williams | 2013-05-28 | 1 | -39/+33 |
* | libnm-util: consolidate hex-string <-> bin conversion functions | Jiří Klimeš | 2013-03-28 | 1 | -3/+3 |
* | settings: read/write NMSettingConnection:interface-name | Dan Winship | 2013-03-13 | 1 | -3/+6 |
* | all: remove more pointless NULL checks | Dan Winship | 2013-02-13 | 1 | -7/+0 |
* | ifnet: allow testcase to remove backup files (fixes distcheck) | Dan Williams | 2012-11-30 | 1 | -3/+7 |
* | ifnet: fix srcdir != builddir issue with certificate paths | Dan Williams | 2012-11-30 | 1 | -28/+52 |
* | all: Don't use ctype.h macros | Dan Winship | 2012-09-26 | 1 | -3/+2 |
* | ifnet: remove system prefix | Mu Qiao | 2012-03-09 | 1 | -10/+2 |
* | ifnet: remove wep_tx_keyidx only when necessary (bgo #670508) | Mu Qiao | 2012-02-25 | 1 | -2/+2 |
* | ifnet: support reading openrc style | Mu Qiao | 2011-12-12 | 1 | -7/+7 |
* | core: use nm_connection_get_setting_<type>() whenever possible | Thomas Graf | 2011-12-06 | 1 | -29/+12 |