| Commit message (Expand) | Author | Age | Files | Lines |
| * | * improved algorithm when searching for translation modules such that it is now | Oliver Tappe | 2006-10-23 | 1 | -27/+53 |
| * | * renamed module from full locale name to just the language, it doesn't make ... | Oliver Tappe | 2006-10-23 | 1 | -2/+2 |
| * | * fixed typo in package name | Oliver Tappe | 2006-10-23 | 1 | -7/+7 |
| * | * removed support for ignoring ld-linux.so as it doesn't make sense | Oliver Tappe | 2006-10-23 | 1 | -7/+0 |
| * | * added architecture-independent reimplementation of ldd | Oliver Tappe | 2006-10-22 | 1 | -0/+206 |
| * | First steps for rootfs on iscsi/* integration ... | Dirk von Suchodoletz | 2006-10-15 | 2 | -2/+30 |
| * | * canonicalization of $LANG is now even more strict in order to be robust | Oliver Tappe | 2006-10-14 | 2 | -3/+4 |
| * | * avoid confusing error message about existing lock-file when in fact the script | Oliver Tappe | 2006-10-14 | 1 | -2/+9 |
| * | * added message giving the path of the created files and the possibility of e... | Oliver Tappe | 2006-10-14 | 1 | -0/+8 |
| * | * adjusted POD-texts to our current standards. | Oliver Tappe | 2006-10-14 | 4 | -100/+137 |
| * | * minor cleanup | Oliver Tappe | 2006-10-14 | 1 | -5/+8 |
| * | * shortened output for --help (now only gives an option-overview), but added ... | Oliver Tappe | 2006-10-14 | 1 | -44/+52 |
| * | * added check for requireed perl-modules before the installation process. | Oliver Tappe | 2006-10-14 | 1 | -0/+26 |
| * | Hardware "database" files updated, enabled multicast for dnbd use ... | Michael Janczyk | 2006-10-13 | 5 | -403/+2137 |
| * | Bugfix in redirection in functions, moved ldap-stuff to ldap-functions | Dirk von Suchodoletz | 2006-10-08 | 6 | -89/+856 |
| * | Added hardware IDs for detection of some intel gfx controller ... | Dirk von Suchodoletz | 2006-10-07 | 2 | -0/+2 |
| * | * fixed incorrect _tr-argument. | Oliver Tappe | 2006-10-06 | 1 | -1/+1 |
| * | * updated with all current translatable strings, most translations are missin... | Oliver Tappe | 2006-10-06 | 2 | -71/+244 |
| * | * added canonicalization of '\n' and '\t' to _tr(). | Oliver Tappe | 2006-10-06 | 1 | -2/+6 |
| * | * fixed format of error-message. | Oliver Tappe | 2006-10-06 | 3 | -6/+6 |
| * | * added safety check, now only *.pm files will be updated. | Oliver Tappe | 2006-10-06 | 1 | -1/+1 |
| * | * renamed 'tools'-folder to 'devel-tools' to make things more clear: the tools | Oliver Tappe | 2006-10-06 | 1 | -0/+0 |
| * | * considerably improved parsing of _tr()-arguments | Oliver Tappe | 2006-10-06 | 1 | -30/+92 |
| * | corrected linebreak in ldapsearch (ldapconf helper-function) | Tarik Gasmi | 2006-10-06 | 1 | -4/+5 |
| * | completed ldapconf helper-function matching_timerange | Tarik Gasmi | 2006-10-06 | 1 | -0/+49 |
| * | added ldapconf helper-functions | Tarik Gasmi | 2006-10-06 | 1 | -0/+18 |
| * | added pxelink-script and ldapconf helper-functions | Tarik Gasmi | 2006-10-06 | 1 | -0/+84 |
| * | * added explicit check for required DBD-module in order to give a precise err... | Oliver Tappe | 2006-10-06 | 3 | -7/+16 |
| * | * minor formatting corrections | Oliver Tappe | 2006-10-04 | 1 | -4/+4 |
| * | * changed ODLX to OpenSLX such that things work again | Oliver Tappe | 2006-10-04 | 2 | -22/+298 |
| * | * we now log the loaded translation module | Oliver Tappe | 2006-10-04 | 1 | -3/+5 |
| * | * corrected typo | Oliver Tappe | 2006-10-04 | 1 | -5/+14 |
| * | * minor cleanup | Oliver Tappe | 2006-10-04 | 2 | -10/+4 |
| * | * added tool for extracting translatable strings from scripts and modules, wh... | Oliver Tappe | 2006-10-04 | 1 | -0/+153 |
| * | Naming in mkdxsinitrd and slxmkramfs (temporary directory where pre-cpio | Dirk von Suchodoletz | 2006-10-03 | 3 | -7/+7 |
| * | now /w grouptest. checks machine-setup in which slxgrp a clinet is, and | Michael Janczyk | 2006-10-03 | 5 | -68/+152 |
| * | * added OpenSLX-header to all my files. | Oliver Tappe | 2006-10-03 | 15 | -32/+133 |
| * | * fixed problem with perl-scripts not finding their modules in production path | Oliver Tappe | 2006-10-03 | 6 | -11/+33 |
| * | Small fix: suppress error output of tftp client. | Dirk von Suchodoletz | 2006-10-03 | 1 | -4/+4 |
| * | * cleanup of POD stuff. | Oliver Tappe | 2006-10-02 | 2 | -18/+28 |
| * | * added tool for setting/removing local settings, very handy if admins want | Oliver Tappe | 2006-10-02 | 1 | -0/+292 |
| * | * added %cmdlineOptions to exports in order to enable scripts to | Oliver Tappe | 2006-10-02 | 1 | -3/+3 |
| * | * removed SLX_USE_ABSOLUTE_TFTP_PATH again, as this will be handled by slxset... | Oliver Tappe | 2006-10-02 | 1 | -4/+0 |
| * | * major cleanup, added comments and replaced cp -a by tar in order to avoid c... | Oliver Tappe | 2006-10-02 | 1 | -20/+38 |
| * | * added support for --help, --man and --version | Oliver Tappe | 2006-10-02 | 1 | -1/+273 |
| * | * minor cleanup | Oliver Tappe | 2006-10-02 | 1 | -26/+38 |
| * | * renamed setup-test-data-simple.pl to slxsetup-test-data-simple.pl to make it | Oliver Tappe | 2006-10-02 | 1 | -0/+0 |
| * | * added support for --help, --man and --version | Oliver Tappe | 2006-10-02 | 1 | -3/+205 |
| * | TFTP prefix not really needed in stage3 (sorry for hassles! made tests | Dirk von Suchodoletz | 2006-10-02 | 3 | -17/+17 |
| * | * slightly changed and actived Dirk's changes from revision 419: | Oliver Tappe | 2006-10-01 | 4 | -48/+63 |