summaryrefslogtreecommitdiffstats
path: root/rbutil/sansapatcher/sansapatcher.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01Make sure the global buffers for ipodpatcher and sansapatcher get allocated a...Dominik Riebeling1-1/+1
2008-08-31Replaced TAB characters by spaces in sansapatcherBertrik Sikken1-30/+30
2008-08-31Fix missing sansa_close when scanning for sansas in sansapatcher.cBertrik Sikken1-1/+1
2008-07-28Redo r18136 a little cleanerBertrik Sikken1-4/+5
2008-07-27Make sure to always use the initial key for decryption of mi4 files in sansap...Bertrik Sikken1-2/+4
2008-07-27Added mi4 key for sansa c200 OF version 01.01.07Bertrik Sikken1-2/+3
2008-07-16Let sansa_list_images() return the number of mi4 images found.Dominik Riebeling1-3/+9
2008-07-14Make functions in sansapatcher static and their arguments const if possible.Bertrik Sikken1-12/+11
2008-07-14Fix FS#9002 - Bootloader on c200 shows "target id: e200"Bertrik Sikken1-4/+5
2008-06-30When scanning for Ipod / Sansa close the disc handle of every tried disc, not...Dominik Riebeling1-0/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-17Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup ex...Dominik Riebeling1-56/+56
2008-05-11Make sansapatcher check and report permission denied errors.Dominik Riebeling1-21/+35
2007-10-20Support database rebuild disabling when USB is connected for all e200 OF vers...Barry Wardell1-2/+23
2007-10-14Add support for installing/replacing the bootloader in the PPBL section of th...Barry Wardell1-0/+44
2007-09-19Cosmetic - Change the way the detected type of Sansa is displayed and bump ve...Dave Chapman1-2/+2
2007-09-19Initial attempt at c200 support - you now need both a "firmware.mi4" file (c2...Dave Chapman1-8/+93
2007-09-19Allow FAT16 partitions (for c200)Björn Stenberg1-1/+4
2007-09-19four more keys that are funDaniel Stenberg1-2/+7
2007-08-22Accept both 0x0b and 0x0c as valid FAT32 partition types in the partition tableDave Chapman1-3/+5
2007-08-02Fix a couple of warnings. Also fix a bug where the offset wasn't being report...Barry Wardell1-12/+12
2007-08-02Add --update-original-firmware (or -of) option to sansapatcher. This allows f...Barry Wardell1-33/+124
2007-07-29Add -W to CFLAGS in Makefile and fix generated warnings. Also close a file h...Dave Chapman1-7/+19
2007-05-03Make rbutil compile on Mac OS XDave Chapman1-1/+1
2007-05-03Support for Sansa E200 in rbutilDominik Wenger1-6/+12
2007-05-03Remove some unused functions, no functional changeDave Chapman1-36/+0
2007-03-21Some more sanity checks - don't recognise the new bootloader installed via th...Dave Chapman1-4/+23
2007-03-17Add Rockbox magic (RBOFe200) to the end of the mi4 header in the original fir...Dave Chapman1-1/+5
2007-03-16Some code rearrangement and function renaming to help incorporation into rbut...Dave Chapman1-30/+9
2007-03-15Add a further safety check - don't allow users to install old bootloaders wit...Dave Chapman1-0/+5
2007-03-15Oops, forgot to add the dummy DSA signature to created MI4 images/filesDave Chapman1-0/+4
2007-03-15Implement the ability to embed a bootloader in sansapatcher - the --install o...Dave Chapman1-14/+21
2007-03-15Correct the svn:keywordsDave Chapman1-1/+1
2007-03-15Initial commit of sansapatcher - an installation tool for the Sansa E200.Dave Chapman1-0/+702