Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-14 | libssl*.t*z -> ssl*.t*z | Theo de Raadt | |
1999-10-14 | flesh out ssl messages | Theo de Raadt | |
1999-10-14 | o When doing an ftp/http install where all the info has already been entered | Todd C. Miller | |
give the user the option of just using the old info instead of re-prompting. o Do network setup before grabbing libssl via ftp/http if it has not already been setup. | |||
1999-10-14 | Fix example; jeremy@external.org | Aaron Campbell | |
1999-10-14 | Fix for PR 871. | cmetz | |
This fix is taken from BSD/OS (the file in question being BSD licensed). It continues to remove a datagram from a socket receive buffer even if there is an error on the copy-out, so as to leave the buffer in a reasonable state. Before, the kernel would stop in mid-receive if the copy-out failed, and the buffer's structural requirements would be violated (since the start of a datagram must be an address iff ). Note that if the user provides any invalid addresses as arguments to a recvmsg(), the datagram at the front of the buffer will be discarded. The more correct behavior would be not to remove this datagram if the arguments are invalid. Implementing this behavior requires a lot of significant changes, and socket receives are a critical path. Also included are two simple and fairly obvious fixes from the same source. If non-blocking I/O is set, it makes sure the receieve is non-blocking. It also fixes a slightly over-aggressive optimization. | |||
1999-10-14 | read disklabels only from CDs that have a data track, spoofed labels from | Theo de Raadt | |
the audio CDs could do with a bit more work, but this makes audio cd playing not generate disklabel read-failure messages on first open; csapuntz | |||
1999-10-14 | it now says 2.6 instead of 2.6-beta, but that does not mean that more | Theo de Raadt | |
2.6-related fixes won't go in | |||
1999-10-13 | manually add IFM_AUTO (workaround for fxp) | Jason Wright | |
1999-10-13 | age_old_log() now takes an int * as a parameter so it can return -1 | Todd C. Miller | |
on failure w/o the caller thinking the difference in mtime is -1. Just set modtime to 0 in this case in the caller which effectively ignores it. This fixes a problem where if there was now foo.0 file newsyslog would rotate an empty file. | |||
1999-10-13 | When uncompressing VJ-compressed frames, fix the ip_sum directly | brian | |
in struct cstate rather than copying the stored header slot into a potentially mis-aligned buffer then trying to update the ip_sum without causing an exception on non-i386 hardware. I've never been able to reproduce this problem, but it has been reported by many people... besides, the code is now a bit cleaner. Testing & patience by: Anthony Solovjoff <asolovjoff@hotmail.com> | |||
1999-10-13 | Don't try to call VOP_SETATTR on a pipe. From <cky@pobox.com> | Artur Grabowski | |
1999-10-13 | always add kernel to MDSETS; millert & deraadt ok'd | Jason Wright | |
1999-10-12 | -P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. port | Markus Friedl | |
and disabled rhosts/rhosts-rsa, ok deraadt@ | |||
1999-10-12 | sync | Theo de Raadt | |
1999-10-12 | missing libiberty.so.2.0 -moj | Mats O Jansson | |
1999-10-12 | more: sshd will not start if hostkey readable | Markus Friedl | |
1999-10-12 | SilentDeny, don't log/answer refused connections, deraadt@ | Markus Friedl | |
1999-10-12 | avoid an infinite loop | Hugh Graham | |
1999-10-12 | no media prints in mii code | Theo de Raadt | |
1999-10-12 | add iophy* | Jason Wright | |
1999-10-12 | add driver for i82553; from netbsd | Jason Wright | |
1999-10-12 | sync | Jason Wright | |
1999-10-12 | add Intel i82553 and alternate oui/id for same; netbsd | Jason Wright | |
1999-10-12 | add md_get_ifdev. -moj | Mats O Jansson | |
1999-10-12 | setsid() for all connections; millert/markus | Theo de Raadt | |
1999-10-12 | fix ipfilter url for ipnat pages also | Eric Jackson | |
1999-10-12 | correct ipfilter url | Eric Jackson | |
1999-10-12 | document config -e. -moj | Mats O Jansson | |
1999-10-11 | document StrictMode | Markus Friedl | |
1999-10-11 | Allow/Deny Users/Groups, from zzlevo@dd.chalmers.se, ok deraadt@ | Markus Friedl | |
1999-10-11 | mount_afs -> mount_xfs; jasoni@ | Aaron Campbell | |
1999-10-11 | UseLogin, default=no, from kpa@gmx.net, ok deraadt@ | Markus Friedl | |
1999-10-11 | document reality (no askpass, ignore group-world-accessible private keys) | Markus Friedl | |
1999-10-11 | we do not ship ssh-askpass | Markus Friedl | |
1999-10-11 | Run /usr/libexec/vi.recover (now a perl script) to preserve vi backup files. | Todd C. Miller | |
1999-10-11 | Rewrite in perl for safety and paranoia. It might have been possible | Todd C. Miller | |
to play tricks with filesnames that include spaces. | |||
1999-10-11 | make sure ~/.ssh/authorized_keys is not writable for group/world (sshd) | Markus Friedl | |
don't load private keys if they are group/world-{rwx} (ssh,sshd and ssh-add) | |||
1999-10-11 | for AF_UNIX, do not follow symlinks when creating sockets, terminate | Theo de Raadt | |
names more carefully; art | |||
1999-10-11 | include exphy, really needed for xl 100mbit cards | Theo de Raadt | |
1999-10-11 | sync | Theo de Raadt | |
1999-10-11 | permit builds with NFSSERVER, without NFSCLIENT; cmetz | Theo de Raadt | |
1999-10-11 | Fix language to be closer to reality. | Angelos D. Keromytis | |
1999-10-11 | Lower-case the name. | Angelos D. Keromytis | |
1999-10-11 | keynote.5 references. | Angelos D. Keromytis | |
1999-10-11 | Assertion syntax manpage. | Angelos D. Keromytis | |
1999-10-11 | Greatly expand keynote.4 to include query semantics, cross references. | Angelos D. Keromytis | |
1999-10-10 | sync | Theo de Raadt | |
1999-10-10 | updates; wvdputte | Theo de Raadt | |
1999-10-10 | doc that install script sets password; wvdputte | Theo de Raadt | |
1999-10-10 | ssh also added to tree; wvdputte | Theo de Raadt | |