NetworkManager/libnm-util
Dan Williams 16bccfd672 core: handle s390 options more cleanly
There are so many... so handle them as a table of key/value pairs
instead of having separate functions for each one.  At the moment
nothing but subchannels is used internally, but this allows plugins
to preserve options that NM doesn't care about when reading/writing
system configuration.
2010-06-29 00:37:14 -07:00
..
tests libnm-util: convert from old IP6 address format to new 2010-04-19 10:14:44 -07:00
COPYING doc: fix FSF address (bgo #575625) 2009-09-10 21:03:30 -04:00
crypto.c libnm-util: handle PEM files without an ending newline (rh #507315) 2009-11-18 16:29:48 -08:00
crypto.h libnm-util: add nm_utils_rsa_key_encrypt() and fix crypto padding mixups 2009-09-15 16:01:50 -07:00
crypto_gnutls.c libnm-util: add nm_utils_rsa_key_encrypt() and fix crypto padding mixups 2009-09-15 16:01:50 -07:00
crypto_nss.c crypto: de-init NSS after calling PR_GetError() 2010-01-21 12:57:31 -08:00
libnm-util.pc.in build: pkg-config file fixes 2010-01-20 16:53:04 -08:00
libnm-util.ver core: handle s390 options more cleanly 2010-06-29 00:37:14 -07:00
Makefile.am core: MAC address spoofing/cloning (rh #447827) (bgo #553771) 2010-06-22 14:21:25 +02:00
nm-connection.c libnm-util: remove useless semicolons 2010-05-26 00:30:32 -07:00
nm-connection.h Documentation updates 2008-11-24 04:30:36 +00:00
nm-param-spec-specialized.c libnm-util: convert from old IP6 address format to new 2010-04-19 10:14:44 -07:00
nm-param-spec-specialized.h Rename private nm_* functions to _nm_* 2008-08-26 09:34:31 +00:00
nm-setting-8021x.c libnm-util: client certificate should not be required to set private key (bgo #585570) 2009-12-08 16:52:24 -08:00
nm-setting-8021x.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-bluetooth.c doc: document bluetooth setting properties 2009-11-11 13:50:01 -08:00
nm-setting-bluetooth.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-cdma.c doc: document cdma setting properties 2009-11-11 14:06:14 -08:00
nm-setting-cdma.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-connection.c doc: fix a typo 2010-03-08 10:59:16 +01:00
nm-setting-connection.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-gsm.c libnm-util: add nm_setting_gsm_get_home_only() 2010-03-16 23:52:37 -07:00
nm-setting-gsm.h libnm-util: add nm_setting_gsm_get_home_only() 2010-03-16 23:52:37 -07:00
nm-setting-ip4-config.c libnm-util: clarify may-fail behavior 2010-05-03 00:08:02 -07:00
nm-setting-ip4-config.h libnm-util: add 'may-fail' for IPv4 and IPv6 2010-05-02 16:51:26 -07:00
nm-setting-ip6-config.c ip6: remove standalone DHCP method since DHCPv6 can't provide gateways 2010-05-20 10:24:13 -07:00
nm-setting-ip6-config.h ip6: remove standalone DHCP method since DHCPv6 can't provide gateways 2010-05-20 10:24:13 -07:00
nm-setting-olpc-mesh.c misc: license fixups 2010-01-21 15:11:50 -08:00
nm-setting-olpc-mesh.h misc: license fixups 2010-01-21 15:11:50 -08:00
nm-setting-ppp.c doc: document ppp setting properties 2009-11-11 14:06:48 -08:00
nm-setting-ppp.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-pppoe.c doc: document pppoe setting properties 2009-11-11 14:07:02 -08:00
nm-setting-pppoe.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-serial.c libnm-util: better error message about missing PPP setting 2010-05-26 00:32:05 -07:00
nm-setting-serial.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-template.c 2008-10-27 Dan Williams <dcbw@redhat.com> 2008-10-27 17:36:18 +00:00
nm-setting-template.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-vpn.c libnm-util: ensure empty VPN secrets are not used (rh #587784) 2010-06-28 15:15:23 -07:00
nm-setting-vpn.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-wired.c core: handle s390 options more cleanly 2010-06-29 00:37:14 -07:00
nm-setting-wired.h core: handle s390 options more cleanly 2010-06-29 00:37:14 -07:00
nm-setting-wireless-security.c doc: document wireless-security setting properties 2009-11-11 14:08:15 -08:00
nm-setting-wireless-security.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-wireless.c core: MAC address spoofing/cloning (rh #447827) (bgo #553771) 2010-06-22 14:21:25 +02:00
nm-setting-wireless.h core: MAC address spoofing/cloning (rh #447827) (bgo #553771) 2010-06-22 14:21:25 +02:00
nm-setting.c doc: update some setting properties descriptions 2009-11-10 12:36:20 -08:00
nm-setting.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-utils-private.h 2008-11-20 Dan Williams <dcbw@redhat.com> 2008-11-20 20:22:14 +00:00
nm-utils.c Merge remote branch 'origin/master' into zvm 2010-06-17 21:14:09 -07:00
nm-utils.h libnm-util: add nm_utils_wifi_* functions to handle frequencies/channels 2010-05-31 15:32:13 +02:00