summaryrefslogtreecommitdiff
path: root/usr.bin/rdist
AgeCommit message (Expand)Author
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-04-23correct indentation; no functional changeJonathan Gray
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-06-22reduce verbosity in usage and make it match SYNOPSIS;Jason McIntyre
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28mkstemp() returns -1 on failureTheo de Raadt
2018-09-21Use password/group cache functions and avoid stashing a pointer toTodd C. Miller
2018-09-09Fix a crash in rdistd triggered by the recent getpw{ent,nam,uid}Todd C. Miller
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-08-30Avoid clang warning by explicitly marking a constant unsigned; ok millert@Otto Moerbeek
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2017-01-01Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known'Theo Buehler
2016-03-30Avoid compiler warning about zero-length printf format strings.Todd C. Miller
2016-03-30In setnonblocking() rename "mode" variable to "flags".Todd C. Miller
2016-02-25remove extra word; from edgar pettijohnJason McIntyre
2015-12-22remove needless allocation castsmmcc
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t aJason McIntyre
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2015-01-21Assume NFS_CHECK and RO_CHECK are defined.Philip Guenther
2015-01-21Reduce opt_t from long to int.Philip Guenther
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-20We all have syslog() now; assume LOG_PID and LOG_DAEMONPhilip Guenther
2015-01-20Move MF_* to message.c tooPhilip Guenther
2015-01-20Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedefPhilip Guenther
2015-01-20Don't use utime(), so don't need <utime.h>Philip Guenther
2015-01-20SELECT_FD_TYPE is obsoletePhilip 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-12Eliminate some annoying variable shadowingPhilip Guenther
2014-07-12Yes, we have setproctitle(). Delete that and several unused HAVE_* #definesPhilip Guenther
2014-07-12Unused variable from oldrdist cleanupPhilip Guenther
2014-07-11delete all traces of oldrdist -Server command. ok beck guentherTed Unangst
2014-07-10Missed a chunk of the previousPhilip Guenther
2014-07-10fleanse out oldrdist supportTed Unangst
2014-07-10Assume POSIX: write() takes size_t and returns ssize_tPhilip Guenther