summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/util.c
Commit message (Expand)AuthorAgeFilesLines
* o Fix some checks on snprintf(3) to prevent miscalculations.mike2001-08-291-4/+8
* Fix my previous snprintf() patches (which were largely no-ops).brian2001-08-231-7/+9
* Handle overflows from snprintf(), not just returns of < 0brian2001-08-211-5/+5
* Handle snprintf() returning -1.brian2001-08-201-12/+26
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-1/+0
* Fix using /usr/bin/ftp as a slave process on the end of a pipe by callingjon2001-08-051-0/+1
* Correct small typo on debug message.dcs2001-06-221-1/+1
* Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to tobde2001-04-041-5/+7
* Replace isurl() with isipv6addr().ume2000-05-221-0/+30
* Fix several problems with EPSV (verbosity, one-per-session, missing place)ache2000-02-211-0/+1
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-14/+3
* Revert the change from memset() to bzero(), since bzero() is simplysheldonh2000-01-201-1/+1
* Correctly parse broken MDTM responses from servers which formatsheldonh2000-01-181-16/+36
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* - add "-s src_addr" option to allow setting of the source IP address;ru1999-06-251-3/+3
* 'remaining' must be declared off_t instead of int to avoid FPE when the size ofjmz1998-07-191-4/+5
* Don't print garbage when user enters EOF at name prompt.pst1998-02-031-3/+4
* Add (unsigned char) cast to ctype macroache1997-12-161-3/+3
* Sync with NetBSD v1.3.pst1997-12-131-51/+108
* Localize it (ctype)ache1997-06-271-3/+3
* Import substantial improvements to ftp(1) from NetBSD, largely themsmith1997-06-251-0/+779
OpenPOWER on IntegriCloud