Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-12-15 | alphasort flags | kstailey | |
1997-12-15 | correct swedish grammar | Theo de Raadt | |
1997-12-15 | kpasswdd is going away & sort | Theo de Raadt | |
1997-12-15 | MAP_COPY|MAP_FILE; mrg. indent too | Theo de Raadt | |
1997-12-15 | use MAP_PRIVATE|MAP_FILE; mrg | Theo de Raadt | |
1997-12-15 | fix for route change crash; from freebsd | Theo de Raadt | |
1997-12-15 | incorrect use of strncat | Artur Grabowski | |
1997-12-15 | cosmetic changes. | Artur Grabowski | |
1997-12-15 | compile w/ DEBUG | Michael Shalayeff | |
1997-12-15 | fix curses first | Theo de Raadt | |
1997-12-14 | ncurses-4.1-971213 | Todd C. Miller | |
1997-12-14 | ncurses-4.1-971213 | Todd C. Miller | |
1997-12-14 | check the length of data in memcpy's | Artur Grabowski | |
1997-12-14 | support IP_HDRINCL | Theo de Raadt | |
1997-12-14 | Whoops. Remember to update usage when changing the way defualt handling is | gene | |
done. | |||
1997-12-14 | Invoke 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-14 | Inspired 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-14 | sync | Theo de Raadt | |
1997-12-14 | also install mdoc pages as mandoc | Theo de Raadt | |
1997-12-14 | Vixie style DNS RBL lookups for the the antispam jihad crowd. | Bob Beck | |
1997-12-14 | bob is probably still in school for remedial spelling lessons | Theo de Raadt | |
1997-12-13 | s/rfdc0/rfd0c/ | ryker | |
1997-12-13 | further cleanup | Theo de Raadt | |
1997-12-13 | further cleanup | Theo de Raadt | |
1997-12-13 | permit TMPDIR override; sef | Theo de Raadt | |
1997-12-13 | spelling; peter@clari.net.au | Theo de Raadt | |
1997-12-13 | s/crooted/chrooted/ | Michael Shalayeff | |
1997-12-12 | Diskless root mounts were ro too long | Niklas Hallqvist | |
1997-12-12 | Put options in right order and remove references to compile time flags | Bob Beck | |
1997-12-12 | use .Nm nicely | Theo de Raadt | |
1997-12-12 | fix typos | Theo de Raadt | |
1997-12-12 | Man pages. | Bob Beck | |
1997-12-12 | Make compile on systems where NBPG is not a constant | Niklas Hallqvist | |
1997-12-12 | remove the scary comment about a pencil | Theo de Raadt | |
1997-12-12 | correct documentation on the Gregorian Reformation change | Theo de Raadt | |
1997-12-12 | Fixed spelling in a comment. | gene | |
1997-12-12 | This should be the last cleanup for today. *yawn* | Artur Grabowski | |