index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpkg-deb
/
extract.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-16
dpkg-deb: Fix directory traversal with --raw-extract
Guillem Jover
1
-8
/
+8
2017-10-17
dpkg-deb: Fix capitalization of Debian in output messages
Guillem Jover
1
-4
/
+4
2017-05-06
doc: Spelling fixes
Josh Soref
1
-1
/
+1
2016-10-30
libdpkg: Use our own dpkg_ar_hdr instead of relying on the system one
Guillem Jover
1
-1
/
+1
2016-10-30
Cast off_t variables to intmax_t when printing them with %jd
Guillem Jover
1
-1
/
+1
2016-07-03
libdpkg: Add new struct dpkg_ar and basic operations
Guillem Jover
1
-28
/
+20
2015-12-19
dpkg-deb: Fix off-by-one write access on ctrllenbuf variable
Hanno Böck
1
-1
/
+1
2015-12-12
Use new str_fmt() instead of m_asprintf()
Guillem Jover
1
-1
/
+1
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-09-14
dpkg-deb: Fix off-by-one write access on versionbuf variable
Guillem Jover
1
-1
/
+1
2015-04-21
Remove some unnecessary includes of assert.h
Niels Thykier
1
-1
/
+0
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
1
-3
/
+4
2015-02-11
dpkg-deb: Add support for reading the archive from standard input
Guillem Jover
1
-1
/
+7
2015-01-26
Remove unused <ctype.h> includes
Guillem Jover
1
-1
/
+0
2014-10-06
libdpkg: Namespace and reword subproc flags
Guillem Jover
1
-1
/
+1
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
1
-4
/
+4
2014-10-06
dpkg-deb: Add new --ctrl-tarfile command
Guillem Jover
1
-0
/
+17
2014-05-28
libdpkg: Uppercase compressor enum values
Guillem Jover
1
-6
/
+6
2014-01-15
dpkg-deb: Accept other compressions for control.tar .deb member
Guillem Jover
1
-2
/
+11
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-08-10
dpkg-deb: Clarify --extract bad usage error message on missing arguments
Guillem Jover
1
-2
/
+4
2013-08-10
dpkg-deb: Inline controlextractvextract() into call sites
Guillem Jover
1
-27
/
+33
2013-08-10
dpkg-deb: Use badusage() instead of ohshit() for usage errors
Guillem Jover
1
-2
/
+4
2013-08-10
dpkg-deb: Do not accept deb packages with data and control members swapped
Guillem Jover
1
-1
/
+6
2013-08-10
dpkg-deb: Be more precise on deb member errors
Guillem Jover
1
-7
/
+9
2013-04-14
Avoid assignments in C conditionals
Guillem Jover
1
-2
/
+4
2013-04-14
dpkg-deb: Use an enum instead of a literal string to pass tar options
Guillem Jover
1
-13
/
+29
2013-04-14
dpkg-deb: Switch extracthalf() to use struct command
Guillem Jover
1
-7
/
+12
2013-03-19
dpkg-deb: Do not initialize variable that gets a subsequent value
Guillem Jover
1
-1
/
+1
2012-06-30
Switch to new notice() output function
Guillem Jover
1
-3
/
+2
2012-06-30
libdpkg: Switch buffer I/O code to use struct dpkg_error
Guillem Jover
1
-9
/
+14
2012-06-30
dpkg-deb: Rename string variable from err to errstr
Guillem Jover
1
-7
/
+7
2012-04-09
Switch deb format version handling to use the new deb-version module
Guillem Jover
1
-32
/
+39
2012-04-01
Use cmp() == 0 instead of !cmp()
Guillem Jover
1
-3
/
+3
2012-03-27
libdpkg: Refactor ar member check into new dpkg_ar_member_is_illegal()
Guillem Jover
1
-1
/
+1
2012-03-27
dpkg-deb: Do not look for newline beyond the buffer in read_line()
Guillem Jover
1
-1
/
+1
2011-11-23
libdpkg: Do not expose the compression structs
Guillem Jover
1
-2
/
+2
2011-09-09
dpkg-deb: Do not warn on strange timestamps
Guillem Jover
1
-1
/
+1
2011-09-09
libdpkg: Rename fd_null_copy() to fd_skip()
Guillem Jover
1
-6
/
+6
2011-08-02
dpkg-deb: Add --raw-extract option combining --control and --extract
Guillem Jover
1
-0
/
+32
2011-08-02
dpkg-deb: Add new -v, --verbose option
Guillem Jover
1
-2
/
+7
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
1
-1
/
+1
2011-07-07
dpkg-deb: Always chdir(2) in the childs to not change the global state
Guillem Jover
1
-13
/
+12
2011-05-11
libdpkg: Switch the compression filter functions to always return
Guillem Jover
1
-0
/
+1
2011-05-11
dpkg-deb: Pass the real file descriptors to compression functions
Guillem Jover
1
-5
/
+10
2011-04-09
dpkg-deb: fix error message output by read_fail()
Raphaël Hertzog
1
-1
/
+1
2011-04-02
Make all command line action functions return int
Guillem Jover
1
-7
/
+28
2011-03-14
Use off_t and %jd or %jx to handle file sizes and offsets
Guillem Jover
1
-8
/
+10
2011-01-31
Use pid instead of c1 for variable name
Guillem Jover
1
-4
/
+4
2011-01-08
dpkg-deb: Fix corrupt archive header magic error string
Guillem Jover
1
-1
/
+1
[next]