summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist/message.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split out from rdist/defs.h the client-only and server-only bits intoguenther2015-01-201-1/+10
* We all have syslog() now; assume LOG_PID and LOG_DAEMONguenther2015-01-201-8/+2
* Move MF_* to message.c tooguenther2015-01-201-1/+9
* Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedefguenther2015-01-201-19/+37
* Move #include <syslog.h> to the one file that needs itguenther2015-01-201-1/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Assume C89: stdargs, const, and setvbuf()guenther2014-07-051-105/+5
* Use void* in malloc/realloc/calloc wrappersguenther2014-07-051-2/+2
* Constipate some functionsguenther2013-12-211-9/+9
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-18/+1
* remove some warnings:chl2007-09-141-3/+2
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-4/+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-175/+108
* strcpy/strcat/sprintf removal; krw@ OKmillert2003-04-191-4/+5
* kill another strcat; ok krwderaadt2003-04-061-4/+5
* strings; ok miod ho krwderaadt2003-04-051-25/+27
* kill more registersmpech2001-11-191-15/+15
* seperate -> separate, okay aaron@provos2000-11-101-3/+3
* Fix a serious memory consumption problem when running over directoriesmillert1999-02-041-4/+4
* rdist 6.1.4 + OpenBSD patches + some -Wallmillert1998-06-261-20/+25
* Now have a common message.c instead of two copies.millert1996-07-291-5/+4
* Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthmillert1996-07-251-14/+15
* rcsidderaadt1996-06-261-1/+3
* mkstemp & fdopenderaadt1996-06-251-3/+8
* rdist 6.1.2dm1996-03-051-1/+1
* rdist 6.1.1dm1996-02-031-0/+868