aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kiconvtool
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.96 (rc script improvements, documentation fixes)Dmitry Marakasov2011-10-012-3/+3
| | | | Notes: svn path=/head/; revision=282698
* - Add dependency on iconvDmitry Marakasov2011-09-071-0/+2
| | | | Notes: svn path=/head/; revision=281411
* - Update to 0.95Dmitry Marakasov2011-09-072-13/+4
| | | | | | | - Now properly works on >=8.x Notes: svn path=/head/; revision=281410
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* - Update to 0.93 (now it's possible to list currenly loaded charsets)Dmitry Marakasov2009-04-252-4/+4
| | | | Notes: svn path=/head/; revision=232714
* - Update address of my distfile mirrorDmitry Marakasov2009-01-051-1/+1
| | | | Notes: svn path=/head/; revision=225284
* - Update to 0.92 featuring filesystem iconv modules loading and minor ↵Dmitry Marakasov2008-10-282-4/+4
| | | | | | | bug/typo fixes Notes: svn path=/head/; revision=222180
* - Update to 0.91 (add manpage, fix error handling)Dmitry Marakasov2008-07-072-9/+6
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=216494
* On FreeBSD, it's possible to allow plain users to mount filesystemsDmitry Marakasov2008-06-263-0/+52
without using su or sudo. This is enabled via vfs.usermount sysctl. However, if file name conversion is used when mounting a filesystem, in most cases mount will fail with `mount_XXX: XXX_iconv: Operation not permitted denied' error. This is caused by the fact that character set conversion tables need to be loaded into kernel, but, apart from mounting, that's not allowed to plain users, because charset tables are large enough to initiate a denial of service by filling kernel memory with many tables. This utility allows you to load only specific charset tables into kernel, so usermounts with file name conversions won't fail and in the same time it's not possible to bring the system down by filling kernel memory. WWW: http://wiki.freebsd.org/DmitryMarakasov/kiconvtool Approved by: miwi (mentor) Notes: svn path=/head/; revision=215794