Age | Commit message (Expand) | Author |
2015-12-22 | remove needless allocation casts | mmcc |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-30 | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | Jason McIntyre |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2015-01-21 | Assume NFS_CHECK and RO_CHECK are defined. | Philip Guenther |
2015-01-21 | Reduce opt_t from long to int. | Philip Guenther |
2015-01-21 | Remove unsafe micro-optimization of *bit test* | Philip Guenther |
2015-01-20 | Split out from rdist/defs.h the client-only and server-only bits into | Philip Guenther |
2015-01-20 | We all have syslog() now; assume LOG_PID and LOG_DAEMON | Philip Guenther |
2015-01-20 | Move MF_* to message.c too | Philip Guenther |
2015-01-20 | Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedef | Philip Guenther |
2015-01-20 | Don't use utime(), so don't need <utime.h> | Philip Guenther |
2015-01-20 | SELECT_FD_TYPE is obsolete | Philip Guenther |
2015-01-20 | Move #include <syslog.h> to the one file that needs it | Philip Guenther |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
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 |