| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix addVarsInSh() with no fields | Pascal Rigaux | 2005-05-27 | 1 | -1/+1 |
| | | |||||
| * | add addVarsInSh() and addVarsInShMode() | Pascal Rigaux | 2005-05-27 | 1 | -1/+29 |
| | | |||||
| * | use "our" instead of "use vars" | Pascal Rigaux | 2005-05-27 | 7 | -34/+34 |
| | | |||||
| * | update_gnomekderc: modify the default group (entries at the top of the | Olivier Blin | 2005-02-14 | 1 | -3/+4 |
| | | | | | | file not preceded by a group name) if category is undef | ||||
| * | use POSIX instead of Fcntl (perl-base compliance) | Pascal Rigaux | 2005-01-03 | 1 | -2/+8 |
| | | |||||
| * | (setVarsInShMode) consider all files in /home as insecured and use | Thierry Vignaud | 2004-12-23 | 1 | -2/+7 |
| | | | | | | secured_output() on them | ||||
| * | (secured_output) introduce it | Thierry Vignaud | 2004-12-23 | 1 | -0/+7 |
| | | |||||
| * | add ";" to please perl_checker | Pascal Rigaux | 2004-11-17 | 3 | -8/+8 |
| | | |||||
| * | MDK::Common::File : add all_files_rec() | Pascal Rigaux | 2004-11-16 | 1 | -1/+11 |
| | | |||||
| * | fix cp_with_option which called cp_af() recursively, loosing the specific ↵ | Pascal Rigaux | 2004-11-08 | 1 | -1/+1 |
| | | | | | options | ||||
| * | - export distrib() | Daouda Lo | 2004-10-19 | 1 | -1/+1 |
| | | |||||
| * | Add distrib function to get company, system (e.g. Mandrakelinux) and product ↵ | Florent Villard | 2004-10-18 | 1 | -0/+11 |
| | | | | | (e.g. 10.1) | ||||
| * | more flexible typeFromMagic | Pascal Rigaux | 2004-09-06 | 1 | -8/+13 |
| | | |||||
| * | setVarsInSh() now tries to use quoting only when really needed, | Pascal Rigaux | 2004-08-04 | 1 | -8/+6 |
| | | | | | | otherwise it breaks program parsing the generated file (eg: /usr/sbin/autologin) | ||||
| * | MDK::Common::System: whereis_binary() can now handle prefix | Pascal Rigaux | 2004-08-02 | 1 | -2/+2 |
| | | |||||
| * | - workaround bug in ocaml on ultrasparc | Pascal Rigaux | 2004-08-02 | 1 | -2/+12 |
| | | | | | | | (can't catch exception "Fatal error: out-of-bound access in array or string" in native code) - add begins_with in MDK::Common::String | ||||
| * | - more perlish behaviour for to_int() and to_float() | Pascal Rigaux | 2004-07-05 | 1 | -2/+2 |
| | | | | | | (skipping leading spaces) | ||||
| * | - fix single/quote handling in getVarsFromSh() | Pascal Rigaux | 2004-06-28 | 1 | -12/+17 |
| | | | | | | - setVarsInSh() now handles characters $, ', " and spaces in the value | ||||
| * | fix cp_af() for symlinks to directories | Pascal Rigaux | 2004-06-25 | 1 | -4/+4 |
| | | |||||
| * | fix typo | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | | |||||
| * | cp_f and cp_af die if they can't write destination file | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | | |||||
| * | hash in boolean context is bad (dixit Rafael) | Pascal Rigaux | 2004-05-08 | 1 | -1/+1 |
| | | |||||
| * | - deprecate "open F, ..." prefering "open(my $F, ...)" | Pascal Rigaux | 2004-04-28 | 2 | -14/+13 |
| | | | | | | - fix an internal_error | ||||
| * | error should not be scalar refs anymore | Pascal Rigaux | 2004-04-02 | 1 | -1/+0 |
| | | |||||
| * | cp_af() now handles devices (block and character) | Pascal Rigaux | 2004-03-31 | 1 | -1/+1 |
| | | |||||
| * | cp_af() now handles devices (mknod) | Pascal Rigaux | 2004-03-11 | 1 | -2/+6 |
| | | |||||
| * | remove spaces from line with spaces only (less warning in pod2html) | Pascal Rigaux | 2004-01-13 | 2 | -2/+2 |
| | | |||||
| * | perl_checker compliance | Pascal Rigaux | 2004-01-09 | 1 | -1/+1 |
| | | |||||
| * | check the name given to whereis_binary() doesn't contain a "/" | Pascal Rigaux | 2004-01-07 | 1 | -0/+4 |
| | | |||||
| * | add whereis_binary() | Pascal Rigaux | 2004-01-07 | 1 | -2/+12 |
| | | |||||
| * | perl_checker fix | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | | |||||
| * | MDK::Common::File::cp_f() added | Pascal Rigaux | 2003-11-28 | 1 | -3/+13 |
| | | |||||
| * | substInFile: if file is a symlink, make sure it stays a symlink | Guillaume Cottenceau | 2003-11-17 | 1 | -0/+9 |
| | | |||||
| * | titi doesn't suck | Guillaume Cottenceau | 2003-10-15 | 1 | -0/+1 |
| | | |||||
| * | add uniq_ (uniq but according to some code results on each value) | Guillaume Cottenceau | 2003-10-15 | 1 | -1/+15 |
| | | |||||
| * | export cat_or_die()MDK-92 | Pascal Rigaux | 2003-09-19 | 1 | -1/+1 |
| | | |||||
| * | - read_gnomekderc() & update_gnomekderc() will now handle key=value where key | Pascal Rigaux | 2003-09-19 | 1 | -2/+2 |
| | | | | | | can contain spaces | ||||
| * | MDK::Common::System::list_users() should list user 500 if it exists | Pascal Rigaux | 2003-09-01 | 1 | -1/+1 |
| | | |||||
| * | simplify chomp_ as suggested by Guillaume Rousse | Pascal Rigaux | 2003-08-12 | 1 | -1/+1 |
| | | |||||
| * | Add amd64 compat_arch mappings | Gwenolé Beauchesne | 2003-08-04 | 1 | -0/+2 |
| | | |||||
| * | - add read_gnomekderc() (and make update_gnomekderc() a little more robust ↵ | Pascal Rigaux | 2003-07-30 | 1 | -2/+21 |
| | | | | | when the category is plain weird) | ||||
| * | perl_checker compliance | Pascal Rigaux | 2003-04-29 | 1 | -2/+2 |
| | | |||||
| * | perl_checker adaptations | Pascal Rigaux | 2003-04-24 | 2 | -5/+5 |
| | | |||||
| * | fix description of module | Guillaume Cottenceau | 2003-04-17 | 1 | -1/+1 |
| | | |||||
| * | perl_checker compliance | Pascal Rigaux | 2003-04-17 | 2 | -4/+3 |
| | | |||||
| * | fix rpmdrake, draksound, and every other each_index user crash | Thierry Vignaud | 2003-04-17 | 1 | -1/+1 |
| | | |||||
| * | MDK::Common::Func: map_index, each_index and grep_index do not pass $::i as | Pascal Rigaux | 2003-04-16 | 1 | -3/+3 |
| | | | | | | | a parameter anymore (this breaks backward compatibility, but it is cleaner and otherwise perl_checker doesn't handle it correctly) | ||||
| * | perl_checker is so right... | Pascal Rigaux | 2003-04-11 | 1 | -1/+1 |
| | | |||||
| * | (fuzzy_pidofs): handle the empty /proc/XXX/cmdline case (using /proc/XXX/exe ↵ | Pascal Rigaux | 2003-04-01 | 1 | -1/+3 |
| | | | | | | | | to have the name of the prog) (it is now useful for xfs (XFree86)) | ||||
| * | to handle transparently the new die in DrakX needing to send | Guillaume Cottenceau | 2003-02-19 | 1 | -0/+1 |
| | | | | | | | | scalar-refs instead of scalars (to workaround perl bug breaking the utf8 flag for die with scalars), handle the case when err is a scalar ref, and deref it | ||||
