summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
1997-12-15Use LogWARN for command usage messages and unrecognisedbrian
commands, not LogCOMMAND.
1997-12-15Include iplist.c (forgotten when updating for dynamicbrian
IP support).
1997-12-15Do 2 passes when "delete all"ing. The first pass removesbrian
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-15Allow 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-15A shlib_version is nice to have.Artur Grabowski
1997-12-15Upgrades, sanity checks, cleanup, etc.Artur Grabowski
1997-12-15s/uucp/daemon/ for groupMichael Shalayeff
1997-12-15alphasort flagskstailey
1997-12-15correct swedish grammarTheo de Raadt
1997-12-15kpasswdd is going away & sortTheo de Raadt
1997-12-15MAP_COPY|MAP_FILE; mrg. indent tooTheo de Raadt
1997-12-15use MAP_PRIVATE|MAP_FILE; mrgTheo de Raadt
1997-12-15fix for route change crash; from freebsdTheo de Raadt
1997-12-15incorrect use of strncatArtur Grabowski
1997-12-15cosmetic changes.Artur Grabowski
1997-12-15compile w/ DEBUGMichael Shalayeff
1997-12-15fix curses firstTheo de Raadt
1997-12-14ncurses-4.1-971213Todd C. Miller
1997-12-14ncurses-4.1-971213Todd C. Miller
1997-12-14check the length of data in memcpy'sArtur Grabowski
1997-12-14support IP_HDRINCLTheo de Raadt
1997-12-14Whoops. Remember to update usage when changing the way defualt handling isgene
done.
1997-12-14Invoke raging paranoia on strcpy's that should be strncpy's.gene
These should be checked in all but one case anyway, but you never know.
1997-12-14Inspired by changes in NetBSD but done a different way.gene
pkg_info by itself acts as if -a -I were given, and when no flags are passed with package names, -I is implied.
1997-12-14syncTheo de Raadt
1997-12-14also install mdoc pages as mandocTheo de Raadt
1997-12-14 Vixie style DNS RBL lookups for the the antispam jihad crowd.Bob Beck
1997-12-14bob is probably still in school for remedial spelling lessonsTheo de Raadt
1997-12-13s/rfdc0/rfd0c/ryker
1997-12-13further cleanupTheo de Raadt
1997-12-13further cleanupTheo de Raadt
1997-12-13permit TMPDIR override; sefTheo de Raadt
1997-12-13spelling; peter@clari.net.auTheo de Raadt
1997-12-13s/crooted/chrooted/Michael Shalayeff
1997-12-12Diskless root mounts were ro too longNiklas Hallqvist
1997-12-12Put options in right order and remove references to compile time flagsBob Beck
1997-12-12use .Nm nicelyTheo de Raadt
1997-12-12fix typosTheo de Raadt
1997-12-12Man pages.Bob Beck
1997-12-12Make compile on systems where NBPG is not a constantNiklas Hallqvist
1997-12-12remove the scary comment about a pencilTheo de Raadt
1997-12-12correct documentation on the Gregorian Reformation changeTheo de Raadt
1997-12-12Fixed spelling in a comment.gene
1997-12-12This should be the last cleanup for today. *yawn*Artur Grabowski