summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Collapse)AuthorAgeFilesLines
...
* abrtd: check, and change if necessary, mode and owner on the dump dirDenys Vlasenko2009-09-091-3/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-091-0/+3
|\
| * inclusion of the policy file in the rpm packagednovotny2009-09-091-0/+3
| |
* | styple fixes to polkit code, no code changesDenys Vlasenko2009-09-093-37/+37
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added polkit security check in SetSettingsdnovotny2009-09-094-3/+20
|
* add polkit to compilationdanny2009-09-083-5/+6
|
* Small fix in loggingDenys Vlasenko2009-09-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixDenys Vlasenko2009-09-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-086-22/+3
| | | | | | I guess it turned out Warning() works just fine. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-087-60/+53
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, trivial code changes onlyDenys Vlasenko2009-09-081-3/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo correctedDenys Vlasenko2009-09-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Daemon.cpp: improve dbus API doc in comments. no code changesDenys Vlasenko2009-09-081-3/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-089-104/+112
| | | | | | | | | | -6k: text data bss dec hexfilename 194741 2656 2384 199781 30c65abrt.t1/abrt-0.0.8.5/src/Daemon/.libs/abrtd 188316 2648 2320 193284 2f304abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: remove unused AnalyzeComplete dbus signalDenys Vlasenko2009-09-085-19/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-074-11/+30
| | | | | | | | + /* send unicast dbus signal */ + if (!dbus_message_set_destination(msg, pDest)) + die_out_of_memory(); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-078-42/+41
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use CRPM class only in MiddleWare.cppDenys Vlasenko2009-09-074-16/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* PluginManager.cpp: small optimization: don't search twice in containersDenys Vlasenko2009-09-071-30/+43
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add comment about VERBn macrosDenys Vlasenko2009-09-071-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: make it verbose only on -v[vvvv]Denys Vlasenko2009-09-041-39/+45
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typedef cleanup. no code changesDenys Vlasenko2009-09-046-38/+37
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: move FindNewDumps() out of init sectionDenys Vlasenko2009-09-041-16/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: much more extensive logging at start. to be hidden under -v laterDenys Vlasenko2009-09-043-46/+86
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: additional logging on initialization failureDenys Vlasenko2009-09-041-2/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Settings.cpp: small fix in .conf saving error reporting; whitespace fixesDenys Vlasenko2009-09-031-48/+50
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: simplify .conf file savingDenys Vlasenko2009-09-031-80/+69
| | | | | | | | | -2k: text data bss dec hex filename 197276 2624 2352 202252 3160c abrt.t4/abrt-0.0.8/src/Daemon/.libs/abrtd 195513 2656 2352 200521 30f49 abrt.t6/abrt-0.0.8/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-031-4/+4
|\
| * renamed abrt to abrtd, few minor spec file fixesJiri Moskovcak2009-09-031-4/+4
| | | | | | | | | | abrtd is less confusing for users as it stands for abrt daemon added some obsoletes to make the installation smooth and remove bbuddy
* | CommLayerServerDBus: wire up {Get,Set}Settings as dbus methodsDenys Vlasenko2009-09-031-13/+53
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Settings: add comments, do some trivial simplificationsDenys Vlasenko2009-09-033-63/+94
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-032-0/+101
|\
| * fix polkitDaniel Novotny2009-09-032-3/+3
| |
| * added Polkit filesDaniel Novotny2009-09-032-0/+101
| |
* | CommLayerServerDBus: make it resilient (again) against malformed dbus callsDenys Vlasenko2009-09-021-124/+231
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-021-0/+24
|\|
| * adding PolicyKit policyDaniel Novotny2009-09-021-0/+24
| |
* | fix my mixup of int64/uint64 in dbusDenys Vlasenko2009-09-021-8/+7
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add gettext support for all pluginsNikola Pajkovsky2009-09-022-0/+25
|
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-026-49/+65
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* optimize type signature string generation for dbusDenys Vlasenko2009-09-011-12/+19
| | | | | | | | | | -1.5k: text data bss dec hex filename 194731 2584 2320 199635 30bd3 abrt.z7/abrt-0.0.8/src/Daemon/.libs/abrt 193117 2592 2320 198029 3058d abrt.z8/abrt-0.0.8/src/Daemon/.libs/abrt Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move die_out_of_memory() to abrtlibDenys Vlasenko2009-09-011-6/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixesDenys Vlasenko2009-09-011-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CommLayerServerDBus: rewrote to use dbus, not dbus-c++Denys Vlasenko2009-09-015-221/+785
| | | | | | | | | | | | | | | Expect some rough edges. On the plus side: (1) -15 kb in our own code: text data bss dec hex filename 209057 2664 2640 214361 34559 abrt.z5/abrt-0.0.8/src/Daemon/.libs/abrt 194958 2576 2320 199854 30cae abrt.z6/abrt-0.0.8/src/Daemon/.libs/abrt (2) this will allow us to stop using libdbus-c++-1.so.0 in the future (-200kb of code) (3) a lot of logging added (most on -vvv verbosity level) to help with debug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* DBUS: return proper ErrorMessage if report failsJiri Moskovcak2009-09-012-1/+12
|
* Fixed report check to really do the checkingJiri Moskovcak2009-09-011-1/+1
|
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-313-2/+3
|\
| * Changed JobStarted to pure virtual methodJiri Moskovcak2009-08-313-2/+3
| |
* | added report checkZdenek Prikryl2009-08-311-4/+38
|/
* daemon: log DBus calls with -v; log file creation only with -vvvDenys Vlasenko2009-08-284-67/+80
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>