History log of /freebsd/libexec/ftpd/Makefile (Results 101 – 125 of 145)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0cf1f693 27-Nov-2001 Brian Feldman <green@FreeBSD.org>

Add lomac.c.

Found by: ken


# fa1746c9 09-Jul-2001 Mark Murray <markm@FreeBSD.org>

Remove S/Key. PAM can do its job. Well, not quite - there is an issue
with the conversation function and challenges which needs to be
revisited, so in the interim a hack is introduced to provide
an O

Remove S/Key. PAM can do its job. Well, not quite - there is an issue
with the conversation function and challenges which needs to be
revisited, so in the interim a hack is introduced to provide
an OPIE challenge (which is random if OPIE does not apply)
at all non-anonymnous logins.

show more ...


# c7d9dcd3 28-Apr-2001 Mark Murray <markm@FreeBSD.org>

Cleaner method of making PAMable apps static (in the optional case of
wanting static apps).


# 9c3f4f52 28-Apr-2001 Mark Murray <markm@FreeBSD.org>

Damn. That should be _enable_ static linking, not _force_ static linking.


# d0392caa 28-Apr-2001 Mark Murray <markm@FreeBSD.org>

Enable (optional) static linking.
Asked for by: BDE


Revision tags: release/4.3.0_cvs, release/4.3.0
# 5bc9d93d 27-Mar-2001 Mark Murray <markm@FreeBSD.org>

Add full PAM support for account management and sessions.

The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux
package's PAM patches to the BSD login.c

Submitted by: "David J. Mac

Add full PAM support for account management and sessions.

The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux
package's PAM patches to the BSD login.c

Submitted by: "David J. MacKenzie" <djm@web.us.uu.net>

show more ...


# e5b5c66b 26-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.


# 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 ...


123456