OpenBSD CVS

CVS log for src/libexec/ftpd/Makefile


[BACK] Up to [local] / src / libexec / ftpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Wed May 4 19:48:08 2016 UTC (8 years, 1 month ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, HEAD
Changes since 1.27: +1 -4 lines
Diff to previous 1.27 (colored)

Kill #ifdef INET6 occurrences in userland.

Prompted by and ok millert@

(tcpdump and libpcap left untouched, the #ifdef force is too strong with
those)

Revision 1.27 / (download) - annotate - [select for diffs], Tue Dec 1 22:04:12 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

needs utf8.c from the ls tree also

Revision 1.26 / (download) - annotate - [select for diffs], Mon Nov 16 17:31:14 2015 UTC (8 years, 6 months ago) by tedu
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

don't need to ifdef setproctitle

Revision 1.25 / (download) - annotate - [select for diffs], Mon Mar 24 16:41:27 2014 UTC (10 years, 2 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.24: +1 -7 lines
Diff to previous 1.24 (colored)

remove tcpwrappers support. ok deraadt

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jun 15 16:13:27 2005 UTC (18 years, 11 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

remove y.tab.c on make clean too

Revision 1.23 / (download) - annotate - [select for diffs], Sun Nov 28 18:49:29 2004 UTC (19 years, 6 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

privilege seperate ftpd
handle the pre-authentication phase (minus a tiny tiny tiny amount
of code after accept()) in an unprivileged process, asking the
privileged monitor for help where needed.
work by Moritz Jodeit <moritz@jodeit.org> with help from theo and me
tests theo ian@ matthieu@ ben@networkinsanity.com a.schlichting@lemarit.com

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jan 5 02:55:28 2004 UTC (20 years, 5 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

include path fixes for gcc3.
tests otto@, okay millert@

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 25 06:33:23 2002 UTC (22 years, 4 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

improve yacc file management. Idea stolen from pfctl's Makefile.

millert@ ok

Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 1 23:27:19 2001 UTC (22 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.19: +4 -1 lines
Diff to previous 1.19 (colored)

Use pidfile() instead of doing the equivalent thing by hand, and sometimes
forgetting to unlink the pid file at exit.
ok millert@ deraadt@

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 29 21:35:16 2001 UTC (23 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.18: +1 -15 lines
Diff to previous 1.18 (colored)

use BSD authentication

Revision 1.18 / (download) - annotate - [select for diffs], Sun Sep 3 18:41:14 2000 UTC (23 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

Boring...  Add :L modifier to all tweakable variables tests.

Closes PR 1246

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jul 19 19:28:02 2000 UTC (23 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

new strtofflags/fflagstostr

Revision 1.16 / (download) - annotate - [select for diffs], Wed Mar 1 17:27:28 2000 UTC (24 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

order kerberos libraries

Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 8 13:15:21 1999 UTC (24 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14 (colored)

IPv6 support from KAME.
XXX kerberos and tcp_wrapper needs checking

Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 26 00:15:54 1999 UTC (25 years, 3 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.13: +8 -2 lines
Diff to previous 1.13 (colored)

implement internal ls

Revision 1.13 / (download) - annotate - [select for diffs], Fri May 29 04:42:37 1998 UTC (26 years ago) by rahnds
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.12: +1 -5 lines
Diff to previous 1.12 (colored)

gcc2.8.X.X fixes another powerpc compilation bug, workaround removed.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 26 23:47:43 1998 UTC (26 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

cleanup after art

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 1 06:40:34 1997 UTC (27 years ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.10: +7 -1 lines
Diff to previous 1.10 (colored)

Support integrated tcp wrappers when in daemon mode.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 19 21:26:20 1997 UTC (27 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5.  This allows
people to override those setting in /etc/mk.conf.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 26 00:34:34 1997 UTC (27 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +1 -4 lines
Diff to previous 1.8 (colored)

no libcrypt, fix DPADD

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 6 23:49:10 1997 UTC (27 years, 4 months ago) by rahnds
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7 (colored)

Ok this is to work around a compiler bug in the powerpc port, but
without this a clean build does not work.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 7 03:27:53 1996 UTC (27 years, 10 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

STATS is not an option.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jul 28 22:42:44 1996 UTC (27 years, 10 months ago) by downsj
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Add anonymous statistics logging, based on FreeBSD but with the really
obvious bugs fixed.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 18 10:09:15 1996 UTC (27 years, 11 months ago) by downsj
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

my netbsd pr#2217: add utmp support to ftpd, some other small changes/fixes.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 22 10:47:07 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

From NetBSD:
add -Dunix to CFLAGS

Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 15 03:50:43 1996 UTC (28 years, 4 months ago) by etheisen
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

libcrypt no longer a link dependancy.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 16 22:20:18 1995 UTC (28 years, 5 months ago) by tholo
Branch: MAIN
Changes since 1.1: +14 -5 lines
Diff to previous 1.1 (colored)

Make it possible to build without SKEY support
Add support for building with kerberosIV

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:15 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:43:15 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.