summaryrefslogtreecommitdiffstats
path: root/lib/Utils/xfuncs.cpp
Commit message (Expand)AuthorAgeFilesLines
* trivial: add xsete[gu]id to abrtlibDenys Vlasenko2010-05-261-0/+12
* get_home_dir returns const char* instead of std::stringKarel Klic2010-04-291-2/+2
* Source code formatting only.Karel Klic2010-04-291-161/+164
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-261-4/+4
* license fixNikola Pajkovsky2010-02-161-1/+20
* get_home_dir uses uid_t for the uidKarel Klic2010-02-121-1/+1
* remove unused getuidbynameDenys Vlasenko2010-01-221-9/+0
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-2/+2
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-111-2/+2
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-111-0/+6
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-0/+12
* style fixes, no code changesDenys Vlasenko2009-12-101-2/+2
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-031-26/+19
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-301-5/+3
* a few fixes in automatic reporterNikola Pajkovsky2009-11-301-1/+1
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...Nikola Pajkovsky2009-11-261-0/+11
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-0/+13
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-0/+34
* add bits of infrastructure needed for xmlprc code.Denys Vlasenko2009-10-261-0/+16
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-301-0/+19
* eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used insteadDenys Vlasenko2009-09-091-0/+6
* move die_out_of_memory() to abrtlibDenys Vlasenko2009-09-011-16/+6
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-211-0/+38
* new function for gettings user's home directoryZdenek Prikryl2009-08-111-0/+6
* fix compile-time warnings.Denys Vlasenko2009-08-091-0/+6
* Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the nameDenys Vlasenko2009-08-051-1/+29
* add utility functionsDenys Vlasenko2009-07-301-0/+214