Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use errc/warnc to simplify code. | 2014-05-20 | 1 | -2/+2 | |
| | | | | | | Also, in 'ftp', always put the error message last, after the hostname/ipaddr. ok jsing@ krw@ millert@ | ||||
* | pull in local .h files to satisfy proto | 2013-11-12 | 1 | -1/+4 | |
| | |||||
* | umask juggling not needed; with Lionel Fourquaux. | 2005-06-20 | 1 | -6/+3 | |
| | | | | ok millert@ espie@ | ||||
* | Do not call out mkdir -p, but reuse the code from mkdir(1). | 2005-05-16 | 1 | -0/+77 | |
Removes the possibility of nasty stuff happening thanks to unquoted arguments in system(1). Also plug a small memory leak. Problems noticed by Lionel Fourquaud. okay millert@, deraadt@ |