Source Code (Use browser search to find items of interest.)

Class Index

kdesu'ucred (./kdebase/kdesu/kdesud/secure.h:21)

struct ucred {
    int32_t   pid;
    int32_t   uid;
    int32_t   gid;
};

#endif // HAVE_STRUCT_UCRED


/**
 * The Socket_security class autheticates the peer for you. It provides
 * the process-id, user-id and group-id plus the MD5 sum of the connected
 * binary.
 */