summaryrefslogtreecommitdiff
path: root/libopie2/opiesecurity/multiauthmainwindow.h
AgeCommit message (Collapse)AuthorFilesLines
2004-10-05Changed the way to test authentication: instead of having a hardcoded configclem1-1/+1
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-07-17-move OMAF into a namespace on its ownzecke1-0/+10
-add d'ptr were applicable
2004-06-14First revision of libopiesecurity2: plugin-based authentication framework ↵clem1-0/+74
(see http://dudu.dyn.2-h.org/nist/OMAF.php).