summaryrefslogtreecommitdiff
path: root/core/launcher/packageslave.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-26Both packageslave.cpp and textedit.cpp have instances of possibly exploitableerik1-20/+28
race conditions associated to files. The big deal is that it is quite typical to use strings of pathnames to track files. But because that does not leverage the filesystem would be attackers may be able to exploit time lags in uses of filesystem functions (like stat and chmod or open) to get files with suspect data into the files that the applications are working with. This commit closes that potential hole even though there are no known exploits. Better safe then sorry. There is no change in the behavior of the apps.
2004-10-08this patch will add support for QD installing directly to opie device via ↵llornkcor1-2/+12
sync. not functioning until QD 1.7.1 released. should compile for now
2004-05-02- convert qWarning to owarnar1-96/+95
2004-04-07use Opie debugging frameworkmickeyl1-13/+13
2004-03-02run the optimize_connect scriptalwin1-2/+2
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken1-2/+0
2003-11-03Porting Opie to MacOS-X.eilers1-30/+274
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2002-01-25Initial revisionkergoth1-0/+97