summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bond: add proper properties to NMSettingBond, deprecate "options" [WIP]dcbw/bondpropsDan Winship2013-11-149-474/+1339
* libnm-glib: fix a crash in NMObjectDan Winship2013-11-141-0/+3
* core: allow default wired connections to stay up when quittingDan Williams2013-11-143-4/+9
* settings: simplify connection signal handlingDan Williams2013-11-141-55/+34
* device: bind the generated loopback connection to 'lo' interfaceJiří Klimeš2013-11-141-0/+6
* cli: allow editing 'generic' connectionsJiří Klimeš2013-11-141-0/+8
* cli: fix crash on editing 'lo' connection (rh #1030395)Jiří Klimeš2013-11-141-1/+1
* platform: dump objects that fail to be added (rh #1029213)Dan Williams2013-11-131-0/+5
* core: fix re-activation of existing active connectionDan Winship2013-11-131-6/+9
* settings: convert NMDefaultWiredConnection into a plain NMSettingsConnection ...Dan Williams2013-11-136-348/+118
* coverity: fix various warnings detected with Coverity (fixup)Thomas Haller2013-11-133-3/+9
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-1340-124/+143
* cli: fix reading IP config for *-slavesThomas Haller2013-11-131-2/+4
* cli: fix potential crash in nmcli when using strcmpThomas Haller2013-11-131-3/+3
* core: fix setting wifi qualityThomas Haller2013-11-131-1/+2
* gsystem: update libgsystem to current upstream masterThomas Haller2013-11-131-0/+0
* cli: fix bash completion for curser not at EOL (2)Thomas Haller2013-11-131-1/+1
* cli: fix bash completion for curser not at EOLThomas Haller2013-11-131-0/+7
* cli: add bash-completion for 'nmcli general hostname'Thomas Haller2013-11-131-1/+10
* cli: add support for getting/setting hostname to nmcli (rh #1018510)Jiří Klimeš2013-11-132-6/+54
* 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