summaryrefslogtreecommitdiff
path: root/libopie2/opiesecurity
AgeCommit message (Collapse)AuthorFilesLines
2005-05-09add missing dependency to libopiepim2mickeyl1-1/+2
2005-01-22-Fix for #1533zecke3-10/+13
Use OPimContactAccess to load the Owner Information. This should fix the displaying of the contact for non latin1 encoded users. To use OPimContactAccess OpieSecurity now depends on opiepim2
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed VERSION stringwimpie1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-334/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+334
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-12-Skip showing the Security screen if onResume or onPoweron is set to falsezecke1-4/+4
2004-10-08Big commit thanks to a little feature request :-) We now have an O-menu appletclem2-9/+48
to lock the PDA immediately, and the internal way to ask for an authentication (on resume, on start up, on demand or for a simple test) is much cleaner: it's through MultiauthPassword(int lockMode) (instead of the old bool at_poweron)
2004-10-08shorter messages that actually fit on my iPAQ screenclem1-2/+2
2004-10-07fixed indentationclem1-1/+1
2004-10-07the usual iso c++ fixmickeyl1-1/+1
2004-10-07build fixchicken1-0/+1
2004-10-07improved class commentclem2-8/+7
2004-10-06fixed file name in doxygen comment!clem2-2/+2
2004-10-05at the beginning of the test mode, tell the user she can skip the steps she ↵clem1-1/+1
fails
2004-10-05Changed the way to test authentication: instead of having a hardcoded configclem2-11/+20
option, allowByPass, we now have a "Test now" button in the configuration interface. We add to change both the config app and the libopie2security files for that, since the MultiauthMainWindow constructor has to know whether to implement a debug mode (with an new argument, false by default). We also had to give MultiauthGeneralConfig a link to MultiauthConfig, since the test button triggers the writing of the whole configuration. Some cleaning too (m_ on *all* member attributes, removal of obsolete allowByPass / explanScreens checking code.
2004-09-19Reordered recommended plugins in order to avoid to install the blueping one ↵clem1-1/+1
first.
2004-09-17Recommends: added for the configuration GUI: opie-securityclem1-1/+1
2004-09-17Recommends: added for at least one of the opie-multiauth-* pluginsclem1-0/+1
2004-09-17if there are no configured plugins, we simply return 0 to let the user inclem1-0/+9
2004-08-03FALSE -> falseclem1-2/+2
2004-07-27documented SecOwnerDlgclem1-0/+1
2004-07-24First revision of libopiesecurity2 package fileclem1-0/+10
2004-07-17Add Clements reworked and OMAF capable Security Settings applicationzecke1-1/+1
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added
2004-07-17Change the default for needToAuthenticatezecke1-2/+2
2004-07-17Add dropin for the Password implementation of libqpezecke2-0/+165
2004-07-17-move OMAF into a namespace on its ownzecke7-15/+69
-add d'ptr were applicable
2004-06-15builds it by defaultclem1-0/+1
2004-06-15classic .cvsignoreclem1-0/+3
2004-06-14First revision of libopiesecurity2: plugin-based authentication framework ↵clem8-0/+639
(see http://dudu.dyn.2-h.org/nist/OMAF.php).