summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/client.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-01-21Reduce opt_t from long to int.Philip Guenther
2015-01-20Split out from rdist/defs.h the client-only and server-only bits intoPhilip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-12The statdb code has never been complete herePhilip Guenther
2014-07-12Eliminate some annoying variable shadowingPhilip Guenther
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume POSIX: <dirent.h>, struct direntPhilip Guenther
2014-07-05Use void* in malloc/realloc/calloc wrappersPhilip Guenther
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2012-11-12Once a C_RECVDIR command is sent, a matching C_END command has to bePhilip Guenthe
2012-11-12Fix various format string issues. Stop assuming time_t is long or smaller.Philip Guenthe
2011-04-10Apply some tough type-love and give rdist a chance to handle filesKenneth R Westerback
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-15make rdist silently ignore special file types which cannot be movedTheo de Raadt
2004-10-04hierarchy is spelt hierarchy, ok djm@Jonathan Gray
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14 o Sync w/ freerdist 0.92 minus the compress optionTodd C. Miller
2003-05-06use POSIX regexTodd C. Miller
2003-04-19strcpy/strcat/sprintf removal; krw@ OKTodd C. Miller
2003-04-07replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran...Theo de Raadt
2003-04-05strings; ok miod ho krwTheo de Raadt
2001-11-19kill more registersMike Pechkin
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
1999-02-23Check lp->target for NULL, not *lp->target as required by dynamic allocation ...Todd C. Miller
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
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
1996-06-26rcsidTheo de Raadt
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm