blob: c398813979961c98e28a1dab5d698a9c6b5e75ef (
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, tdesu 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 = tdecore
// DOXYGEN_SET_PROJECT_NAME = Trinitysu
// vim:ts=4:sw=4:expandtab:filetype=doxygen
|