summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-glib: add libnm compat defines to nm-vpn-plugin-ui-interface.hdanw/wip/vpnDan Winship2014-11-111-0/+46
* tui: add VPN editing supportDan Winship2014-11-117-7/+1297
* tui: rename vpn-helpers and add it to the MakefileDan Winship2014-11-095-88/+77
* tui: work around a gnome-shell bugDan Winship2014-11-091-0/+10
* libnm-core: add nm_utils_file_is_certificate() and _file_is_private_key()Dan Winship2014-11-095-1/+136
* libnm-core: tweak crypto.c APIsDan Winship2014-11-095-78/+88
* libnm-core, libnm-util: move test cert files to libnm-core/Dan Winship2014-11-0918-30/+28
* libnm-core: port test-crypto to g_assert* macrosDan Winship2014-11-091-117/+78
* tui: tweak NmtEditorGrid column rulesDan Winship2014-11-092-27/+32
* tui: simplify DSL page handlingDan Winship2014-11-093-30/+76
* tui: rework how editor pages workDan Winship2014-11-0933-269/+514
* tui: merge NmtPageMain into NmtEditorDan Winship2014-11-094-386/+193
* tui: rename two classesDan Winship2014-11-0932-347/+347
* tui: add NmtNewtFileDialog, NmtNewtFileButtonDan Winship2014-11-0912-2/+1274
* tui: miscellaneous NmtNewt API improvementsDan Winship2014-11-095-31/+157
* libnm: fix a crash after unreffing NMClientDan Winship2014-11-071-0/+2
* dhcp: demote DHCP client registration message to 'debug' levelDan Williams2014-11-071-2/+8
* po/test: add contrib/rpm directory to POTFILES.skipThomas Haller2014-11-071-0/+1
* docs: fix libnm docs out-of-tree buildDan Winship2014-11-071-1/+5
* contrib/rpm: add option to only building SRPMThomas Haller2014-11-072-2/+15
* cli: fix an activation bugDan Winship2014-11-071-0/+1
* merge: add 'configure-and-quit' option (rh #1083683) (rh #863515)Dan Williams2014-11-0745-881/+2355
|\
| * iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-0714-72/+865
| * man: document 'configure-and-quit' configuration optionJiří Klimeš2014-11-071-1/+23
| * core: add option to quit when startup is complete (rh #863515) (rh #1083683)Dan Williams2014-11-073-0/+30
| * core: add nm_utils_ip4_property_path()Dan Williams2014-11-072-11/+41
| * dhcp: track last IPv4 address on start for renewalDan Williams2014-11-078-23/+32
| * dhcp: preserve hostname for later useDan Williams2014-11-075-21/+31
| * dhcp: preserve DHCPv4 client ID for later useDan Williams2014-11-079-83/+327
| * dhcp: move client-specific knowledge out of the managerDan Williams2014-11-0710-80/+154
| * dhcp: move D-Bus DHCP listener into separate classDan Williams2014-11-078-247/+377
| * core: split signal/pidfile/option handling into separate source fileDan Williams2014-11-075-226/+335
| * libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-0710-153/+176
|/
* libnm, docs: docs fixesDan Winship2014-11-0713-75/+114
* ifcfg-rh: strip trailing whitespace from ifcfg files (rh #1100336)Dan Williams2014-11-074-2/+53
* ifcfg-rh: (trivial) fix formattingDan Williams2014-11-071-2/+1
* policy: fix get_best_device() to return only active devices from the listThomas Haller2014-11-071-10/+10
* build: add the compatibility header for g_clear_pointer()Jiří Klimeš2014-11-073-0/+3
* core: fix new NMIP4Config and NMIP6Config propertiesDan Winship2014-11-073-107/+108
* core: ensure generated connections has no gateway if it has no addressesThomas Haller2014-11-072-2/+10
* core: merge branch 'th/bgo735512_route_metric'Thomas Haller2014-11-0745-683/+2036
|\
| * core: even vor MODEM devices don't add IPv6 default routes without gatewayThomas Haller2014-11-071-3/+2
| * policy: return best config based on the internal sorting of NMDefaultRouteMan...Thomas Haller2014-11-073-73/+24
| * policy: improve get_best_device() to strictly adhering the sort order of the ...Thomas Haller2014-11-071-60/+68
| * policy: set default routes for VPN via NMDefaultRouteManagerThomas Haller2014-11-073-93/+17
| * policy: move get_best_config() function to nm-default-route-managerThomas Haller2014-11-073-134/+193
| * policy: track default route for VPN in NMDefaultRouteManagerThomas Haller2014-11-072-13/+111
| * policy: better sync get_best_device() with NMDefaultRouteManagerThomas Haller2014-11-071-41/+46
| * policy: move get_best_device() function to nm-default-route-managerThomas Haller2014-11-073-119/+98
| * policy: add manager for default routes and support multiple default routesThomas Haller2014-11-079-119/+1021