summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-22Preliminaries for IPsec socket API.Angelos D. Keromytis
1997-02-22Use rlimit to set datasize to max.Todd C. Miller
1997-02-22ICMP redirects will not be sent if we do proxy arp pointing to ourselves.Angelos D. Keromytis
1997-02-22progname -> __progname and exec fsirand after mkfs().Todd C. Miller
1997-02-22Corrected protocol name.Angelos D. Keromytis
1997-02-22Removed duplicate entries.Angelos D. Keromytis
1997-02-22headerNiels Provos
1997-02-22Amended the copyleft.Angelos D. Keromytis
1997-02-22Changed to reflect new TTL-option in kernel.Angelos D. Keromytis
1997-02-22User-defined TTL for external IP header.Angelos D. Keromytis
1997-02-22Add pseudo-device enc 4Niklas Hallqvist
1997-02-22Set MMU/CPU better, except for 060 as that requires intrusive changesNiklas Hallqvist
elsewhere.
1997-02-21Integration of IPSEC userland tools, no manpages yet, sorry.Niklas Hallqvist
1997-02-21Don't expose private copies of malloc(), calloc(), free(). Ewwww.Todd C. Miller
1997-02-21sync to __powerpc__gvf
1997-02-21add _PATH_FSIRANDTodd C. Miller
1997-02-21which(1) is now a binary that works in any shell since csh(1) has aTodd C. Miller
which built-in.
1997-02-21more cleanup for powerpc miniroot installation,Dale S. Rahn
try to allow install to work without awk in the miniroot.
1997-02-21Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around.Todd C. Miller
1997-02-21FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com):Todd C. Miller
Don't pass getdtablesize() as first arg to select(2). No need to do this since we only select on one fd--use (fd+1) as nfds. This fixes the problem with fdesc as well (though that is really an fdesc bug). Fix will be in sudo 1.5.4.
1997-02-21add files typically included in snapshot as files that show up inDale S. Rahn
the "ALLSETS" list for miniroot installation from disk.
1997-02-21numeric variable have to be long as they are used like thatNiklas Hallqvist
1997-02-21add config files for the various pmax types (thanks go to dieter mayerThomas Graichen
who created them)
1997-02-21Add IPSEC + lines for a Teles ISDN card. Support not yet in the tree,Niklas Hallqvist
but I thought you might want to taste it beforehands :-) Besides it is my personal kernel config so this one does not *have* to build. so there!
1997-02-21Drop ${PARAM} from CPPFLAGS, add it to the HOSTED_C rule.Niklas Hallqvist
Use the NORMAL_C_C rule for building parma.o. Put -nostdinc upfront in INCLUDES.
1997-02-21Bring closer to the ISA version by dropping the use of a structure forNiklas Hallqvist
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise.
1997-02-21add bus_space_{read,write}_region_* + some KNFNiklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-02-21We are OpenBSDNiklas Hallqvist
1997-02-21Updated; now lists some 95+ protocols.Angelos D. Keromytis
1997-02-21Removed no longer necessary cautionary comment.Angelos D. Keromytis
1997-02-21add sipp-esp and sipp-ahTheo de Raadt
1997-02-21Couple of missing ifdefs.Angelos D. Keromytis
1997-02-21netstat now understands SIPP-AH/SIPP-ESP (IPsec) and ENCAP protocols.Angelos D. Keromytis
1997-02-21Style cleanup and a printf string typoNiklas Hallqvist
1997-02-21fetched a comment from mvme68k + style nitNiklas Hallqvist
1997-02-21Add MMU_/CPU_ symsNiklas Hallqvist
1997-02-21copypage/zeropage adaption. cputype setting needs more work.Niklas Hallqvist
1997-02-21shmdt before shmdt (in child) fixTheo de Raadt
1997-02-21Siginfo stuff as per the mvme68k port + KNF & other style nitsNiklas Hallqvist
1997-02-21do not allow SO_SNDBUF/SO_RCVBUF len 0Theo de Raadt
1997-02-21-nostdinc and big endian cleanupNiklas Hallqvist
1997-02-21Fixed error introduced with last patch.Angelos D. Keromytis
1997-02-21ld(1) now works; link shared library against -lcurses againThorsten Lockert
1997-02-21Get symbol counts right when counting weak symbols in shared libraries asThorsten Lockert
shared objects are being built.
1997-02-21Fix a const poisoning warningThorsten Lockert
1997-02-21Integrate local changesThorsten Lockert
1997-02-21Missed files from new release from Cyclic SoftwareThorsten Lockert
1997-02-21New release from Cyclic SoftwareThorsten Lockert
1997-02-21do not pass up un-init vftypeTheo de Raadt