summaryrefslogtreecommitdiff
path: root/usr.bin/uudecode
AgeCommit message (Expand)Author
2022-08-30Use BUFSIZ instead of PATH_MAX. Since it doesn't anything with a fileYASUOKA Masahiko
2022-08-30Give a string which length is multiple of 4 to b64_pton() since theYASUOKA Masahiko
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-03-10Delete useless calls to setlocale(3):Ingo Schwarze
2018-12-31If there is an invalid character in the uuencoded stream, uudecode(1)Alexander Bluhm
2018-12-31Zap unused <sys/socket.h>kn
2016-01-03Add missing pledge "getpw". If -s or -o were specified on the commandtb
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07tame "stdio rpath wpath cpath" or a more mundane "stdio rpath", dependingTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-07-29an enum specifier is more elegant than a set of #defines;Igor Sobrado
2008-07-05each utility must have its own usage and its own set of options;Igor Sobrado
2004-04-09Sync with FreeBSD; adds base64 support and other options.Todd C. Miller
2003-12-09user err/warnMichael Shalayeff
2003-07-10add missing includesDavid Krause
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-11-19kill more registersMike Pechkin
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1998-09-15getopt returns int, not char; rahnds@openbsd.orgTodd C. Miller
1998-08-31Add pass-through ('-p') option to uudecode.dgregor
1998-05-29accept spaces in nameTheo de Raadt
1998-05-11set max field width of %s correctlyTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt