summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* docs: update FSF address in license headersJiří Klimeš2012-07-262-8/+6
|
* man: document --connectivity-* command-line options in NetworkManager man pageJiří Klimeš2012-07-261-3/+21
|
* man: update nmcli's return codesJiří Klimeš2012-07-261-1/+7
|
* man: update nmcli man pageJiří Klimeš2012-05-291-65/+147
| | | | | - fix some errors and formatting - add EXAMPLES section with several examples of nmcli invocation
* man: document 'nmcli nm wimax' in nmcli's man pageJiří Klimeš2012-04-301-1/+13
|
* cli: add a command for listing permissions - nmcli nm permissionsJiří Klimeš2012-04-301-1/+14
|
* man: make nmcli man page more readableJiří Klimeš2012-04-301-38/+40
| | | | | There are a few changes making the text less awkward after a native speaker's proofreading.
* cli: add 'connect to SSID' feature: nmcli dev wifi connect <SSID> ...Jiří Klimeš2012-04-281-2/+40
| | | | | | | | | | | | | | This is similar to clicking a Wi-Fi network's SSID in a GUI applet. The command does this: - creates new connection (fills the user data specified via options, the connection is then completed with default parameters by NM) - and then activates the connection on a Wi-Fi device. WPA-Enterprise is not supported as it requires a plethora of parameters and they can't be obtained automatically. Also, the created connection uses 'auto' IP method, which means that if the Wi-Fi network doesn't support DHCP, the connection will albeit be created, however the activation will fail (IP configuration won't be available).
* man: update manpage for connectivity checking optionsDan Williams2012-02-271-0/+20
|
* cli: add 'nmcli con delete' command for removing configured connectionsJiří Klimeš2011-09-061-1/+13
|
* cli: use nm_access_point_get_bssid() instead of nm_access_point_get_hw_address()Jiří Klimeš2011-09-061-6/+6
| | | | | | nm_access_point_get_hw_address() is deprecated in 0.9. Also change 'hwaddr' parameter for 'nmcli dev wifi list' to 'bssid'. 'hwaddr' still works but is deprecated and not documented any more.
* man: updated man pagesJiří Klimeš2011-08-022-17/+82
|
* core: add --version and allow it and --help to be run without rootDan Williams2011-04-281-1/+4
|
* Merge remote-tracking branch 'origin/rm-userset'Dan Williams2011-02-122-21/+21
|\ | | | | | | There; it's merged. Yay!
| * Merge remote branch 'origin/master' into rm-usersetDan Williams2011-01-122-9/+13
| |\
| * | logging: LOGD_USER_SET -> LOGD_AGENTSDan Williams2010-12-101-1/+1
| | |
| * | logging: LOGD_SYS_SET -> LOGD_SETTINGSDan Williams2010-12-101-2/+2
| | |
| * | Merge remote branch 'origin/master' into rm-usersetDan Williams2010-09-272-20/+39
| |\ \
| * \ \ Merge remote branch 'origin/master' into rm-usersetDan Williams2010-09-163-2/+67
| |\ \ \
| * | | | nmcli: remove user settings supportDaniel Gnoutcheff2010-08-061-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove all support for user settings services from nmcli. Update its manpage to reflect this. Manpage edits also anticipate changes to be made in regards to how secrets are managed.
* | | | | trivial: fix RFKILL log domain manpage and help textOzan Çağlayan2011-02-091-1/+1
| |_|_|/ |/| | |
* | | | man: fix formatting of NetworkManager pageJiří Klimeš2011-01-121-0/+2
| | | |
* | | | logging: add WiMAX log domainDan Williams2011-01-021-5/+5
| | | |
* | | | man: update NetworkManager.conf man pageJiří Klimeš2010-11-231-4/+6
| |_|/ |/| |
* | | man: document usage of * glob in no-auto-default option (NetworkManager.conf)Jiří Klimeš2010-09-271-3/+5
| | |
* | | dns: warn that the BIND plugin is experimentalDan Williams2010-09-221-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's still got a bunch of issues that need debugging, like when VPN nameservers exist but no domain and thus not doing split DNS, sometimes hosts outside the VPN don't resolve correctly, which was previously masked by having the non-VPN nameservers in /etc/resolv.conf where glibc would erroneously use them instead of asking BIND. To be fixed in a subsequent patch. The dnsmasq plugin seems to work great though.
* | | Merge remote branch 'origin/cachingdns'Dan Williams2010-09-221-6/+24
|\ \ \ | | | | | | | | | | | | | | | | | | | | Caching DNS with dnsmasq works well enough to merge for now. THere are still some issues with the BIND plugin because BIND is god-awful unecessarily complex so we'll disable that in a further commit.
| * | | dns: remove unused Chromium bitsDan Williams2010-09-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was supposed to hook up to the bits Adam Langley did last year for his local-dns-cache DBus service, but I misunderstood the architecture. It was a separate service, not Chromium itself. But it's unclear what happened to his local-dns-cache since the project doesn't seem to have any commits in a year and I'm unsure if it's actually being used. So remove this stuff for now.
| * | | core: add DNS plugin config optionsDan Williams2010-09-091-6/+28
| | | |
* | | | man: update nmcli man pageJiří Klimeš2010-09-221-11/+14
| |_|/ |/| |
* | | man: document 'no-auto-default' option in NetworkManager.conf.5Jiří Klimeš2010-09-161-1/+18
| | |
* | | man: nmcli man page update - added ENVIRONMENT VARIABLES sectionJiří Klimeš2010-09-091-1/+27
|/ /
* | dispatcher: add dhcp4-change and dhcp6-change events (bgo #563654)Patrik Martinsson2010-08-261-0/+4
| | | | | | | | New dispatcher events on DHCP lease changes.
* | man: add "EXIT STATUS" section to nmcli man pageJiří Klimeš2010-08-261-1/+19
|/
* man: add a manpage for nm-onlineJiří Klimeš2010-08-062-0/+66
|
* Merge branch 'master' into cli-outputJiří Klimeš2010-04-263-5/+55
|\ | | | | | | | | Conflicts: man/Makefile.am
| * man: manpage updates and cleanupsJiří Klimeš2010-04-132-8/+23
| |
| * man: add logging control optionsDan Williams2010-04-083-2/+37
| |
* | man: add man page for nmcliJiří Klimeš2010-04-142-2/+325
|/
* man: cleanupsDan Williams2010-03-012-8/+3
|
* man: manpage updates; add pages for system settings config fileJiří Klimeš2010-03-014-13/+173
|
* man: describe debugging environment variablesDan Williams2009-07-011-0/+13
|
* man: fix up manpages; document dispatcher stuffDan Williams2009-02-142-14/+51
|
* Remove .cvsignore file, they are obsoleteMichael Biebl2008-12-191-5/+0
|
* 2008-04-27 Dan Williams <dcbw@redhat.com>Dan Williams2008-04-272-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am configure.in dispatcher-daemon/Makefile.am dispatcher-daemon/NetworkManagerDispatcher.c initscript/Arch/Makefile.am initscript/Arch/networkmanager-dispatcher.in initscript/Gentoo/Makefile.am initscript/Gentoo/NetworkManagerDispatcher.in initscript/Mandriva/Makefile.am initscript/Mandriva/networkmanagerdispatcher.in initscript/RedHat/Makefile.am initscript/RedHat/NetworkManagerDispatcher.in initscript/SUSE/Makefile.am initscript/SUSE/networkmanager-dispatcher.in initscript/Slackware/Makefile.am initscript/Slackware/rc.networkmanager-dispatcher.in initscript/paldo/Makefile.am initscript/paldo/NetworkManagerDispatcher.in man/Makefile.am man/NetworkManagerDispatcher.8.in - Remove the dispatcher daemon git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3608 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* Update .cvsignore for new manpage locationDan Williams2006-12-031-2/+2
| | | | git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2142 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2006-12-02 Dan Williams <dcbw@redhat.com>Dan Williams2006-12-034-12/+15
| | | | | | | | | | | | | | Patch from Michael Biebl <biebl@teco.edu> * configure.in man/NetworkManager.1.in man/NetworkManagerDispatcher.1.in man/NetworkManager.8.in man/NetworkManagerDispatcher.8.in - Add .SH NAME stanzas - Move NM & NM Dispatcher manpages to section 8 (admin) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2140 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* man/.cvsignore: add nm-tool.1Robert Love2006-02-011-0/+1
| | | | git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1425 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2006-02-01 Robert Love <rml@novell.com>Robert Love2006-02-014-4/+22
| | | | | | | | * configure.in, man/nm-tool.1.in, man/Makefile.am: Add nm-tool(1) manpage. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1424 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* Makefile.am: s/mans_MANS/man_MANS/ spotted by Bill MossRobert Love2006-01-211-1/+1
| | | | git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1370 4912f4e0-d625-0410-9fb7-b9a5a253dbdc