summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-14sync with pfkey rfc. you need to rebuild ipsecadm and isakmpd after this.Niels Provos
okay angelos@
2000-12-14NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses andArtur Grabowski
what is defined in machine/exec.h
2000-12-14native ELF and ELF for nlistArtur Grabowski
2000-12-14Enable loading of ELF kernels.Artur Grabowski
2000-12-14First shot at making ELF compile.Artur Grabowski
2000-12-14Document additions to EXTRACT_CASESMarc Espie
2000-12-14Display MSCHAP as CHAP80 in ``show cpp''brian
Display the interface mtu in ``show iface''
2000-12-14Always look for a suitable TDB if the gateway is left unspecified.Angelos D. Keromytis
2000-12-14Add option CRYPTO.Angelos D. Keromytis
2000-12-14make patch -f and -b actually skip patches for which the file can't beBob Beck
found, instead of claiming it will and erroring out anyway.
2000-12-13fatal already adds \n; from stevesk@pobox.comMarkus Friedl
2000-12-13remove redundant spaces; from stevesk@pobox.comMarkus Friedl
2000-12-13have add set locks, too. okay itojun@Niels Provos
2000-12-13new timeoutsMichael Shalayeff
2000-12-13better new timeoutsMichael Shalayeff
2000-12-13new timeouts; hmm why it's not in generic?Michael Shalayeff
2000-12-13Bytecounter stats. (-b switch)Camiel Dobbelaar
From NetBSD. ok itojun@
2000-12-13new timeoutsMichael Shalayeff
2000-12-13move back to unlimitted openingsMichael Shalayeff
2000-12-13new timwouts; art@ okMichael Shalayeff
2000-12-13more random tcp sequence numbers. okay deraadt@, angelos@Niels Provos
2000-12-13better debugging. reserve spis with the correct protocol.Niels Provos
2000-12-13make the 31-bit code work on 32-bit machines.Niels Provos
2000-12-13KNFTheo de Raadt
2000-12-13On vax build libgcc without -fPIC for now.Hugh Graham
2000-12-12rhosts-rsa is no longer automagically disabled if ssh is not privileged.Markus Friedl
UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers. these changes should not change the visible default behaviour of the ssh client.
2000-12-12When failing to set tty owner and mode on a read-only filesystem, don'tHakan Olsson
abort if the tty already has correct owner and reasonably sane modes. Example; permit 'root' to login to a firewall with read-only root fs. (markus@ ok)
2000-12-12consistently use __progname; from stevesk@pobox.comMarkus Friedl
2000-12-12source port < 1024 is no longer required for rhosts-rsa since itMarkus Friedl
adds no additional security.
2000-12-12remove some dead stuff and correct spelling in commentJason Wright
2000-12-12a few more icmp types/codes; itojun@ ok (awhile ago ;)Michael Shalayeff
2000-12-12syncTheo de Raadt
2000-12-12Fix cross-binutils-new.Artur Grabowski
Pass the same --disable-foo flags as we do in gnu/usr.bin/binutils This allows me to build alpha -> alpha binutils (Don't ask).
2000-12-12Add "auth" groupTodd C. Miller
2000-12-12Add /usr/libexec/auth dirTodd C. Miller
2000-12-12Fix spelling error, closed PR/1557; dim@xs4all.nlAaron Campbell
2000-12-12Fix call to getopt(3) -- -S takes an argument; mpech@prosoft.org.lvTodd C. Miller
2000-12-12incorrect time specification; noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-12-12only disable path mtu for established connections that have data to send.Niels Provos
2000-12-12rsh was changed to ssh. reflect this in error messages. ok deraadt@Todd T. Fries
2000-12-12pids are useful in syslog; ok angelos@Todd T. Fries
2000-12-12enumerate debugging number meanings; ok angelos@Todd T. Fries
2000-12-12Add support for 802.1D spanning tree protocol.Jason Wright
NOTE: this requires recompiling brconfig with updated include files.
2000-12-12skey login script; authenticates the user via S/KeyTodd C. Miller
will be used when BSD authentication is enabled
2000-12-12reject login script; rejects attempted authenticationTodd C. Miller
will be used when BSD authentication is enabled
2000-12-12passwd login script; authenticates the user via passwd/ypTodd C. Miller
will be used when BSD authentication is enabled
2000-12-12lchpass login script; changes local passwordTodd C. Miller
will be used when BSD authentication is enabled
2000-12-12kerberos/passwd login script; authenticates the user via kerberosTodd C. Miller
will be used when BSD authentication is enabled
2000-12-12kerberos login script; authenticates the user via kerberosTodd C. Miller
will be used when BSD authentication is enabled
2000-12-12chpass login script; changes local, yp, or kerberos passwordTodd C. Miller
will be used when BSD authentication is enabled