Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-14 | sync with pfkey rfc. you need to rebuild ipsecadm and isakmpd after this. | Niels Provos | |
okay angelos@ | |||
2000-12-14 | NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses and | Artur Grabowski | |
what is defined in machine/exec.h | |||
2000-12-14 | native ELF and ELF for nlist | Artur Grabowski | |
2000-12-14 | Enable loading of ELF kernels. | Artur Grabowski | |
2000-12-14 | First shot at making ELF compile. | Artur Grabowski | |
2000-12-14 | Document additions to EXTRACT_CASES | Marc Espie | |
2000-12-14 | Display MSCHAP as CHAP80 in ``show cpp'' | brian | |
Display the interface mtu in ``show iface'' | |||
2000-12-14 | Always look for a suitable TDB if the gateway is left unspecified. | Angelos D. Keromytis | |
2000-12-14 | Add option CRYPTO. | Angelos D. Keromytis | |
2000-12-14 | make patch -f and -b actually skip patches for which the file can't be | Bob Beck | |
found, instead of claiming it will and erroring out anyway. | |||
2000-12-13 | fatal already adds \n; from stevesk@pobox.com | Markus Friedl | |
2000-12-13 | remove redundant spaces; from stevesk@pobox.com | Markus Friedl | |
2000-12-13 | have add set locks, too. okay itojun@ | Niels Provos | |
2000-12-13 | new timeouts | Michael Shalayeff | |
2000-12-13 | better new timeouts | Michael Shalayeff | |
2000-12-13 | new timeouts; hmm why it's not in generic? | Michael Shalayeff | |
2000-12-13 | Bytecounter stats. (-b switch) | Camiel Dobbelaar | |
From NetBSD. ok itojun@ | |||
2000-12-13 | new timeouts | Michael Shalayeff | |
2000-12-13 | move back to unlimitted openings | Michael Shalayeff | |
2000-12-13 | new timwouts; art@ ok | Michael Shalayeff | |
2000-12-13 | more random tcp sequence numbers. okay deraadt@, angelos@ | Niels Provos | |
2000-12-13 | better debugging. reserve spis with the correct protocol. | Niels Provos | |
2000-12-13 | make the 31-bit code work on 32-bit machines. | Niels Provos | |
2000-12-13 | KNF | Theo de Raadt | |
2000-12-13 | On vax build libgcc without -fPIC for now. | Hugh Graham | |
2000-12-12 | rhosts-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-12 | When failing to set tty owner and mode on a read-only filesystem, don't | Hakan 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-12 | consistently use __progname; from stevesk@pobox.com | Markus Friedl | |
2000-12-12 | source port < 1024 is no longer required for rhosts-rsa since it | Markus Friedl | |
adds no additional security. | |||
2000-12-12 | remove some dead stuff and correct spelling in comment | Jason Wright | |
2000-12-12 | a few more icmp types/codes; itojun@ ok (awhile ago ;) | Michael Shalayeff | |
2000-12-12 | sync | Theo de Raadt | |
2000-12-12 | Fix 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-12 | Add "auth" group | Todd C. Miller | |
2000-12-12 | Add /usr/libexec/auth dir | Todd C. Miller | |
2000-12-12 | Fix spelling error, closed PR/1557; dim@xs4all.nl | Aaron Campbell | |
2000-12-12 | Fix call to getopt(3) -- -S takes an argument; mpech@prosoft.org.lv | Todd C. Miller | |
2000-12-12 | incorrect time specification; noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-12-12 | only disable path mtu for established connections that have data to send. | Niels Provos | |
2000-12-12 | rsh was changed to ssh. reflect this in error messages. ok deraadt@ | Todd T. Fries | |
2000-12-12 | pids are useful in syslog; ok angelos@ | Todd T. Fries | |
2000-12-12 | enumerate debugging number meanings; ok angelos@ | Todd T. Fries | |
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright | |
NOTE: this requires recompiling brconfig with updated include files. | |||
2000-12-12 | skey login script; authenticates the user via S/Key | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | reject login script; rejects attempted authentication | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | passwd login script; authenticates the user via passwd/yp | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | lchpass login script; changes local password | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | kerberos/passwd login script; authenticates the user via kerberos | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | kerberos login script; authenticates the user via kerberos | Todd C. Miller | |
will be used when BSD authentication is enabled | |||
2000-12-12 | chpass login script; changes local, yp, or kerberos password | Todd C. Miller | |
will be used when BSD authentication is enabled |