| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: make the settings docs work from tarball builds | Dan Winship | 2014-11-14 | 1 | -5/+8 |
* | libnm*: fix library gettext usage | Dan Winship | 2014-11-13 | 31 | -29/+34 |
* | all: consistently include config.h | Dan Winship | 2014-11-13 | 37 | -1/+73 |
* | libnm-util: fix typos in libnm-util documentation | Jiří Klimeš | 2014-11-13 | 1 | -2/+2 |
* | libnm: add NMSettingIPConfig:route-metric | Thomas Haller | 2014-11-07 | 7 | -1/+116 |
* | vpn: allow plugins to indicate 'can-persist' capability | Dan Williams | 2014-11-06 | 1 | -0/+5 |
* | libnm/libnm-util: add VPN 'persistent' property | Dan Williams | 2014-11-06 | 2 | -0/+42 |
* | build: fix -Wstrict-prototypes warnings | Thomas Haller | 2014-10-29 | 1 | -3/+3 |
* | libnm-util: add _nm_setting_get_property() function | Thomas Haller | 2014-10-12 | 2 | -0/+23 |
* | libnm: add function _nm_setting_get_setting_priority() | Thomas Haller | 2014-10-12 | 2 | -2/+14 |
* | libnm-util: let nm_setting_diff() be symetric not to return properties that a... | Thomas Haller | 2014-10-12 | 2 | -11/+72 |
* | libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion... | Thomas Haller | 2014-10-12 | 2 | -10/+32 |
* | libnm-core: make NMSettingSerial:parity an enum | Dan Winship | 2014-10-03 | 1 | -0/+10 |
* | libnm: add bonding option "lacp_rate" to NMSettingBond | Thomas Haller | 2014-10-02 | 2 | -0/+17 |
* | libnm-core, libnm-util: remove some useless code in nm-settings.c | Dan Winship | 2014-09-04 | 1 | -20/+2 |
* | libnm-util: generate-plugin-docs.pl-related fixes | Dan Winship | 2014-09-03 | 2 | -6/+6 |
* | libnm-util: add ifcfg-rh specific description for propertiesjk/bgo683111-keyfile-ifcfg-rh-docs | Jiří Klimeš | 2014-08-29 | 15 | -0/+1156 |
* | libnm-util: add keyfile specific description for properties | Jiří Klimeš | 2014-08-29 | 7 | -0/+151 |
* | libnm-util: generate-plugin-docs.pl script for extracting plugin docs | Jiří Klimeš | 2014-08-29 | 2 | -3/+206 |
* | libnm-util: properly disconnect "notify" signal for settings in NMConnection | Thomas Haller | 2014-08-22 | 1 | -13/+19 |
* | libnm-core: fix NMSettingConnection:verify() not to modify interface-name | Thomas Haller | 2014-08-22 | 1 | -1/+1 |
* | libnm-core: add normalize of MTU for NMSettingInfiniband | Thomas Haller | 2014-08-22 | 1 | -0/+1 |
* | trivial: don't shadow rand(3) | Dan Williams | 2014-08-20 | 1 | -5/+5 |
* | libnm-core: fix crash in NMSettingAdsl:verify() | Thomas Haller | 2014-08-19 | 1 | -6/+8 |
* | build: fix generate-setting-docs.py to work with python3 | Thomas Haller | 2014-08-12 | 1 | -3/+5 |
* | libnm-util: don't warn about unrecognized properties | Dan Winship | 2014-08-08 | 1 | -2/+4 |
* | libnm-core, libnm-util: convert test-crypto, test-setting-8021x.c to gtestutils | Dan Winship | 2014-08-07 | 3 | -130/+173 |
* | libnm-util/test: fix tests not to write a core file | Thomas Haller | 2014-08-04 | 1 | -1/+23 |
* | libnm-util/tests: fix build for older glib with unknown G_SPAWN_DEFAULT | Thomas Haller | 2014-08-04 | 1 | -1/+1 |
* | libnm-util/test: fix build for clang due to deprecated warning | Thomas Haller | 2014-08-01 | 1 | -0/+2 |
* | libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detected | Dan Winship | 2014-08-01 | 4 | -1/+93 |
* | libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labels | Dan Winship | 2014-08-01 | 5 | -322/+17 |
* | libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow) | Thomas Haller | 2014-08-01 | 1 | -1/+1 |
* | libnm-util: fix warning converting between enum types in nm-setting-8021x.c | Thomas Haller | 2014-08-01 | 1 | -2/+7 |
* | build: clean nm-version.h | Dan Williams | 2014-07-31 | 1 | -1/+1 |
* | libnm-util: fix enum member names in a gtk-doc comment | Dan Winship | 2014-07-23 | 1 | -7/+7 |
* | libnm-util: fix gtk-doc syntax in nm-version.h to avoid a warning | Dan Winship | 2014-07-23 | 1 | -1/+1 |
* | platform: assert against the maximum length of link_get_address() | Thomas Haller | 2014-07-23 | 1 | -3/+2 |
* | include: add NM_DEVICE_CAP_IS_SOFTWARE capability | Jiří Klimeš | 2014-07-22 | 1 | -2/+4 |
* | libnm-util: fix leak in _nm_connection_verify() | Thomas Haller | 2014-07-15 | 1 | -1/+1 |
* | build: more srcdir!=builddir fixes | Dan Winship | 2014-07-15 | 2 | -4/+4 |
* | libnm-util: NetworkManager.h/NetworkManagerVPN.h doc fixups | Dan Winship | 2014-07-15 | 2 | -123/+159 |
* | libnm-util, libnm-glib: whitespace fixes | Dan Winship | 2014-07-15 | 43 | -350/+490 |
* | libnm-util, libnm-glib: standardize copyright/license headers | Dan Winship | 2014-07-15 | 72 | -280/+118 |
* | libnm-util, libnm-glib: tweak (element-type) annotations in docs | Dan Winship | 2014-07-15 | 1 | -4/+4 |
* | libnm-util: move NetworkManager.h, etc, from include/ to here | Dan Winship | 2014-07-15 | 4 | -4/+967 |
* | libnm-util: fix build with --with-crypto=gnutls | Dan Winship | 2014-07-11 | 1 | -3/+3 |
* | trivial: add a missing word to documentation | Dan Winship | 2014-07-07 | 1 | -1/+1 |
* | build: call generate-setting-docs.py directly instead of through strace | Thomas Haller | 2014-07-04 | 1 | -1/+1 |
* | libnm-util: merge nm-util-private and nm-utils-private | Dan Williams | 2014-07-02 | 7 | -118/+85 |