summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* setPartition is useless.Joel Andres Granados2008-03-071-146/+0
* make sure that we commit the changes to the disk.Joel Andres Granados2008-03-071-14/+5
* Simplify the getrescuable function. Put the actual rescue code in add_partit...Joel Andres Granados2008-03-071-149/+77
* do a better job with the rescue method.Joel Andres Granados2008-03-071-15/+36
* Make the rescue and setpartitionlist methods workable.Joel Andres Granados2008-03-071-91/+74
* Make the setpartitionlist method work.Joel Andres Granados2008-03-071-88/+135
* Typo, and temoprary string output for debugging.Joel Andres Granados2008-03-071-1/+3
* take away print messages.Joel Andres Granados2008-03-071-12/+0
* Update the help stringMartin Sivak2008-03-061-4/+6
* Fix wrong verbose conditionMartin Sivak2008-03-051-1/+1
* Sanitize the origin/level/importance systemMartin Sivak2008-03-057-58/+136
* When instantiating plugin, pass the path to the plugin, so it knows where to ...Martin Sivak2008-03-052-8/+12
* Modify the reporting system to use dictionary as message containerMartin Sivak2008-03-042-8/+25
* Fix some semandics in reporting and typo in dependenciesMartin Sivak2008-03-041-2/+2
* Actually print the new root passwordMartin Sivak2008-03-041-0/+3
* First commit of the undelete partition. Not functional but most of the work ...Joel Andres Granados2008-03-014-0/+961
* import os for the isdir call.Joel Andres Granados2008-03-011-1/+1
* Plugin for password management, capable of reseting root passwordMartin Sivak2008-02-291-0/+61
* Fix behaviour when default flow does not exist and the auto mode is running w...Martin Sivak2008-02-291-2/+2
* One little mistake.. fix the condition in interpreterMartin Sivak2008-02-281-1/+1
* Modify the plugins, tasker and cli launcher to provide means to split the flo...Martin Sivak2008-02-284-22/+42
* Update the spawnvch function to use the subprocess moduleMartin Sivak2008-02-281-12/+15
* Add an extra name to the usage string.Joel Andres Granados2008-02-261-1/+1
* Change the of the paths in the config file to be consistent with the rest of ...Joel Andres Granados2008-02-261-4/+4
* Rename the Return* classes to more sane names and update everything to use themMartin Sivak2008-02-2610-99/+97
* Appeninding Return to the class names help to identify them in the plugin code.Joel Andres Granados2008-02-268-58/+58
* Use a more intuitive return class names for the default flows.Joel Andres Granados2008-02-268-61/+94
* Make room in the plugins directory for real plugins.Joel Andres Granados2008-02-269-26/+20
* repeated word.Joel Andres Granados2008-02-261-1/+1
* Move the check for root environment into the interpret and utilize flag syste...Martin Sivak2008-02-265-9/+45
* We have to create the directory.Joel Andres Granados2008-02-201-2/+2
* fix some errors.Joel Andres Granados2008-02-201-1/+1
* Clean the spec file a little.Joel Andres Granados2008-02-201-2/+2
* Modify spec file so it includes the conf file at /etc.Joel Andres Granados2008-02-201-0/+2
* Create a firstaidkit configuration file.Joel Andres Granados2008-02-201-0/+82
* underline is much better.Joel Andres Granados2008-02-201-1/+1
* fix repeated line.Joel Andres Granados2008-02-201-1/+0
* Its better to have a section of paths. This will allow to add and erase pathsJoel Andres Granados2008-02-203-9/+24
* correct section name.Joel Andres Granados2008-02-201-1/+1
* fix some mistakes.Joel Andres Granados2008-02-201-3/+3
* Allow to look for plugins in multiple places.Joel Andres Granados2008-02-201-31/+32
* Allow for a better detection of the whereabouts of the plugins. This is only ...Joel Andres Granados2008-02-201-6/+9
* Efective user must be root.Joel Andres Granados2008-02-201-2/+11
* print help if no args are given.Joel Andres Granados2008-02-201-1/+5
* Include making the rpm and srpm in the makefile.Joel Andres Granados2008-02-201-0/+4
* First and incomplete try for list of supported flagsMartin Sivak2008-02-131-0/+55
* Add FlagTrackerPlugin base classMartin Sivak2008-02-131-0/+56
* Stupid typo...Martin Sivak2008-02-111-1/+1
* Add a possibility to set list of flags, which are true from the beginningMartin Sivak2008-02-113-1/+9
* Add conflict flags to plugin definitionMartin Sivak2008-02-112-6/+33