Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-15 | fix memory management errors | Theo de Raadt | |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-04 | make it easier to add additional transforms. add blowfish and cast | Niels Provos | |
encryption. some more info for kernfs/ipsec. | |||
1997-10-02 | conditional error logging | Theo de Raadt | |
1997-09-30 | Check for NULL argument in bpf_mtap(). Some ethernet drivers | Todd C. Miller | |
can call this with a NULL pointer, resulting in a panic. Matthias Scheler <tron@lyssa.owl.de> | |||
1997-09-28 | log() needs a \n | Theo de Raadt | |
1997-09-27 | undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW, | Theo de Raadt | |
or how much work it would be fix everything that uses AF_UNSPEC. | |||
1997-09-21 | Do not report RTM_MISS up on IP encapsulation implicit lookups. This should | Niklas Hallqvist | |
fix RARP as well as improving performance. Chances are that it will fix an error having to do with renumbering net interfaces too. Thanks to Angelos and Theo for help with the fix, and Martin and Phil for reassuring it was a general bug. | |||
1997-09-05 | make bpfread return ENXIO if a read is attempted on an uninitialized | Theo de Raadt | |
descriptor; newsham@secnet.com | |||
1997-09-05 | Minor changes from ppp 2.3.1 | Todd C. Miller | |
1997-08-31 | for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid | Theo de Raadt | |
and euid as well, then deliver them using new csignal() interface which ensures that pgid setting process is permitted to signal the pgid process(es). Thanks to newsham@aloha.net for extensive help and discussion. | |||
1997-08-02 | pass address family as host-byte-order u_int32_t. this fixes bpf. add a | Theo de Raadt | |
note to the bottom of tun.4 to indicate that this is a binary incompatibility with older versions, and describe all 3 revisions this has gone through. everyone -- recompile your code that uses tun. | |||
1997-07-29 | tun_bpf not needed | Theo de Raadt | |
1997-07-29 | tell bpf packet header is u_char sized; also indent. spotted by newsham | Theo de Raadt | |
1997-07-29 | indent | Theo de Raadt | |
1997-07-28 | make it compile | Niels Provos | |
1997-07-27 | expiration messages, fixes, updates, all sorts of things | Niklas Hallqvist | |
1997-07-27 | for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpf | Theo de Raadt | |
uses when it sends packets out. blame tqbf@rdist.org for this fix. | |||
1997-07-24 | do not ignore IFF_NOARP | Theo de Raadt | |
1997-07-24 | reindent | Theo de Raadt | |
1997-07-23 | add atalk | Michael Shalayeff | |
1997-07-23 | define ETHERTYPE_IPX | Michael Shalayeff | |
1997-07-23 | make it compile w/o NETATALK defined | Michael Shalayeff | |
1997-07-23 | A block of code from the last commit was not #ifdef NETATALK. | denny | |
1997-07-23 | enablespi, delete the right flows on replace. | Niels Provos | |
1997-07-23 | AppleTalk support based on netatalk-1.4a2 and FreeBSD. | denny | |
1997-07-21 | be quiet | Theo de Raadt | |
1997-07-18 | enablespi/disablespi in encap + print spi's in hostorder | Niels Provos | |
1997-07-15 | flags for tunnels and replacing existing routes, sysctl! + tiny bug fix | Niels Provos | |
1997-07-14 | sysctl... | Niels Provos | |
1997-07-11 | argh. commited wrong file | Niels Provos | |
1997-07-11 | put old esp/ah and new esp/ah in different files. | Niels Provos | |
generalised way of handling transforms. | |||
1997-07-02 | fix neglected _FLEN's + reserve_spi + output reserved spi's without alg. | Niels Provos | |
correctly. | |||
1997-07-01 | major restructuring | Niels Provos | |
1997-06-25 | hard and soft limits for SPI's per absolute timer, relative since establish, | Niels Provos | |
relative since first use timers, packet and byte counters. notify key mgmt on soft limits. key mgmt can now specify limits. new encap messages: EMT_RESERVESPI, EMT_ENABLESPI, EMT_DISABLESPI | |||
1997-06-20 | strip%d not st%d | Theo de Raadt | |
1997-06-17 | check em_if and em_ifn better; thanks adam@math.tau.ac.il | Theo de Raadt | |
1997-06-01 | pass Wstrict-prototypes; grr, PR#193 | Theo de Raadt | |
1997-04-28 | Added faddr/laddr on the pfkeycb, for completeness. | Angelos D. Keromytis | |
1997-04-27 | PFKEY protocol control blocks. | Angelos D. Keromytis | |
1997-04-25 | 64bit cleanup. | Angelos D. Keromytis | |
1997-04-24 | PF_KEYv2 definition as of the latest draft. | Angelos D. Keromytis | |
1997-03-17 | Removed static specifiers. Align bpf headers on sizeof(long) boundaries | Niklas Hallqvist | |
as it begins with a timeval struct. This fixes the alpha bpf panics. Removed double prototypes. Reordered includes. The last change came from NetBSD. Updated $NetBSD$ tags. Slight KNF too. | |||
1997-02-27 | BPF support ifdefed. | Angelos D. Keromytis | |
1997-02-24 | OpenBSD tags + some prototyping police | Niklas Hallqvist | |
1997-02-20 | IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in | Theo de Raadt | |
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz | |||
1997-02-14 | limit writes to ifp->if_mtu not TUNMTU | Theo de Raadt | |
1997-02-12 | mark descriptors free in bpfilterattach() instead of bpfattach(); clearly | Theo de Raadt | |
must not re-marking them when new interfaces are added while one or more bpf channels are in use; my fix to netbsd pr#3189, Jean-Luc.Richier@imag.fr | |||
1997-01-31 | cut a little more. | Michael Shalayeff | |
1997-01-27 | select subsystem si_pid becomes si_selpid, to not conflict against ↵ | Theo de Raadt | |
user/kernel siginfo si_pid #define |