summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: move back nm_match_spec_string()Pavel Šimerda2013-07-041-0/+13
* trivial: move a couple of functions to nm-ip[46]-configPavel Šimerda2013-07-031-223/+0
* settings: fix unmanaging of InfiniBand devicesDan Winship2013-06-131-9/+3
* config: add NMConfigDeviceDan Winship2013-04-031-1/+1
* core: allow marking a device unmanaged by its interface nameDan Winship2013-03-131-9/+30
* core: preserve errno in nm_utils_do_sysctl()Dan Williams2013-02-041-5/+19
* core: fix writing blank sysctl valuesDan Williams2013-02-041-1/+0
* core: fix semantics of nm_utils_do_sysctl()Dan Williams2012-11-301-11/+32
* all: Don't use ctype.h macrosDan Winship2012-09-261-3/+2
* libnm-util: move nm_utils_is_uuid() hereDan Winship2012-09-261-17/+0
* core: split dispatcher into its own fileDan Williams2012-09-111-219/+0
* core: fix compat VLAN interface addition when interface already existsDan Williams2012-08-061-0/+1
* core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš2012-05-211-2/+3
* utils: override VPN plugin's never-default when ignoring auto routes (rh #804...Jiří Klimeš2012-03-201-2/+9
* core: fix parent/master confusion in some argument namesDan Williams2012-03-011-2/+2
* utils: more flexible reading of /proc/sys/netJiří Klimeš2012-02-271-3/+25
* core: automatically create VLAN interfaces when neededDan Williams2012-02-161-0/+6
* core: add utility function nm_utils_is_uuid()Dan Williams2012-02-161-0/+17
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-061-3/+3
* trivial: remove some unused includesDan Williams2011-12-021-2/+0
* libnm-util: add ether_ntoa/ether_aton-like utility methodsDan Winship2011-11-171-12/+0
* core: remove unused includesDan Williams2011-07-221-3/+1
* core: add utility function to get a connection's shared wifi permissionDan Williams2011-07-011-0/+30
* dispatcher: pass DHCP options as string:string hashDan Williams2011-05-111-2/+34
* dispatcher: enhance dispatcher script environment (bgo #648382)Dan Williams2011-05-021-23/+126
* core: use nm_connection_get_id() and nm_connection_get_uuid() to simplify codeJiří Klimeš2011-03-081-3/+1
* core: don't autocomplete non-IPv6-capable connections with IPv6 enabledDan Williams2011-02-251-4/+5
* core: fix dbus-glib crash on shutdown with systemdDan Williams2011-02-211-9/+23
* libnm-util: add 'flags' argument to nm_connection_to_hash() and nm_setting_to...Dan Williams2011-01-261-1/+1
* core: move generic connection complete function to a generic locationDan Williams2011-01-131-0/+118
* DBus: merge NetworkManger{,SystemSettings}Daniel Gnoutcheff2010-08-071-7/+0
* core: remove internal API refs. to user settingsDaniel Gnoutcheff2010-08-061-10/+6
* s390: replace 'zvm' with s390Dan Williams2010-06-171-2/+2
* ethernet: handle zvm-subchannels unmanaged spec (rh #591533)Dan Williams2010-05-261-0/+96
* logging: silence ignorable warningDan Williams2010-05-041-4/+4
* ip6: turn RA acceptance off when RAs shouldn't be used (rh #588163)Dan Williams2010-05-031-0/+29
* core: update logging in misc filesDan Williams2010-04-071-4/+5
* utils: add boolean value hash helperDan Williams2010-03-161-0/+14
* Initial IPv6 support (only handles "manual" and "ignore" currently)Dan Winship2009-07-291-0/+135
* core: kill nm_print_device_capabilities()Dan Williams2009-07-071-32/+0
* everything: use libgudev instead of HAL; merge NM and nm-system-settingsDan Williams2009-06-111-1/+28
* dns: fix handling of searches and domains in resolv.confDan Williams2009-05-111-0/+1
* wifi: handle WEP & WPA passphrases (bgo #513820) (rh #441070)Dan Williams2009-05-091-55/+0
* core: clean up initial device messagesDan Williams2009-02-181-12/+7
* Share some utility helper functions to send hash tables containing GValues ov...Tambet Ingo2009-02-091-70/+85
* move nm_utils_ip4_addr_to_nl_addr() to nm-ip4-config.cDan Williams2009-01-181-14/+0
* 2008-12-09 Dan Williams <dcbw@redhat.com>Dan Williams2008-12-091-0/+3
* 2008-11-02 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-031-5/+3
* 2008-10-29 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-291-46/+38
* Unref the proxy a bit earlier in vain hope of fixing segfaults on shutdownDan Williams2008-10-201-1/+1