summaryrefslogtreecommitdiff
path: root/libnm-util
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Fix format string vulnerability in verify ()Michael Biebl1-4/+4
2012-03-23libnm-util: bump soname minorDan Williams1-1/+1
2012-03-22libnm-util: improve NMSettingBond:verify()Dan Winship2-8/+130
2012-03-22libnm-util: fix an NMSettingBond bugDan Winship1-2/+11
2012-03-16wifi: disable Ad-Hoc WPA connections (lp:905748)Dan Williams1-0/+4
2012-03-16Add a workaround for a problem creating InfiniBand connectionsDan Winship1-1/+1
2012-03-15core: allow IPv4 to fail by defaultTore Anderson1-1/+1
2012-03-13libnm-util: do not assert on buggy drivers with no WEP cipher capabilitiesJiří Klimeš1-0/+2
2012-03-13trivial: fix InfiniBand typoJiří Klimeš1-1/+1
2012-03-12Fix names of error enum valuesDan Winship21-81/+81
2012-03-06Fix capitalization of "InfiniBand"Dan Winship1-2/+2
2012-03-02libnm-util: fix two bugs in nm_setting_bond_get_option()Dan Winship1-3/+3
2012-03-01libnm-util: add functions for getting valid bond options and defaultsDan Williams3-23/+82
2012-03-01libnm-util: add 'parent' property to VLAN settingDan Williams3-31/+67
2012-02-27libnm-util: add a property for IPv6 Privacy Extensions to NMSettingIP6ConfigJiří Klimeš3-2/+79
2012-02-22build: fix srcdir != builddir for new generated headersColin Walters1-1/+2
2012-02-21libnm-util: fix a docs typoDan Winship1-2/+2
2012-02-20docs: correct NMSettingBond documentation errorsJiří Klimeš2-11/+11
2012-02-16libnm-util: various cleanups and documentation fixesDan Williams3-78/+183
2012-02-16libnm-util: add VLAN setting and propertiesWeiping Pan6-2/+776
2012-02-15bonding: convert individual bonding options to a dictThomas Graf3-269/+212
2012-02-15Use glib-mkenums to generate enum typesDan Winship43-545/+24
2012-02-07libnm-util: register more GValue transformations for debuggingDan Williams1-6/+37
2012-02-02libnm-util: allow empty number for gsm settingsThomas Bechtold2-7/+22
2012-02-01docs: update some VPN docs in libnm-utilDan Williams1-0/+4
2012-01-27libnm-util: add 'pac-file' property for 8021x setting (used in EAP-FAST)Jiří Klimeš3-2/+44
2012-01-26infiniband: add transport-mode propertyDan Winship3-2/+60
2012-01-09build: fix srcdir != builddirColin Walters2-1/+2
2012-01-05libnm-util: add functions to get number of data items and secretsJiří Klimeš3-0/+32
2012-01-05trivial: fix spelling in a annotationJiří Klimeš1-2/+2
2011-12-22libnm-util: fix some introspection annotationsDan Williams2-3/+4
2011-12-09trivial: fix up libnm-util testcasesDan Williams1-2/+2
2011-12-08bonding: add nm_connection_get_virtual_iface_name() to abstract kernel interf...Thomas Graf6-1/+88
2011-12-06libnm-util: add nm_connection_get_setting_serial()Thomas Graf3-0/+21
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf3-10/+10
2011-12-02libnm-util: add nm_utils_hwaddr_type()Dan Williams3-0/+23
2011-12-02libnm-util: fix nm_utils_hwaddr_aton() for input with no leading zerosDan Williams2-3/+61
2011-12-02libnm-util: add NMSettingInfinibandDan Winship6-1/+376
2011-11-21settings: Add new password-raw and password-raw-flags properties to 8021x.Evan Broder3-2/+94
2011-11-17libnm-util: add ether_ntoa/ether_aton-like utility methodsDan Winship3-0/+132
2011-11-09core: make testcases work after bonding mergeDan Williams2-7/+9
2011-11-09bonding: implement bonding slavesThomas Graf3-1/+153
2011-11-09bonding: settings parser for ifcfg plugin + NMSettingBond classThomas Graf6-1/+697
2011-11-09libnm-util: fix up connection diff testDan Williams1-0/+1
2011-11-09libnm-util: fix up symbol visibility test for zonesDan Williams1-1/+1
2011-11-09libnm-util: new 'zone' property for NMSettingConnectionJiri Popelka3-0/+66
2011-11-09wifi: make wireless-helper.h private to src/Dan Williams2-6/+4
2011-10-28core: fix deprecated usage of g_value_[get|set]_char() (bgo #662694)Dan Williams2-8/+5
2011-10-27trivial: fix GSM setting 'home-only' property nicknameDan Williams1-1/+1
2011-10-27libnm-util: add nm_connection_is_type()Thomas Graf4-1/+35