summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: interactive describe without settings describes all settings/propertiesth/cli_describe_allThomas Haller2013-11-121-2/+6
* libnm-util: add function nm_connection_get_settingsDan Williams2013-11-123-0/+31
* cli: tivial fixup whitespace in command description textThomas Haller2013-11-121-4/+4
* cli: improve handling of quoting in bash completionThomas Haller2013-11-121-0/+6
* core: require secondary connections to be VPNs (rh #997039)Dan Winship2013-11-121-25/+32
* keyfile: don't crash when in-memory-only connections don't have pathsJiří Klimeš2013-11-121-3/+6
* ethernet: don't crash if device doesn't have a MAC address (rh #1029053)Dan Williams2013-11-111-3/+11
* ifcfg-rh: do not un-escape value in TEAM_CONFIG, TEAM_PORT_CONFIGJiří Klimeš2013-11-111-3/+3
* cli: improve bash completion to complete -h and --help aliasesThomas Haller2013-11-111-8/+15
* cli: make command line parsing check for help option firstThomas Haller2013-11-113-17/+17
* cli: fix in matching command line argumentsThomas Haller2013-11-111-2/+2
* rdisc: cleanup handling of NMRDisc->lladdr fieldThomas Haller2013-11-092-3/+12
* merge: better take-over of existing connections on NM startup (bgo #702488)Dan Williams2013-11-0841-836/+1585
|\
| * core: don't deactivate assumed connections when quittingDan Williams2013-11-081-8/+10
| * core: NMManager:state fixes for assumed connections, etcDan Winship2013-11-081-27/+54
| * core: don't up devices during IP configuration stagesDan Williams2013-11-081-16/+16
| * core: don't generate connections for some devicesDan Williams2013-11-081-0/+14
| * core: use ignore/disabled IP methods for assumed connections without IP configDan Williams2013-11-082-7/+16
| * core: remove non-NM-created bridge workaroundsPavel Šimerda2013-11-081-111/+2
| * core: slaves have configuration by definitionDan Williams2013-11-081-0/+4
| * core: make assumed activations go through all the stagesDan Williams2013-11-085-115/+126
| * core: find assumed connection mastersDan Williams2013-11-081-0/+22
| * core: add nm_active_connection_[get|set]_assumed()Dan Williams2013-11-083-0/+23
| * core: allow devices to activate their generated connectionsDan Williams2013-11-082-5/+1
| * trivial: refine connection generation loggingDan Williams2013-11-082-10/+5
| * platform: sort slaves after their master devicesThomas Haller2013-11-081-34/+88
| * ethernet: handle cloned/permanent MAC when updating connectionDan Williams2013-11-081-3/+22
| * core: don't generate connections for devices NM just createdDan Williams2013-11-081-9/+11
| * core: capture initial device DHCP IP configurationDan Williams2013-11-083-4/+117
| * core: add nm_ip4_config_address_exists() and nm_ip6_config_address_exists()Dan Williams2013-11-084-0/+35
| * core: read gateway when capturing IP configsDan Williams2013-11-082-2/+40
| * dhcp: make dhclient lease parsing code testableDan Williams2013-11-089-222/+463
| * dhclient: fill IPv4 config more completely when reading lease filesDan Williams2013-11-081-11/+37
| * platform: clarify that address lifetimes are in secondsDan Williams2013-11-081-4/+4
| * dhclient: simplify lease expiration checkingDan Williams2013-11-081-40/+43
| * dhcp: rename get_lease_config -> get_lease_ip_configsDan Williams2013-11-086-32/+25
| * platform: avoid one bug warningPavel Šimerda2013-11-081-2/+6
| * core: support slave devices in nm_platform_generate_connection()Pavel Šimerda2013-11-085-0/+149
| * core: slaves should have empty captured IP configurationDan Williams2013-11-083-9/+30
| * core: clean up legacy connection matching; remove match_l2_configDan Williams2013-11-083-173/+7
| * core: implement update_connection() for TeamDan Williams2013-11-083-17/+58
| * core: implement update_connection() for InfinibandDan Williams2013-11-081-5/+33
| * core: implement update_connection() for Generic devicesDan Williams2013-11-081-0/+10
| * core: implement update_connection() for VLANsPavel Šimerda2013-11-081-32/+72
| * core: implement update_connection() for bondsPavel Šimerda2013-11-081-8/+54
| * core: implement update_connection() for bridgingPavel Šimerda2013-11-081-8/+30
| * core: add nm_connection_provider_get_connection_by_uuid()Dan Williams2013-11-083-0/+33
| * ifcfg-rh: don't crash when in-memory-only connections don't have pathsDan Williams2013-11-081-3/+6
|/
* team: fix possible crash by ensuring teamd context is clearedDan Williams2013-11-081-0/+1
* core: workaround crash when connecting to wifi (rh #1025371)Thomas Haller2013-11-081-7/+9