aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uuencode/uuencode.1
Commit message (Collapse)AuthorAgeFilesLines
* Modularize uuencode and uudecode by wrapping them in bintrans.cPiotr Pawel Stefaniak2022-04-181-221/+0
| | | | | | | | | | | | | | | | | | | | | The program will be installed as bintrans, uuencode, uudecode, b64encode, and b64decode and will be responsible for running the coders according to their historical behavior. Additionally, bintrans will be able to take a parameter designating the coder and accept all its options in this form: bintrans <coder> [options] and the behavior should be the same as if <coder> [options] was invoked. This has the advantage that adding coders won't require installing them as binaries. Move uudecode files to uuencode since the latter is the one that provides the manual page. Reviewed by: delphij (previous version) Differential Revision: https://reviews.freebsd.org/D32943
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Remove spaces at end of lineBaptiste Daroussin2017-02-111-1/+1
| | | | | | | | Reported by: make manlint MFC after: 2 days Notes: svn path=/head/; revision=313673
* Enhance uuencode with a -r option to produce raw output.Pietro Cerutti2016-04-071-0/+4
| | | | | | | | | | | | | | This matches with uudecode's -r option to decode raw data without initial and final framing lines. $ echo Test | uuencode -mr - | uudecode -mr Test Approved by: cognet MFC after: 1 week Notes: svn path=/head/; revision=297678
* Prefer an example users born after myself might use.Eitan Adler2012-10-261-1/+1
| | | | | | | | Approved by: bcr (mentor) MFC after: 3 days Notes: svn path=/head/; revision=242136
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-141-1/+1
| | | | | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days Notes: svn path=/head/; revision=148011
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
| | | | Notes: svn path=/head/; revision=140420
* Fix English usage: "for security purpose" -> "for security reasons".Tony Finch2003-03-181-1/+1
| | | | Notes: svn path=/head/; revision=112378
* Document uudecode's new relaxed mode for handling raw data.Tony Finch2003-02-271-3/+25
| | | | Notes: svn path=/head/; revision=111589
* Correct minor grammos.Jens Schweikhardt2002-12-221-3/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=108181
* Don't try (and fail) to fchmod /dev/stdout. Revert the manual pageTony Finch2002-09-031-1/+1
| | | | | | | | | | | to suggest the portable alternative to -p. PR: 42356 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> MFC after: 1 week Notes: svn path=/head/; revision=102910
* Suggest -p instead of -o /dev/stdout.Tony Finch2002-09-031-1/+1
| | | | | | | PR: 42356 Notes: svn path=/head/; revision=102891
* Synch usage() and manpage for b64encode/b64decode.Juli Mallett2002-05-191-0/+3
| | | | | | | Make uudecode's usage more like that of other programs. Notes: svn path=/head/; revision=96943
* Add b64decode & b64encode as synonyms for uudecode and uuencode -m,Juli Mallett2002-05-191-1/+21
| | | | | | | | | respectively, for convenience when encoding or decoding base64 files. As requested by various users. Notes: svn path=/head/; revision=96942
* Use `The .Nm utility'Philippe Charnier2002-04-201-8/+12
| | | | Notes: svn path=/head/; revision=95124
* In the BUGS section, mention that the ballooning of size mentioned here isJuli Mallett2002-04-201-2/+2
| | | | | | | | | | with regard to the traditional algorithm. Suggested by: obrien MFC after: 1 week Notes: svn path=/head/; revision=95104
* mdoc(7) police: fix markup and uudecode(1) -o option description.Ruslan Ermilov2002-03-151-6/+5
| | | | Notes: svn path=/head/; revision=92344
* Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.Juli Mallett2002-03-051-2/+19
| | | | | | | | | | | Add `-o' option to uuencode(1) to pipe the uuencoded output to an arbitrary file, instead of just stdout. Reviewed by: -standards, mike Approved by: mike Notes: svn path=/head/; revision=91661
* Un-deprecate the -p option. We now have two ways to output to stdout:Mike Barcroft2002-02-161-3/+0
| | | | | | | | | `-o /dev/stdout' or `-p'. Requested by: grog, nectar Notes: svn path=/head/; revision=90720
* Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p optionMike Barcroft2002-01-271-3/+18
| | | | | | | | | | | (which allows one to redirect output to stdout); `-o /dev/stdout' is recommended instead. Submitted by: Joseph Mallett <jmallett@xMach.org> MFC after: 2 weeks Notes: svn path=/head/; revision=89882
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+3
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add two new options:Wolfram Schneider1998-01-251-2/+10
| | | | | | | | | | | -i Do not overwrite files. -s Do not strip output pathname to base filename. By default uuencode deletes any prefix ending with the last slash '/' for security purpose. Notes: svn path=/head/; revision=32780
* Use err(3).Philippe Charnier1997-08-221-4/+6
| | | | Notes: svn path=/head/; revision=28564
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* New options for uudecodeWolfram Schneider1996-10-211-0/+28
| | | | | | | | -p Decode file and write output to standard output. -c Decode more than one uuencode'd file from file if possible. Notes: svn path=/head/; revision=19078
* Another round of man page cleanups.Mike Pritchard1996-02-121-2/+1
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+105
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590