summaryrefslogtreecommitdiff
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: use nm_connection_get_setting_<type>() to clean up codeJiří Klimeš2011-12-093-142/+97
* nmcli: add Infiniband supportDan Winship2011-12-022-0/+62
* trivial: three small obvious fixesDan Winship2011-11-171-1/+1
* nmcli: add zone field to 'con status'Jiri Popelka2011-11-091-1/+3
* cli: initialize 'selector' variable to please jhbuildLarry Reaves2011-10-061-1/+1
* cli: increase values indentation in multiline mode to align printed textJiří Klimeš2011-09-071-1/+2
* cli: print some missing properties in settingsJiří Klimeš2011-09-071-52/+143
* cli: print 'Permissions' property of NMSettingConnection settingJiří Klimeš2011-09-061-1/+18
* cli: use libnm-util's constants for settings typesJiří Klimeš2011-09-061-2/+2
* cli: add missing GSM bands for GSM settingJiří Klimeš2011-09-061-2/+5
* cli: remove useless static function prototypesJiří Klimeš2011-09-063-36/+5
* cli: add 'nmcli con delete' command for removing configured connectionsJiří Klimeš2011-09-061-3/+70
* cli: use nm_access_point_get_bssid() instead of nm_access_point_get_hw_address()Jiří Klimeš2011-09-062-32/+33
* cli: remove unused libraries from the makefileDan Williams2011-08-121-2/+0
* cli: simplify find_device_for_connection()Jiří Klimeš2011-06-151-16/+4
* cli: fix incorrect cast to time_t pointerAndreas Schwab2011-05-301-1/+3
* cli: fix 'nmcli nm' producing critical assertion when NM is not runningJiří Klimeš2011-04-211-1/+1
* core: add active connection state DEACTIVATINGDan Williams2011-03-171-0/+2
* cli: use setting accessor helpersJiří Klimeš2011-03-161-18/+18
* cli: update due to changes in libnm-glib's NMClientJiří Klimeš2011-03-161-97/+14
* build: do the right thing with config.h (bgo #644664)Kjartan Maraas2011-03-144-0/+8
* core: consolidate mobile broadband device typesDan Williams2011-02-252-53/+46
* libnm-util: remove nm_warning/nm_info/nm_error macrosDan Williams2011-02-231-2/+2
* core: add new SECONDARIES device state for dependent connectionsDan Williams2011-02-231-0/+2
* cli: libnm-glib now uses enums for wired and WiFi capabilitiesJiří Klimeš2011-02-211-2/+2
* cli: use libnm-glib's nm_device_get_device_type() to get device typeJiří Klimeš2011-02-211-12/+16
* cli: libnm-glib now uses enums for NMAccessPoint flags accessorsJiří Klimeš2011-02-211-2/+4
* cli: compare nmcli and NM versionsJiří Klimeš2011-02-167-79/+198
* cli: add VERSION field to 'nmcli nm' commandJiří Klimeš2011-02-161-26/+28
* api: add additional NM daemon statesDan Williams2011-02-141-1/+7
* api: add two more device states (IP_CHECK and DEACTIVATING)Dan Williams2011-02-141-0/+4
* cli: print header while listing connections (nmcli -p con list)Jiří Klimeš2011-02-141-1/+5
* cli/build: make WiMAX support optionalJiří Klimeš2011-02-143-25/+108
* Merge remote-tracking branch 'origin/rm-userset'Dan Williams2011-02-124-172/+61
|\
| * libnm-util: remove 802.1x PSK functions and definesDan Williams2011-01-281-5/+2
| * Merge remote branch 'origin/master' into rm-usersetDan Williams2011-01-251-1/+59
| |\
| * | libnm-glib: pass NMClient as first callback argument to activation callbacksDan Williams2011-01-131-3/+3
| * | Merge remote branch 'origin/master' into rm-usersetDan Williams2011-01-125-29/+566
| |\ \
| * \ \ Merge remote branch 'origin/master' into rm-usersetDan Williams2010-10-181-4/+6
| |\ \ \
| * \ \ \ Merge remote branch 'origin/master' into rm-usersetDan Williams2010-09-273-25/+117
| |\ \ \ \
| * | | | | remove nm-settings-connection-interfaceDaniel Gnoutcheff2010-08-062-2/+0
| * | | | | libnm-glib: remove NMSettingsInterfaceDaniel Gnoutcheff2010-08-062-6/+4
| * | | | | libnm-glib: merge nm-remote-settings{,-system}Daniel Gnoutcheff2010-08-063-5/+2
| * | | | | DBus API: removing user settings supportDaniel Gnoutcheff2010-08-061-1/+0
| * | | | | nmcli: also remove DBUS-SERVICE fieldDaniel Gnoutcheff2010-08-061-7/+5
| * | | | | nmcli: remove user settings supportDaniel Gnoutcheff2010-08-063-149/+51
* | | | | | cli: fix "format not a string literal and no format arguments" cc errorJiří Klimeš2011-02-101-1/+1
* | | | | | cli: improve/add NM running checksJiří Klimeš2011-02-106-92/+167
* | | | | | cli: don't poke NetworkManager D-Bus service names when it's not runningJiří Klimeš2011-02-102-27/+94
| |_|_|_|/ |/| | | |
* | | | | cli: add support for WWAN connections for 'nmcli con up' (bgo #640020)Jiří Klimeš2011-01-201-1/+59
| |_|_|/ |/| | |