summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-08-04Fix definition of high port and tell where they come from; noted by ↵Todd C. Miller
karls@inet.no
1998-08-04fix parsing on chat script when passed on the command line; problem noted by ↵Todd C. Miller
fgsch@olimpo.com.br but different fix committed.
1998-08-04Fix by Federico G. Schwindt <fgsch@olimpo.com.br> for YM ISA PNP driverConstantine Sapuntzakis
1998-08-04note hamburger, potato and B-25Michael Shalayeff
1998-08-03Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to ↵Todd C. Miller
trim_whitespace() since it trims from both ends, not just the rear.
1998-08-03use __prognameTodd C. Miller
1998-08-03update to ncurses-4.2-980801Todd C. Miller
1998-08-03Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.comTodd C. Miller
1998-08-03no toehold; emory@hellyeah.comTheo de Raadt
1998-08-02cleanup ipsec error handlingNiels Provos
1998-08-02#define TUNMRU as 16384 and allow incoming packetsbrian
of up to this size rather than restricting them based on our MTU.
1998-08-02Enable built-in spam protectionThorsten Lockert
1998-08-02fix typoTodd T. Fries
1998-08-02comment a comment 4 m4Todd T. Fries
1998-08-02add close on exec flag to all opensTodd C. Miller
1998-08-01Clarification.Angelos D. Keromytis
1998-08-01more careful error handling, some simplification and beautification.Niels Provos
1998-08-01close socket. Not really necessary, but good form.Angelos D. Keromytis
1998-08-01Document accepted values for -proto/-proto2.Angelos D. Keromytis
1998-08-01Sanity check numerical values for -proto/-proto2 flags (4, 50, and 51Angelos D. Keromytis
accepted only).
1998-08-01Forgot this already-documented addition: -proto/-proto2 can also takeAngelos D. Keromytis
"esp", "ah", and "ip4" as arguments (in addition to protocol numbers).
1998-08-01Add symbolic names for the -transport and -sport/-dport flags (fromAngelos D. Keromytis
/etc/protocols and /etc/services respectively). Document changes, document option "ip4".
1998-08-01sipp-esp/sipp-ah -> esp/ahAngelos D. Keromytis
1998-08-01They're not sipp-esp and sipp-ah, just esp and ahAngelos D. Keromytis
1998-07-31Match generic SVEC pcmcia NE2000 clone that identifies itself as 'Ethernet ↵Todd C. Miller
Adapter 2.0'. You just don't get any more generic than that do you? These boards are dirt cheap.
1998-07-30unctrl.c is generated at depend timeTodd C. Miller
1998-07-30LIF file systemMichael Shalayeff
1998-07-30lif file device for tape, net, etc bootMichael Shalayeff
1998-07-30Correct comment about descriptor swap bit.Per Fogelstrom
1998-07-30fixing a stupid bug I introduced when trying to improve the encryptionNiels Provos
performance by avoiding unnecessary copies. There was a problem when two subsequent mbufs were != 0 mod blocksize and the next < blocksize, so we lost the rest of the last mbuf as IV.
1998-07-30Add a script to configure static VPNs in a NxM fashion, provided byNiels Provos
Richard Reiner <rreiner@fscinternet.com> (Canada) - the script requires -current.
1998-07-30Forgot this one with the previous batch of commits; use ip4_input()Angelos D. Keromytis
instead of ipip_input() whenever possible, it seems more stable.
1998-07-29Proper handling of IP in IP and checksumming.Angelos D. Keromytis
1998-07-29Don't do checksumming unless we're doing IP-in-IP.Angelos D. Keromytis
1998-07-29Do IP-in-IP encapsulation properly.Angelos D. Keromytis
1998-07-29when changing a partition from unknown to 4.2BSD, provide sane defaults for ↵Todd C. Miller
fsize, bsize, cpg
1998-07-29Fix version number checking to handle ja-* correctly.Marc Espie
1998-07-29fix some initialization; ITOH Yasufumi <yasufu-i@is.aist-nara.ac.jp>Todd C. Miller
1998-07-29real user .text baseMichael Shalayeff
1998-07-29add strchr protoMichael Shalayeff
1998-07-29some debug prints; one lseek fixMichael Shalayeff
1998-07-29if() debug prints; correct handling sym-less filesMichael Shalayeff
1998-07-28vn_rdwr proto fallout I missed earlierTodd C. Miller
1998-07-28make dump work on filesystems not listed in fstabTodd C. Miller
1998-07-28writev takes an int as param #3; theoTodd C. Miller
1998-07-28change getent/getstr to gtgettent/gtgetstr, the names now usedMarco S Hyman
in libtelnet; add prototypes for both functions to ext.h
1998-07-28rename getent/getstr to gtgetent/gtgetstr so they don'tMarco S Hyman
conflict with curses functions; the gt is for gettytab, the database read by these functions
1998-07-28For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > ↵Todd C. Miller
SSIZE_MAX. For readv, writev, sendmsg, recvmsg return EINVAL if sum of the over iov_len values overflows an ssize_t. Based on what XPG 4.2 says (though XPG is not entirely consistent here). Basically since the return value is ssize_t allowing size > SSIZE_MAX is bad since people who (incorrectly mind you) check the return value for < 0 instead of == -1 will have bad things happen to them.
1998-07-28Fix indentation problems.Constantine Sapuntzakis
Remove annoying printf.
1998-07-28Document NOCLEANDEPENDS, make clean gotchaMarc Espie