{"id":18022949,"url":"https://github.com/gingerbeardman/hfsutils","last_synced_at":"2025-04-04T18:17:19.637Z","repository":{"id":140238160,"uuid":"426270147","full_name":"gingerbeardman/hfsutils","owner":"gingerbeardman","description":"Modified version of hfsutils, adds \"fullpath\" output format.","archived":false,"fork":false,"pushed_at":"2021-11-10T13:13:18.000Z","size":243,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T00:08:20.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gingerbeardman.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-09T14:53:17.000Z","updated_at":"2024-09-29T05:15:30.000Z","dependencies_parsed_at":"2024-05-16T22:31:18.895Z","dependency_job_id":null,"html_url":"https://github.com/gingerbeardman/hfsutils","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fhfsutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fhfsutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fhfsutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fhfsutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gingerbeardman","download_url":"https://codeload.github.com/gingerbeardman/hfsutils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226191,"owners_count":20904467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T07:06:25.864Z","updated_at":"2025-04-04T18:17:19.617Z","avatar_url":"https://github.com/gingerbeardman.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nhfsutils - tools for reading and writing Macintosh HFS volumes\nCopyright (C) 1996-1998 Robert Leslie\n\n$Id: README,v 1.10 1998/09/08 18:51:51 rob Exp $\n\n===============================================================================\n\nNOTES ON THIS RELEASE\n\n  This release uses GNU autoconf to automatically configure the software\n  for installation and use on your system. This means you should not have\n  to modify any files by hand to get the software to compile -- if you do,\n  please let the author know so it can be fixed.\n\n  For general installation instructions, please read the `INSTALL' file.\n\n  There are a few special options you can give the `configure' program that\n  you should know about:\n\n      --with-tcl            build the Tcl/Tk components\n      --with-tk             build the Tk-based X interface `xhfs'\n      --disable-cli         do not build or install the command-line utils\n      --enable-devlibs      enable installation of the developer libraries\n\n  To build the Tcl tools `hfssh' and `hfs', you must use `--with-tcl'.\n  To build the X interface `xhfs', you must use `--with-tcl --with-tk'.\n\n  In order to build the Tcl tools you must have Tcl 7.6 or newer already\n  installed on your system. To build the X interface, you must have Tk 4.2\n  or newer installed as well.\n\n  If `configure' is unable to locate your Tcl or Tk installation, you will\n  have to give it a hint. It looks for the files `tclConfig.sh' and\n  `tkConfig.sh' (respectively) which contain all the details about your\n  configuration; these files were created when Tcl/Tk was installed on your\n  system.\n\n  To help `configure' find these files, you can specify a directory name on\n  the command line. For example:\n\n      ./configure --with-tcl=/usr/share/tcl --with-tk=/usr/share/tk\n\n  When in doubt, wait and see if `configure' complains.\n\n  By default, the command-line utilities (hmount, hls, hcopy, etc.) are\n  always built and installed. If you don't want them, use `--disable-cli'.\n\n  If you want to install the developer libraries (libhfs.a, librsrc.a, and\n  associated header files) as well as the programs, use `--enable-devlibs'.\n  The libraries are not installed by default.\n\n  The `INSTALL' file contains the rest of the details you will need to\n  compile and install the software. Please read it!\n\n===============================================================================\n\nNOTES ON \"SETUID\" INSTALLATION\n\n  Although the author has made some effort to make the programs in this\n  package somewhat setuid-safe, none are intended to be installed in such a\n  manner, and you do so at your own risk!\n\n  Specifically, installing the programs setuid root is a bad idea, as it will\n  allow anyone to attempt to open (or format) any file as an HFS volume,\n  disregarding the normal UNIX file permission checks.\n\n  A better idea is to modify the permissions on the necessary device files to\n  allow access to appropriate users. For example, if you make your floppy\n  device group-writable to a special group of floppy users, then only those\n  users will be able to access an inserted floppy disk and nothing needs to\n  be made setuid.\n\n  Here is an example:\n\n   % ls -l /dev/fd0 /usr/local/bin/xhfs\n   brw-rw----   1 root     floppy     2,   0 Sep 17 13:51 /dev/fd0\n   -rwxr-xr-x   1 root     staff      339874 Jan 17 20:18 /usr/local/bin/xhfs\n\n   % grep floppy /etc/group\n   floppy:*:25:rob,thigpen\n\n  This configuration permits users `rob' and `thigpen' read/write access to\n  the floppy device, without needing to make any programs setuid.\n\n  Another possibility is to make some of the programs in this package setgid\n  (NOT setuid) to a similar group which has access to the necessary devices.\n  This avoids the need to add specific users to a group, since it allows\n  anyone to access the devices using the utilities, while still maintaining\n  the integrity of the data on the devices since they are not world-writable.\n  (A world-writable device lends itself to the possibility that someone may\n  corrupt some portion of it by other means and render an HFS volume\n  unusable, whereas limiting access only through the utilities means the\n  volume is unlikely to be corrupted under normal usage -- although note that\n  since HFS itself does not provide any file permission structure, anyone may\n  still modify the HFS volume in any way. The only protection here is that\n  the modifications must be made in an HFS-compatible way, so that the\n  possibility of corruption is reduced.)\n\n  Here is another example:\n\n   % ls -l /dev/fd0 /usr/local/bin/xhfs\n   brw-rw----   1 root     floppy     2,   0 Sep 17 13:51 /dev/fd0\n   -rwxr-sr-x   1 root     floppy     339874 Jan 17 20:18 /usr/local/bin/xhfs\n\n   % grep floppy /etc/group\n   floppy:*:25:\n\n  In this case, only setgid `floppy' programs (such as `/usr/local/bin/xhfs')\n  are permitted access to the floppy device.\n\n  To summarize: it is suggested that the utilities NOT be installed setuid or\n  setgid. It is possible to install the utilities setgid as described above,\n  but it is NOT recommended that the utilities be installed setuid root under\n  any circumstances.\n\n===============================================================================\n\nCONTACTING THE AUTHOR\n\n  Please see the `COPYRIGHT' file for copyright and warranty information.\n\n  Send comments, bug reports, suggestions, patches, etc. to:\n\n    * Robert Leslie \u003crob@mars.org\u003e\n\n  See also the HFS Utilities home page on the Web:\n\n    * http://www.mars.org/home/rob/proj/hfs/\n\n===============================================================================\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingerbeardman%2Fhfsutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgingerbeardman%2Fhfsutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingerbeardman%2Fhfsutils/lists"}