summaryrefslogtreecommitdiffstats
path: root/src/service
Commit message (Collapse)AuthorAgeFilesLines
* Service:Vitezslav Crhonek2012-11-222-36/+28
| | | | | - Use popen instead evil tmpnam in service enumeration functions. - Pass service name to systemctl after a "--" argument list terminator.
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-125-53/+67
|
* Change project name from Cura to OpenLMIRadek Novacek2012-10-221-3/+3
|
* Make destination of .reg adjustable in CuraMacros0.0.3Radek Novacek2012-08-291-1/+1
| | | | | If CuraMacros are used by different provider it needs to change location where the .reg is installed.
* Define methods from experimental schemaRadek Novacek2012-08-291-0/+16
| | | | | Add missing methods to fix undefined references. All of the methods return NOT_SUPPORTED error
* Rename prefix from Cura_ to LMI_Radek Novacek2012-08-282-59/+59
|
* Add 'Cura_' to provider library nameRadek Novacek2012-08-021-1/+1
|
* Add GPLv2 license file and GPLv2+ headers to all filesRadek Novacek2012-08-025-56/+56
|
* service: make the shell scripts executableRadek Novacek2012-08-011-1/+1
|
* service: Add shebang to service*.sh scriptsRadek Novacek2012-07-312-1/+3
|
* service: Move serviceutil to libexecRadek Novacek2012-07-312-3/+3
|
* Replace all Linux_ prefixes with Cura_ prefixes.Radek Novacek2012-07-312-59/+59
|
* Merge READMEs to one, get rid of should-be-global files in serviceRadek Novacek2012-07-306-774/+0
|
* service: use global functions for getting system (creation class) nameRadek Novacek2012-07-304-105/+4
|
* Unify logging through all providersRadek Novacek2012-07-272-7/+1
| | | | | Needs to be ported to sfcb/pegasus standard logging, using stderr for now.
* service: rewrite Service_Operation functionRadek Novacek2012-07-271-21/+13
| | | | | There were wrong handling of temporary file and few unnecesary operations.
* service: add missing file closeRadek Novacek2012-07-261-0/+1
|
* service: better handling of services without Main PID (like iptables)Radek Novacek2012-07-261-1/+6
|
* service: Better error handling in providerRadek Novacek2012-07-261-5/+7
|
* service: fix a couple of memory leaksRadek Novacek2012-07-251-0/+3
|
* service: Don't list systemd special '@' servicesRadek Novacek2012-07-251-1/+1
| | | | | | | Services ending with @.service can have multiple instance and can't be started/stopped directly. I'm not sure how to handle them, so I'll hide them for now.
* service: convert to using KonkretCMPIRadek Novacek2012-07-256-432/+346
|
* service: Finish converting service provider to CMakeRadek Novacek2012-07-255-560/+16
|
* service: Move MOF to toplevel mof/ directory and remove registrationRadek Novacek2012-07-242-60/+0
|
* Move provider-register to top level directoryRadek Novacek2012-07-231-755/+0
|
* Start converting all providers to CMakeRadek Novacek2012-07-231-0/+16
|
* Move all providers to src/ directoryRadek Novacek2012-07-2320-0/+3110