History log of /src/usr.bin/rdist/main.c |
Revision | | Date | Author | Comments |
1.21 |
| 03-May-2022 |
andvar | fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.
|
1.20 |
| 06-Sep-2011 |
joerg | Use __dead and __printflike.
|
1.19 |
| 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.18 |
| 18-Mar-2006 |
christos | branches: 1.18.22; Coverity CID 2341, 2342: Plug memory leak.
|
1.17 |
| 13-Jul-2004 |
wiz | Sync usage with man page (add [login@], sort options, machine -> host); print usage to stderr; use getprogname(3). From Kouichirou Hiratsuka in PR 26225.
|
1.16 |
| 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
1.15 |
| 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.14 |
| 23-Jul-2003 |
itojun | use bounded string op
|
1.13 |
| 14-Jun-2002 |
wiz | Remove #if __STDC__. De-__P() and ANSIfy.
|
1.12 |
| 01-Nov-2001 |
tron | Fix incorrect usage message. Problem noted by Brian Ginsbach in PR bin/14411.
|
1.11 |
| 12-Jun-2000 |
mrg | 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.10 |
| 20-Apr-1999 |
mrg | branches: 1.10.6; check some more syscall return values. use mkstemp.
|
1.9 |
| 31-Jan-1999 |
mrg | ensure buffers for pathnames, etc., are PATH_MAX, etc., long.
|
1.8 |
| 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.7 |
| 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register, s/[br]*/[ms]*/
|
1.6 |
| 18-Oct-1997 |
mrg | merge lite-2.
|
1.5 |
| 12-Jul-1996 |
thorpej | RCS id police.
|
1.4 |
| 07-Mar-1994 |
cgd | branches: 1.4.8; update to newest rdist from berkeley (via uunet). No security fixes, but general cleanup.
|
1.3 |
| 23-Jan-1994 |
cgd | mixing setreuid and seteuid can really screw you, in terms of security
|
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 | initial import of 386bsd-0.1 sources
|
1.4.8.1 |
| 16-Jul-1996 |
jtc | Security fixes, pulled up by request from Jason Thorpe
|
1.10.6.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.18.22.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|