summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-cdma.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: update CDMA setting documentationDan Williams2011-07-051-2/+10
|
* libnm-util: add secret flags for each secret describing how the secret is storedDan Williams2011-01-291-4/+6
| | | | | | | | | | | | This allows the necessary flexibility when handling secrets; otherwise it wouldn't be known when NM should save secrets returned from agents to backing storage, or when the agents should store the secrets. We can't simply use lack of a secret in persistent storage as the indicator of this, as (for example) when creating a new connection without secrets the storage method would be abmiguous. At the same time, fold in "always ask" functionality for OTP tokens so user agents don't have to store that attribute themselves out-of-band.
* libnm-util: add class padding for future expansionDan Williams2009-09-301-0/+6
|
* 2008-10-26 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-261-5/+4
| | | | | | | | | | | | | | | | | Patch from Tambet Ingo <tambet@gmail.com> * libnm-util/libnm-util.ver libnm-util/nm-setting-cdma.c libnm-util/nm-setting-cdma.h - Make properties private and add accessor functions * src/nm-cdma-device.c src/ppp-manager/nm-ppp-manager.c - Use those accessors git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4218 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-07-27 Dan Williams <dcbw@redhat.com>Dan Williams2008-07-271-0/+23
| | | | | | | | | * libnm-util/* - Relicense to LGPLv2+ git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3859 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-06-12 Dan Williams <dcbw@redhat.com>Dan Williams2008-06-121-0/+14
| | | | | | | | | | Add a GError argument to nm_connection_verify() and nm_setting_verify(), and add error enums to each NMSetting subclass. Each NMSetting subclass now returns a descriptive GError when verification fails. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3751 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-01-21 Dan Williams <dcbw@redhat.com>Dan Williams2008-01-211-0/+41
* include/NetworkManager.h - Add CDMA mobile broadband card device type * src/nm-hal-manager.c - (modem_device_creator): handle both CDMA and GSM modems; the device must now be tagged with 'cdma' or 'gsm' capability * src/nm-cdma-device.c src/nm-cdma-device.h src/Makefile.am - Add the CDMA mobile broadband card device class * libnm-util/nm-connection.c - (register_default_settings): add NMSettingCdma * libnm-util/nm-setting-cdma.c libnm-util/nm-setting-cdma.h libnm-util/Makefile.am - Add the CDMA mobile broadband card setting class * libnm-glib/nm-cdma-device.c libnm-glib/nm-cdma-device.h libnm-glib/Makefile.am - Add the CDMA mobile broadband card GLib proxy class * libnm-glib/nm-client.c - (get_device): handle CDMA devices too git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3261 4912f4e0-d625-0410-9fb7-b9a5a253dbdc