summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CPAN: we need perl => 5.8HEADmasterThierry Vignaud2017-10-282-0/+3
|
* 1.2.341.2.34Thierry Vignaud2017-10-282-1/+3
|
* add more CPAN metadataThierry Vignaud2017-10-282-0/+18
|
* list myself as current maintainerThierry Vignaud2017-10-281-1/+1
|
* 1.2.331.2.33Thierry Vignaud2017-10-282-1/+3
|
* add minimal testsThierry Vignaud2017-10-283-0/+13
|
* shrink .perl_checker blacklistsThierry Vignaud2016-09-161-2/+0
| | | | (need latest perl_checker)
* 1.2.321.2.32Thierry Vignaud2016-04-042-1/+3
|
* perl_checker cleanupsThierry Vignaud2016-04-041-4/+4
|
* (setVarsInSh*) sort entriesThierry Vignaud2015-06-052-1/+3
| | | | thus it's easier to compare files when testing a tool
* 1.2.311.2.31Colin Guthrie2014-12-212-1/+4
|
* Make the is_real_(user|group) functions take just a nameColin Guthrie2014-11-171-13/+16
| | | | | | | | | While this may cause a few unnecessary getpwnam/getgrnam calls this makes the API much simpler for using externally and means we cannot be called with bogus information for u/gid, homedir and shell and such like. mga#14346
* Add an is_real_group APIColin Guthrie2014-11-171-1/+27
| | | | | | | | | | | | | This is similar to the is_real_user() API added in the previous commit and will be useful in higher level code which might need to filter the display appropriately. Here we use the heuristic that if the GID is in the range 500-999 then we check to see whether the group is the primary group of a user with the same name (and the user is considered a 'real' user) or that the group has any member who is considered 'real'. mga#14346
* Fix list_users() to filter on new uid range.Colin Guthrie2014-11-171-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 callerThierry Vignaud2014-06-212-1/+4
|
* 1.2.301.2.30Thierry Vignaud2014-05-062-1/+5
|
* document that typeFromMagic() accepts function refsThierry Vignaud2012-12-071-0/+9
|
* refresh example in docThierry Vignaud2012-04-041-1/+1
|
* use an explicit glob() in order to make perl_checker not to pukeThierry Vignaud2012-04-021-1/+1
|
* typo fixThierry Vignaud2012-04-021-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-04-021-2/+3
|
* enable perl_checker to run hereThierry Vignaud2012-04-022-0/+3
|
* kill comment obsolet since long...Thierry Vignaud2011-12-191-2/+0
|
* 1.2.291.2.29Thierry Vignaud2011-09-142-1/+3
|
* fix namepsace in docThierry Vignaud2011-09-142-0/+3
|
* compress sources with xz instead of bzip2Thierry Vignaud2011-09-141-1/+1
|
* 1.2.281.2.28Olivier Blin2011-04-122-1/+3
|
* substInFile: fix writing to zero-sized or nonexistent files (#460),Olivier Blin2011-04-122-3/+12
| | | | | | | 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 Migration2011-04-123-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.27Eugeni Dodonov2011-02-023-2/+58
| | | | | | - added cp_afx option for copying files without crossing file systems
* Revert previous commit, easier to do it elsewhere.Eugeni Dodonov2011-02-023-11/+2
|
* 1.2.27:Eugeni Dodonov2011-02-023-2/+11
| | | | | | - add cp_afx command
* 1.2.26.11.2.26.1Thierry Vignaud2010-10-242-1/+3
|
* perl_checker cleanupsThierry Vignaud2010-10-241-2/+2
|
* append_to_file: better error message making easier to pinpoint actual place ↵Thierry Vignaud2010-10-242-1/+4
| | | | of error
* (substInFile) typo fixThierry Vignaud2010-10-241-1/+1
|
* 1.2.261.2.26Thierry Vignaud2010-07-202-1/+3
|
* (if_, if__) make easier to debug (#60153)Thierry Vignaud2010-07-202-2/+4
|
* (if__) more precise exception messageThierry Vignaud2010-07-201-1/+1
|
* preserve sockets and pipes in cp_af1.2.25Pascal Terjan2010-06-023-2/+6
|
* fix whereis_binary to work on absolute symlinks inside chroot1.2.24Pascal Terjan2010-01-123-2/+26
|
* Release 1.2.231.2.231.2.22Pascal Terjan2009-12-141-1/+1
|
* get available size of requested partition not / in dfPascal Terjan2009-12-142-1/+5
|
* 1.2.22Thierry Vignaud2009-12-012-1/+3
|
* use a more portable df()Thierry Vignaud2009-10-072-11/+4
|
* Update commentPascal Terjan2009-10-071-1/+1
|
* substInFile: do not unlink the symlink to recreate it later to the same targetPascal Terjan2009-10-072-4/+3
|
* df fix actually did go in 1.2.20Thierry Vignaud2009-10-071-1/+1
|
* 1.2.211.2.21Thierry Vignaud2009-10-072-1/+3
|
* df() fix for mips didn't actually made it in 1.2.20Thierry Vignaud2009-10-071-1/+1
|