aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (unfollow)
Commit message (Expand)AuthorFilesLines
2002-11-05enable .tar.bz2 for dpkg-debGlenn L McGrath7-24/+45
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath7-25/+82
2002-11-03Call lseek directly rather than via data_align()Glenn L McGrath1-1/+1
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath28-330/+464
2002-11-03Fix #define syntaxGlenn L McGrath2-2/+2
2002-11-03Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath4-39/+15
2002-11-03Add copyright notice and license, use strcat+strcpy instead of sprintfGlenn L McGrath1-8/+21
2002-11-03Use xread_char to save a few bytes, fix indenting of commentsGlenn L McGrath1-23/+12
2002-11-03Move bunzip2 idecompression code to libunarchiveGlenn L McGrath4-1787/+1815
2002-11-03Test for holes in swapfilesEric Andersen1-0/+12
2002-11-01Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath9-9/+153
2002-11-01Allow short reads when filling compress bufferGlenn L McGrath2-2/+2
2002-11-01Allow the .Z prefix if compress support enabledGlenn L McGrath1-5/+9
2002-11-01Make it a fatal error if bad chksum or crc, if not we should return an error ...Glenn L McGrath1-2/+2
2002-11-01Report errror if the first magic character doesnt matchGlenn L McGrath1-0/+3
2002-10-31sync to udhcp 0.9.8Russ Dill8-160/+243
2002-10-30Use a nifty macro to make testing gcc features simplerEric Andersen1-9/+8
2002-10-27FormattingEric Andersen1-5/+5
2002-10-27Update the webpageEric Andersen1-0/+40
2002-10-26last_patch64 from vodz:0_60_5Eric Andersen1-15/+17
2002-10-26A patch from Jouni Malinen to avoid some buffer overflows in vi,Eric Andersen1-3/+9
2002-10-26Ivan Popov noticed that handling of PREFIX was bad.Eric Andersen1-1/+1
2002-10-26A bugfix from Danny Lepage:Eric Andersen1-1/+1
2002-10-25This patch from Magnus Damm fixed a long standing problemEric Andersen1-1/+1
2002-10-22Fix warningEric Andersen1-0/+1
2002-10-22mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>Eric Andersen2-4/+0
2002-10-22vodz forgot to include the suid fieldEric Andersen1-2/+2
2002-10-22Apply patch from bug #1278 -- fix usage message for theEric Andersen1-1/+1
2002-10-22vodz writes:Eric Andersen2-14/+2
2002-10-22I committed the fflush in the wrong spot. I should go to bedEric Andersen1-1/+1
2002-10-22last_patch63 from vodz: add in crond and crontab appletsEric Andersen9-15/+1588
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen8-312/+220
2002-10-22Apply last_patch51_3 from vodzEric Andersen1-1/+15
2002-10-22Be absurdly careful about flushing stdout.Eric Andersen1-2/+2
2002-10-22Move unzip.c uncompress.c from libbb to archiveal/libunarchiveGlenn L McGrath4-1213/+4
2002-10-21gz_open is used anymore, use inflate directly, see how its done in get_header...Glenn L McGrath1-58/+0
2002-10-19Dont try and make the "/" directoryGlenn L McGrath1-2/+2
2002-10-19Update dpkg to use new unarchive codeGlenn L McGrath5-7/+85
2002-10-19Fix exclude/include problemGlenn L McGrath6-48/+36