summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: log ifindex in addition to interface name (trivial)jk/dev-remove-fixJiří Klimeš2014-06-051-155/+189
* core: transition removed devices into unmanagedJiří Klimeš2014-06-051-10/+11
* libnm-glib: fix double unref() when object creation failsJiří Klimeš2014-06-051-6/+7
* Merge branch 'th/bgo728791_vpn_SetConfig'Thomas Haller2014-06-042-40/+64
|\
| * vpn: cleanup receiving VPN parameters and check for GValue typesThomas Haller2014-06-041-20/+46
| * libnm-glib: fix resetting IP config during additional SetConfig() callsThomas Haller2014-06-041-20/+18
|/
* core: add debug logging to nm_utils_match_connection()Dan Winship2014-06-041-0/+27
* libnm-utils: remove INFERRABLE flag from properties we don't actually inferDan Winship2014-06-042-3/+3
* firewall: merge branch 'th/rh1103782_firewall_zone_conflict'Thomas Haller2014-06-043-34/+57
|\
| * firewall: fix ZONE_CONFLICT when adding firewall interface to zoneThomas Haller2014-06-042-4/+4
| * firewall: fix ZONE_CONFLICT when removing interface from zoneThomas Haller2014-06-041-3/+1
| * firewall: extend logging to show id for async dbus calls in NMFirewallManagerThomas Haller2014-06-041-10/+33
| * firewall: refactor allocation of CBInfo data in NMFirewallManagerThomas Haller2014-06-041-6/+15
| * firewall: refactor reentrancy for dispose() in NMFirewallManagerThomas Haller2014-06-041-12/+5
|/
* contrib/build: require readline library for nmcli in NetworkManager.specThomas Haller2014-06-041-0/+2
* core/logging: initialize level_names array with explicit array initilizer (tr...Thomas Haller2014-06-041-5/+4
* core/logging: when comparing glib log levels, ignore non-level flagsThomas Haller2014-06-041-1/+1
* Merge changes for readline support in nmcli (bgo #729846)Jiří Klimeš2014-06-048-504/+659
|\
| * cli: use readline for quit confirmation in editor, and accept localized answerJiří Klimeš2014-06-041-14/+22
| * cli: implement TAB completion for connection and interface namesJiří Klimeš2014-06-042-9/+112
| * cli: implement TAB completion for inputs in questionnaire modeJiří Klimeš2014-06-041-168/+290
| * cli: use readline also in other commands (besides interactive editor)Jiří Klimeš2014-06-042-83/+112
| * cli: make prompt argument a printf-like format string, remove history argumentJiří Klimeš2014-06-043-28/+25
| * cli: move readline related functions to common.h to be usable throughout nmcliJiří Klimeš2014-06-045-71/+102
| * cli/build: make libreadline a build-time dependency (bgo #729846)Jiří Klimeš2014-06-043-200/+65
|/
* cli: don't leak 'str' returned by g_strdup_vprintf()Jiří Klimeš2014-06-041-2/+4
* Merge tui fixes for IPv6 routes and MAC address (bgo #731160)Jiří Klimeš2014-06-033-11/+30
|\
| * tui: fix NmtMacEntry validation/displayDan Winship2014-06-031-3/+8
| * tui: fix setting Clone MAC Address propertiesDan Winship2014-06-031-0/+14
| * tui: fix a crash when editing IPv6 routesJiří Klimeš2014-06-032-8/+8
|/
* core: properly initialize unmanaged_flags and handle carrier_changed() for un...Dan Williams2014-06-021-1/+2
* tui: use 128 as the default prefix for IPv6 addressesJiří Klimeš2014-06-021-2/+6
* tui: fix a crash when editing an IPv6 address (rh #1103702)Jiří Klimeš2014-06-021-1/+1
* core/logging: remove thread-safe initialization guard for nm_logging_syslog_o...Thomas Haller2014-06-021-5/+3
* core/firewall: fix accessing non-existing connection for device in firewall_s...Thomas Haller2014-06-021-0/+3
* build: fix installing network-online.target for existing linkThomas Haller2014-06-021-1/+1
* contrib/build: cleanup build.sh script and improve build_clean.shThomas Haller2014-05-312-16/+63
* contrib/build: cleanup build.sh script by adding write_changelog() functionThomas Haller2014-05-311-10/+13
* contrib/build: remove external NMTUI source from build.shThomas Haller2014-05-311-32/+0
* contrib/build: fix spec file after creating network-online.target.wants link ...Thomas Haller2014-05-311-3/+0
* implement systemd network-online.target properly (bgo #728965)Pavel Šimerda2014-05-301-0/+4
* dns: preliminary support for unbound (bgo #699810)Pavel Šimerda2014-05-305-0/+133
* bluez: fix crash when removing NMBluezDeviceThomas Haller2014-05-301-1/+0
* core: remove unused 'error' argument to check_connection_compatible()Dan Williams2014-05-3022-393/+106
* platform: fix crash after 'fix check_cache_items() to check items in two steps'Thomas Haller2014-05-301-1/+1
* platform: merge branch 'th/bgo730934_platform_route_lookup'Thomas Haller2014-05-301-15/+84
|\
| * platform: fix lookup of routes and deletion of IPv4 routesThomas Haller2014-05-301-12/+70
| * platform/trivial: add fixme code commentThomas Haller2014-05-301-0/+3
| * platform: fix check_cache_items() to check items in two stepsThomas Haller2014-05-301-3/+11
| * platform/trivial: fix typo in ip6_route_exists()Thomas Haller2014-05-301-1/+1
|/