rockbox/rbutil/ipodpatcher
Torne Wuff 569285794b Bulk convert all DOS line endings to UNIX.
For the git migration we want a nice clean repository with UNIX line
endings. git does not use svn:eol-style, we just need the file contents to be
sane.

Sorry everybody. I know this messes up blame.

Scumbag *NIX developer says migrating to git will make line ending issues go
away; commits giant change to svn which changes line endings anyway. :)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30924 a1c6a512-1295-4272-9138-f99709370657
2011-11-06 22:44:25 +00:00
..
arc4.c Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption 2007-09-08 23:27:49 +00:00
arc4.h Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption 2007-09-08 23:27:49 +00:00
fat32format.c Fix off-by-one memory corruption in ipodpatcher. 2011-08-25 19:58:47 +00:00
ipod2c.c Fix a compile warning. 2009-11-07 20:03:36 +00:00
ipodio-posix.c Check if creating the dictionary worked before accessing it, not afterwards. 2010-12-19 21:21:28 +00:00
ipodio-win32-scsi.c Set svn:keywords property. 2009-11-06 23:20:51 +00:00
ipodio-win32.c Revert most of r24361 - it was committed in error. 2010-01-28 09:37:05 +00:00
ipodio.h Rename print_error() in ipodpatcher and sansapatcher. 2009-11-08 13:38:10 +00:00
ipodpatcher.c Remove Ipod Video 64MB handling. 2010-09-01 17:47:33 +00:00
ipodpatcher.h Set svn:keywords property. 2009-11-06 23:20:51 +00:00
ipodpatcher.manifest Add a manifest to ipodpatcher.exe in order to make it request administrative rights on windows vista. This will cause a separate cmd window to pop up. The proper solution will be to implement a check for administrative rights in the executable, and tell the user to start from an elevated command prompt if not. This solution will still need a (changed) manifest. 2007-09-21 06:24:17 +00:00
ipodpatcher.rc Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
main.c Remove obsolete 2nd gen nano check 2010-09-27 19:02:34 +00:00
Makefile Replace bootloader object rules with suffix rules. 2011-09-26 20:00:26 +00:00
parttypes.h