summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-14libssl*.t*z -> ssl*.t*zTheo de Raadt
1999-10-14flesh out ssl messagesTheo de Raadt
1999-10-14o When doing an ftp/http install where all the info has already been enteredTodd 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-14Fix example; jeremy@external.orgAaron Campbell
1999-10-14Fix 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-14read disklabels only from CDs that have a data track, spoofed labels fromTheo 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-14it now says 2.6 instead of 2.6-beta, but that does not mean that moreTheo de Raadt
2.6-related fixes won't go in
1999-10-13manually add IFM_AUTO (workaround for fxp)Jason Wright
1999-10-13age_old_log() now takes an int * as a parameter so it can return -1Todd 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-13When uncompressing VJ-compressed frames, fix the ip_sum directlybrian
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-13Don't try to call VOP_SETATTR on a pipe. From <cky@pobox.com>Artur Grabowski
1999-10-13always add kernel to MDSETS; millert & deraadt ok'dJason Wright
1999-10-12-P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. portMarkus Friedl
and disabled rhosts/rhosts-rsa, ok deraadt@
1999-10-12syncTheo de Raadt
1999-10-12missing libiberty.so.2.0 -mojMats O Jansson
1999-10-12more: sshd will not start if hostkey readableMarkus Friedl
1999-10-12SilentDeny, don't log/answer refused connections, deraadt@Markus Friedl
1999-10-12avoid an infinite loopHugh Graham
1999-10-12no media prints in mii codeTheo de Raadt
1999-10-12add iophy*Jason Wright
1999-10-12add driver for i82553; from netbsdJason Wright
1999-10-12syncJason Wright
1999-10-12add Intel i82553 and alternate oui/id for same; netbsdJason Wright
1999-10-12add md_get_ifdev. -mojMats O Jansson
1999-10-12setsid() for all connections; millert/markusTheo de Raadt
1999-10-12fix ipfilter url for ipnat pages alsoEric Jackson
1999-10-12correct ipfilter urlEric Jackson
1999-10-12document config -e. -mojMats O Jansson
1999-10-11document StrictModeMarkus Friedl
1999-10-11Allow/Deny Users/Groups, from zzlevo@dd.chalmers.se, ok deraadt@Markus Friedl
1999-10-11mount_afs -> mount_xfs; jasoni@Aaron Campbell
1999-10-11UseLogin, default=no, from kpa@gmx.net, ok deraadt@Markus Friedl
1999-10-11document reality (no askpass, ignore group-world-accessible private keys)Markus Friedl
1999-10-11we do not ship ssh-askpassMarkus Friedl
1999-10-11Run /usr/libexec/vi.recover (now a perl script) to preserve vi backup files.Todd C. Miller
1999-10-11Rewrite in perl for safety and paranoia. It might have been possibleTodd C. Miller
to play tricks with filesnames that include spaces.
1999-10-11make 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-11for AF_UNIX, do not follow symlinks when creating sockets, terminateTheo de Raadt
names more carefully; art
1999-10-11include exphy, really needed for xl 100mbit cardsTheo de Raadt
1999-10-11syncTheo de Raadt
1999-10-11permit builds with NFSSERVER, without NFSCLIENT; cmetzTheo de Raadt
1999-10-11Fix language to be closer to reality.Angelos D. Keromytis
1999-10-11Lower-case the name.Angelos D. Keromytis
1999-10-11keynote.5 references.Angelos D. Keromytis
1999-10-11Assertion syntax manpage.Angelos D. Keromytis
1999-10-11Greatly expand keynote.4 to include query semantics, cross references.Angelos D. Keromytis
1999-10-10syncTheo de Raadt
1999-10-10updates; wvdputteTheo de Raadt
1999-10-10doc that install script sets password; wvdputteTheo de Raadt
1999-10-10ssh also added to tree; wvdputteTheo de Raadt