summaryrefslogtreecommitdiff
path: root/libnm-util
Commit message (Expand)AuthorAgeFilesLines
* libnm-util: add functions for getting valid bond options and defaultsDan Williams2012-03-013-23/+82
* libnm-util: add 'parent' property to VLAN settingDan Williams2012-03-013-31/+67
* libnm-util: add a property for IPv6 Privacy Extensions to NMSettingIP6ConfigJiří Klimeš2012-02-273-2/+79
* build: fix srcdir != builddir for new generated headersColin Walters2012-02-221-1/+2
* libnm-util: fix a docs typoDan Winship2012-02-211-2/+2
* docs: correct NMSettingBond documentation errorsJiří Klimeš2012-02-202-11/+11
* libnm-util: various cleanups and documentation fixesDan Williams2012-02-163-78/+183
* libnm-util: add VLAN setting and propertiesWeiping Pan2012-02-166-2/+776
* bonding: convert individual bonding options to a dictThomas Graf2012-02-153-269/+212
* Use glib-mkenums to generate enum typesDan Winship2012-02-1543-545/+24
* libnm-util: register more GValue transformations for debuggingDan Williams2012-02-071-6/+37
* libnm-util: allow empty number for gsm settingsThomas Bechtold2012-02-022-7/+22
* docs: update some VPN docs in libnm-utilDan Williams2012-02-011-0/+4
* libnm-util: add 'pac-file' property for 8021x setting (used in EAP-FAST)Jiří Klimeš2012-01-273-2/+44
* infiniband: add transport-mode propertyDan Winship2012-01-263-2/+60
* build: fix srcdir != builddirColin Walters2012-01-092-1/+2
* libnm-util: add functions to get number of data items and secretsJiří Klimeš2012-01-053-0/+32
* trivial: fix spelling in a annotationJiří Klimeš2012-01-051-2/+2
* libnm-util: fix some introspection annotationsDan Williams2011-12-222-3/+4
* trivial: fix up libnm-util testcasesDan Williams2011-12-091-2/+2
* bonding: add nm_connection_get_virtual_iface_name() to abstract kernel interf...Thomas Graf2011-12-086-1/+88
* libnm-util: add nm_connection_get_setting_serial()Thomas Graf2011-12-063-0/+21
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-063-10/+10
* libnm-util: add nm_utils_hwaddr_type()Dan Williams2011-12-023-0/+23
* libnm-util: fix nm_utils_hwaddr_aton() for input with no leading zerosDan Williams2011-12-022-3/+61
* libnm-util: add NMSettingInfinibandDan Winship2011-12-026-1/+376
* settings: Add new password-raw and password-raw-flags properties to 8021x.Evan Broder2011-11-213-2/+94
* libnm-util: add ether_ntoa/ether_aton-like utility methodsDan Winship2011-11-173-0/+132
* core: make testcases work after bonding mergeDan Williams2011-11-092-7/+9
* bonding: implement bonding slavesThomas Graf2011-11-093-1/+153
* bonding: settings parser for ifcfg plugin + NMSettingBond classThomas Graf2011-11-096-1/+697
* libnm-util: fix up connection diff testDan Williams2011-11-091-0/+1
* libnm-util: fix up symbol visibility test for zonesDan Williams2011-11-091-1/+1
* libnm-util: new 'zone' property for NMSettingConnectionJiri Popelka2011-11-093-0/+66
* wifi: make wireless-helper.h private to src/Dan Williams2011-11-092-6/+4
* core: fix deprecated usage of g_value_[get|set]_char() (bgo #662694)Dan Williams2011-10-282-8/+5
* trivial: fix GSM setting 'home-only' property nicknameDan Williams2011-10-271-1/+1
* libnm-util: add nm_connection_is_type()Thomas Graf2011-10-274-1/+35
* libnm-util: add some more introspection annotations to silence warningsDan Winship2011-10-143-11/+11
* build: fix glib version check for g_value_get_schar() (bgo #661271)Colin Walters2011-10-121-1/+1
* build: glib 2.30.0 doesn't have g_value_get_schar yetLudwig Nussel2011-10-101-1/+1
* test: add missing return valuesThomas Jarosch2011-10-101-0/+1
* libnm-util: fix deprecated g_value_get_char() for glib 2.29.90 and laterDan Williams2011-10-031-0/+5
* Merge remote-tracking branch 'origin/agent-secrets'Dan Williams2011-08-237-12/+161
|\
| * settings: preserve agent secrets the right wayDan Williams2011-08-167-12/+161
* | docs: update documentation for nm_utils_security_valid()Dan Williams2011-08-222-8/+26
* | docs: fix a wrong variable name in code documentationDan Williams2011-08-221-1/+1
* | docs: fix a prototype causing doc generation warningsDan Williams2011-08-221-1/+1
* | settings: add 802.1X setting properties for subject and altsubject matchesEvan Broder2011-08-193-0/+424
|/
* settings: preserve agent secrets over Update operationDan Williams2011-08-163-31/+132