Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-02 | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup | Aaron Campbell | |
1999-03-30 | Finish repair of license file (old one still included here; now refer | Ian Darwin | |
to new one), and update my email and the current FTP addresses. | |||
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos | |
SA to be used, use this SA in ip_output if available. allow mobile road warriors for bind SAs with wildcard dst and src addresses. check IPSEC AUTH and ESP level when receiving packets, drop them if protection is insufficient. add stats to show dropped packets because of insufficient IPSEC protection. -- phew. this was all done in canada. dugsong and linh provided the ride and company. | |||
1999-03-24 | Fix PR#788 (tickel@expert.cc.purdue.edu) | Angelos D. Keromytis | |
1999-03-23 | Don't bother calling nl() in init_display, just do the '\r' -> '\n' conversion | Todd C. Miller | |
ourselves in display(). Since we don't use the curses input routines we have to do the conversion by hand. This is cheap because input processing is done on a per-character basis. Closes PR 783. | |||
1999-03-23 | Use cbreak(), not crmode() since crmode is just #define'd to cbreak | Todd C. Miller | |
anyway. Add a call to nl() after the cbreak(). This would fix PR #783 except that ncurses does not set ICRNL/ONLCR in nl() like I think it should. PR #783 will be fixed once that issue is resolved so consider this part one of two... | |||
1999-03-22 | pronoun agreement | Paul Janzen | |
1999-03-22 | back out local change that should not have escaped | Todd C. Miller | |
1999-03-21 | PR 778: Handle 2-digit year values post-Y2K. Improvements to PR 778 | Alex Feldman | |
provided by pjanzen. | |||
1999-03-20 | New improved -h support. In this version ypwhich -m even works on machines | Mats O Jansson | |
that isn't ypserver. Reported by Jeff Schneiter <jschneit@Adobe.COM>. -moj | |||
1999-03-19 | remove -h feature until the code works on clients | Theo de Raadt | |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-03-17 | Add -W option so -type W gets a chance to work. | Marc Espie | |
1999-03-17 | Document known problem and work-around, until I manage to get it fixed. | Marc Espie | |
1999-03-16 | ncurses-4.2-990316 | Todd C. Miller | |
1999-03-15 | ncurses-4.2-990314 | Todd C. Miller | |
1999-03-15 | Palm organizer file magic numbers (ksulliva@sludge.psc.edu, NetBSD) | Angelos D. Keromytis | |
1999-03-15 | print subnets containing 0 octets correctly; peter | Theo de Raadt | |
1999-03-15 | re-indent; nash@mcs.net | Theo de Raadt | |
1999-03-11 | Add -G flag; ncurses-4.2-990306 | Todd C. Miller | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-10 | fix comma splices involving 'however' | Paul Janzen | |
1999-03-08 | numlogs cannot be negative; karls@inet.no | Todd C. Miller | |
1999-03-06 | back out changes that should not have escaped my local tree | Todd C. Miller | |
1999-03-06 | mistype | Todd C. Miller | |
1999-03-06 | add missing reference to infocmp | Todd C. Miller | |
1999-03-05 | provide support for -- argument seperator | Theo de Raadt | |
1999-03-05 | Merge cap_mkdb(1) and info_mkdb(1) | Thorsten Lockert | |
1999-03-05 | make output look more like what BSD pritnf does when it hits a NULL | Todd C. Miller | |
1999-03-05 | Don't assume printf will deal gracefully with NULL pointers for %s, BSD does ↵ | Todd C. Miller | |
but SysV does not | |||
1999-03-04 | catch things like "renice --19 6706" as an error, use warn/warnx and update ↵ | Todd C. Miller | |
sccs ids to 4.4lite while we are at it | |||
1999-03-04 | improve i/o handling use 8192 bytes buffer (16384 does not help much) | Michael Shalayeff | |
this makes it faster than gzip in uncompress mode. | |||
1999-03-04 | Correctly handle yearly events occurring on fixed weekdays in all cases. | Paul Janzen | |
1999-03-03 | Print fatal errors to stderr after curses has finished instead of printing ↵ | Todd C. Miller | |
to the curses window which disapears immediately for terminals that can restore the screen. | |||
1999-03-03 | kill bogus comment | Todd C. Miller | |
1999-03-03 | better grammar for err msg | Aaron Campbell | |
1999-03-03 | fix uninitialized variable; this could have caused problems when installing ↵ | Todd C. Miller | |
sparse files | |||
1999-03-03 | take out reference to -x flag since we don't build curses with ↵ | Todd C. Miller | |
NCURSES_XNAMES defined | |||
1999-03-02 | do not crash if -n has no arg; spotted by weingart | Theo de Raadt | |
1999-03-02 | ncurses-4.2-990301 | Todd C. Miller | |
1999-03-01 | There is no -h flag | David Leonard | |
1999-02-27 | do not divide by zero; helbig@Informatik.BA-Stuttgart.DE | Theo de Raadt | |
1999-02-27 | typo; helbig@Informatik.BA-Stuttgart.DE | Theo de Raadt | |
1999-02-26 | Ethernet bridge/IP firewall driver. | Jason Wright | |
1999-02-24 | Grok protocol/address family PF_KEY. | Angelos D. Keromytis | |
1999-02-24 | cpu -> CPU | Aaron Campbell | |
1999-02-24 | -{a,c,m}min are extensions to posix | Theo de Raadt | |
1999-02-24 | updates from ncurses-4.2-990220 | Todd C. Miller | |
1999-02-23 | Check lp->target for NULL, not *lp->target as required by dynamic allocation ↵ | Todd C. Miller | |
introduce in rev 1.8 | |||
1999-02-23 | Document the other side of .MAIN | Marc Espie | |