openbsd
27 years agotodd is under post-exam stress relief
deraadt [Wed, 18 Dec 1996 04:07:35 +0000 (04:07 +0000)]
todd is under post-exam stress relief

27 years agosupport getting multiple files at once, e.g
michaels [Wed, 18 Dec 1996 01:59:15 +0000 (01:59 +0000)]
support getting multiple files at once, e.g
"ftp host:pub/tst/test /pub/tst/test2 /pub/tst" will get files
"test", then "test2" and then the cd to "pub/tst" on the same host and
become interactive without closing/reopening connection each time.
(needs leading '/' on every path but the first, as the rest are
relative to the first. (a feauture, really))

27 years agomissing unsigned caused bad sign-extension
niklas [Tue, 17 Dec 1996 23:50:51 +0000 (23:50 +0000)]
missing unsigned caused bad sign-extension

27 years agornd -> random doncha know
millert [Tue, 17 Dec 1996 22:56:02 +0000 (22:56 +0000)]
rnd -> random doncha know

27 years agoAdd traditional handling of all upper-case input
tholo [Tue, 17 Dec 1996 19:33:53 +0000 (19:33 +0000)]
Add traditional handling of all upper-case input

27 years agoFix oversight in column handling with OCRNL enabled
tholo [Tue, 17 Dec 1996 19:19:33 +0000 (19:19 +0000)]
Fix oversight in column handling with OCRNL enabled

27 years agoReset output column when outputting \r with ONLCR
tholo [Tue, 17 Dec 1996 19:15:24 +0000 (19:15 +0000)]
Reset output column when outputting \r with ONLCR

27 years agoFix typo
tholo [Tue, 17 Dec 1996 19:09:30 +0000 (19:09 +0000)]
Fix typo

27 years agoGet TAB expansion right
tholo [Tue, 17 Dec 1996 18:52:52 +0000 (18:52 +0000)]
Get TAB expansion right

27 years agoNFS attribute cache timeout mount param
dm [Tue, 17 Dec 1996 03:46:36 +0000 (03:46 +0000)]
NFS attribute cache timeout mount param

27 years agostrncpy that strerror, found by oliver@secnet.com
deraadt [Tue, 17 Dec 1996 02:38:39 +0000 (02:38 +0000)]
strncpy that strerror, found by oliver@secnet.com

27 years agouse snprintf when storing the string from strerror(). Who knows how
millert [Tue, 17 Dec 1996 02:17:09 +0000 (02:17 +0000)]
use snprintf when storing the string from strerror().  Who knows how
long it could be esp. when locales come into the picture.

27 years agoif pathname given is a valid directory, cd to it at remote, also
michaels [Tue, 17 Dec 1996 02:11:45 +0000 (02:11 +0000)]
if pathname given is a valid directory, cd to it at remote, also
assume empty pathname means cd to '/', like ncftp (?).

27 years agoImplement more tty flags for better portability from other systems:
tholo [Mon, 16 Dec 1996 20:04:39 +0000 (20:04 +0000)]
Implement more tty flags for better portability from other systems:

XCASE - canonical input/output processing
IUCLC - translate uppercase to lowercase on input
OLCUC - translate lowercase to uppercase on output
OCRNL - translate carriage return to newline on output
ONOCR - do not output carriage return at column 0
ONLRET - newline performs carriage return function

In addition the tty compatibility interface supports LCASE properly.

Look at termios(4) for a more complete description of the above flags.

27 years agoavoid more oflows; at this stage paranoia exceeds reality by a lot since our passwd...
deraadt [Mon, 16 Dec 1996 18:40:53 +0000 (18:40 +0000)]
avoid more oflows; at this stage paranoia exceeds reality by a lot since our passwd suite is fascist

27 years agostrncat like THIS
deraadt [Mon, 16 Dec 1996 17:14:03 +0000 (17:14 +0000)]
strncat like THIS

27 years agodoes noone know how to use strncat correctly?
deraadt [Mon, 16 Dec 1996 17:11:32 +0000 (17:11 +0000)]
does noone know how to use strncat correctly?

27 years agostrncat related oflows
deraadt [Mon, 16 Dec 1996 17:09:03 +0000 (17:09 +0000)]
strncat related oflows

27 years agostrncat botches
deraadt [Mon, 16 Dec 1996 16:53:41 +0000 (16:53 +0000)]
strncat botches

27 years agofix .Nm stuff so that man -k works
deraadt [Mon, 16 Dec 1996 16:08:52 +0000 (16:08 +0000)]
fix .Nm stuff so that man -k works

27 years agobe more careful with select
deraadt [Mon, 16 Dec 1996 15:57:16 +0000 (15:57 +0000)]
be more careful with select

27 years agostrncat botch
deraadt [Mon, 16 Dec 1996 15:51:28 +0000 (15:51 +0000)]
strncat botch

27 years agostncat misuse
deraadt [Mon, 16 Dec 1996 15:09:45 +0000 (15:09 +0000)]
stncat misuse

27 years agoyet another strncat botch
deraadt [Mon, 16 Dec 1996 14:54:12 +0000 (14:54 +0000)]
yet another strncat botch

27 years agouiomove not checked for failure; wpaul@skynet.ctr.columbia.edu
deraadt [Mon, 16 Dec 1996 14:30:17 +0000 (14:30 +0000)]
uiomove not checked for failure; wpaul@skynet.ctr.columbia.edu

27 years agoGenerate library versions of macro implementations as well
tholo [Mon, 16 Dec 1996 08:43:21 +0000 (08:43 +0000)]
Generate library versions of macro implementations as well

27 years agoadd gomoku
downsj [Mon, 16 Dec 1996 07:02:50 +0000 (07:02 +0000)]
add gomoku

27 years agoImport of gomoku from 4.4BSD Lite2. Uses ocurses.
downsj [Mon, 16 Dec 1996 06:56:07 +0000 (06:56 +0000)]
Import of gomoku from 4.4BSD Lite2.  Uses ocurses.

27 years agochanged not to hardcode sun console name as "console"
kstailey [Mon, 16 Dec 1996 03:49:50 +0000 (03:49 +0000)]
changed not to hardcode sun console name as "console"

27 years agoCompatibility
downsj [Mon, 16 Dec 1996 03:17:16 +0000 (03:17 +0000)]
Compatibility

27 years ago"Opps"
downsj [Mon, 16 Dec 1996 01:08:59 +0000 (01:08 +0000)]
"Opps"

27 years agoCloser to being correct; set local_prefix as well so it stays out of
downsj [Mon, 16 Dec 1996 01:07:22 +0000 (01:07 +0000)]
Closer to being correct; set local_prefix as well so it stays out of
/usr/local.

27 years agoadd "return (0)" to end of zsstop() since it's not a void function anymore
kstailey [Mon, 16 Dec 1996 00:11:58 +0000 (00:11 +0000)]
add "return (0)" to end of zsstop() since it's not a void function anymore

27 years agoUpdate to g77 0.5.19
downsj [Sun, 15 Dec 1996 23:34:33 +0000 (23:34 +0000)]
Update to g77 0.5.19

27 years agoUse inet_aton() instead of inet_addr()
millert [Sun, 15 Dec 1996 23:20:32 +0000 (23:20 +0000)]
Use inet_aton() instead of inet_addr()

27 years agoCompile
downsj [Sun, 15 Dec 1996 22:33:56 +0000 (22:33 +0000)]
Compile

27 years agoConflict, conflict, conflict. Who wants a conflict?
downsj [Sun, 15 Dec 1996 22:21:02 +0000 (22:21 +0000)]
Conflict, conflict, conflict.  Who wants a conflict?

27 years agoImport of texinfo-3.9.
downsj [Sun, 15 Dec 1996 21:37:43 +0000 (21:37 +0000)]
Import of texinfo-3.9.

27 years agoman page update for -c and -s flags
kstailey [Sun, 15 Dec 1996 20:57:59 +0000 (20:57 +0000)]
man page update for -c and -s flags

27 years agoAdded /var/cron/{log,tabs} /var/log/authlog
millert [Sun, 15 Dec 1996 20:21:56 +0000 (20:21 +0000)]
Added /var/cron/{log,tabs} /var/log/authlog

27 years agoSync'd with new syslog.conf changes
millert [Sun, 15 Dec 1996 20:04:06 +0000 (20:04 +0000)]
Sync'd with new syslog.conf changes

27 years agoNow with more fiber. Now is more of a "real world" config. Some ideas
millert [Sun, 15 Dec 1996 19:59:27 +0000 (19:59 +0000)]
Now with more fiber.  Now is more of a "real world" config.  Some ideas
taken from NetBSD.

27 years agoLog to LOG_AUTHPRIV not LOG_LOCAL2 (which conflicts with chat)
millert [Sun, 15 Dec 1996 19:19:40 +0000 (19:19 +0000)]
Log to LOG_AUTHPRIV not LOG_LOCAL2 (which conflicts with chat)

27 years agoLess output when not needed.
millert [Sun, 15 Dec 1996 19:11:54 +0000 (19:11 +0000)]
Less output when not needed.

27 years agoadded -s (display server report only) and -c (ditto client) flags
kstailey [Sun, 15 Dec 1996 18:52:19 +0000 (18:52 +0000)]
added -s (display server report only) and -c (ditto client) flags

27 years agoFix strncpy usage and correct strncat length field, from Theo.
millert [Sun, 15 Dec 1996 18:49:24 +0000 (18:49 +0000)]
Fix strncpy usage and correct strncat length field, from Theo.
Also change some occurrence of MAXPATHLEN with sizeof(foo).

27 years agoFIxed an ofF-by-one error.
bitblt [Sun, 15 Dec 1996 05:57:20 +0000 (05:57 +0000)]
FIxed an ofF-by-one error.

27 years agoallow sd0a for root device prompt
deraadt [Sun, 15 Dec 1996 01:34:49 +0000 (01:34 +0000)]
allow sd0a for root device prompt

27 years agostop gunique() open/fopen race
deraadt [Sat, 14 Dec 1996 23:09:46 +0000 (23:09 +0000)]
stop gunique() open/fopen race

27 years agosolve /tmp-style race spotted by bitblt
deraadt [Sat, 14 Dec 1996 22:47:38 +0000 (22:47 +0000)]
solve /tmp-style race spotted by bitblt

27 years agoAdd Theo's changes to yppush, some very ugly debugging code is now gone. -moj
maja [Sat, 14 Dec 1996 22:10:27 +0000 (22:10 +0000)]
Add Theo's changes to yppush, some very ugly debugging code is now gone. -moj

27 years agoperl location
downsj [Sat, 14 Dec 1996 21:49:36 +0000 (21:49 +0000)]
perl location

27 years agoDeletes and remaining changes.
downsj [Sat, 14 Dec 1996 21:31:04 +0000 (21:31 +0000)]
Deletes and remaining changes.

27 years agoUpdate to Sendmail 8.8.4, plus recent patches, plus OpenBSD support.
downsj [Sat, 14 Dec 1996 21:15:04 +0000 (21:15 +0000)]
Update to Sendmail 8.8.4, plus recent patches, plus OpenBSD support.
Also include entire example configuration subset.
Includes smrsh (using /usr/libexec/sm.bin).

Of the top of my head, the only things I removed from the distribution were
contrib/mail.local.linux, src/Makefiles, all the *.0 and *.ps files.
Our praliases man page replaces the distributed one, ours is better.

27 years agoCheck to make sure first char of command is not '*' since that will
millert [Sat, 14 Dec 1996 20:20:42 +0000 (20:20 +0000)]
Check to make sure first char of command is not '*' since that will
alway be a syntax error.

27 years agosendmail and skey stuff is now optional. Pointed out by Thorsten.
millert [Sat, 14 Dec 1996 19:40:14 +0000 (19:40 +0000)]
sendmail and skey stuff is now optional.  Pointed out by Thorsten.

27 years agobe more careful with setgroups()
deraadt [Sat, 14 Dec 1996 19:19:09 +0000 (19:19 +0000)]
be more careful with setgroups()

27 years agoMake optional things marked as optional and watch some more files.
millert [Sat, 14 Dec 1996 18:52:23 +0000 (18:52 +0000)]
Make optional things marked as optional and watch some more files.

27 years agoinane
deraadt [Sat, 14 Dec 1996 18:41:37 +0000 (18:41 +0000)]
inane

27 years ago/dev/fd should be owned by root.wheel
millert [Sat, 14 Dec 1996 18:23:49 +0000 (18:23 +0000)]
/dev/fd should be owned by root.wheel

27 years agobit more paranoia
deraadt [Sat, 14 Dec 1996 17:36:33 +0000 (17:36 +0000)]
bit more paranoia

27 years agomerge netbsd changes for show command
deraadt [Sat, 14 Dec 1996 17:23:51 +0000 (17:23 +0000)]
merge netbsd changes for show command
yet more buf oflows (provided by netbsd!)
an attempt at 64 bit cleanliness
-Wall

27 years agoclamp kvm useage
deraadt [Sat, 14 Dec 1996 15:37:16 +0000 (15:37 +0000)]
clamp kvm useage

27 years agobetter nfsrv_access() control, from netbsd
deraadt [Sat, 14 Dec 1996 15:36:50 +0000 (15:36 +0000)]
better nfsrv_access() control, from netbsd

27 years agoindent correctly
deraadt [Sat, 14 Dec 1996 15:35:26 +0000 (15:35 +0000)]
indent correctly

27 years agosome cleanup from bde@freebsd
deraadt [Sat, 14 Dec 1996 15:21:26 +0000 (15:21 +0000)]
some cleanup from bde@freebsd

27 years ago-Wall'ing.
mickey [Sat, 14 Dec 1996 12:17:33 +0000 (12:17 +0000)]
-Wall'ing.

27 years agoUse size_t more places
tholo [Sat, 14 Dec 1996 07:18:47 +0000 (07:18 +0000)]
Use size_t more places

27 years agoSilence lint
tholo [Sat, 14 Dec 1996 07:07:56 +0000 (07:07 +0000)]
Silence lint

27 years agoClean up lint & compile warnings
tholo [Sat, 14 Dec 1996 07:01:27 +0000 (07:01 +0000)]
Clean up lint & compile warnings

27 years agolean up lint & compile warnings
tholo [Sat, 14 Dec 1996 06:55:56 +0000 (06:55 +0000)]
lean up lint & compile warnings

27 years agoClean up lint and compile warnings
tholo [Sat, 14 Dec 1996 06:49:36 +0000 (06:49 +0000)]
Clean up lint and compile warnings

27 years agoNow does not display responses to other peoples stuff, like UDP packets
bitblt [Sat, 14 Dec 1996 02:16:42 +0000 (02:16 +0000)]
Now does not display responses to other peoples stuff, like UDP packets
or other peoples network unreachables when you do a ping -v.

27 years agomake UIO_MAXIOV visible to userland.
michaels [Fri, 13 Dec 1996 21:26:39 +0000 (21:26 +0000)]
make UIO_MAXIOV visible to userland.

27 years agocorrect function declaration and return
michaels [Fri, 13 Dec 1996 21:24:12 +0000 (21:24 +0000)]
correct function declaration and return

27 years agomake UIO_MAXIOV note more prominent
michaels [Fri, 13 Dec 1996 21:20:50 +0000 (21:20 +0000)]
make UIO_MAXIOV note more prominent

27 years agofix comments regarding {*path,sys}conf()
deraadt [Fri, 13 Dec 1996 17:06:23 +0000 (17:06 +0000)]
fix comments regarding {*path,sys}conf()

27 years agoIf max number of partitions in the label is < highest partition defined,
millert [Fri, 13 Dec 1996 16:58:25 +0000 (16:58 +0000)]
If max number of partitions in the label is < highest partition defined,
increase d_npartitions as long as we don't go above MAXPARTITIONS.

27 years agoldconfig hack for the mips
deraadt [Fri, 13 Dec 1996 15:45:58 +0000 (15:45 +0000)]
ldconfig hack for the mips

27 years agoadd quotactl
deraadt [Thu, 12 Dec 1996 23:42:22 +0000 (23:42 +0000)]
add quotactl

27 years agofix a typical use; -Wall
deraadt [Thu, 12 Dec 1996 20:32:17 +0000 (20:32 +0000)]
fix a typical use; -Wall

27 years agoSync headers with system header's idea of reality
imp [Thu, 12 Dec 1996 17:07:55 +0000 (17:07 +0000)]
Sync headers with system header's idea of reality

27 years ago*** empty log message ***
bitblt [Thu, 12 Dec 1996 16:22:20 +0000 (16:22 +0000)]
*** empty log message ***

27 years agoPart 1 of tcpdump 3.3
bitblt [Thu, 12 Dec 1996 16:08:22 +0000 (16:08 +0000)]
Part 1 of tcpdump 3.3

27 years agoundo last change.
mickey [Thu, 12 Dec 1996 13:50:53 +0000 (13:50 +0000)]
undo last change.

27 years agowrong place for bindresvport() proto
deraadt [Thu, 12 Dec 1996 13:39:47 +0000 (13:39 +0000)]
wrong place for bindresvport() proto

27 years agostruct sockaddr_in; prototype
mickey [Thu, 12 Dec 1996 13:23:03 +0000 (13:23 +0000)]
struct sockaddr_in; prototype

27 years agoint bindresvport __P((int sd, struct sockaddr_in *sin));
mickey [Thu, 12 Dec 1996 13:17:46 +0000 (13:17 +0000)]
int    bindresvport __P((int sd, struct sockaddr_in *sin));

27 years ago"stdin" is not a stdin! (perror)
mickey [Thu, 12 Dec 1996 12:37:53 +0000 (12:37 +0000)]
"stdin" is not a stdin! (perror)

27 years agoAdd <unistd.h> for select(2) prototype.
robin [Thu, 12 Dec 1996 11:35:59 +0000 (11:35 +0000)]
Add <unistd.h> for select(2) prototype.

27 years agoAdd <sys/socket.h> for setsockopt(2), <unistd.h> for select(2).
robin [Thu, 12 Dec 1996 11:24:08 +0000 (11:24 +0000)]
Add <sys/socket.h> for setsockopt(2), <unistd.h> for select(2).
Remove two unused variables: `pettydump' and `buf'.
Remove redundant case label: `def_case'.

27 years agoi studdderr wheenn i tyttype
deraadt [Thu, 12 Dec 1996 10:33:23 +0000 (10:33 +0000)]
i studdderr wheenn i tyttype

27 years agocannot use err() here
deraadt [Thu, 12 Dec 1996 10:28:28 +0000 (10:28 +0000)]
cannot use err() here

27 years agonote lpt chip
mickey [Thu, 12 Dec 1996 09:17:30 +0000 (09:17 +0000)]
note lpt chip

27 years agoMLINK
deraadt [Thu, 12 Dec 1996 08:50:18 +0000 (08:50 +0000)]
MLINK

27 years agonew makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsd
deraadt [Thu, 12 Dec 1996 08:42:41 +0000 (08:42 +0000)]
new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsd

27 years agoprintf format fix.
mickey [Thu, 12 Dec 1996 08:35:38 +0000 (08:35 +0000)]
printf format fix.

27 years ago<sys/stat.h> missed.
mickey [Thu, 12 Dec 1996 08:19:25 +0000 (08:19 +0000)]
<sys/stat.h> missed.
we've got ctype.h macros in stand.h!

27 years agotypes.h for u_char
deraadt [Thu, 12 Dec 1996 08:18:31 +0000 (08:18 +0000)]
types.h for u_char

27 years agosafe to{lower,upper} macros.
mickey [Thu, 12 Dec 1996 08:16:30 +0000 (08:16 +0000)]
safe to{lower,upper} macros.