Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-24 | Merge with EOM 1.12 | Niklas Hallqvist | |
Fix comments | |||
1999-03-24 | Merge with EOM 1.14 | Niklas Hallqvist | |
New sysdep API | |||
1999-03-24 | Merge with EOM 1.10 | Niklas Hallqvist | |
New sysdep API | |||
1999-03-24 | Merge with EOM 1.109 | Niklas Hallqvist | |
Store SPIs in the right slots, also tell about port numbers when dropping messages. Do not free SPI buffers we still reference | |||
1999-03-24 | Merge with EOM 1.12 | Niklas Hallqvist | |
Document Shared-SADB, and alter the ReplayWindow desc. | |||
1999-03-24 | Merge with EOM 1.28 | Niklas Hallqvist | |
Allow the application socket to not exist | |||
1999-03-24 | Merge with EOM 1.84 | Niklas Hallqvist | |
Use new sysdep API | |||
1999-03-24 | Merge with EOM 1.25 | Niklas Hallqvist | |
Only get the destination address when needed RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos | |||
1999-03-24 | Merge with EOM 1.68 | Niklas Hallqvist | |
Only get the destination address when needed If no exchange name, do not look for attributes The SA name is not yet setup, use the exchange name instead | |||
1999-03-24 | Merge with EOM 1.50 | Niklas Hallqvist | |
New sysdep API. Fix an allocation size typo. Use correct SPIs and addresses all over. Simplify flow Correct log headers s/LOG_PF_ENCAP/LOG_SYSDEP/ | |||
1999-03-24 | Merge with EOM 1.68 | Niklas Hallqvist | |
Stash SPIs in the right slots | |||
1999-03-24 | Merge with EOM 1.3 | Niklas Hallqvist | |
New sysdep API Include the right things | |||
1999-03-24 | Initial PF_KEYv2 support | Niklas Hallqvist | |
1999-03-24 | status of major items + how people can help | Todd T. Fries | |
1999-03-24 | Only exit in nlist.c due to a memory error, otherwise just return. A return ↵ | Todd C. Miller | |
value of 1 indicates an incorrect executable type, a return value of -1 indicates some other problem. This gives us better fallback from /dev/ksyms to /bsd. | |||
1999-03-24 | Better fallback from /dev/ksyms to /bsd if there are problems with an nlist ↵ | Todd C. Miller | |
of /dev/ksyms | |||
1999-03-24 | One missed in6a_words -> s6_addr32 conversion. | cmetz | |
1999-03-24 | Reworked udp_output() to minimize the number of if() statements needed to get | cmetz | |
packets out. Also had the nice side effect of fewer blocks now move around by ifdefs, which makes it more readable. | |||
1999-03-24 | Removed inclusion of netinet6/in6.h. This was an artifact of when the core | cmetz | |
IPv6 symbols were there rather than in netinet/in.h, and now not only is unnecessary but also could create problems (see PR library/781). | |||
1999-03-24 | Removed old NRL convention in6a_words virtual-field from struct in6_addr. | cmetz | |
Let's not encourage the use of an obsolete convention. | |||
1999-03-24 | Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al. | cmetz | |
convention that is more common and more specific as to the access size) | |||
1999-03-24 | arrgghhh! do NOT add pkgdep lines when creating PLIST-auto; | Marco S Hyman | |
(I thought I had already removed this quite a while ago). | |||
1999-03-24 | actually make use of the new manual pages | David Leonard | |
1999-03-24 | revert to -pthread | David Leonard | |
1999-03-23 | Clarify realloc return value | Todd C. Miller | |
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 | Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel change | Todd C. Miller | |
1999-03-23 | sync | Theo de Raadt | |
1999-03-23 | new card | Theo de Raadt | |
1999-03-23 | never spit out two error messages, it is bad style | Theo de Raadt | |
1999-03-23 | tail anchor, to fetch 2nd manpage name, which is less likely to be ↵ | Theo de Raadt | |
over-written by the mail title; d | |||
1999-03-23 | believe it or not, mail(1) completely explodes if the From header has the ↵ | Theo de Raadt | |
date written in the wrong format | |||
1999-03-23 | simplify irq string | Theo de Raadt | |
1999-03-23 | put fqdn first; matter@research.suspicious.org | Theo de Raadt | |
1999-03-23 | Rename -F option to -f and add a new -F (full disk) option to use in -E mode. | Todd C. Miller | |
When checking for an MBR, only say we have an mbr if there is a signature *or* there is an fdisk partition with an {Open,Free,Net}BSD ID. When setting the bounds in -E mode add hueristics to deal with disks bigger than the BIOS geometry would indicate. | |||
1999-03-23 | (h)ttp, not h(ttp),; brad@openbsd.org | Todd C. Miller | |
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 | Add gross ed hack back in so termcap xterm entry < 1024 | Todd C. Miller | |
1999-03-22 | back out local change that should not have escaped | Todd C. Miller | |
1999-03-22 | Many fixes, most either from or based on NetBSD changes: | Paul Janzen | |
get rid of unused function improve output format allow previewing of next piece randomize initial rotation angle of falling blocks. | |||
1999-03-22 | workaround for STP1020A errata #148494 | Theo de Raadt | |
1999-03-22 | use M_PI | Paul Janzen | |
1999-03-22 | set default if to something more reasonable; fix SIGSEGV when no options ↵ | Theo de Raadt | |
listed; garath@ntplx.net | |||
1999-03-22 | cosmetic changes from soren@t.dk | Paul Janzen | |
1999-03-22 | sync | Theo de Raadt | |
1999-03-22 | i bet CSI2203 is an le | Theo de Raadt | |
1999-03-22 | better, nicer, neater documentation | David Leonard | |
1999-03-22 | minor fixes | David Leonard | |
1999-03-22 | new documentation | David Leonard | |