summaryrefslogtreecommitdiffstats
path: root/src/account
Commit message (Expand)AuthorAgeFilesLines
* Use PG_ComputerSystem by default.Jan Safranek2013-10-094-6/+6
* Account: Documentation improvementRoman Rakus2013-10-031-12/+12
* Account: Set correct version in documentationRoman Rakus2013-10-031-2/+2
* Add OpenLMI theme for Sphinx.Jan Safranek2013-10-021-2/+2
* Remove 'OpenLMI Account CIM classes' from overall documentation.Jan Safranek2013-10-022-6/+13
* Remove "Indices and tables" from generated docs, they seem to be useless.Jan Safranek2013-10-021-9/+0
* Account: Add DeleteGroup method to be consistent with user's deletionRoman Rakus2013-09-302-41/+114
* account: Fix removing member of groupRoman Rakus2013-09-261-3/+4
* account: Allow to set plain text passwordRoman Rakus2013-09-202-1/+65
* Call lmi_init function from providersRadek Novacek2013-09-1923-0/+54
* Account: Better failure check of lock pool initialization.Robin Hack2013-09-181-1/+2
* Introduce toplevel openlmi config fileRadek Novacek2013-09-181-2/+1
* Account: Removed unused macro undefinitions.Robin Hack2013-09-111-5/+0
* Account: Added associative thread locking.Robin Hack2013-09-104-0/+242
* Account: Better return values for methodsRoman Rakus2013-09-051-14/+31
* Account: Fix memory leaksRoman Rakus2013-09-051-0/+6
* Account: Fix memory corruptionRoman Rakus2013-09-044-67/+117
* Account: Warn about a bug (libuser) in documentation.Roman Rakus2013-09-041-0/+5
* Account: Use return CIM_RC_ERR_FAILED instead of exit(1)Roman Rakus2013-09-0410-36/+41
* Account: Remove unused codeRoman Rakus2013-09-021-20/+0
* Account: Use constants for method return valuesRoman Rakus2013-09-021-8/+15
* Account: Reflect delete user changes in docRoman Rakus2013-09-021-3/+13
* Account: Fix build error, force -> ForceRoman Rakus2013-09-021-1/+1
* Account: New delete methodRoman Rakus2013-09-021-47/+147
* Account: Don't delete home dir if user is not ownerRoman Rakus2013-09-021-3/+20
* account: doc generation improvementsMichal Minar2013-08-291-1/+5
* Account: DocumentationRoman Rakus2013-08-267-0/+751
* Account: Remove unused sourceRoman Rakus2013-08-231-222/+0
* indmanager: Fix IMEventWatcher arguments to be able to actually set dataTomas Bzatek2013-08-152-2/+2
* Fix namespace for testsRoman Rakus2013-08-141-1/+1
* account: correctly register profiles in spec, do not hardcode version in skelJan Synacek2013-07-251-1/+1
* account: fix wrong installation path for profile registration mofRadek Novacek2013-07-251-1/+1
* Silence many compilation warningsRadek Novacek2013-07-255-10/+16
* Account: Profile registrationRoman Rakus2013-07-242-0/+39
* Return list of CIM classes from konkretcmpi_generate macroRadek Novacek2013-07-231-0/+1
* Account: Make tests a little bit robustRoman Rakus2013-07-173-19/+30
* Account: Tests for indicationsRoman Rakus2013-07-172-0/+258
* Account: Use Account prefix in test logsRoman Rakus2013-07-164-12/+12
* account: don't require indication managerRadek Novacek2013-07-033-5/+4
* Account: Remove dead codeRoman Rakus2013-07-031-6/+10
* Account: Fix unreachable codeRoman Rakus2013-07-031-1/+1
* Account: Don't use uninitialized fieldsRoman Rakus2013-07-031-3/+4
* Account: Use strdup instead of malloc-strcpy comboRoman Rakus2013-07-031-4/+2
* Account: Indications for creation and deletionRoman Rakus2013-07-015-8/+482
* Adapt for KonkretCMPI changes in EmbeddedInstancesRadek Novacek2013-07-012-4/+4
* Fixed a bad email addressRoman Rakus2013-06-271-1/+1
* Account: Use asprintf instead of snprintfRoman Rakus2013-06-128-37/+30
* Account: Use KReturn2 instead of CMReturnWithCharsRoman Rakus2013-06-124-130/+94
* Account: Properly create/delete homedirsRoman Rakus2013-06-032-11/+15
* Account: Correctly handle empty fields in shadow fileRoman Rakus2013-05-302-9/+21