Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-26 | Both packageslave.cpp and textedit.cpp have instances of possibly exploitable | erik | 1 | -24/+21 |
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. | ||||
2007-01-26 | Each file in this commit exhibit an example of what prevent calls | erik | 1 | -61/+39 |
'reverse inull'. All that means is that a pointer gets dereferenced. Then a pointer gets checked for validity before being dereferenced again. This almost always points to shenanigans. For example, the konsole.cpp file has this konsoleInit() call which passes in a const char** shell variable. Since it is a double pointer the programmer who wrote the code made the mistake of mixing the checking of the pointer and the pointer that points to the pointer. This commit attempts to correct that. Of course there are other instances of the same thing. But they all boil down to a small mistake which might have produced strange side effects. | ||||
2007-01-19 | Every file in this commit has a change to check the return value of a call. | erik | 1 | -16/+17 |
2005-08-11 | add opie-smb | llornkcor | 1 | -29/+29 |
2005-04-15 | Resource -> OResource | drw | 1 | -15/+16 |
2005-02-24 | Speed up application start by more than 30% | zecke | 1 | -1/+1 |
2005-02-06 | fix #1472 - no prompt on esc exit | llornkcor | 1 | -23/+26 |
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 1 | -1/+1 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -22/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+22 |
2004-10-18 | change doclnk handling | llornkcor | 1 | -3/+4 |
2004-10-16 | - BugFix: clear currentFileName in SaveAs when the user abort. | ar | 1 | -0/+1 |
otherwise it crashs when user try to save after aborted saveas action | ||||
2004-09-18 | fix #1399 | llornkcor | 1 | -15/+21 |
2004-09-10 | Move the using namespace expression below all includes | zecke | 1 | -2/+4 |
2004-04-05 | convert helpbrowser, taboapp and textedit to Opie debugging framework | mickeyl | 2 | -41/+44 |
qcop and embeddedkonsole needs more work. the diagnostics part uses printf | ||||
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-14 | ODP and only ODP | zecke | 3 | -4/+3 |
2004-03-02 | run the optimize_connect script | alwin | 1 | -5/+5 |
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-01 | fix includes | chicken | 2 | -22/+0 |
2004-03-01 | add error dialogs | llornkcor | 1 | -5/+6 |
2004-02-23 | Text Editor: libopie->libopie2 | drw | 6 | -9/+12 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -0/+2 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-02-07 | QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ | ar | 1 | -4/+2 |
screen handling | ||||
2004-01-10 | new email addy | llornkcor | 1 | -1/+1 |
2003-12-07 | s/QPEToolBar/QToolBar: | mickeyl | 1 | -4/+4 |
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future | ||||
2003-12-07 | s/QPEMenuBar/QMenuBar: | mickeyl | 1 | -2/+2 |
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future | ||||
2003-12-06 | quirk for opening renamed desktop files... | zecke | 1 | -2/+9 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -20/+0 |
2003-11-06 | merge core/apps/* | mickeyl | 3 | -15/+5 |
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 1 | -5/+3 |
2003-08-09 | Merge from BRANCH_1_0. | kergoth | 1 | -1/+1 |
2003-06-04 | sanitized | schurig | 1 | -1/+1 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 1 | -0/+1 |
2003-04-14 | Linebreak prevented translation - fixed | groucho | 1 | -4/+1 |
2003-04-12 | hide about gizmo | llornkcor | 1 | -2/+2 |
2003-04-04 | Minor bugfix as reported by a user, werent returning an int from main. | kergoth | 1 | -1/+1 |
2003-03-21 | change filesave icon to inlined | llornkcor | 3 | -151/+45 |
2003-03-16 | fix open .desktop file | llornkcor | 1 | -71/+78 |
2003-02-28 | no goto for 0 length texts | llornkcor | 1 | -2/+4 |
2003-02-28 | move goto menu entry | llornkcor | 1 | -7/+6 |
2003-02-28 | allow open file to remember last directory | llornkcor | 1 | -2/+8 |
2003-02-28 | fix bad manners | llornkcor | 1 | -1/+5 |
2003-02-28 | moved xmp to resource, and added goto line number | llornkcor | 4 | -191/+231 |
2003-02-18 | 5 minutes, not 30 seconds | llornkcor | 1 | -20/+17 |
2003-02-18 | autosave feature. will save to ~/textedit.tmp is no filename has been set. ↵ | llornkcor | 2 | -17/+146 |
moved stuff from public methods | ||||
2003-02-16 | fix for bug 616- hitting ok when no file is selected hangs | llornkcor | 1 | -1/+1 |