]> Dogcows Code - chaz/tar/commit - src/extract.c
(we_are_root): Now bool, not int.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Jul 2003 06:53:31 +0000 (06:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Jul 2003 06:53:31 +0000 (06:53 +0000)
commit675c5a2f243bb5e72c982c0e3c30762ec32e9a1b
tree2b02ad667e03819bba4662c67c40b000c17b66bb
parentea202e1adffc48ea2702cd589ec9002d86399e6c
(we_are_root): Now bool, not int.
(check_time): Warn about implausibly old time stamps.
(set_stat): Use utimbuf, not stat_info.
(preprare_to_extract): New arg DIRECTORY.
(fill_in_sparse_array): Moved here from compare.c.
(extract_sparse_file): Now returns off_t, giving size left.
Truncate file at end.
(extract_archive): Use safer_name_suffix rather than rolling our own.
Use fill_in_sparse_array rather than rolling our own.
Strip trailing slashes more effectively.
Check for unsafe names.
src/extract.c
This page took 0.02253 seconds and 4 git commands to generate.