| Commit message (Expand) | Author | Age | Files | Lines |
* | Assume NFS_CHECK and RO_CHECK are defined. |  guenther | 2015-01-21 | 1 | -17/+1 |
* | Reduce opt_t from long to int. |  guenther | 2015-01-21 | 2 | -21/+20 |
* | Remove unsafe micro-optimization of *bit test* |  guenther | 2015-01-21 | 1 | -2/+2 |
* | Split out from rdist/defs.h the client-only and server-only bits into |  guenther | 2015-01-20 | 14 | -345/+325 |
* | We all have syslog() now; assume LOG_PID and LOG_DAEMON |  guenther | 2015-01-20 | 2 | -21/+3 |
* | Move MF_* to message.c too |  guenther | 2015-01-20 | 2 | -10/+10 |
* | Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedef |  guenther | 2015-01-20 | 4 | -62/+48 |
* | Don't use utime(), so don't need <utime.h> |  guenther | 2015-01-20 | 1 | -4/+1 |
* | SELECT_FD_TYPE is obsolete |  guenther | 2015-01-20 | 2 | -11/+3 |
* | Move #include <syslog.h> to the one file that needs it |  guenther | 2015-01-20 | 2 | -3/+3 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 4 | -19/+19 |
* | The statdb code has never been complete here |  guenther | 2014-07-12 | 3 | -27/+3 |
* | Kill never enabled #ifdefs |  guenther | 2014-07-12 | 1 | -21/+1 |
* | config-def.h is now unnecessary; merge config-data.h into defs.h |  guenther | 2014-07-12 | 3 | -121/+7 |
* | Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes() |  guenther | 2014-07-12 | 6 | -92/+11 |
* | SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff are |  guenther | 2014-07-12 | 2 | -20/+2 |
* | Deleted unused local prototypes for systems stuff |  guenther | 2014-07-12 | 1 | -49/+1 |
* | No really, assume POSIX: errno is declared for us and sys/stat.h has |  guenther | 2014-07-12 | 1 | -15/+1 |
* | Delete unused global |  guenther | 2014-07-12 | 1 | -2/+1 |
* | Eliminate some annoying variable shadowing |  guenther | 2014-07-12 | 2 | -15/+15 |
* | Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines |  guenther | 2014-07-12 | 2 | -29/+2 |
* | Unused variable from oldrdist cleanup |  guenther | 2014-07-12 | 1 | -2/+1 |
* | delete all traces of oldrdist -Server command. ok beck guenther |  tedu | 2014-07-11 | 1 | -12/+2 |
* | Missed a chunk of the previous |  guenther | 2014-07-10 | 1 | -2/+2 |
* | fleanse out oldrdist support |  tedu | 2014-07-10 | 4 | -48/+5 |
* | Assume POSIX: write() takes size_t and returns ssize_t |  guenther | 2014-07-10 | 2 | -16/+6 |
* | Assume we have getfsstat(); simplify the interface to the *mountent() |  guenther | 2014-07-05 | 2 | -58/+5 |
* | Assume BSD44: statfs() |  guenther | 2014-07-05 | 2 | -32/+2 |
* | Our fork() never misses |  guenther | 2014-07-05 | 1 | -10/+1 |
* | Assume POSIX: sigrocmask() |  guenther | 2014-07-05 | 2 | -16/+5 |
* | Assume POSIX: lchown(), fchown(), fchmod(), fchmodat() |  guenther | 2014-07-05 | 4 | -86/+4 |
* | Assume POSIX: uid_t and gid_t |  guenther | 2014-07-05 | 4 | -31/+15 |
* | Assume POSIX: <dirent.h>, struct dirent |  guenther | 2014-07-05 | 6 | -38/+17 |
* | Assume POSIX: waitpid(), select(), and <sys/select.h> |  guenther | 2014-07-05 | 3 | -52/+5 |
* | Assume C89: stdargs, const, and setvbuf() |  guenther | 2014-07-05 | 8 | -302/+47 |
* | ELF uberalles! |  guenther | 2014-07-05 | 4 | -223/+11 |
* | Delete ancient unused demo cronjob |  guenther | 2014-07-05 | 1 | -1/+0 |
* | Use xcalloc() in waitup(): the calloc fails, simply returning ain't gonna |  guenther | 2014-07-05 | 1 | -4/+2 |
* | Use void* in malloc/realloc/calloc wrappers |  guenther | 2014-07-05 | 7 | -37/+33 |
* | Convert a malloc+memset to a calloc |  guenther | 2014-07-04 | 1 | -6/+4 |
* | remove last few uses of __P |  deraadt | 2014-06-07 | 1 | -5/+5 |
* | simpler description for -P, avoiding the need to discuss rsh; |  jmc | 2014-04-24 | 1 | -8/+4 |
* | change some rsh references to ssh. poke by jmc |  tedu | 2014-04-19 | 1 | -3/+2 |
* | make .Ic markup consistent; from Jan Stary <hans at stare dot cz> |  schwarze | 2014-02-13 | 1 | -9/+13 |
* | Constipate some functions |  guenther | 2013-12-21 | 2 | -14/+14 |
* | catch up with elf(5)/stab(5) removal; |  jmc | 2013-10-20 | 1 | -5/+3 |
* | Fix calls to printf-like functions which passed a non-fixed string |  guenther | 2013-08-18 | 1 | -3/+3 |
* | ELF_TOOLCHAIN bye bye. |  miod | 2013-07-05 | 1 | -3/+1 |
* | Once a C_RECVDIR command is sent, a matching C_END command has to be |  guenther | 2012-11-12 | 1 | -4/+9 |
* | Fix various format string issues. Stop assuming time_t is long or smaller. |  guenther | 2012-11-12 | 7 | -37/+38 |