summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2001-06-08Use uid_t and pid_t everywhereWichert Akkerman1-19/+20
2001-05-28Fix some gcc 3.0 warnings.Adam Heath1-1/+1
2001-05-27Discovered that if anything in optlib/ was actually needed, it wasn't beingAdam Heath1-2/+2
2001-04-30Added -static support. There is support for building a dpkg-static.deb,Adam Heath1-3/+9
2001-04-28Fix md5sum -c.Adam Heath1-10/+5
2001-04-26Use libdpkg style error handling in md5sumWichert Akkerman1-12/+37
2001-04-26Modified mlib.c, to malloc enough space for the digest, instead ofAdam Heath1-7/+7
2001-04-24Add new enoent utility to get ENOENT at runtimeWichert Akkerman2-3/+17
2001-04-24Use INSTALL_PROGRAM for programsWichert Akkerman1-2/+2
2001-04-23Fixed up several warning types: const, casting, incorrect sizes,Adam Heath2-6/+6
2001-04-22Added macro NONRETURNING to several functions.Adam Heath2-0/+3
2001-04-21No longer use deprecated multi-line string literalWichert Akkerman1-36/+35
2001-04-21Include stdlib.h to get exit declarationWichert Akkerman1-0/+1
2001-04-19Add --retry option to start-stop-daemonWichert Akkerman2-50/+423
2001-03-04Fix typosPeter Karlsson1-5/+5
2001-03-04* ChangeLog: undo file corruption (ugh)Wichert Akkerman1-1/+1
2001-02-23utils/start-stop-daemon.c: Add OpenBSD supportWichert Akkerman2-64/+179
2001-02-15 * utils/Makefile.in: Do not use libopt.a, since libdpkg.a not includes thoseBen Collins1-2/+2
2001-02-02scripts/dpkg-source.pl: fix error in error messageWichert Akkerman1-0/+1
2000-12-31utils/start-stop-daemon.c: --name is now allowed on the command lineAdam Heath1-2/+2
2000-12-25Don't use FILE * in mdfile.Adam Heath1-6/+6
2000-12-25Moved md5 code into generic buffer_copy loop.Adam Heath4-308/+14
2000-12-24Add --nicelevel, to alter a programs priority before starting.Adam Heath2-1/+17
2000-12-24Clean up a few gcc warnings. Note that the warning:Adam Heath1-1/+1
2000-11-23lib/mlib.c: fix error reporting for reading data in do_fd_copyWichert Akkerman1-2/+13
2000-10-18Update formatingWichert Akkerman1-57/+56
2000-10-18fix a buffer overflow in cmdname handlingWichert Akkerman1-6/+8
2000-02-28utils/Makefile.in: fix link command for start-stop-daemonWichert Akkerman1-1/+1
2000-02-12configure.in: don't try to outguess what CFLAGS should beWichert Akkerman2-6/+5
2000-01-11dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and ...Wichert Akkerman1-1/+1
2000-01-09scripts/cl-debian.pl: Allow space between `#' and the bugnumber in the change...Wichert Akkerman3-2/+23
1999-12-25dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th b...Wichert Akkerman1-1/+1
1999-12-16utils/start-stop-daemon.c: Fix OS-detection for sunosWichert Akkerman1-8/+6
1999-12-15autogen.sh: copy gettextm4, lcmessage.m4 and progtest.m4 to automake/ systems...Wichert Akkerman1-3/+4
1999-12-12dselect/main.cc: We need to printf programdesc as wellWichert Akkerman1-2/+8
1999-12-12Rename cvsclean to distcleanWichert Akkerman2-3/+2
1999-12-06Fix uid/gid changing in start-stop-daemonWichert Akkerman1-2/+4
1999-12-05Fix silly error in utils/Makefile.inWichert Akkerman1-1/+1
1999-11-27 * utils/start-stop-daemon.c: call initgroups() prior to seteuid()Ben Collins1-2/+2
1999-11-26 * configure.in: generate utils/MakefileBen Collins1-23/+0
1999-11-25Some more updates.. we should (almost) be there nowWichert Akkerman1-2/+1
1999-11-25More of the sameWichert Akkerman4-0/+631
1999-11-25Move the new buildsystem into the main branchWichert Akkerman3-32/+54
1999-11-23Add strdup to start-stop-daemonWichert Akkerman1-1/+4
1999-11-20Useless change in uid-parsingWichert Akkerman1-6/+2
1999-11-19Changed start-stop-daemon's --chuid user/group seperator to ':'Ben Collins2-4/+4
1999-11-18 * utils/start-stop-daemon.c: Added ability for user.group arg toBen Collins2-16/+54
1999-10-27Small configure updateWichert Akkerman1-0/+1
1999-10-21 * Fixed some compiler warningsBen Collins2-22/+117
1999-10-17 * Added --chuid option to start-stop-daemon to allow switching toBen Collins2-1/+23