Age | Commit message (Expand) | Author | Files | Lines |
2001-06-08 | Use uid_t and pid_t everywhere | Wichert Akkerman | 1 | -19/+20 |
2001-05-28 | Fix some gcc 3.0 warnings. | Adam Heath | 1 | -1/+1 |
2001-05-27 | Discovered that if anything in optlib/ was actually needed, it wasn't being | Adam Heath | 1 | -2/+2 |
2001-04-30 | Added -static support. There is support for building a dpkg-static.deb, | Adam Heath | 1 | -3/+9 |
2001-04-28 | Fix md5sum -c. | Adam Heath | 1 | -10/+5 |
2001-04-26 | Use libdpkg style error handling in md5sum | Wichert Akkerman | 1 | -12/+37 |
2001-04-26 | Modified mlib.c, to malloc enough space for the digest, instead of | Adam Heath | 1 | -7/+7 |
2001-04-24 | Add new enoent utility to get ENOENT at runtime | Wichert Akkerman | 2 | -3/+17 |
2001-04-24 | Use INSTALL_PROGRAM for programs | Wichert Akkerman | 1 | -2/+2 |
2001-04-23 | Fixed up several warning types: const, casting, incorrect sizes, | Adam Heath | 2 | -6/+6 |
2001-04-22 | Added macro NONRETURNING to several functions. | Adam Heath | 2 | -0/+3 |
2001-04-21 | No longer use deprecated multi-line string literal | Wichert Akkerman | 1 | -36/+35 |
2001-04-21 | Include stdlib.h to get exit declaration | Wichert Akkerman | 1 | -0/+1 |
2001-04-19 | Add --retry option to start-stop-daemon | Wichert Akkerman | 2 | -50/+423 |
2001-03-04 | Fix typos | Peter Karlsson | 1 | -5/+5 |
2001-03-04 | * ChangeLog: undo file corruption (ugh) | Wichert Akkerman | 1 | -1/+1 |
2001-02-23 | utils/start-stop-daemon.c: Add OpenBSD support | Wichert Akkerman | 2 | -64/+179 |
2001-02-15 | * utils/Makefile.in: Do not use libopt.a, since libdpkg.a not includes those | Ben Collins | 1 | -2/+2 |
2001-02-02 | scripts/dpkg-source.pl: fix error in error message | Wichert Akkerman | 1 | -0/+1 |
2000-12-31 | utils/start-stop-daemon.c: --name is now allowed on the command line | Adam Heath | 1 | -2/+2 |
2000-12-25 | Don't use FILE * in mdfile. | Adam Heath | 1 | -6/+6 |
2000-12-25 | Moved md5 code into generic buffer_copy loop. | Adam Heath | 4 | -308/+14 |
2000-12-24 | Add --nicelevel, to alter a programs priority before starting. | Adam Heath | 2 | -1/+17 |
2000-12-24 | Clean up a few gcc warnings. Note that the warning: | Adam Heath | 1 | -1/+1 |
2000-11-23 | lib/mlib.c: fix error reporting for reading data in do_fd_copy | Wichert Akkerman | 1 | -2/+13 |
2000-10-18 | Update formating | Wichert Akkerman | 1 | -57/+56 |
2000-10-18 | fix a buffer overflow in cmdname handling | Wichert Akkerman | 1 | -6/+8 |
2000-02-28 | utils/Makefile.in: fix link command for start-stop-daemon | Wichert Akkerman | 1 | -1/+1 |
2000-02-12 | configure.in: don't try to outguess what CFLAGS should be | Wichert Akkerman | 2 | -6/+5 |
2000-01-11 | dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and ... | Wichert Akkerman | 1 | -1/+1 |
2000-01-09 | scripts/cl-debian.pl: Allow space between `#' and the bugnumber in the change... | Wichert Akkerman | 3 | -2/+23 |
1999-12-25 | dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th b... | Wichert Akkerman | 1 | -1/+1 |
1999-12-16 | utils/start-stop-daemon.c: Fix OS-detection for sunos | Wichert Akkerman | 1 | -8/+6 |
1999-12-15 | autogen.sh: copy gettextm4, lcmessage.m4 and progtest.m4 to automake/ systems... | Wichert Akkerman | 1 | -3/+4 |
1999-12-12 | dselect/main.cc: We need to printf programdesc as well | Wichert Akkerman | 1 | -2/+8 |
1999-12-12 | Rename cvsclean to distclean | Wichert Akkerman | 2 | -3/+2 |
1999-12-06 | Fix uid/gid changing in start-stop-daemon | Wichert Akkerman | 1 | -2/+4 |
1999-12-05 | Fix silly error in utils/Makefile.in | Wichert Akkerman | 1 | -1/+1 |
1999-11-27 | * utils/start-stop-daemon.c: call initgroups() prior to seteuid() | Ben Collins | 1 | -2/+2 |
1999-11-26 | * configure.in: generate utils/Makefile | Ben Collins | 1 | -23/+0 |
1999-11-25 | Some more updates.. we should (almost) be there now | Wichert Akkerman | 1 | -2/+1 |
1999-11-25 | More of the same | Wichert Akkerman | 4 | -0/+631 |
1999-11-25 | Move the new buildsystem into the main branch | Wichert Akkerman | 3 | -32/+54 |
1999-11-23 | Add strdup to start-stop-daemon | Wichert Akkerman | 1 | -1/+4 |
1999-11-20 | Useless change in uid-parsing | Wichert Akkerman | 1 | -6/+2 |
1999-11-19 | Changed start-stop-daemon's --chuid user/group seperator to ':' | Ben Collins | 2 | -4/+4 |
1999-11-18 | * utils/start-stop-daemon.c: Added ability for user.group arg to | Ben Collins | 2 | -16/+54 |
1999-10-27 | Small configure update | Wichert Akkerman | 1 | -0/+1 |
1999-10-21 | * Fixed some compiler warnings | Ben Collins | 2 | -22/+117 |
1999-10-17 | * Added --chuid option to start-stop-daemon to allow switching to | Ben Collins | 2 | -1/+23 |