summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * rdisc: ensure RDNSS and DNSSL lifetimes are updated (rh #1044757) (bgo #720760)Dan Williams2013-12-191-13/+26
| * rdisc: don't leak DNSSL domains if they aren't addedDan Williams2013-12-191-3/+7
| * rdisc: fix possible overflow in large RA option lifetimesDan Williams2013-12-191-13/+13
| * rdisc: fix copy & paste error in detecting RA changesDan Williams2013-12-191-2/+2
| * rdisc: log interface name in some messagesDan Williams2013-12-191-3/+3
| * trivial: show interface name in IPv6 rdisc log messageDan Williams2013-12-191-3/+3
| * rdisc: clear domain list when updating from RADan Williams2013-12-191-0/+3
|/
* core: Expose IP and DHCP config information for VPN connections (rh #1036132)Dan Winship2013-12-1910-55/+406
|\
| * cli: get IP/DHCP config directly from the NMActiveConnection (rh #1036132)Dan Winship2013-12-191-44/+16
| * libnm-glib: expose new NMActiveConnection IP/DHCP config propertiesDan Winship2013-12-194-11/+209
| * core: add IP/DHCP config properties to o.fd.NM.Connection.ActiveDan Winship2013-12-195-0/+181
|/
* introspection: wrap long lines in nm-active-connection.xmlDan Winship2013-12-191-7/+24
* vpn: add code2string translation for NMVPNConnectionState and fix its loggingJiří Klimeš2013-12-191-2/+26
* vpn: print VPN plugin failures and VPN connection reason changes as stringsJiří Klimeš2013-12-191-4/+54
* device: add missing state-change reasons to reason_to_string()Jiří Klimeš2013-12-191-0/+4
* device: fix compilation in nm_device_add_pending_action()Jiří Klimeš2013-12-191-1/+1
* core: fix NMActiveConnection to properly add/remove pending action "activation"Thomas Haller2013-12-181-3/+14
* core: allow dynamic strings for pending action namesThomas Haller2013-12-181-24/+25
* man/cli: add NOTES section with disclaimer for name abbreviationsThomas Haller2013-12-181-0/+6
* cli: add pppoe type to nmcli bash completionThomas Haller2013-12-181-1/+7
* cli: support PPPoE connection types in 'nmcli con add'Jiří Klimeš2013-12-182-1/+142
* cli: consider empty value as "*" for "Interface name [*]: " prompt (rh #953397)Jiří Klimeš2013-12-181-2/+5
* Revert "cli: consider empty value as "*" for "Interface name: " prompt"Jiří Klimeš2013-12-181-4/+6
* cli: 'id' option for 'nmcli con add type vlan' is mandatory (rh #953397)Jiří Klimeš2013-12-182-3/+3
* trivial: fix erroneous copy&paste value in libnm-glibJiří Klimeš2013-12-181-1/+1
* trivial: fix erroneous copy&paste commentJiří Klimeš2013-12-181-1/+1
* libnm-util: minor refactoring in nm_connection_compare()Thomas Haller2013-12-171-6/+6
* trivial: fix erroneous commentDan Winship2013-12-171-1/+1
* docs: update documentation linksWilliam Jon McCann2013-12-175-6/+6
* tui: fix the "Device" entry on currently-active virtual devicesDan Winship2013-12-171-1/+1
* tui: hide the debugging-related command line optionsDan Winship2013-12-171-2/+2
* tui: fix the build so we don't install libtool wrapper scriptsDan Winship2013-12-171-5/+15
* po: fix handling of not-yet-used tui/vpn-helpers.cDan Williams2013-12-172-1/+2
* systemd: add "Before=network.service" on Fedora/RHEL (rh #1034983)Dan Winship2013-12-173-2/+9
* cli: fix compilation without WiMAXJiří Klimeš2013-12-171-5/+0
* cli: allow '--field group.field' for nmcli con show conf <bla>Jiří Klimeš2013-12-173-110/+166
* cli: allow '--field group.field' for nmcli con show active <bla>Jiří Klimeš2013-12-171-21/+79
* cli: allow specifying 'group.name' syntax for '--fields'Jiří Klimeš2013-12-179-178/+262
* cli: fix bash-completion for nmcli connection load (rh #1036545)Jiří Klimeš2013-12-171-1/+1
* libnm-util: don't introspect nm_utils_inet[46]_ntopDan Winship2013-12-161-2/+2
* introspection: add missing GENERIC and TEAM device types to nm-device.xmlJiří Klimeš2013-12-161-0/+10
* po/tui: add missing file to POTFILES.inThomas Haller2013-12-131-0/+1
* core: fix NMDevice.ip6_use_tempaddr to avoid buffer overrun for zero char in ...Thomas Haller2013-12-131-4/+3
* core/wimax: avoid printing wrong error message in iwmx_sdk_addremove_cbThomas Haller2013-12-131-3/+4
* core: reorder statements when creating fake AP in NMDeviceWifi:act_stage1_pre...Thomas Haller2013-12-131-15/+21
* core: minor code cleanup in nm-device-wimax.cThomas Haller2013-12-131-13/+9
* nmtui: initial import of nmtuiDan Winship2013-12-13129-1/+24528
* cli: fix description of connection parameters and specify some default valuesJiří Klimeš2013-12-132-17/+17
* merge: fix devices not re-activating when connections are downed (rh #1033187)Dan Williams2013-12-123-21/+44
|\
| * policy: invoke NMPolicy::device_state_changed() after other handlers (rh #103...Jiří Klimeš2013-12-121-11/+19