summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_set_format_shar.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Set the archive format code and name in the generic portionTim Kientzle2008-05-101-4/+4
* libarchive 2.2.3Tim Kientzle2007-05-291-21/+16
* Don't forget to free a string allocated by strdup where necessary.Colin Percival2007-05-191-2/+9
* libarchive 2.0Tim Kientzle2007-03-031-20/+34
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Style: Use the correct type for a sizeof() variable.Tim Kientzle2006-11-151-1/+1
* Change the internal API for writing data to an entry; make theTim Kientzle2006-11-151-6/+9
* Portability and style fixes:Tim Kientzle2006-11-101-10/+18
* Clean up the error handling in theTim Kientzle2004-11-051-58/+109
* Clean up some consistent confusion between "dev" and "rdev."Tim Kientzle2004-06-271-4/+4
* Correct spelling of "shell archive" to match /usr/share/misc/magic.Tim Kientzle2004-04-281-1/+1
* Update file flag handling.Tim Kientzle2004-04-261-1/+1
* Set the 'dump' flag for shardump format.Tim Kientzle2004-04-231-0/+4
* Yucky bug: Don't emit 'mkdir' commands for regular files in shar archives.Tim Kientzle2004-04-201-15/+27
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-131-14/+32
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-3/+0
* Many fixes.Tim Kientzle2004-03-091-3/+3
* Minor API tweak: The format-specific write_header function now setsTim Kientzle2004-03-061-21/+70
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+403