summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist/client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateespie2017-07-091-2/+2
* Remove NULL-checks before free(). ok tb@mmcc2015-12-091-7/+4
* Reduce opt_t from long to int.guenther2015-01-211-19/+18
* Split out from rdist/defs.h the client-only and server-only bits intoguenther2015-01-201-6/+10
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-13/+13
* The statdb code has never been complete hereguenther2014-07-121-6/+1
* Eliminate some annoying variable shadowingguenther2014-07-121-13/+13
* Assume POSIX: uid_t and gid_tguenther2014-07-051-3/+3
* Assume POSIX: <dirent.h>, struct direntguenther2014-07-051-2/+4
* Use void* in malloc/realloc/calloc wrappersguenther2014-07-051-3/+3
* Fix calls to printf-like functions which passed a non-fixed stringguenther2013-08-181-3/+3
* Once a C_RECVDIR command is sent, a matching C_END command has to beguenther2012-11-121-4/+9
* Fix various format string issues. Stop assuming time_t is long or smaller.guenther2012-11-121-18/+18
* Apply some tough type-love and give rdist a chance to handle fileskrw2011-04-101-12/+12
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-18/+1
* make rdist silently ignore special file types which cannot be movedderaadt2009-02-151-3/+19
* hierarchy is spelt hierarchy, ok djm@jsg2004-10-041-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* o Sync w/ freerdist 0.92 minus the compress optionmillert2003-05-141-224/+266
* use POSIX regexmillert2003-05-061-2/+3
* strcpy/strcat/sprintf removal; krw@ OKmillert2003-04-191-5/+5
* replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.franken.dederaadt2003-04-071-11/+8
* strings; ok miod ho krwderaadt2003-04-051-8/+10
* kill more registersmpech2001-11-191-13/+13
* make output look more like what BSD pritnf does when it hits a NULLmillert1999-03-051-4/+4
* Don't assume printf will deal gracefully with NULL pointers for %s, BSD does but SysV does notmillert1999-03-051-3/+4
* Check lp->target for NULL, not *lp->target as required by dynamic allocation introduce in rev 1.8millert1999-02-231-3/+3
* kill redundant (and incorrect) check for mallco failuremillert1999-02-061-4/+2
* Fix a serious memory consumption problem when running over directoriesmillert1999-02-041-7/+22
* rdist 6.1.4 + OpenBSD patches + some -Wallmillert1998-06-261-15/+23
* readlink len-1deraadt1998-05-181-3/+3
* Fix compilation warning.angelos1997-07-211-5/+5
* Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthmillert1996-07-251-2/+14
* rcsidderaadt1996-06-261-1/+3
* rdist 6.1.2dm1996-03-051-12/+12
* rdist 6.1.1dm1996-02-031-0/+1239