summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clients: fix build with old GLibbg/vpn-helper-fix-buildBeniamino Galvani2015-12-141-1/+1
* merge: enable VPN secrets for nmtui/nmcli secret agent (rh #975185)Jiří Klimeš2015-12-1210-22/+520
|\
| * tui: prefill a secret in the entry if we have a valueJiří Klimeš2015-12-121-0/+2
| * tui: allow connecting to OpenConnectJiří Klimeš2015-12-121-1/+91
| * cli: do not present secrets from openconnect to the user for confirmationJiří Klimeš2015-12-121-4/+10
| * cli: make asking VPN secrets for OpenConnect really workJiří Klimeš2015-12-121-1/+95
| * clients: add a helper function to get required openconnect VPN secretsJiří Klimeš2015-12-122-0/+85
| * clients: add vpn_type member to secret structure in secret agentJiří Klimeš2015-12-122-0/+20
| * clients: move vpn_get_secret_names() to nm-vpn-helpersJiří Klimeš2015-12-126-51/+64
| * clients: enable VPN secrets for nmtui/nmcli secret agent (rh #975185)Jiří Klimeš2015-12-122-13/+201
|/
* platform: fix memleak in _nl_link_parse_info_data()Thomas Haller2015-12-101-1/+4
* platform: fix memleak in _nl_sock_flush_data()Thomas Haller2015-12-101-1/+4
* platform: EAGAIN is equal to EWOULDBLOCKThomas Haller2015-12-101-1/+5
* platform: fix event_handler_read_netlink_one() wrongly returning with nothing...Thomas Haller2015-12-101-0/+1
* tests/valgrind: rename name of logfile for valgrind runThomas Haller2015-12-051-1/+1
* core: strip trailing dot from domain search listBeniamino Galvani2015-12-054-10/+85
* ppp-manager: fix crash in create_pppd_cmd_line() for ADSL with PPPOE protocolThomas Haller2015-12-041-1/+2
* cli: remove duplicated checks for running NetworkmanagerJiří Klimeš2015-12-031-12/+0
* dhcp: lifetimes are unsigned integers, use %u printf specifier (rh #1268911)Jiří Klimeš2015-12-031-3/+3
* platform: cope differently with spurious RTM_DELLINK message when unslaving b...Thomas Haller2015-12-012-65/+22
* Revert "platform: cancel delayed action REFRESH_LINK when receiving an update"Thomas Haller2015-12-011-28/+0
* platform: workaround kernel bug about missing IFLA_LINK/parent when creating ...Thomas Haller2015-12-011-0/+14
* merge: merge changes for getting singleton objects (rh #1286576)Jiří Klimeš2015-12-0118-193/+90
|\
| * core: declare nm_agent_manager_get() using NM_DEFINE_SINGLETON_GETTER()jk/wpa_supplicant-start-rh1286576Thomas Haller2015-12-014-45/+48
| * core: declare nm_supplicant_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-014-22/+4
| * core: declare nm_firewall_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-012-18/+1
| * core: declare nm_inotify_helper_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-011-23/+20
| * core: declare nm_vpn_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-19/+2
| * core: declare nm_dhcp_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-21/+2
| * core: declare nm_dns_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-19/+3
| * core: declare nm_sleep_monitor_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-26/+10
|/
* wifi: only try adding supplicant interface 5 times on errors (bgo #753971)Jiří Klimeš2015-11-301-1/+36
* cli: fix an error in setting s390-options in nmcli editorJiří Klimeš2015-11-281-1/+12
* cli: fix an error in nmcli editor when setting vpn.data/vpn.secretsJiří Klimeš2015-11-281-2/+15
* platform/tests: drop "platform" test binaryThomas Haller2015-11-272-906/+0
* platform/tests: remove "dump" test-programThomas Haller2015-11-272-143/+0
* nmtst: refactor NMTST_BUSY_WAIT() and rename to NMTST_WAIT*()Thomas Haller2015-11-271-5/+15
* test: add NMTST_BUSY_WAIT() utilThomas Haller2015-11-271-0/+12
* nmtst: support shorthand "NMTST_DEBUG=TRACE" to set logging levelThomas Haller2015-11-271-0/+5
* clients: (trivial) remove unused commented code in nm-vpn-helpersJiří Klimeš2015-11-262-236/+0
* clients: move clients/tui/vpn-helpers.c to clients/common/nm-vpn-helpers.cJiří Klimeš2015-11-264-77/+107
* ip4-config: properly handle gateway in nm_ip4_config_replace()Beniamino Galvani2015-11-261-3/+6
* platform/tests: use "nm-test-utils.h" in "monitor.c"Thomas Haller2015-11-251-9/+13
* clients: check errors of polkit_unix_session_new_for_process_sync()Jiří Klimeš2015-11-251-3/+5
* core: don't handle SIGUSR1 and SIGUSR2 signals for pre 2.36.0 glibThomas Haller2015-11-251-2/+5
* nm-glib: add nm_glib_check_version() utilThomas Haller2015-11-251-0/+11
* dhcp-helper: call g_type_init() to support pre 2.36.0 glibGlenn Washburn2015-11-251-0/+4
* po: updated Galician (gl) translation (bgo #758631)Fran Diéguez2015-11-251-1361/+7223
* device: use nm_utils_find_helper() to find out ping/ping6 binary (bgo #758566)Jiří Klimeš2015-11-241-2/+2
* tests: merge branch 'th/test-run-valgrind'Thomas Haller2015-11-243-21/+184
|\