#include <qlayout.h>#include <qlabel.h>#include <qlineedit.h>#include <qvalidator.h>#include <qmessagebox.h>#include <qhbox.h>#include <qtoolbutton.h>#include <sys/types.h>#include <pwd.h>#include <shadow.h>#include <stdio.h>#include <time.h>#include <unistd.h>#include "passworddialogimpl.h"Include dependency graph for passworddialogimpl.cpp:

Go to the source code of this file.
Functions | |
| char * | crypt (const char *, const char *) |
| static int | i64c (int i) |
| static char * | crypt_make_salt () |
|
||||||||||||
|
Referenced by Passwd::addUser(), LoginApplication::checkPassword(), SyncAuthentication::checkPassword(), UserDialog::editUser(), PinPlugin::encrypt(), qcrypt(), and PinPlugin::verify(). |
|
|
Definition at line 69 of file passworddialogimpl.cpp. References i64c(), and Opie::MM::x. |
|
|
Definition at line 54 of file passworddialogimpl.cpp. Referenced by crypt_make_salt(). |
1.4.2