summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Providers: Switch to -fstack-protector-strong.Robin Hack2013-09-191-1/+1
* Providers: Added -fstack-protector gcc flag.Robin Hack2013-09-191-1/+1
* logicalfile: code cleanup and rewriteJan Synacek2013-09-1812-161/+310
* Account: Better failure check of lock pool initialization.Robin Hack2013-09-181-1/+2
* Forgot to add openlmi.conf fileRadek Novacek2013-09-181-0/+22
* Introduce toplevel openlmi config fileRadek Novacek2013-09-187-22/+228
* Service: Propagate error messages, check for invalid (NULL) service names, fi...Vitezslav Crhonek2013-09-173-14/+58
* spec file: add managed system metapackageTomas Smetana2013-09-161-1/+24
* logicalfile: ignore some key propertiesJan Synacek2013-09-167-175/+51
* software: fixed critical section problemMichal Minar2013-09-121-2/+2
* logging improvements and fixMichal Minar2013-09-122-17/+42
* logicalfile: warn if udev context creation failsJan Synacek2013-09-121-0/+1
* Account: Removed unused macro undefinitions.Robin Hack2013-09-111-5/+0
* Account: Added associative thread locking.Robin Hack2013-09-104-0/+242
* Service: Fix detection of service stateVitezslav Crhonek2013-09-102-17/+8
* software: removed outdated console scriptMichal Minar2013-09-102-245/+6
* python: added license to setup and corrected classifiersMichal Minar2013-09-101-3/+6
* software: fixed updating of package done by async methodMichal Minar2013-09-102-3/+4
* fix issues when creating instance for broken repositoryMichal Minar2013-09-101-1/+2
* fixed getting information about verification jobMichal Minar2013-09-101-1/+1
* test: Add path to service-dbus tests to nosetest.cfgRadek Novacek2013-09-101-1/+1
* Hardware: Added PCI_Bridge providerPeter Schiffer2013-09-0910-81/+1103
* registration script: add database listingTomas Smetana2013-09-091-0/+41
* logicalfile: correctly return an objectpathJan Synacek2013-09-091-1/+1
* logicalfile: protect libselinux calls with a mutexJan Synacek2013-09-091-0/+9
* logicalfile: use lstat(2) instead of stat(2)Jan Synacek2013-09-061-1/+1
* add libselinux-devel to dependencies in READMEJan Synacek2013-09-061-0/+1
* Account: Better return values for methodsRoman Rakus2013-09-052-16/+46
* 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
* Merge branch 'master' of https://git.fedorahosted.org/cgit/openlmi-providersRobin Hack2013-09-041-0/+27
|\
| * Fix for cim-schema > 2.33Radek Novacek2013-09-031-0/+27
* | Service: Upstream test suite for service-dbus provider.Robin Hack2013-09-032-0/+525
|/
* Realmd: check for possible NULL dereferencesTomas Smetana2013-09-031-1/+9
* software: fixed installation of rpm package from uriMichal Minar2013-09-021-2/+2
* Account: Remove unused codeRoman Rakus2013-09-021-20/+0
* Account: Use constants for method return valuesRoman Rakus2013-09-021-8/+15
* Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersTomas Smetana2013-09-0210-188/+197
|\
| * Account: Reflect delete user changes in docRoman Rakus2013-09-021-3/+13
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersPeter Schiffer2013-09-024-37/+681
| |\
| | * Account: Fix build error, force -> ForceRoman Rakus2013-09-021-1/+1
| | * Add tags to .gitignoreRoman Rakus2013-09-021-1/+1
| | * Account: New delete methodRoman Rakus2013-09-022-47/+174
| | * Account: Don't delete home dir if user is not ownerRoman Rakus2013-09-021-3/+20
| * | Hardware: Get rid of different error return codes.Peter Schiffer2013-08-306-148/+3
* | | openlmi-mof-register.py: fix timestamp formatting in registrations tableTomas Smetana2013-09-021-1/+1
| |/ |/|
* | New registration script: adds separate registrations database, Python onlyTomas Smetana2013-09-021-0/+500
|\ \ | |/ |/|
| * add database and reregistrationTomas Smetana2013-09-021-70/+96