Revision tags: release/6.0.0_cvs, release/6.0.0 |
|
#
a8e0b2e8 |
| 10-Jun-2005 |
Jacques Vidrine <nectar@FreeBSD.org> |
Remove rexecd(8), a server that implements a particularly insecure method of executing commands remotely. There are no rexec clients in the FreeBSD tree, and the client function rexec(3) is present
Remove rexecd(8), a server that implements a particularly insecure method of executing commands remotely. There are no rexec clients in the FreeBSD tree, and the client function rexec(3) is present only in libcompat. It has been documented as "obsolete" since 4.3BSD, and its use has been discouraged in the man page for over 10 years.
show more ...
|
#
e2c421f7 |
| 16-May-2005 |
David E. O'Brien <obrien@FreeBSD.org> |
Enable lukemftpd for 6.0-RELEASE.
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
24fe1eaf |
| 03-Mar-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Install rlogind(8). Pointy hat is available on request.
|
#
c71158d4 |
| 02-Mar-2005 |
Tom Rhodes <trhodes@FreeBSD.org> |
Wrap BSD r* commands in NO_RCMDS. Change NO_RCMDNS to NO_RCMDS and do the switch in bsd.compat.mk.
Discussed with: ru, nectar
|
#
73f9c362 |
| 09-Feb-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
The only user of this utility (share/man/man0) was removed 2+ years ago.
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
ab7a2947 |
| 21-Dec-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
NODOCCOMPRESS -> NO_DOCCOMPRESS NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
|
#
6c58990d |
| 13-Nov-2004 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. If turned on no NIS support and related programs will be built.
Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. If turned on no NIS support and related programs will be built.
Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks
show more ...
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
cd3ee173 |
| 21-Sep-2004 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Switch from BIND 8 to BIND 9.
Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days
|
#
d8a921c7 |
| 17-Jun-2004 |
David E. O'Brien <obrien@FreeBSD.org> |
Commit a crude hack so we get sparc64 snapshots working again with a stable ld.so. We need to revisit the rtld-elf/sparc64/rtld_start.S rev. 1.5 and rtld-elf/sparc64/rtld_machdep.h rev. 1.5, which w
Commit a crude hack so we get sparc64 snapshots working again with a stable ld.so. We need to revisit the rtld-elf/sparc64/rtld_start.S rev. 1.5 and rtld-elf/sparc64/rtld_machdep.h rev. 1.5, which was suppose to allow stock Binutils 2.13 (and later) to be used.
show more ...
|
#
9896c5f1 |
| 17-Jun-2004 |
David E. O'Brien <obrien@FreeBSD.org> |
Fall out from Binutils 2.15: don't bulid the ld.so on Sparc64.
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
8d69c48b |
| 08-Mar-2004 |
Max Laier <mlaier@FreeBSD.org> |
Link pf to the build and install: This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld witho
Link pf to the build and install: This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld without errors.
This also provides the passive OS fingerprints from OpenBSD (pf.os) and an example pf.conf.
For those who want to go without pf; it provides a NO_PF knob to make.conf.
__FreeBSD_version will be bumped soon to reflect this and to be able to change ports accordingly.
Approved by: bms(mentor)
show more ...
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
d10a8d6c |
| 16-Jan-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
- Build things in pure dictionary order (see sort(1)).
- Unify the conditional assignments section so that architectural exclusions come first, then options and !options, sorted by the option na
- Build things in pure dictionary order (see sort(1)).
- Unify the conditional assignments section so that architectural exclusions come first, then options and !options, sorted by the option name, also in directory order, then architecture specific sections, sorted by the architecture name, with i386 being a traditional exception.
Prodded by: bde
show more ...
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
4afa3718 |
| 16-Jul-2003 |
Mark Murray <markm@FreeBSD.org> |
Very big makeover in the way telnet, telnetd and libtelnet are built.
Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that live
Very big makeover in the way telnet, telnetd and libtelnet are built.
Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld".
As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1).
Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous.
show more ...
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
b82eca91 |
| 24-May-2003 |
Peter Wemm <peter@FreeBSD.org> |
Do not exclude amd64 from rtld-elf builds.
Approved by: re (safe amd64 support commits)
|
#
7691f66a |
| 19-May-2003 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Retire the useless NOSECURE knob.
Approved by: re (scottl)
|
#
1cec3c80 |
| 11-May-2003 |
Mark Murray <markm@FreeBSD.org> |
Allow a NOPIC "make world" to complete.
OK'ed by: re(scottl)
|
#
b2d14fd9 |
| 08-May-2003 |
Peter Wemm <peter@FreeBSD.org> |
Exclude rtld-elf for amd64. More porting is still needed.
Approved by: re (scottl)
|
#
dbf104e6 |
| 05-May-2003 |
Mark Murray <markm@FreeBSD.org> |
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
|
#
a52672e9 |
| 01-May-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
#
2266b8c0 |
| 30-Apr-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.
|
#
706d0ee0 |
| 27-Apr-2003 |
Warner Losh <imp@FreeBSD.org> |
Add back # accidentally deleted in 1.54
|
#
b4e225be |
| 27-Apr-2003 |
Warner Losh <imp@FreeBSD.org> |
This is no longer needed after tw is gone.
Approved by: re@ (scottl)
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
d3951ad1 |
| 02-Jan-2003 |
Juli Mallett <jmallett@FreeBSD.org> |
Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty.
Submitted by
Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty.
Submitted by: Ryan Younce <ryany@pobox.com> Reviewed by: security-officer@, standards@, mike@
show more ...
|
#
a6f8d995 |
| 12-Nov-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
[DAIVD O'BRIEN's OPINION] Head off what I think is an abuse of the TRB, and disable lukemftpd.
|
Revision tags: release/4.7.0_cvs |
|
#
0b15d9a1 |
| 02-Oct-2002 |
Mike Barcroft <mike@FreeBSD.org> |
Hook rpc.rstatd back up to the build now that it compiles.
|