HardenedBSD/lib
Andrey A. Chernov 0c663b7771 For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to know
FTP error return code because
1) They return NULL, it means that ftpErrno can't be used because
it takes file pointer
2) They don't have FILE-type argument as f.e. ftpGet/ftpPut to use
it for ftpErrno instead.

For that functions I add yet one int* type argument to store
FTP error return code. It is impossible to add some global variable
for that reason, because user can have multiply FTP connections
opened at the same time.

So, interface changed, major number bumped.
Userland changes will follows.

Minor bugfixes, the code:
Forget to close file in few places, when failure occurse
Forget to NULL cached host name, multiply free is possible
1996-11-14 06:59:41 +00:00
..
csu/i386
libc Slight rewording of the BUGS section. 1996-11-13 23:55:28 +00:00
libc_r Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np(). 1996-11-11 09:09:30 +00:00
libcom_err
libcompat Replace collate_range_cmp call with its code 1996-10-31 04:55:47 +00:00
libcrypt
libcurses
libdisk
libedit
libf2c
libF77
libftpio For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to know 1996-11-14 06:59:41 +00:00
libgnumalloc
libI77
libipx
libkse Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np(). 1996-11-11 09:09:30 +00:00
libkvm kvm_malloc: 1996-11-11 08:28:47 +00:00
libm
libmd Moved #include of <sys/types.h> earlier so that this compiles when 1996-10-25 06:48:29 +00:00
libmytinfo
libncurses
libpam/modules
libpcap
libpthread Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np(). 1996-11-11 09:09:30 +00:00
libresolv Yet another attempt to remove the old libraries correctly. libfoo.* 1996-10-08 20:06:41 +00:00
librpcsvc
libscsi
libskey After some thinking implement alternative way:if it is impossible 1996-10-18 16:52:33 +00:00
libss
libtcl Regenerate. This backs out my previous change to TCL_SHLIB_SUFFIX, since 1996-10-31 16:09:04 +00:00
libtelnet
libtermcap Change the last -Wall cleanup so that the tputs declaration doesn't 1996-09-10 12:42:10 +00:00
libutil
libxpg4
liby
libz
msun
ncurses/ncurses
Makefile Compile libtelnet from eBones, not secure. 1996-11-03 16:59:04 +00:00
Makefile.inc