Go to file
Simon L. B. Nielsen 150f381d54 Correct multiple vulnerabilities in OpenSSH.
Security:	FreeBSD-SA-06:22.openssh
Approved by:	so (simon)
2006-09-30 19:58:07 +00:00
bin MFC rev. 1.86: fix a typo. 2005-05-03 12:49:12 +00:00
contrib Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] 2006-09-06 21:23:16 +00:00
crypto Correct multiple vulnerabilities in OpenSSH. 2006-09-30 19:58:07 +00:00
etc MFC 1.17 - 1.21 2005-05-01 01:29:12 +00:00
games MFC: Typo fix 2005-03-30 01:07:32 +00:00
gnu Correct multiple vulnerabilities in gzip(1). 2006-09-19 14:13:53 +00:00
include MFC: 2005-03-07 20:38:51 +00:00
kerberos5 MFC update Heimdal 0.6.1 -> 0.6.3. 2005-03-01 16:42:14 +00:00
lib Correct a buffer overflow which can occur when decompressing a 2005-07-27 08:42:37 +00:00
libexec MFC bug fix from 1.3 re entropy_save_sz. 2005-04-14 21:51:33 +00:00
release Merge from the English version: 2005-05-06 18:57:44 +00:00
rescue MFC revision 1.31: Use bsdtar instead of GNU tar 2005-04-22 20:31:22 +00:00
sbin MFC/R5: 2005-05-01 08:41:35 +00:00
secure MFC update OpenSSL 0.9.7d -> 0.9.7e. 2005-03-01 16:47:41 +00:00
share Revert part of rev 1.221.2.7 which MFCed documentation for a feature which 2005-04-30 15:45:07 +00:00
sys Correct multiple vulnerabilities in OpenSSH. 2006-09-30 19:58:07 +00:00
tools This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'. 2005-04-20 19:11:07 +00:00
usr.bin Correct insecure temporary file usage in texindex. [06:01] 2006-01-11 08:08:08 +00:00
usr.sbin Enable inadvertantly disabled "securenet" access controls in ypserv. [1] 2006-05-31 22:33:41 +00:00
COPYRIGHT Complete 2005 transition. 2005-01-01 07:29:20 +00:00
installworld_newk
installworld_oldk
MAINTAINERS Add myself as geom_raid3 maintainer. 2004-08-16 10:43:41 +00:00
Makefile MFC rev. 1.313: 2005-01-30 23:33:16 +00:00
Makefile.inc1 MF5: 1.438.2.21: Fix two buglets in build32 on amd64. 2005-04-09 13:26:35 +00:00
README
UPDATING Correct multiple vulnerabilities in OpenSSH. 2006-09-30 19:58:07 +00:00
UPDATING.64BTT

This is the top level of the FreeBSD source directory.  This file
was last revised on:
$FreeBSD$

For copyright information, please see the file COPYRIGHT in this
directory (additional copyright information also exists for some
sources in this tree - please see the specific source directories for
more information).

The Makefile in this directory supports a number of targets for
building components (or all) of the FreeBSD source tree, the most
commonly used one being ``world'', which rebuilds and installs
everything in the FreeBSD system from the source tree except the
kernel, the kernel-modules and the contents of /etc.  The
``buildkernel'' and ``installkernel'' targets build and install
the kernel and the modules (see below).  Please see the top of
the Makefile in this directory for more information on the
standard build targets and compile-time flags.

Building a kernel is a somewhat more involved process, documentation
for which can be found at:
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
And in the config(8) man page.
Note: If you want to build and install the kernel with the
``buildkernel'' and ``installkernel'' targets, you might need to build
world before.  More information is available in the handbook.

The sample kernel configuration files reside in the sys/<arch>/conf
sub-directory (assuming that you've installed the kernel sources), the
file named GENERIC being the one used to build your initial installation
kernel.  The file NOTES contains entries and documentation for all possible
devices, not just those commonly used.  It is the successor of the ancient
LINT file, but in contrast to LINT, it is not buildable as a kernel but a
pure reference and documentation file.


Source Roadmap:
---------------
bin		System/user commands.

contrib		Packages contributed by 3rd parties.

crypto		Cryptography stuff (see crypto/README).

etc		Template files for /etc.

games		Amusements.

gnu		Various commands and libraries under the GNU Public License.
		Please see gnu/COPYING* for more information.

include		System include files.

kerberos5	Kerberos5 (Heimdal) package.

lib		System libraries.

libexec		System daemons.

release		Release building Makefile & associated tools.

sbin		System commands.

secure		Cryptographic libraries and commands.

share		Shared resources.

sys		Kernel sources.

tools		Utilities for regression testing and miscellaneous tasks.

usr.bin		User commands.

usr.sbin	System administration commands.


For information on synchronizing your source tree with one or more of
the FreeBSD Project's development branches, please see:

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html