Dan Williams
adc9ef60fc
logging: move config file logging options into their own section
2010-04-07 11:31:38 -07:00
Dan Williams
da98780506
system-settings: update logging
2010-04-07 11:31:02 -07:00
Dan Williams
796671d424
olpc-mesh: update logging
2010-04-07 11:22:41 -07:00
Dan Williams
75fa7b804d
logging: add OLPC mesh log domain
2010-04-07 11:13:25 -07:00
Dan Williams
4bc59be464
mobile-broadband: update logging
2010-04-07 11:08:43 -07:00
Dan Williams
b2f0c0fc65
bt: update logging
2010-04-07 11:07:19 -07:00
Dan Williams
3520fb273d
core: update policy logging
2010-04-07 10:57:39 -07:00
Dan Williams
8e7a25114b
logging: clarify some log domains
2010-04-07 10:55:30 -07:00
Dan Williams
ee109b94d9
ip6-manager: update logging
2010-04-07 10:41:53 -07:00
Dan Williams
e56fc83611
dnsmasq: update logging
2010-04-07 10:20:30 -07:00
Dan Williams
6021761081
backends: update logging
2010-04-07 10:13:44 -07:00
Dan Williams
15e32cd4dc
supplicant: update logging
2010-04-07 10:13:12 -07:00
Dan Williams
75e789399c
dhcp: update logging
2010-04-06 18:07:18 -07:00
Dan Williams
ecbb8af10a
logging: add DHCP meta-domain
2010-04-06 18:06:36 -07:00
Dan Williams
a00a6e5d87
logging: move logging into its own subdir
...
Some stuff we build (the DHCP manager) gets built independently
so that we can use it for unit tests. For that, we need to build
the logging bits separately too, since the independent DHCP
library can't use them if they are embedded in NM.
2010-04-06 17:39:57 -07:00
Dan Williams
3d6108f245
bt-manager: update logging
2010-04-06 17:16:45 -07:00
Dan Williams
4ff8f21e4c
ppp: update logging
2010-04-06 17:13:45 -07:00
Dan Williams
a07968179e
ppp: plugin doesn't need to #include <nm-utils.h>
2010-04-06 17:00:16 -07:00
Dan Williams
2c7d63919a
named-manager: update logging
2010-04-06 16:59:31 -07:00
Dan Williams
aa374d711a
named-manager: whitespace cleanups
2010-04-06 16:55:50 -07:00
Dan Williams
893315ece6
logging: update VPN manager logging
2010-04-06 16:54:24 -07:00
Dan Williams
b7288577fe
logging: update modem-manager logging
2010-04-06 16:41:12 -07:00
Dan Williams
dda5a3da40
logging: update default log domains
2010-04-06 16:32:23 -07:00
Dan Williams
a8c6175194
logging: update nm-udev-manager.c logging
2010-04-06 16:25:54 -07:00
Dan Williams
8faf8c91ef
logging: add DEVICE logging domain
2010-04-06 16:25:42 -07:00
Dan Williams
28664e80fe
logging: update nm-manager.c logging
2010-04-06 16:20:11 -07:00
Dan Williams
6e97fc4441
logging: tweak default log levels
2010-04-06 16:19:30 -07:00
Dan Williams
3e8a05d28e
logging: allow logging control from the config file
2010-04-06 15:57:24 -07:00
Dan Williams
d03de42350
logging: one level at a time; levels are cumulative
2010-04-06 15:53:37 -07:00
Dan Williams
c0a455d344
core: clean up logging in main.c
2010-04-06 15:48:31 -07:00
Dan Williams
e0df501e0e
logging: remove initial log level & facility message
2010-04-06 15:48:12 -07:00
Dan Williams
52c2422f72
logging: add log level helpers
2010-04-06 15:46:03 -07:00
Dan Williams
f46e1f6a43
logging: fix default log level and tweak info/warn output
2010-04-06 15:45:49 -07:00
Dan Williams
8e1ad97056
core: options help text cleanup
2010-04-06 15:28:33 -07:00
Dan Williams
e19bac4cd0
core: use fprintf before logging is set up
2010-04-06 15:27:35 -07:00
Dan Williams
32128b04ca
logging: add basic logging capabilities
2010-04-06 15:23:08 -07:00
Dan Williams
043ce2c655
core: clear secrets on successful connection too
...
This ensures that the next time secrets are required, they will
be requested from the settings service. Internally, NM shouldn't
be caching secrets; it should always request them from the settings
service so that the settings service can enforce policy about
password lifetime, if it wants to.
2010-04-06 12:48:53 -07:00
Jiří Klimeš
87bf00b3d7
cli: multiline mode is default for 'dev list' and 'con list id|uuid'
...
Option '--multiline' was replaced with '--mode tabular|multiline'.
It was neccessary to be able to switch to tabular output mode for
'dev list' and 'con list id|uuid' commands as they now print out
in multiline mode by default. All other commands are in tabular
mode by default.
2010-04-06 16:22:01 +02:00
Dan Williams
e9b7ecef53
doc: fix default value retrieval for settings specification generator
2010-04-06 00:45:45 -07:00
Dan Williams
a7e3d2acc2
olpc-mesh: fix companion device detection crash
...
The original OLPC mesh patch confused g_source_remove() with
g_signal_handler_disconnect(), so the signal handler that the
mesh device creates for the managers 'device-added' signal was
getting called after that mesh device instance was freed, which
is of course bad.
2010-04-06 02:02:06 -07:00
Amanpreet Singh Alam
d4c5930c0f
po: updated Punjabi translation (bgo #614718 )
2010-04-04 09:23:49 -07:00
Dan Williams
84f69ad65a
po: fix Spanish translation
...
Missing \n on one item.
2010-04-02 10:34:11 -07:00
Francisco Javier F. Serrador
7940f8c42a
po: update Spanish translation (bgo #614187 )
2010-04-02 10:29:53 -07:00
Dan Williams
3ccd948f3a
Merge remote branch 'origin/master' into cli-output
2010-04-01 07:46:19 -07:00
Jiří Klimeš
c8bfe2fcf4
cli: use own code to output connection details (settings)
...
nmcli uses its own code to dump connections' details instead of
libnm-util's nm_connection_dump(). It allows to structure output
and present values of the settings according to nmcli needs.
2010-03-31 17:14:35 +02:00
Jiří Klimeš
5225949974
libnm-util: fix dump of routes in 'ipv4' setting
2010-03-29 15:10:25 +02:00
Jiří Klimeš
c24d89ef80
libnm-util: fix a typo
2010-03-29 10:26:57 +02:00
Jiří Klimeš
07abcb60e7
libnm-util: add nm_setting_gsm_get_allowed_bands() to exported symbols
2010-03-29 10:06:51 +02:00
Dan Williams
fb5987df76
cli: fix uninitialized variable usage and clean up a bit
2010-03-25 13:39:49 -07:00
Dan Williams
f032e478d8
modem: consolidate common modem code into NMDeviceModem
2010-03-25 13:15:03 -07:00