index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
rdist
/
client.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2017-07-09
have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
Marc Espie
2015-12-09
Remove NULL-checks before free(). ok tb@
mmcc
2015-01-21
Reduce opt_t from long to int.
Philip Guenther
2015-01-20
Split out from rdist/defs.h the client-only and server-only bits into
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
Eliminate some annoying variable shadowing
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
Use void* in malloc/realloc/calloc wrappers
Philip Guenther
2013-08-18
Fix calls to printf-like functions which passed a non-fixed string
Philip Guenther
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-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
2004-10-04
hierarchy is spelt hierarchy, ok djm@
Jonathan Gray
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-14
o Sync w/ freerdist 0.92 minus the compress option
Todd C. Miller
2003-05-06
use POSIX regex
Todd C. Miller
2003-04-19
strcpy/strcat/sprintf removal; krw@ OK
Todd C. Miller
2003-04-07
replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran...
Theo de Raadt
2003-04-05
strings; ok miod ho krw
Theo de Raadt
2001-11-19
kill more registers
Mike Pechkin
1999-03-05
make output look more like what BSD pritnf does when it hits a NULL
Todd C. Miller
1999-03-05
Don't assume printf will deal gracefully with NULL pointers for %s, BSD does ...
Todd C. Miller
1999-02-23
Check lp->target for NULL, not *lp->target as required by dynamic allocation ...
Todd C. Miller
1999-02-06
kill redundant (and incorrect) check for mallco failure
Todd C. Miller
1999-02-04
Fix a serious memory consumption problem when running over directories
Todd C. Miller
1998-06-26
rdist 6.1.4 + OpenBSD patches + some -Wall
Todd C. Miller
1998-05-18
readlink len-1
Theo de Raadt
1997-07-21
Fix compilation warning.
Angelos D. Keromytis
1996-07-25
Updated to rdist 6.1.3. Used real snprintf() (instead of string length
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1996-03-05
rdist 6.1.2
dm
1996-02-03
rdist 6.1.1
dm