summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Collapse)AuthorAgeFilesLines
...
* optimizationsDenys Vlasenko2009-10-222-19/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Use defines instead of strings where possible.Karel Klic2009-10-211-1/+1
|
* abrt-debuginfo-install: expand docDenys Vlasenko2009-10-191-8/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-debuginfo-install: add mini-docDenys Vlasenko2009-10-191-8/+50
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* wire up abrt-debuginfo-install to lib/Plugins/CCpp.cppDenys Vlasenko2009-10-191-11/+51
| | | | | | Tested. Seems to work better than what we had before. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adding abrt-debuginfo-install scriptDenys Vlasenko2009-10-162-1/+139
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* made polkit policy to be more permissiveJiri Moskovcak2009-10-151-2/+2
| | | | - debuginfo install only worked under root
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-10-129-40/+31
|\
| * removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-096-24/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-096-17/+29
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | abrt->abrtd in Usage msgKarel Klic2009-10-071-1/+1
|/
* rename abrt.8 to abrtd.8Denys Vlasenko2009-10-062-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removed unsecure reading/writting from ~HOME directoryJiri Moskovcak2009-10-052-5/+20
| | | | | | - daemon eunning under root can't read/write from ~HOME, so reading/writting config files have been moved to client (GUI) - uses gnome keyring to store the credentials
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-301-2/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information ↵Nikola Pajkovsky2009-09-291-6/+38
| | | | from dbus
* build fix for prev commitDenys Vlasenko2009-09-291-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add support for abrtd autostartDenys Vlasenko2009-09-293-2/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add 16k cap for comment and how to reproduceNikola Pajkovsky2009-09-251-0/+32
|
* abrtd: add an optional 2nd parameter to Report dbus callDenys Vlasenko2009-09-242-89/+63
| | | | | | Also, simplified dbus code a bit. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fix. no code changesDenys Vlasenko2009-09-221-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed savind comments and how to reproduce filesZdenek Prikryl2009-09-211-17/+27
|
* better logic for deleting crashes from overflowing /var/cache/abrtDenys Vlasenko2009-09-211-17/+37
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* comments and how to reproduce are stored nowNikola Pajkovsky2009-09-212-0/+38
|
* reduce verbosity a bitDenys Vlasenko2009-09-211-8/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed action name for inst. debuginfosdnovotny2009-09-161-2/+2
|
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-184-16/+8
| | | | | | | | | | | | text data bss dec hex filename 182372 2624 2320 187316 2dbb4 abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd 180635 2584 1968 185187 2d363 abrt.t3/abrt-0.0.8.5/src/Daemon/.libs/abrtd 34110 1340 768 36218 8d7a abrt.t2/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 30202 1292 224 31718 7be6 abrt.t3/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 22116 1688 376 24180 5e74 abrt.t2/abrt-0.0.8.5/src/Applet/.libs/abrt-applet 21254 1648 88 22990 59ce abrt.t3/abrt-0.0.8.5/src/Applet/.libs/abrt-applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-181-3/+4
| | | | | | | | | | text data bss dec hex filename 70529 2144 1528 74201 121d9 abrt.t0/UNPACKED/usr/bin/abrt-applet 22116 1688 376 24180 5e74 abrt.t1/UNPACKED/usr/bin/abrt-applet Also, we do not use dbus-c++ anymore, which is 200k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* translate correctionNikola Pajkovsky2009-09-181-1/+1
|
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-173-192/+2
| | | | | | this will allow me to reuse this code for applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* new polkit action for installing debuginfo, default "yes"dnovotny2009-09-161-0/+11
|
* Merge branch 'master' into experimentalNikola Pajkovsky2009-09-171-14/+16
|\ | | | | | | | | Conflicts: po/pa.po
| * Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-171-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a result, we can drop these libs from libABRTUtils: libbz2.so.1 => /lib64/libbz2.so.1 (0x00007ff8934ef000) libdb-4.7.so => /lib64/libdb-4.7.so (0x00007ff8921ae000) libdbus-c++-1.so.0 => /usr/lib64/libdbus-c++-1.so.0 (0x00007ff895276000) libelf.so.1 => /usr/lib64/libelf.so.1 (0x00007ff8930c5000) liblua-5.1.so => /usr/lib64/liblua-5.1.so (0x00007ff892c7a000) liblzma.so.0 => /usr/lib64/liblzma.so.0 (0x00007ff892ea5000) libnspr4.so => /lib64/libnspr4.so (0x00007ff890ec2000) libnss3.so => /lib64/libnss3.so (0x00007ff892948000) libnssutil3.so => /lib64/libnssutil3.so (0x00007ff891505000) libplc4.so => /lib64/libplc4.so (0x00007ff891300000) libplds4.so => /lib64/libplds4.so (0x00007ff8910fd000) libpopt.so.0 => /lib64/libpopt.so.0 (0x00007ff89273f000) librpmio.so.0 => /usr/lib64/librpmio.so.0 (0x00007ff8954a8000) librpm.so.0 => /usr/lib64/librpm.so.0 (0x00007ff8956d9000) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | add dbus signalization when quota exceededNikola Pajkovsky2009-09-174-0/+13
|/
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-171-351/+28
| | | | | | | Several kb of code removed. The nly remaining use of C++ glue is desktop applet. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* convert a few string& params to char*Denys Vlasenko2009-09-153-23/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trailing whitespace removedDenys Vlasenko2009-09-151-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-5/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* moake one sfunction static; style fixesDenys Vlasenko2009-09-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-141-1/+5
|\
| * disabled sanitize_dump_dir_rights() in daemon, as it conflicts with python hookJiri Moskovcak2009-09-141-1/+5
| |
* | Polkit moved to Utils (can be used both in daemon and plugins)dnovotny2009-09-143-107/+3
|/
* Fixed geting results from reportersZdenek Prikryl2009-09-111-5/+5
|
* fixed polkit to remember the autorizationJiri Moskovcak2009-09-103-31/+12
|
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-14/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-094-2/+70
|\
| * call the new wrapper functions for register/unregister plugins in DBUS layerdnovotny2009-09-091-2/+4
| |
| * added dbus wrappers for register/unregister plugindnovotny2009-09-093-0/+66
| |
* | made ABRTPlugin more verboseJiri Moskovcak2009-09-091-1/+1
|/
* minor build fixesJiri Moskovcak2009-09-091-1/+1
|