summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/client.c
AgeCommit message (Collapse)Author
1999-03-05make output look more like what BSD pritnf does when it hits a NULLTodd C. Miller
1999-03-05Don't assume printf will deal gracefully with NULL pointers for %s, BSD does ↵Todd C. Miller
but SysV does not
1999-02-23Check lp->target for NULL, not *lp->target as required by dynamic allocation ↵Todd C. Miller
introduce in rev 1.8
1999-02-06kill redundant (and incorrect) check for mallco failureTodd C. Miller
1999-02-04Fix a serious memory consumption problem when running over directoriesTodd C. Miller
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure.
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1998-05-18readlink len-1Theo de Raadt
1997-07-21Fix compilation warning.Angelos D. Keromytis
1996-07-25Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthTodd C. Miller
in the format) since we have it.
1996-06-26rcsidTheo de Raadt
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm