summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-12-17Don't depend on a u_long being 32 bits.brian
Pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-17char filename[200] => char filename[MAXPATHLEN]brian
Pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-17Log the source of client connections to the diagnostic port.brian
Disallow connections from port numbers <1024 as low port numbers can only really mean trouble (ftp bounces etc.). Discussed at length with: Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-17Remove useless comparison.brian
1997-12-17If we've got a descriptor table that's bigger than anbrian
fd_set, make sure that all descriptors >2 are closed when we start - otherwise we're asking for a dump in FD_SET(). Problem pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-17o Log ******** instead of the actual password for "set authkey"brian
when command logging is switched on. o Display ******** for the authkey for "show auth" o Document how \P should be used, and document the other chat escapes while I'm there. o Make sure the full command is displayed when a compound command fails - ie, "set novar rubbish" should say "set novar: Invalid command" rather than "novar: Invalid command" Problem pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org> (among others)
1997-12-17disable stuff that art has brokenTheo de Raadt
1997-12-17do not overflow fd_set. i _pray_ I got this right...Theo de Raadt
1997-12-17Add in lots of MLINKSTodd C. Miller
1997-12-17Correct .NmTodd C. Miller
1997-12-17By default, use passive mode and fall back to active as needed.Todd C. Miller
The user can specify active only with the -A flag, or use the new FTPMODE envariable.
1997-12-17This dinosaur is replaced by kadmin and kadmind.Artur Grabowski
1997-12-17Even more upgrades.Artur Grabowski
1997-12-17another upgrade.Artur Grabowski
1997-12-17Even this one is kth-krb4.0.9.8 now. (with some clean-ups)Artur Grabowski
1997-12-17Streamline and use feature bits for determining whether or not to run theJason Downs
calibration.
1997-12-17forgot this one. I need sleep.Artur Grabowski
1997-12-17New kdb_editArtur Grabowski
1997-12-17append /usr/local/bin and /usr/X11R6/bin to PATH during ports buildsNiklas Hallqvist
1997-12-17ugly typo and an unnecessary call.Artur Grabowski
1997-12-17Upgrade. Now with afs-support.Artur Grabowski
1997-12-17I586_CPU -> I586_CPU || I686_CPUJason Downs
1997-12-17do not overflow fd_setTheo de Raadt
1997-12-17New CPU detection code, from NetBSD, with some machdep changes from myself.Jason Downs
Add I686_CPU to your configs if you have a PPro...
1997-12-17do not let fd_set overflowTheo de Raadt
1997-12-17Add /var/log/ppp.logbrian
1997-12-17another upgrade.Artur Grabowski
1997-12-17make fd_set not overflowTheo de Raadt
1997-12-17improve F_FREESP; now it might workTheo de Raadt
1997-12-17first cut at F_FREESP; does ibcs2 need this too? This really needs testing!Theo de Raadt
1997-12-17damn it happens again! Do not assume min() exists in the coimpilation ↵Theo de Raadt
environment!
1997-12-17Remove an unnecessary (and wrong) cast.brian
1997-12-17Fix a potential overflow where, if the label passed on the commandbrian
line is > LINE_LEN (512 bytes), we scribble (*blush*). Hinted at by: Theo de Raadt <deraadt@cvs.openbsd.org> Change sprintf(buf, "fixedstring") to strcpy(buf, "fixedstring").
1997-12-16evaluate length before doing compat stuff which might overwrite theNiels Provos
length field we are going to evaluate. From FreeBSD, originally submitted by: pb@fasterix.freenix.org (Pierre Beyssac)
1997-12-16do not overflow fd_setTheo de Raadt
1997-12-16do not overflow fd_setTheo de Raadt
1997-12-16do not let fd_set overflowTheo de Raadt
1997-12-16fix major number for fd/*; felix reported the i386 flawTheo de Raadt
1997-12-16libsl is a bad ideaTheo de Raadt
1997-12-16do not use a statically sized fd_setTheo de Raadt
1997-12-16Added #ifndef RE_DUP_MAX around the macro definition; CVS ended upAngelos D. Keromytis
using this value, when it's supposed to use the one defined in lib/regex.h It also gets rid of a compilation warning.
1997-12-16Fix annoying warnings.Angelos D. Keromytis
1997-12-16build corpse tooMichael Shalayeff
1997-12-16sendmail 8.9.1Michael Shalayeff
1997-12-16OpenBSD tagsTodd C. Miller
1997-12-16In tgetstr(), check that the copyout parameter is not NULL or a pointerTodd C. Miller
to a NULL as required by XPG4.2.
1997-12-16tparm() now returns NULL for buffers that would be >= 256 (termcapTodd C. Miller
size limit). Also, make _tparm take a size argument. This isn't strictly necesary as we know the size of the buffer and this function is only used internally but this has the added benefit of making _tparm == GNU tparam if we ever want to export it as such. There are reported to be problems with emacs when native libtermlib has tparam() so we keep this private for now.
1997-12-16othe envariable is COLUMNS, not COLSTodd C. Miller
1997-12-16Wrap long linesbrian
Submitted by: Greg Lehey <grog@lemis.com>
1997-12-15Correct return values from alias routines.brian
(Only available if -DHAVE_LIBALIAS is specified)