Age | Commit message (Expand) | Author |
2014-07-12 | The statdb code has never been complete here | Philip Guenther |
2014-07-12 | Kill never enabled #ifdefs | Philip Guenther |
2014-07-12 | config-def.h is now unnecessary; merge config-data.h into defs.h | Philip Guenther |
2014-07-12 | Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes() | Philip Guenther |
2014-07-12 | SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff are | Philip Guenther |
2014-07-12 | Deleted unused local prototypes for systems stuff | Philip Guenther |
2014-07-12 | No really, assume POSIX: errno is declared for us and sys/stat.h has | Philip Guenther |
2014-07-12 | Delete unused global | Philip Guenther |
2014-07-12 | Eliminate some annoying variable shadowing | Philip Guenther |
2014-07-12 | Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines | Philip Guenther |
2014-07-12 | Unused variable from oldrdist cleanup | Philip Guenther |
2014-07-11 | delete all traces of oldrdist -Server command. ok beck guenther | Ted Unangst |
2014-07-10 | Missed a chunk of the previous | Philip Guenther |
2014-07-10 | fleanse out oldrdist support | Ted Unangst |
2014-07-10 | Assume POSIX: write() takes size_t and returns ssize_t | Philip Guenther |
2014-07-05 | Assume we have getfsstat(); simplify the interface to the *mountent() | Philip Guenther |
2014-07-05 | Assume BSD44: statfs() | Philip Guenther |
2014-07-05 | Our fork() never misses | Philip Guenther |
2014-07-05 | Assume POSIX: sigrocmask() | Philip Guenther |
2014-07-05 | Assume POSIX: lchown(), fchown(), fchmod(), fchmodat() | Philip Guenther |
2014-07-05 | Assume POSIX: uid_t and gid_t | Philip Guenther |
2014-07-05 | Assume POSIX: <dirent.h>, struct dirent | Philip Guenther |
2014-07-05 | Assume POSIX: waitpid(), select(), and <sys/select.h> | Philip Guenther |
2014-07-05 | Assume C89: stdargs, const, and setvbuf() | Philip Guenther |
2014-07-05 | ELF uberalles! | Philip Guenther |
2014-07-05 | Delete ancient unused demo cronjob | Philip Guenther |
2014-07-05 | Use xcalloc() in waitup(): the calloc fails, simply returning ain't gonna | Philip Guenther |
2014-07-05 | Use void* in malloc/realloc/calloc wrappers | Philip Guenther |
2014-07-04 | Convert a malloc+memset to a calloc | Philip Guenther |
2014-06-07 | remove last few uses of __P | Theo de Raadt |
2014-04-24 | simpler description for -P, avoiding the need to discuss rsh; | Jason McIntyre |
2014-04-19 | change some rsh references to ssh. poke by jmc | Ted Unangst |
2014-02-13 | make .Ic markup consistent; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2013-12-21 | Constipate some functions | Philip Guenther |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2012-11-12 | Once a C_RECVDIR command is sent, a matching C_END command has to be | Philip Guenthe |
2012-11-12 | Fix various format string issues. Stop assuming time_t is long or smaller. | Philip Guenthe |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-04-24 | delete a stupid SIGSEGV handler (not used) | Theo de Raadt |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado |
2011-04-21 | Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppc | Kenneth R Westerback |
2011-04-18 | read(2) returns ssize_t. So use a ssize_t to store and test the | Kenneth R Westerback |
2011-04-18 | Print size_t with %zu and ssize_t with %zd in error/debug output. | Kenneth R Westerback |
2011-04-10 | Apply some tough type-love and give rdist a chance to handle files | Kenneth R Westerback |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-15 | make rdist silently ignore special file types which cannot be moved | Theo de Raadt |
2009-02-15 | exmaple -> example; | Jason McIntyre |
2008-08-10 | typo. | Igor Sobrado |