summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1996-08-08Slightly cleaner.Jason Downs
1996-08-08xref crypt(3) as wellJason Downs
1996-08-08Add encrypt(1)Jason Downs
1996-08-08encrypt(1), little utility for encrypting passwords from the command line.Jason Downs
1996-08-07People can be 'logged in' from non-existant devices.Jason Downs
1996-08-07strncpy() dyslexia on last commit.etheisen
1996-08-07woofTheo de Raadt
1996-08-06_POSIX2_LINE_MAX errbuf for kvm_openfiles()Theo de Raadt
1996-08-06avoid buf oflowTheo de Raadt
1996-08-06whoopsTheo de Raadt
1996-08-06avoid buf oflowsTheo de Raadt
1996-08-06buf oflowTheo de Raadt
1996-08-06_POSIX2_LINE_MAX errbuf for kvm_openfiles()Theo de Raadt
1996-08-06no oflow in case of really bizzare routing tablesTheo de Raadt
1996-08-06fix usage, buf oflow, pretty usageTheo de Raadt
1996-08-06type cleanupTheo de Raadt
1996-08-06careful buf oflow, no longer use strcpyTheo de Raadt
1996-08-05fix formattingMichael Shalayeff
1996-08-05Adds -C, -p, and -S flags. Based on FreeBSD changes but heavilyTodd C. Miller
modified.
1996-08-04ftp bounce protectionTheo de Raadt
1996-08-03Was runing most of the code with real and effective uid of 0, contraryTodd C. Miller
to the comments. Fixed that and made sure unlink of job file is done as root so it can succeed. Also will now detect empty input.
1996-08-03Uncomment AIX 2 magic.Jason Downs
1996-08-02password user@, not user@hostnameTheo de Raadt
1996-08-01whoops, goofed on the last one, this should be correct.michaels
1996-08-01Modified cmp to, when given arg -s, really be silent. (reported bymichaels
marc@mit.edu, netbsd pr #2642.) Changed main() to use return() rather than exit(). (just tried checking it in, but local cvs got killed while writting log message)
1996-07-31login_fbtab() in libutilTheo de Raadt
1996-07-31fbtab support from wietseTheo de Raadt
1996-07-31Better use time_t instead of long when dealing with timesNiklas Hallqvist
1996-07-31RANLIBMAG should not be set on alphas, as make doesn't know ECOFF archivesNiklas Hallqvist
1996-07-30use mkstemp() instead of mktemp() to close temp file race.Todd C. Miller
1996-07-29Fixed a bug causing a CPU loop if dist'ing a file whose parentTodd C. Miller
dir doesn't exist on the target machine.
1996-07-29Now have a common message.c instead of two copies.Todd C. Miller
1996-07-29Only need one copy of message.c so use ../rdist/message.cTodd C. Miller
1996-07-29Added some missing rdist 6.1.3 changes.Todd C. Miller
1996-07-29links for supfilesrv/supscanTheo de Raadt
1996-07-28missed changes.Michael Shalayeff
copyright changed.
1996-07-28silence gcc in super-pedantic mode; based on freebsd pr#1427Theo de Raadt
1996-07-27refresh screen better; freebsd pr#1425; from fnTheo de Raadt
1996-07-27MAGICOWN = rootTheo de Raadt
1996-07-27VMIN=1/VTIME=0; netbsd pr#2546Theo de Raadt
1996-07-27do not build docsTheo de Raadt
1996-07-26Install with 4554 permissions so people not in the dialer group can makedm
a non-setuid copy and run it.
1996-07-25Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthTodd C. Miller
in the format) since we have it.
1996-07-25Replaced sprintf() with snprintf() where buffer size is obvious.Todd C. Miller
Probably just paranoia but why take the chance? Just four occurences of sprintf() left.
1996-07-25readableTheo de Raadt
1996-07-25buffer overflow preventionTheo de Raadt
1996-07-24normal uid before execvTheo de Raadt
1996-07-24bring vi/ex up to 1.71Michael Shalayeff
1996-07-23nicer error message; netbsd pr#2651; enami@ba2.so-net.or.jpTheo de Raadt
1996-07-22rcsid cleanupTheo de Raadt