summaryrefslogtreecommitdiffstats
path: root/config-db
Commit message (Expand)AuthorAgeFilesLines
* * refactored more boot-environment-specific stuff out of slxconfig-demuxer intoOliver Tappe2008-08-271-69/+27Star
* * slxconfig and slxos-plugin now treat the name 'default' as an alias forOliver Tappe2008-08-211-1/+4
* * cleaned all attributes that are marked obsolete by ticket #243 and a coupleOliver Tappe2008-08-202-183/+89Star
* git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2048 95ad53e4-c2...Oliver Tappe2008-08-182-2/+2
* * fixed list-attributes command to support being given attribute names, tooOliver Tappe2008-08-071-7/+19
* implemented plugin dependency handling:Oliver Tappe2008-07-231-1/+18
* Fixed two more problems exposed by mysql:Oliver Tappe2008-07-172-4/+8
* * fixed problem a least one database server (mysql) not being able to startOliver Tappe2008-07-171-5/+18
* * refactored locking file to make use of ScopedResourceOliver Tappe2008-06-081-49/+41Star
* * since I regularly got irritated by slxconfig-demuxer saying something aboutOliver Tappe2008-06-081-1/+3
* * moved PXE-theming stuff into boot-env and adjusted the code to allow forOliver Tappe2008-06-071-8/+0Star
* Implemented a better algorithm for keeping the plugins and the referencesOliver Tappe2008-06-033-9/+62
* * separated synchronization of attributes from removal of stale references,Oliver Tappe2008-06-023-24/+56
* fixed problem reported by Michael:Oliver Tappe2008-06-021-4/+6
* * bumped DB-schema version in order to cleanup potential problems afterOliver Tappe2008-06-021-1/+9
* preparations to support cdboot as a second boot type for clientsOliver Tappe2008-05-281-143/+50Star
* * cosmetics: print filename of kernel instead of full path in warning that is Oliver Tappe2008-05-281-1/+2
* * when checking the attributes from within the config-demuxer, we no longer c...Oliver Tappe2008-05-281-0/+5
* * refactored code for synchronization of attributes (moved from DBSchema to C...Oliver Tappe2008-05-274-60/+225
* * fixed bug that would not allow setting an empty attribute to '0'Oliver Tappe2008-05-251-1/+3
* * heavily redesigned and improved the checking of attributes: instead of dyingOliver Tappe2008-05-243-40/+65
* * added checking of system attributes, too (before only clients were checked)Oliver Tappe2008-05-241-1/+12
* * added checking of attributes for every client & system before its attribute...Oliver Tappe2008-05-241-0/+10
* * implemented checking of attributes for groups and clients in slxconfigOliver Tappe2008-05-242-4/+22
* * artifically bumped the schema version to 0.30 in order to trigger a synchro...Oliver Tappe2008-05-241-1/+10
* * fixed bug introduced recently that would cause attributes of default system toOliver Tappe2008-05-241-1/+3
* * use Clone::clone instead of Storable::dclone throughout OpenSLX in order to...Oliver Tappe2008-05-223-10/+10
* * attributes set via slxconfig are now being checked not only against the res...Oliver Tappe2008-05-222-41/+79
* * fixed bug in slxconfig introduced yesterday that would not allow settingOliver Tappe2008-05-212-9/+42
* * added support to slxconfig for checking the given attribute values againstOliver Tappe2008-05-201-0/+7
* * optimized the methods that set the attributes of a client/group/system toOliver Tappe2008-05-201-46/+114
* * renamed --verbose-level to --log-level to make it more separate from --verb...Oliver Tappe2008-04-073-5/+5
* * finally corrected algorithm for merging attributes from default-system & ve...Oliver Tappe2008-04-031-7/+8
* * Deactivated DB-schema version 0.28, as it does not work with the currentOliver Tappe2008-03-261-1/+5
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-2025-6236/+6236
* * fixed several bugs with respect to the listing of plugins (as part of a systemOliver Tappe2008-03-191-7/+13
* * fixed incorrect behaviour with respect to merging of plugin attributes:Oliver Tappe2008-03-181-3/+4
* * removed debug outputOliver Tappe2008-03-171-2/+7
* * fixed several bugs in the config-demuxer caused by recent changes in pluginOliver Tappe2008-03-173-11/+37
* * added getStage3Attrs()Oliver Tappe2008-03-171-0/+28
* * adjusted to recent changes in plugin-codeOliver Tappe2008-03-171-9/+9
* * added support for stage1 attributes that are stored along each plugin insta...Oliver Tappe2008-03-144-20/+101
* Fix 'unterminated list at =head in paragraph' error of pod2html.Lars Müller2008-03-131-0/+1
* * implemented rsync-based build folder strategy for slxconfig-demuxer whichOliver Tappe2008-03-061-23/+30
* * fixed potential use of uninitialized valueOliver Tappe2008-02-201-1/+2
* * correct implementation bug that caused last schema change to work only half...Oliver Tappe2008-02-172-4/+13
* * added vendor-OS '<<<default>>>', which holds the plugins which shall beOliver Tappe2008-02-171-1/+15
* Refactored call-out to plugins when making the initramfs:Oliver Tappe2008-02-161-21/+5Star
* * hopefully finally fixed the utf8-related character problems in --manOliver Tappe2008-02-122-2/+2
* * implement support for letting the plugins suggest additional kernel_paramsOliver Tappe2008-02-101-0/+3