summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberHEADmasterJohn Dennis2013-04-111-1/+1
|
* Add RPM spec file and do_build, make-dist developer toolsJohn Dennis2013-04-113-0/+102
|
* Clean up FIXME comment in mof fileJohn Dennis2013-04-111-1/+1
|
* Clean up attribution of dbug message printing codeJohn Dennis2013-04-111-4/+4
|
* Rename GetDBusProperies to GET_DBUS_PROPERIES_OR_EXIT to makeJohn Dennis2013-04-115-23/+42
| | | | 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-117-123/+55
| | | | NULL pointer after freeing.
* Implement get_joined_domain(), used to initialize Domain property.John Dennis2013-04-113-2/+82
| | | | | Add G_VARIANT_FREE & G_VARIANT_ITER_FREE macros that free the object and set the pointer to NULL.
* fix typo in mof fileJohn Dennis2013-04-101-1/+1
|
* Use short names for interface names, divorce from DBus syntaxJohn Dennis2013-04-106-16/+76
|
* 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.
* Remove unnecessary NULL test prior to callin g_free, g_strfreevJohn Dennis2013-04-092-12/+4
|
* Remove generated .h files source code control.John Dennis2013-04-095-9643/+0
| | | | They are regenerated by KonkretCMPI during the build.
* Add Python scription: realmd-cimJohn Dennis2013-04-015-64/+366
| | | | Add RealmName property to LMI_RealmdRealm class
* Add support for leaving realmJohn Dennis2013-03-2813-133/+1208
| | | | | | | | | | | * 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
* Update README with useful information for developersJohn Dennis2013-03-222-4/+210
|
* Initial commit for public repositoryJohn Dennis2013-03-2225-0/+14943