summaryrefslogtreecommitdiff
path: root/include/protocols
AgeCommit message (Collapse)Author
1998-02-10add/cleanup multiple inclusion protection.perry
1998-02-02merge lite-2perry
1997-02-03Apply the necessary fixes from: routed-970113christos
1996-11-30patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues,cgd
so this works (better, at least) on 64-bit machines (e.g. alpha).
1996-11-04Fix RIP-V1 netinfo structure to be sizeof(sockaddr) + sizeof(u_int32_t) bychristos
adding the missing RIP-V2 fields. This structure *must* always be the correct size, otherwise programs that parse rip packets will break! (e.g. tcpdump -s 1024 -vv broadcast would not parse rip packets correctly and would fail after the first entry).
1996-10-20Add missing a_family member to struct netauth.thorpej
From David Carrel <carrel@ipsec.com>, PR #2872.
1996-09-24put back the explicit ripv1 field enumeration; lots of userland has changedchristos
to use this.
1996-09-24- Revert to the traditional struct sockaddr description of the rip v1 packets.christos
- Fix a bad bug where: u_int16_t n_dst; should be: u_int32_t n_dst; If this bug is in the 1.2 release it should be part of the first patch.
1996-09-23{long,int} -> int32_tmycroft
1996-08-10Update from the new routed(8) source.thorpej
1996-04-09time seconds/usec sent over the net are signed.cgd
1996-04-06use fixed-size types where appropriate, to make timed work on 64-bitcgd
machines (Alpha). fixed sized types, not 'timeval's should go over the net, and the stuff that goes over the net can't necessarily be passed directly to functions that expect timevals.
1995-06-20Update for rip version 2.christos
1995-03-04oops; 'pid' is supposed to be signed (?)cgd
1995-03-04ship fixed-size quantities over the wirecgd
1994-10-26new RCS ID format.cgd
1994-06-15kill some now-unnecessary definescgd
1994-05-16update all but ctype.h, dumprestore.h, time.h to 4.4-Lite versions.cgd
USL copyright additions on those. Kill varargs.h, because it can simply be a link to the machine-dependent version.
1993-12-22new version from CSRG, via BSDI, with fixescgd
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd