#
5ad04d35 |
| 20-May-2014 |
guenther <guenther@openbsd.org> |
Use errc/warnc to simplify code. Also, in 'ftp', always put the error message last, after the hostname/ipaddr.
ok jsing@ krw@ millert@
|
#
a6dfabda |
| 16-May-2005 |
espie <espie@openbsd.org> |
Do not call out mkdir -p, but reuse the code from mkdir(1).
Removes the possibility of nasty stuff happening thanks to unquoted arguments in system(1).
Also plug a small memory leak.
Problems noti
Do not call out mkdir -p, but reuse the code from mkdir(1).
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@
show more ...
|