Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-17 | do not overflow fd_set. i _pray_ I got this right... | Theo de Raadt | |
1997-12-17 | Add in lots of MLINKS | Todd C. Miller | |
1997-12-17 | Correct .Nm | Todd C. Miller | |
1997-12-17 | By 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-17 | This dinosaur is replaced by kadmin and kadmind. | Artur Grabowski | |
1997-12-17 | Even more upgrades. | Artur Grabowski | |
1997-12-17 | another upgrade. | Artur Grabowski | |
1997-12-17 | Even this one is kth-krb4.0.9.8 now. (with some clean-ups) | Artur Grabowski | |
1997-12-17 | Streamline and use feature bits for determining whether or not to run the | Jason Downs | |
calibration. | |||
1997-12-17 | forgot this one. I need sleep. | Artur Grabowski | |
1997-12-17 | New kdb_edit | Artur Grabowski | |
1997-12-17 | append /usr/local/bin and /usr/X11R6/bin to PATH during ports builds | Niklas Hallqvist | |
1997-12-17 | ugly typo and an unnecessary call. | Artur Grabowski | |
1997-12-17 | Upgrade. Now with afs-support. | Artur Grabowski | |
1997-12-17 | I586_CPU -> I586_CPU || I686_CPU | Jason Downs | |
1997-12-17 | do not overflow fd_set | Theo de Raadt | |
1997-12-17 | New 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-17 | do not let fd_set overflow | Theo de Raadt | |
1997-12-17 | Add /var/log/ppp.log | brian | |
1997-12-17 | another upgrade. | Artur Grabowski | |
1997-12-17 | make fd_set not overflow | Theo de Raadt | |
1997-12-17 | improve F_FREESP; now it might work | Theo de Raadt | |
1997-12-17 | first cut at F_FREESP; does ibcs2 need this too? This really needs testing! | Theo de Raadt | |
1997-12-17 | damn it happens again! Do not assume min() exists in the coimpilation ↵ | Theo de Raadt | |
environment! | |||
1997-12-17 | Remove an unnecessary (and wrong) cast. | brian | |
1997-12-17 | Fix a potential overflow where, if the label passed on the command | brian | |
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-16 | evaluate length before doing compat stuff which might overwrite the | Niels Provos | |
length field we are going to evaluate. From FreeBSD, originally submitted by: pb@fasterix.freenix.org (Pierre Beyssac) | |||
1997-12-16 | do not overflow fd_set | Theo de Raadt | |
1997-12-16 | do not overflow fd_set | Theo de Raadt | |
1997-12-16 | do not let fd_set overflow | Theo de Raadt | |
1997-12-16 | fix major number for fd/*; felix reported the i386 flaw | Theo de Raadt | |
1997-12-16 | libsl is a bad idea | Theo de Raadt | |
1997-12-16 | do not use a statically sized fd_set | Theo de Raadt | |
1997-12-16 | Added #ifndef RE_DUP_MAX around the macro definition; CVS ended up | Angelos 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-16 | Fix annoying warnings. | Angelos D. Keromytis | |
1997-12-16 | build corpse too | Michael Shalayeff | |
1997-12-16 | sendmail 8.9.1 | Michael Shalayeff | |
1997-12-16 | OpenBSD tags | Todd C. Miller | |
1997-12-16 | In tgetstr(), check that the copyout parameter is not NULL or a pointer | Todd C. Miller | |
to a NULL as required by XPG4.2. | |||
1997-12-16 | tparm() now returns NULL for buffers that would be >= 256 (termcap | Todd 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-16 | othe envariable is COLUMNS, not COLS | Todd C. Miller | |
1997-12-16 | Wrap long lines | brian | |
Submitted by: Greg Lehey <grog@lemis.com> | |||
1997-12-15 | Correct return values from alias routines. | brian | |
(Only available if -DHAVE_LIBALIAS is specified) | |||
1997-12-15 | Use LogWARN for command usage messages and unrecognised | brian | |
commands, not LogCOMMAND. | |||
1997-12-15 | Include iplist.c (forgotten when updating for dynamic | brian | |
IP support). | |||
1997-12-15 | Do 2 passes when "delete all"ing. The first pass removes | brian | |
all RTF_WASCLONED routes, and the second removes the others. This avoids the situation where we've added an RTF_CLONING route (such as ``default''), created some clones, then deleted the CLONING route before the WASCLONED route(s). Without the two passes, we get errno (not rtm_errno) set to ESRCH when deleting the WASCLONED route, despite the deletion succeeding ! This code is based on the definition of RTF_WASCLONED which isn't available (yet). Also: Enhance the route operation failure diagnostics. Make portability #ifdefs a bit more generic. | |||
1997-12-15 | Allow random IP number allocation to peer. | brian | |
Validate the peers suggested IP by attempting to make a routing table entry. Give up IPCP negotiation if the peer NAKs us with an unusable IP. Always SIOCDIFADDR then SIOCAIFADDR when configuring the tun device. Using SIOCSIFDSTADDR allows duplicate dst addresses (which we don't want)!!! Allow up to 200 interface names (was 50) (now that ppp can play server properly). Cosmetic: Log unexpected CCP packets in the CCP log rather than the ERROR log. Log unexpected Config Reqs in the appropriate LCP/IPCP/CCP log rather than the ERROR log. Log failed route additions and deletions with WARN, not TCPIP. Log the option id and length for unrecognised IPCP options. Change some .Sq to .Ar in the man page. | |||
1997-12-15 | A shlib_version is nice to have. | Artur Grabowski | |
1997-12-15 | Upgrades, sanity checks, cleanup, etc. | Artur Grabowski | |
1997-12-15 | s/uucp/daemon/ for group | Michael Shalayeff | |