| Commit message (Expand) | Author | Age | Files | Lines |
| * | Include the proper header file (<unistd.h>) and declare [gs]etdomainname() | Garrett Wollman | 1996-07-12 | 2 | -11/+8 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 165 | -510/+673 |
| * | Cast lseek arguments appropriately. | Jordan K. Hubbard | 1996-07-09 | 2 | -8/+8 |
| * | add references lstat(2), readlink(2), symlink(7) in section SEE ALSO | Wolfram Schneider | 1996-07-07 | 1 | -1/+4 |
| * | Implement an ftpVerbose() hook. | Jordan K. Hubbard | 1996-07-04 | 3 | -2/+22 |
| * | Isolated all the crap for thread-safe so I can see what goes on again... | Poul-Henning Kamp | 1996-07-03 | 1 | -61/+48 |
| * | Describe the "file pointer" in lseeks' man page a bit better | Mike Pritchard | 1996-07-03 | 1 | -2/+3 |
| * | Document the "sig" function parameter. | Mike Pritchard | 1996-07-03 | 2 | -1/+5 |
| * | Implement incremental passwd database updates. This is done by ading a '-u' | Guido van Rooij | 1996-07-01 | 1 | -2/+8 |
| * | Add back missing backslash in SUBDIR list, it got lost when libtcl was | Peter Wemm | 1996-06-28 | 1 | -3/+3 |
| * | Add libtcl to makefile | Poul-Henning Kamp | 1996-06-28 | 1 | -2/+2 |
| * | Makefile: | Gary Palmer | 1996-06-26 | 2 | -3/+3 |
| * | Bmaked tcl 7.5 | Poul-Henning Kamp | 1996-06-26 | 1 | -0/+847 |
| * | Fixed comparisons so that preposterously large (>= 0x80000000) brk values | Bruce Evans | 1996-06-25 | 2 | -10/+10 |
| * | Bring in my changes for removing the pestilent obj links (unless you | Jordan K. Hubbard | 1996-06-24 | 2 | -4/+4 |
| * | Adjust docs to match reality. | Jordan K. Hubbard | 1996-06-24 | 1 | -4/+8 |
| * | Adjust the reference to ftpBinary() in the (unused) TCL wrappers. | Jordan K. Hubbard | 1996-06-24 | 1 | -4/+4 |
| * | Removed -g from CFLAGS. | Bruce Evans | 1996-06-23 | 1 | -2/+2 |
| * | Specify that daemon(3) returns int, and standardise the | Gary Palmer | 1996-06-22 | 1 | -3/+5 |
| * | Fix a bug in the way binary/ascii settings were being done. New | Jordan K. Hubbard | 1996-06-22 | 2 | -42/+78 |
| * | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> | James Raynard | 1996-06-22 | 1 | -3/+2 |
| * | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | James Raynard | 1996-06-22 | 57 | -50/+317 |
| * | Submitted by: archie@whistle.com | Julian Elischer | 1996-06-20 | 1 | -2/+2 |
| * | Make certain small things more consistent with the other stdio man pages. | Jordan K. Hubbard | 1996-06-20 | 1 | -10/+10 |
| * | I hate to read a man page that almost has useful information | Joshua Peck Macdonald | 1996-06-20 | 1 | -2/+2 |
| * | Remove libforms, it was never used. | Jordan K. Hubbard | 1996-06-19 | 13 | -2903/+0 |
| * | Remove libforms - it's unused. | Jordan K. Hubbard | 1996-06-19 | 1 | -1/+1 |
| * | Add tcl. | Poul-Henning Kamp | 1996-06-18 | 1 | -1/+1 |
| * | Manage control connections a little better for the URL routines. | Jordan K. Hubbard | 1996-06-17 | 1 | -5/+13 |
| * | Make binary mode the default. | Jordan K. Hubbard | 1996-06-17 | 1 | -1/+2 |
| * | Stamp out a potential memory leak. | Jordan K. Hubbard | 1996-06-17 | 2 | -10/+17 |
| * | Bring in libftpio. | Jordan K. Hubbard | 1996-06-17 | 1 | -1/+1 |
| * | Add RCS Id and fix date. | Garrett Wollman | 1996-06-17 | 1 | -2/+3 |
| * | Cross-reference addr2ascii(3). | Garrett Wollman | 1996-06-17 | 1 | -3/+10 |
| * | Correct date and add $Id$ to reflect previous modification. | Garrett Wollman | 1996-06-17 | 1 | -2/+3 |
| * | Cross-reference addr2ascii(3) and inlcude a note about how those | Garrett Wollman | 1996-06-17 | 1 | -2/+16 |
| * | Rethink and reimpliment the way RESTARTS are handled. The method I inheirited | Jordan K. Hubbard | 1996-06-17 | 3 | -53/+33 |
| * | If hostname > UT_HOSTSIZE, use its numeric address instead to keep | Andrey A. Chernov | 1996-06-17 | 1 | -4/+18 |
| * | Add a feature: If the environment variable FTP_PASSIVE_MODE is defined | Jordan K. Hubbard | 1996-06-17 | 1 | -1/+3 |
| * | Whoops, give the authors all proper credit. | Jordan K. Hubbard | 1996-06-17 | 1 | -0/+2 |
| * | Bring in a new library `libftpio', so named to avoid clashes with older | Jordan K. Hubbard | 1996-06-17 | 6 | -0/+1226 |
| * | It would help if I actually added the source code for these routines. | Garrett Wollman | 1996-06-13 | 3 | -0/+377 |
| * | Add an independent implementation of addr2ascii(3) and ascii2addr(3) | Garrett Wollman | 1996-06-13 | 1 | -2/+5 |
| * | Code cleanup:- | James Raynard | 1996-06-12 | 2 | -2/+3 |
| * | Code cleanup:- | James Raynard | 1996-06-12 | 6 | -13/+13 |
| * | Code cleanup:- | James Raynard | 1996-06-12 | 7 | -12/+11 |
| * | Code cleanup:- | James Raynard | 1996-06-12 | 5 | -5/+5 |
| * | Code cleanup: | James Raynard | 1996-06-11 | 3 | -9/+9 |
| * | Code cleanup: | James Raynard | 1996-06-10 | 9 | -21/+37 |
| * | Update man to tell that <sys/types.h> is needed. | Poul-Henning Kamp | 1996-06-10 | 1 | -0/+1 |