Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix list_users() to filter on new uid range. | Colin Guthrie | 2014-11-17 | 1 | -5/+21 |
| | | | | | | | | | | | | | | | The first assigned uid has now changed to 1000 (from 500) to fall in line with most other distros. This number seems hardcoded in a few places to try to do a little bit of refactoring and add a new exported function, is_real_user(), to try and centralise this logic a little. This should ultimately fix the likes of drakboot's autologin user list. mga#14346 | ||||
* | whereis_binary: shows bogus caller | Thierry Vignaud | 2014-06-21 | 1 | -1/+2 |
| | |||||
* | 1.2.301.2.30 | Thierry Vignaud | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | document that typeFromMagic() accepts function refs | Thierry Vignaud | 2012-12-07 | 1 | -0/+9 |
| | |||||
* | refresh example in doc | Thierry Vignaud | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | use an explicit glob() in order to make perl_checker not to puke | Thierry Vignaud | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-04-02 | 1 | -2/+3 |
| | |||||
* | enable perl_checker to run here | Thierry Vignaud | 2012-04-02 | 1 | -0/+1 |
| | |||||
* | kill comment obsolet since long... | Thierry Vignaud | 2011-12-19 | 1 | -2/+0 |
| | |||||
* | 1.2.291.2.29 | Thierry Vignaud | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | fix namepsace in doc | Thierry Vignaud | 2011-09-14 | 1 | -0/+1 |
| | |||||
* | 1.2.281.2.28 | Olivier Blin | 2011-04-12 | 1 | -1/+1 |
| | |||||
* | substInFile: fix writing to zero-sized or nonexistent files (#460), | Olivier Blin | 2011-04-12 | 1 | -3/+7 |
| | | | | | | | eof does not seem to return true anymore for filehandles vivified through select (behavior change seems introduced by upstream perl commit 32e653230c7ccc7fa595b1ab68502c6eb66ff980) | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-04-12 | 2 | -1/+3 |
| | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r870 | blino | 2011-04-12 00:22:14 +0100 (Tue, 12 Apr 2011) | 1 line import perl-MDK-Common ------------------------------------------------------------------------ | ||||
* | 1.2.27:1.2.27 | Eugeni Dodonov | 2011-02-02 | 2 | -2/+54 |
| | | | | | | - added cp_afx option for copying files without crossing file systems | ||||
* | Revert previous commit, easier to do it elsewhere. | Eugeni Dodonov | 2011-02-02 | 2 | -7/+2 |
| | |||||
* | 1.2.27: | Eugeni Dodonov | 2011-02-02 | 2 | -2/+7 |
| | | | | | | - add cp_afx command | ||||
* | 1.2.26.11.2.26.1 | Thierry Vignaud | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2010-10-24 | 1 | -2/+2 |
| | |||||
* | append_to_file: better error message making easier to pinpoint actual place ↵ | Thierry Vignaud | 2010-10-24 | 1 | -1/+1 |
| | | | | of error | ||||
* | (substInFile) typo fix | Thierry Vignaud | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | 1.2.261.2.26 | Thierry Vignaud | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | (if_, if__) make easier to debug (#60153) | Thierry Vignaud | 2010-07-20 | 1 | -2/+2 |
| | |||||
* | (if__) more precise exception message | Thierry Vignaud | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | preserve sockets and pipes in cp_af1.2.25 | Pascal Terjan | 2010-06-02 | 2 | -2/+2 |
| | |||||
* | fix whereis_binary to work on absolute symlinks inside chroot1.2.24 | Pascal Terjan | 2010-01-12 | 2 | -2/+22 |
| | |||||
* | Release 1.2.231.2.231.2.22 | Pascal Terjan | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | get available size of requested partition not / in df | Pascal Terjan | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | 1.2.22 | Thierry Vignaud | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | use a more portable df() | Thierry Vignaud | 2009-10-07 | 1 | -11/+3 |
| | |||||
* | Update comment | Pascal Terjan | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | substInFile: do not unlink the symlink to recreate it later to the same target | Pascal Terjan | 2009-10-07 | 1 | -4/+0 |
| | |||||
* | 1.2.211.2.21 | Thierry Vignaud | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | (substInFile) call fsync() when editing a non empty file | Thierry Vignaud | 2009-10-07 | 1 | -0/+2 |
| | |||||
* | (substInFile) ensure we kept old file as file.bak until we wrote new file | Thierry Vignaud | 2009-10-07 | 1 | -1/+2 |
| | |||||
* | fix df on mips, statfs structure is different from x86 (from Arnaud Patard) | Olivier Blin | 2009-10-07 | 1 | -1/+7 |
| | |||||
* | 1.2.201.2.20 | Aurélien Lefebvre | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | - Call fsync after writing to ensure that files are written | Aurélien Lefebvre | 2009-08-13 | 1 | -3/+4 |
| | |||||
* | 1.2.19 | Eugeni Dodonov | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Correctly handling '#' when loading shell variables (#50670, #51457). | Eugeni Dodonov | 2009-06-09 | 1 | -3/+3 |
| | |||||
* | decode ' inside '' properly in getVarsFromSh | Pascal Terjan | 2009-04-14 | 2 | -2/+7 |
| | |||||
* | add spaces to please perl_checker | Pascal Terjan | 2009-03-11 | 1 | -3/+3 |
| | |||||
* | - quote correctly ' inside '' | Pascal Terjan | 2009-03-11 | 1 | -1/+1 |
| | |||||
* | protect various chars in setExportedVarsInSh and setExportedVarsInCsh | Pascal Terjan | 2009-03-10 | 2 | -13/+15 |
| | |||||
* | - protect ;<>&#[]~{}*? in setVarsInSh | Pascal Terjan | 2009-02-02 | 2 | -2/+2 |
| | |||||
* | protect parenthesis in setVarsInSh and drop dead code (#47298) | Pascal Terjan | 2009-01-26 | 2 | -3/+2 |
| | |||||
* | 1.2.14 | Pascal Rigaux | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | - round_up(), round_down(): workaround "Illegal modulus zero" (#43165) | Pascal Rigaux | 2008-10-01 | 1 | -2/+2 |
| | |||||
* | 1.2.13 | Pascal Rigaux | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | - export cat_utf8() and cat_utf8_or_die() | Pascal Rigaux | 2008-09-09 | 1 | -1/+1 |
| |