summaryrefslogtreecommitdiffstats
path: root/rdcp_error.c
Commit message (Collapse)AuthorAgeFilesLines
* make g_quark_from_static_string() thread safe by wrapping in g_once_initJohn Dennis2013-04-091-4/+7
|
* Remove static buf in rdcp_error_code_to_string(), not thread safe.John Dennis2013-04-091-6/+4
| | | | | Add numeric error code in hangle_g_error() to complement string representation of error code.
* Add support for leaving realmJohn Dennis2013-03-281-3/+97
| | | | | | | | | | | * Implement DBus leave method * Implement LMI_RealmdKerberosRealm.Leave() method * Implement LMI_RealmdService JoinDomain() & LeaveDomain() methods * GedDBusProperties now takes CMPIStatus arg * Add LMI_REALMD_RESULT_* constants, replaced hardcoded numbers * Implement SetCMPIStatus() which replaces CMSetStatusWithChars, SetCMPIStatus() permits printf style string formatting * Move handle_g_error() from rdcp_util to rdcp_error
* Initial commit for public repositoryJohn Dennis2013-03-221-0/+28