blob: a887e225539df2850734aa8ae98f7e2f7a71c790 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/** @mainpage Console-mode authentication
libtdesu provides functionality for building GUI front ends for
(password asking) console mode programs. For example, kdesu and
kdessh use it to interface with su and ssh respectively.
@authors
Geert Jansen \<jansen@kde.org\>
@maintainers
Adriaan de Groot \<groot@kde.org\>
@licenses
@lgpl
*/
// DOXYGEN_REFERENCES = kdecore
// DOXYGEN_SET_PROJECT_NAME = Trinitysu
// vim:ts=4:sw=4:expandtab:filetype=doxygen
|