summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device-wired: add finalize() methodjk/rh1083196-con-matchJiří Klimeš2014-04-101-8/+18
* tests: improve tests for nm_utils_match_connection() functionJiří Klimeš2014-04-101-0/+113
* utils: allow matching connections with no MAC (missing HWADDR) (rh #1083196)Jiří Klimeš2014-04-101-0/+36
* device: add s390 values to connection in update_connection() (rh #1083196)Jiří Klimeš2014-04-101-32/+78
* utils: fix check_possible_match() functionJiří Klimeš2014-04-101-54/+44
* ifcfg-rh: more fix buildDan Winship2014-04-091-1/+1
* core: unregister removed devices from D-BusDan Williams2014-04-091-0/+2
* ifcfg-rh: fix buildDan Winship2014-04-093-5/+7
* fixes/improvements to ifcfg-rh shvar codeDan Winship2014-04-097-360/+343
|\
| * ifcfg-rh: return proper error messages from svOpenFile() and svWriteFile()Dan Winship2014-04-097-74/+96
| * ifcfg-rh: (trivial) rename svNewFile() to svOpenFile()Dan Winship2014-04-097-25/+25
| * ifcfg-rh: semantic code style fixes to shvar.[ch]Dan Winship2014-04-093-52/+51
| * ifcfg-rh: (trivial) syntactic code style fixes to shvar.[ch]Dan Winship2014-04-092-242/+245
| * ifcfg-rh: fix up lowlevel ifcfg file reading codeDan Winship2014-04-092-7/+15
| * ifcfg-rh: use g_ascii_strcasecmp() in svTrueValue()Dan Winship2014-04-091-8/+8
| * ifcfg-rh: remove ifcfg inheritance codeDan Winship2014-04-092-63/+14
|/
* core: fix freeing pending activations in dispose() of deviceThomas Haller2014-04-091-2/+2
* po: fix spelling of "successfully" in msgid stringsMatt Soucy2014-04-083-3/+2
* core: fix hanging pending_action "queued state lock"Thomas Haller2014-04-071-13/+9
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-0713-1/+16
* merge: rework unmanaged options into flags (rh #1030947)Dan Williams2014-04-074-74/+142
|\
| * core: split user managed preference (unmanaged specs) out from internal manag...Dan Williams2014-04-072-11/+9
| * core: convert unmanaged bits to flagsDan Williams2014-04-074-72/+139
| * core: don't generate a connection for unmanaged devicesMikhail Efremov2014-04-071-3/+6
|/
* examples: fix qt demo to work without STL supportThomas Haller2014-04-041-2/+2
* platform: workaround older kernels that don't accept extended address flags v...Thomas Haller2014-04-041-1/+12
* examples: fix qt demo to work without STL supportThomas Haller2014-04-041-2/+2
* fix typos in documentation and messagesYuri Chornoivan2014-04-033-5/+5
* core: add macro STRLENThomas Haller2014-04-031-0/+3
* cli: fix setting DCB application priority (rh #1080510)Dan Williams2014-04-021-4/+4
* merge: DCB-related workarounds for lldpad and driver bugs (rh #799241) (rh #1...Dan Williams2014-04-024-40/+330
|\
| * dcb: wait for carrier down/up after disabling FCoEDan Williams2014-04-021-0/+32
| * dcb: separate DCB enable/disable and wait for carrier changes (rh #799241) (r...Dan Williams2014-04-024-42/+300
|/
* core: fix bug with ignore-carrier and master/slave devices (rh #1083521)Dan Williams2014-04-021-5/+3
* build: add -Wformat-security to the default warning flagsDan Winship2014-04-021-1/+1
* dcb: fix -Wformat-security bugsDan Winship2014-04-021-2/+2
* ifcfg-rh: fix compile error with HAVE_SELINUXThomas Haller2014-04-011-1/+1
* ifcfg-rh: fix bugs in the new alias code (rh #1067170)Dan Winship2014-04-012-8/+11
* trivial: add a (void) annotation for coverityDan Winship2014-04-011-1/+1
* libnm-util: fix leaks in test-generalDan Winship2014-04-011-0/+3
* po: fix "MB/s" -> "Mbit/s"Jiří Klimeš2014-04-0142-79/+79
* man: use correct Mbit/s for maximum bitrate in nmcli-examplesJiří Klimeš2014-04-011-12/+12
* examples: use correct Mbit/s for bitratesJiří Klimeš2014-04-011-2/+2
* nmcli: use correct Mbit/s units for maximal bitrate (rh #1080474)Jiří Klimeš2014-04-011-1/+1
* trivial: make clear the maximum bitrate is in kbit/sJiří Klimeš2014-04-013-7/+7
* core: ensure activation does not disconnect private connectionsDan Williams2014-03-311-0/+25
* nmcli: fix an error when showing progress of activation in editorJiří Klimeš2014-03-311-6/+13
* ifcfg-rh: put \n after hostname when writing it to /etc/hostnameJiří Klimeš2014-03-311-1/+5
* core: build with SELinux; don't break /etc/hostname context (rh #1070829)Jiří Klimeš2014-03-312-2/+47
* Merge fixes for nm-online (rh #rh1054364)Jiří Klimeš2014-03-314-13/+55
|\