summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/defs.h
AgeCommit message (Expand)Author
2015-01-21Remove unsafe micro-optimization of *bit test*Philip Guenther
2015-01-20Split out from rdist/defs.h the client-only and server-only bits intoPhilip Guenther
2015-01-20Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedefPhilip Guenther
2015-01-20Move #include <syslog.h> to the one file that needs itPhilip 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-12Kill never enabled #ifdefsPhilip Guenther
2014-07-12config-def.h is now unnecessary; merge config-data.h into defs.hPhilip Guenther
2014-07-12Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes()Philip Guenther
2014-07-12SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff arePhilip Guenther
2014-07-12Deleted unused local prototypes for systems stuffPhilip Guenther
2014-07-12No really, assume POSIX: errno is declared for us and sys/stat.h hasPhilip Guenther
2014-07-12Delete unused globalPhilip Guenther
2014-07-10Missed a chunk of the previousPhilip Guenther
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume C89: stdargs, const, and setvbuf()Philip Guenther
2014-07-05Use void* in malloc/realloc/calloc wrappersPhilip Guenther
2013-12-21Constipate some functionsPhilip Guenther
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
2008-01-02remove unused functionCharles Longeau
2003-11-08typos from Jonathon Gray;Jason McIntyre
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
2001-08-23recieve -> receiveAaron Campbell
1999-02-04Fix a serious memory consumption problem when running over directoriesTodd C. Miller
1998-07-16prototype yyerrorTodd C. Miller
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1997-10-15Get rid of the buf[] extern. Each .c file has it's own (local) buf.Todd C. Miller
1997-04-27Pull in more includes to properly prototype library functions, kill localJason Downs
1996-04-28Added OpenBSD tag.etheisen
1996-04-28setproctitle() prototype no longer needed.etheisen
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm
1995-10-18initial import of NetBSD treeTheo de Raadt