#
020ee2dc |
| 20-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Set the default manual section for libexec/ to 8.
|
#
2c5569d6 |
| 01-Dec-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
The GCC 2.96 snapshots have slightly different rules for finding include files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate sou
The GCC 2.96 snapshots have slightly different rules for finding include files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
show more ...
|
#
d548f6db |
| 01-Dec-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
There is no src/contrib-crypto/ anything directory. So don't look for include files in subdirs of it.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
141d77b8 |
| 17-Jun-2000 |
Josef Karthauser <joe@FreeBSD.org> |
Switch over to using the new fflagstostr and strtofflags library calls.
|
Revision tags: release/4.0.0_cvs |
|
#
8780fb29 |
| 13-Mar-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Finally unifdef -DINTERNAL_LS.
|
#
418d67b0 |
| 05-Feb-2000 |
Josef Karthauser <joe@FreeBSD.org> |
Revert part of the last commit, remove {g|s}etflags from the libc interface, and statically link them to the programs using them. These functions, upon reflection and discussion, are too generically
Revert part of the last commit, remove {g|s}etflags from the libc interface, and statically link them to the programs using them. These functions, upon reflection and discussion, are too generically named for a library interface with such specific functionality. Also the api that they use, whilst ok for private use, isn't good enough for a libc function.
Additionally there were complications with the build/install-world process. It depends heavily upon xinstall, which got broken by the change in api, and caused bootstrap problems and general mayhem.
There is work in progress to address future problems that may be caused by changes in install-chain tools, and better names for {g|s}etflags can be derived when some future program requires them. For now the code has been left in src/lib/libc/gen (it started off in src/bin/ls).
It's important to provide library functions for manipulating file flag strings if we ever want this interface to be adopted outside of the source tree, but now isn't necessarily the right moment with 4.0-release just around the corner.
Approved: jkh
show more ...
|
#
9ddb9015 |
| 03-Feb-2000 |
Yoshinobu Inoue <shin@FreeBSD.org> |
Remove unnecessary -g for CFLAGS.
-g for CFLAGS which was set at debugging time was mistakenly committed, so removed it.
Approved by: jkh
|
#
4dd8b5ab |
| 27-Jan-2000 |
Yoshinobu Inoue <shin@FreeBSD.org> |
another tcp apps IPv6 updates.(should be make world safe) ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV
Obtained from: KAME project
|
#
edc2844c |
| 30-Dec-1999 |
Josef Karthauser <joe@FreeBSD.org> |
Moved flags_to_string and string_to_flags into libutil. It's used in many places nowadays.
|
Revision tags: release/3.4.0_cvs |
|
#
6c9134c0 |
| 20-Sep-1999 |
Mark Murray <markm@FreeBSD.org> |
Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.
|
Revision tags: release/3.3.0_cvs |
|
#
9891baa6 |
| 06-Sep-1999 |
Mark Murray <markm@FreeBSD.org> |
Add common error lib for the Kerberos case.
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
17130647 |
| 26-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyone really dislikes this, we could add a switch to disable it at runtime and check in popen.c.
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
4700eb95 |
| 21-Nov-1998 |
John Polstra <jdp@FreeBSD.org> |
Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" instead of in "src/usr.bin/login". The latter instance is going away. As soon as ftpd is PAMized, it won't need to use klogin.c at all.
|
Revision tags: release/2.2.7 |
|
#
ef87dd87 |
| 04-May-1998 |
Bruce Evans <bde@FreeBSD.org> |
Simplified by using new yacc rules and by not generating y.tab.h.
|
Revision tags: release/2.2.6, release/2.2.5_cvs |
|
#
97fe7f47 |
| 05-Oct-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Changes to support full make parallelism (-j<n>) in the world target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
|
Revision tags: release/2.2.2_cvs |
|
#
ea4e54b9 |
| 29-Apr-1997 |
David Nugent <davidn@FreeBSD.org> |
Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts for definition of a system's virtual hosts.
|
#
af85d782 |
| 26-Apr-1997 |
David Nugent <davidn@FreeBSD.org> |
Adds optional "internal ls" support for ftpd, by collecting modules from src/bin/ls, and handling exec(_PATH_LS,..) as a special case, very useful in an environment where many users are given chroot
Adds optional "internal ls" support for ftpd, by collecting modules from src/bin/ls, and handling exec(_PATH_LS,..) as a special case, very useful in an environment where many users are given chroot access. "~/etc/{s}pwd.db" files are still needed if uid/gid->user/group translation is desired.
To enable this it must be compiled with the make variable FTP_INTERNAL_LS defined, either in /etc/make.conf or the environment.
show more ...
|
#
b071c689 |
| 23-Apr-1997 |
David Nugent <davidn@FreeBSD.org> |
Add basic login.conf (sans authentication) support.
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
9e522f7a |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
9aca17cb |
| 09-Aug-1996 |
Mark Murray <markm@FreeBSD.org> |
Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints.
|
#
a5a4544e |
| 05-Aug-1996 |
Paul Traina <pst@FreeBSD.org> |
Convert STATS and PARANOID to run-time options. Document the new -R (relax paranoia) option.
From NetBSD/Lite2: code and man page cleanups, Kerberos IV hooks (relax, we're still exportable), and /et
Convert STATS and PARANOID to run-time options. Document the new -R (relax paranoia) option.
From NetBSD/Lite2: code and man page cleanups, Kerberos IV hooks (relax, we're still exportable), and /etc/ftpchroot feature for semi-anonymous accounts
show more ...
|
#
61f891a6 |
| 05-Aug-1996 |
Paul Traina <pst@FreeBSD.org> |
If PARANOID is set, do not allow PORT commands to remote ports less than 1024 or addresses other than the requestor's address. This violates the FTP protocol (hmm...as I write this, I'm going to cha
If PARANOID is set, do not allow PORT commands to remote ports less than 1024 or addresses other than the requestor's address. This violates the FTP protocol (hmm...as I write this, I'm going to change this to a run-time var.)
Require login before PASV and RNTO commands.
Close unused PASV ports so they don't hang around forever.
Do not allow file overwrites via rename or STOR when anonymous (suspenders).
Clean up buffer utilization.
My code, but heavily inspired by Hobbit's changes to wu-ftpd as pointed out by Mike Prettejohn and Kit Knox.
show more ...
|
#
6b513974 |
| 02-Jun-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
backout yacc changes
|