History log of /src/usr.bin/rdist/docmd.c |
Revision | | Date | Author | Comments |
1.30 |
| 18-Oct-2013 |
christos | more clobbering fixes.
|
1.29 |
| 18-Oct-2013 |
christos | fix clobbered variable
|
1.28 |
| 13-Apr-2009 |
lukem | branches: 1.28.6; 1.28.12; Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
|
1.27 |
| 18-Dec-2006 |
christos | branches: 1.27.20; From Anon Ymous: Convert "(void)&" constructs to "volatile". Check gid against (gid_t)-1 rather than >= 0; gid_t is unsigned. Flag some parameters __unused so this will compile with -Werror.
|
1.26 |
| 04-Aug-2004 |
ginsbach | Append only '@host' to notify email addresses when the destination host is of the format 'login@host'. Fixes PR 14412; reviewed by <christos>.
|
1.25 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.24 |
| 23-Jul-2003 |
itojun | use bounded string op
|
1.23 |
| 12-Jul-2003 |
itojun | strlcpy
|
1.22 |
| 06-Dec-2002 |
thorpej | Avoid confict with reserved identifier "log".
|
1.21 |
| 14-Jun-2002 |
wiz | Remove #if __STDC__. De-__P() and ANSIfy.
|
1.20 |
| 12-Jun-2000 |
mrg | branches: 1.20.4; apply patches in PR bin/9249: rdist doesn't remove temporary file, from <Michael.Eriksson@era-t.ericsson.se> to ensure we always remove the tempfile (broken since mkstemp() was introduced).
|
1.19 |
| 20-Apr-1999 |
mrg | branches: 1.19.6; check some more syscall return values. use mkstemp.
|
1.18 |
| 19-Dec-1998 |
christos | de-ja-vous This thing was still using <sys/dir.h> and struct direct. Get rid of the time warp.
|
1.17 |
| 24-Oct-1997 |
scottr | Fix more borken compiler lossage, this time for m68k.
|
1.16 |
| 19-Oct-1997 |
mrg | branches: 1.16.2; fix compile warnings on the alpha.
|
1.15 |
| 19-Oct-1997 |
mycroft | Output the right file name in an error message. Also a cosmetic change; pass a null pointer to gettimeofday() for the time zone info.
|
1.14 |
| 19-Oct-1997 |
mycroft | Use S_IS*(). Use mode_t, uid_t, and gid_t as appropriate. Don't use futimes(2) on a directory.
|
1.13 |
| 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register, s/[br]*/[ms]*/
|
1.12 |
| 18-Oct-1997 |
mrg | merge lite-2.
|
1.11 |
| 08-Oct-1997 |
christos | Pr/4180: Erik Bertelsen: rdist does not produce intelligible error messages and core dumps when the remote host is down: - avoid core dumps by checking lfp before using it. - use rcmd's err descriptor to grab and print the message.
|
1.10 |
| 13-Aug-1996 |
explorer | call regfree() -- closes pr bin/2691. Bug noticed and fixed by Charles Amos <amos@umiacs.umd.edu> Submitted by Mike Grupenhoff
|
1.9 |
| 12-Jul-1996 |
thorpej | RCS id police.
|
1.8 |
| 12-Jul-1996 |
thorpej | From Christos: kill the last bits of sprintf(), and use regcomp/regexec rather than re_comp/re_exec. (I committed my sprintf sweep-up before I realized that Christos had already done it...)
|
1.7 |
| 12-Jul-1996 |
thorpej | Use snprintf() whenever feasible.
|
1.6 |
| 07-Mar-1994 |
cgd | branches: 1.6.8; update to newest rdist from berkeley (via uunet). No security fixes, but general cleanup.
|
1.5 |
| 23-Jan-1994 |
cgd | mixing setreuid and seteuid can really screw you, in terms of security
|
1.4 |
| 04-Dec-1993 |
jtc | Use <dirent.h> instead of <sys/dir.h>.
|
1.3 |
| 07-Aug-1993 |
cgd | merge in changes from netbsd-0-9-ALPHA2
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 10-Jun-1993 |
mrg | 4.4BSD-Lite2
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1.1.2; initial import of 386bsd-0.1 sources
|
1.1.1.1.2.1 |
| 01-Aug-1993 |
cgd | args to regexec() were reversed, causing exclusion pattern matching to fail. fix from root@packrat.vorpal.com
|
1.6.8.1 |
| 16-Jul-1996 |
jtc | Security fixes, pulled up by request from Jason Thorpe
|
1.16.2.1 |
| 24-Oct-1997 |
thorpej | Pull up from trunk: fix warning on m68k systems.
|
1.19.6.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.20.4.1 |
| 23-Jul-2004 |
tron | Apply patch (requested by dbj in ticket 1724): Fix problems when building the netbsd-1-6 branch with GCC 3.3.3.
|
1.27.20.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.28.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.28.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|