aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Collapse)AuthorAgeFilesLines
* MFC:Marius Strobl2004-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile.inc1 1.361 bin/ed/Makefile 1.22 lib/Makefile 1.157 lib/libcrypt/Makefile 1.31 lib/libfetch/Makefile 1.41 lib/libpam/modules/modules.inc 1.17 libexec/Makefile 1.61 share/examples/etc/make.conf 1.215 share/man/man5/make.conf.5 1.73 usr.bin/Makefile 1.239 usr.bin/fetch/Makefile 1.14 usr.sbin/pkg_install/Makefile 1.14 usr.sbin/pkg_install/add/Makefile 1.17 usr.sbin/pkg_install/info/Makefile 1.17 usr.sbin/pkg_install/version/Makefile 1.12 usr.sbin/ppp/Makefile 1.95, 1.96 usr.sbin/pppd/Makefile 1.25 usr.sbin/sendmail/Makefile 1.40 usr.sbin/tcpdump/tcpdump/Makefile 1.36 Retire the useless NOSECURE knob. The motivation for this MFC is that MAKE_KERBEROS4 and MAKE_KERBEROS5 are meant to be buildable by various makefiles when NOSECURE is set but this was broken because Kerberos depends on e.g. des(3) from OpenSSL which wasn't built when NOSECURE was defined. Fixing the NOSECURE knob however would have meant to make it do the same as the NOCRYPT knob. If you had been using the NOSECURE build knob please now use the NOCRYPT knob instead. Discussed with: ru (some months ago) Reviewed by: ru (some months ago) Approved by: markm (telnet and secure bits, some months ago), kensmith (re) Notes: svn path=/stable/4/; revision=138803
* FreeBSD-SA-04:16.fetch:Colin Percival2004-11-181-1/+2
| | | | | | | MFC revision 1.75 of src/usr.bin/fetch/fetch.c Notes: svn path=/stable/4/; revision=137855
* MFC: (1.73) restore the r_flag check; this unbreaks mirror mode.Dag-Erling Smørgrav2004-09-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=135790
* MFC: (1.72) don't rely on sb.st_size unless we're sure it's meaningful.Dag-Erling Smørgrav2004-08-221-5/+16
| | | | Notes: svn path=/stable/4/; revision=134141
* MFC: (1.69) truncate long file names in progress meterDag-Erling Smørgrav2004-08-101-13/+12
| | | | | | | | (1.70) style nits (1.71) don't strip trailing whitespace from passwords Notes: svn path=/stable/4/; revision=133417
* MFC 1.61,1.62:Colin Percival2004-08-021-3/+7
| | | | | | | | | | Restore part of the word that got (accidentally) removed. Removed whitespace at EOL. Document the behaviour of the "-o file" option when "file" is a directory (downloaded file(s) are created inside the directory). Notes: svn path=/stable/4/; revision=132989
* MFC (1.68): fix discrepancy between code and docs for -S option.Dag-Erling Smørgrav2004-07-011-1/+0
| | | | Notes: svn path=/stable/4/; revision=131406
* MFC: (1.66) workaround for servers that ignore ranges in chunked mode.Dag-Erling Smørgrav2004-04-121-1/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/stable/4/; revision=128164
* MFC: markup nits, mention fetch(3) more prominentlyDag-Erling Smørgrav2004-02-271-10/+10
| | | | Notes: svn path=/stable/4/; revision=126309
* MFC: revamped progress meter.Dag-Erling Smørgrav2004-02-271-52/+62
| | | | Notes: svn path=/stable/4/; revision=126308
* MFC: netrc, ETA.Dag-Erling Smørgrav2003-06-062-37/+87
| | | | Notes: svn path=/stable/4/; revision=115890
* Link against libcrypto and libssl, for the benefit of those buildingDag-Erling Smørgrav2003-01-091-0/+4
| | | | | | | | static worlds (the dynamic case is taken care of by the dependencies registered in libfetch.so) Notes: svn path=/stable/4/; revision=108999
* MFC: (1.58) use the URL instead of the output file name in error messages.Dag-Erling Smørgrav2002-12-041-6/+6
| | | | | | | PR: 33856 Notes: svn path=/stable/4/; revision=107573
* MFC: synch with -CURRENT (except Makefile)Dag-Erling Smørgrav2002-11-271-75/+97
| | | | | | | | | Modifications include: countdown timer, timeout bug fixes, verbosity bug fixes, error handling bug fixes, cleanup of option argument parsing code, some style and warning fixes. Notes: svn path=/stable/4/; revision=107316
* The .Nm utilityPhilippe Charnier2002-06-201-2/+3
| | | | Notes: svn path=/stable/4/; revision=98522
* MFC: (1.44) set the timestamp on the correct file.Dag-Erling Smørgrav2002-02-231-2/+2
| | | | | | | PR: bin/34992 Notes: svn path=/stable/4/; revision=91143
* MFC: 1.47: Document fetch(1) reaction to SIGINFO.Ruslan Ermilov2002-01-161-0/+12
| | | | | | | Approved by: re (blanket) Notes: svn path=/stable/4/; revision=89430
* MFC: synch with -CURRENT (authentication callback, timeout, atomicity,Dag-Erling Smørgrav2001-12-182-621/+740
| | | | | | | warnings and style) Notes: svn path=/stable/4/; revision=88123
* MFC: don't print progress reports unless we're the foreground process.Dag-Erling Smørgrav2001-10-061-0/+11
| | | | | | | PR: bin/30764 Notes: svn path=/stable/4/; revision=84570
* MFC 1.32: fix scheme guessing.Dima Dorfman2001-08-161-2/+2
| | | | | | | Approved by: des, murray Notes: svn path=/stable/4/; revision=81741
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-4/+4
| | | | Notes: svn path=/stable/4/; revision=80147
* MFC: synch completely with -CURRENT, except for fetchAuthMethod stuff.Dag-Erling Smørgrav2001-06-111-8/+8
| | | | Notes: svn path=/stable/4/; revision=78091
* MFC: don't try to print a percentage for zero-length files.Dag-Erling Smørgrav2001-06-111-1/+1
| | | | Notes: svn path=/stable/4/; revision=78084
* MFC: bring usage message in synch with reality.Dag-Erling Smørgrav2001-03-281-3/+2
| | | | | | | | PR: bin/26160 Approved by: jkh Notes: svn path=/stable/4/; revision=74960
* MFC: port range usage.Dag-Erling Smørgrav2001-03-242-13/+17
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74750
* MFC: print status when SIGINFO is received.Dag-Erling Smørgrav2001-03-151-5/+29
| | | | Notes: svn path=/stable/4/; revision=74316
* MFC: (rev 1.44) fix a formatting bug.Ruslan Ermilov2001-03-071-1/+1
| | | | Notes: svn path=/stable/4/; revision=73946
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-1/+1
| | | | Notes: svn path=/stable/4/; revision=73879
* MFC: try to guess scheme; be more careful if server doesn't report size.Dag-Erling Smørgrav2000-12-271-2/+21
| | | | Notes: svn path=/stable/4/; revision=70409
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+2
| | | | Notes: svn path=/stable/4/; revision=69768
* MFC: various bug and style fixes (synch with -CURRENT)Dag-Erling Smørgrav2000-12-011-12/+25
| | | | Notes: svn path=/stable/4/; revision=69467
* MFC: if output file is a device node, don't set mtime or unlinkDag-Erling Smørgrav2000-09-171-2/+4
| | | | Notes: svn path=/stable/4/; revision=66000
* MFC: revert to old behavior of deleting the output file when interrupted.Dag-Erling Smørgrav2000-07-261-2/+4
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=63879
* MFC: don't print summary in quiet mode (cosmetic)Dag-Erling Smørgrav2000-07-211-0/+3
| | | | Notes: svn path=/stable/4/; revision=63721
* MFC: Sync with -CURRENT (most notably, fix resume and proxy problems)Dag-Erling Smørgrav2000-07-212-15/+11
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=63718
* MFC: fix bugs related to resumed HTTP transfers.Dag-Erling Smørgrav2000-07-201-20/+26
| | | | Notes: svn path=/stable/4/; revision=63570
* MFC: don't force passive modeDag-Erling Smørgrav2000-07-191-1/+1
| | | | Notes: svn path=/stable/4/; revision=63502
* MFC: remove description of -t, don't mark the word "and" as a flag.Ben Smithurst2000-07-181-5/+2
| | | | | | | Approved by: des Notes: svn path=/stable/4/; revision=63466
* MFC: everything since the last one.Dag-Erling Smørgrav2000-07-172-35/+94
| | | | Notes: svn path=/stable/4/; revision=63347
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-171-0/+645
| | | | Notes: svn path=/stable/4/; revision=63310
* MFC: libfetch-based fetch(1)Dag-Erling Smørgrav2000-07-169-3845/+157
| | | | Notes: svn path=/stable/4/; revision=63238
* Prettify, add $FreeBSD$ and claim maintainershipDag-Erling Smørgrav2000-06-291-5/+6
| | | | Notes: svn path=/stable/4/; revision=62249
* Print a warning and exit with != 0 when at least one downloaded fileMartin Cracauer2000-03-084-22/+44
| | | | | | | | | | | is shorter than previously announced by the server. Tested by asami. Approved by: jkh Notes: svn path=/head/; revision=57824
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-3/+6
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* Add the -F option. This is for forcing restarts with -r by inhibitingBrian Feldman1999-10-234-7/+22
| | | | | | | transmission of the If-Range HTTP header field. Notes: svn path=/head/; revision=52444
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
| | | | Notes: svn path=/head/; revision=50477
* "transfered" -> "transferred"Brian Feldman1999-07-022-4/+4
| | | | | | | Reviewed by: dict(1) Notes: svn path=/head/; revision=48457
* This fixes the problem of cancelling an FTP transfer resulting inBrian Feldman1999-06-212-3/+6
| | | | | | | | a bogus error ("parsing URI".) I also fixed an inconsistency in another fs_status. Notes: svn path=/head/; revision=48060
* make md5 checksums actually work instead of simply calculating the lengthJohn-Mark Gurney1999-05-181-3/+7
| | | | | | | | | | | | of an empty buffer... the output file wasn't readable... also warn that we can't checksum on stdout and print out the base64 encoded version of the md5 checksum... Site to actually return md5 digest: web.golux.com Verified that fetch was broken: Ken Coar <Ken.Coar@Golux.Com> Notes: svn path=/head/; revision=47303
* Restore \n at end of usage message.Garrett Wollman1999-03-081-2/+2
| | | | | | | Complained-about-by: charnier Notes: svn path=/head/; revision=44576