summaryrefslogtreecommitdiffstats
path: root/LMI_RealmdRealmProvider.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename GetDBusProperies to GET_DBUS_PROPERIES_OR_EXIT to makeJohn Dennis2013-04-111-3/+6
| | | | it clear it's a macro that will branch to the exit label.
* Replace g_variant_unref(), g_variant_iter_free() with macros whichJohn Dennis2013-04-111-28/+6
| | | | NULL pointer after freeing.
* Add support for leaving realmJohn Dennis2013-03-281-12/+12
| | | | | | | | | | | * 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/+345