summaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Builds cleanly at the default WARNS level (WARNS=6).Dag-Erling Smørgrav2011-05-121-1/+0
* Increase WARNS to 4.Dag-Erling Smørgrav2011-05-121-1/+1
* Increase WARNS to 3.Dag-Erling Smørgrav2011-05-121-1/+1
* Add missing DPADD and fix whitespace.Dag-Erling Smørgrav2010-01-191-2/+3
* Add HTTP digest authentication.Dag-Erling Smørgrav2010-01-191-1/+3
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Add missing dependencies on Makefile (fixes NO_CLEAN builds).Ruslan Ermilov2007-12-191-4/+4
* Clean up namespace violations.Dag-Erling Smørgrav2007-12-141-2/+2
* Enable FTP_COMBINE_CWDS.Dag-Erling Smørgrav2007-05-241-0/+2
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+4
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Make sure the crypto versions of libfetch and fetch(1) appear inRuslan Ermilov2003-07-221-0/+1
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* Mark libfetch as c99-clean. Always build at WARNS level 2 rather thanDag-Erling Smørgrav2003-05-011-2/+2
* No need for the OPENSSL_NO_KRB5 switch anymore.Mark Murray2003-01-311-1/+1
* Adjust for OpenSSL 0.9.7.Mark Murray2003-01-281-1/+1
* Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.Jake Burkholder2002-12-041-1/+1
* Clarify my feelings towards fetch / libfetch.Dag-Erling Smørgrav2002-10-301-1/+0
* libfetch is now WARNS5 clean in the non-SSL case.Dag-Erling Smørgrav2002-10-281-1/+1
* Up WARNS to 3 if not building with crypto.Bill Fenner2002-10-281-1/+3
* Use a warns setting we can catch regressions with.David E. O'Brien2002-10-201-3/+1
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Fix incorrect library ordering. I thought I'd committed this already...Dag-Erling Smørgrav2002-06-211-2/+2
* libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-5/+6
* Make SSL support conditional on NOCRYPT.Dag-Erling Smørgrav2002-06-051-0/+3
* During buildworld, "regular" libraries are built before crypto stuff, soDag-Erling Smørgrav2002-06-051-2/+2
* Add the necessary dependencies for SSL.Dag-Erling Smørgrav2002-06-051-0/+2
* Reindent, and add parentheses to return statements. Some functions inDag-Erling Smørgrav2002-02-051-1/+1
* Don't build with NDEBUG.Dag-Erling Smørgrav2001-12-091-3/+0
* Add NO_WERROR so the build won't die because of discarded qualifiersDag-Erling Smørgrav2001-10-191-0/+2
* Tons of type, style and warning fixes that have been rotting in my tree forDag-Erling Smørgrav2001-10-181-8/+30
* Bump major number.Dag-Erling Smørgrav2001-05-261-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Back out previous (accidental) commit.Dag-Erling Smørgrav2001-01-081-1/+1
* Use "anonymous" rather than "ftp" as login name for anonymous ftp.Dag-Erling Smørgrav2001-01-081-1/+1
* Install per function manpages so one doesn't mistakenly think we don'tDavid E. O'Brien2000-10-281-0/+8
* Dump com_err, it's a stinking crock of shit.Dag-Erling Smørgrav2000-05-251-10/+4
* IPv6 support.Hajimu UMEMOTO2000-05-201-0/+1
* Bump major number, since struct url has changed.Dag-Erling Smørgrav2000-05-111-1/+1
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-6/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add MAINTAINER.Dag-Erling Smørgrav1999-01-291-1/+2
* Don't specify a language to compile_et.Dag-Erling Smørgrav1998-12-181-2/+2
* Add verbose flag, and support functions.Dag-Erling Smørgrav1998-12-161-14/+10
* Fix the "Unknown HTTP error" message.Dag-Erling Smørgrav1998-12-151-3/+3
* fetch_err.h is a generated file, so don't look for it in ${.CURDIR}.Dag-Erling Smørgrav1998-11-071-2/+2