blob: d472c772d627ca9c624153da8087b29557acacf3 (
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
tdessh 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
|