| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=93149
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84204
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75670
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72063
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70481
|
| |
|
|
|
|
|
| |
- The ftpPassive()
Notes:
svn path=/head/; revision=64799
|
| |
|
|
|
|
|
| |
Don't assume 227 and 228 replies enclose remote address with parentheses.
Notes:
svn path=/head/; revision=62905
|
| |
|
|
|
|
|
| |
We don't need bumping it in this time.
Notes:
svn path=/head/; revision=62686
|
| |
|
|
|
|
|
|
|
| |
This is required for forthcoming IPv6 ready installer.
Obtained from: KAME
Notes:
svn path=/head/; revision=62649
|
| |
|
|
|
|
|
|
| |
Reviewed by: des
Obtained from: FreeBSD's src/usr.bin/ftp/main.c
Notes:
svn path=/head/; revision=60051
|
| |
|
|
|
|
|
| |
Suggested by: Eric D. Futch <efutch@nyct.net>
Notes:
svn path=/head/; revision=59579
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57686
|
| |
|
|
|
|
|
| |
Reviewed by: marcel, and make world
Notes:
svn path=/head/; revision=55955
|
| |
|
|
|
|
|
| |
Submitted by: bde
Notes:
svn path=/head/; revision=51903
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-----------------------------
Most of the userland changes are in libc. For both the alpha
and the i386 setjmp has been changed to accomodate for the
new sigset_t. Internally, libc is mostly rewritten to use the
new syscalls. The exception is in compat-43/sigcompat.c
The POSIX thread library has also been rewritten to use the
new sigset_t. Except, that it currently only handles NSIG
signals instead of the maximum _SIG_MAXSIG. This should not
be a problem because current applications don't use any
signals higher than NSIG.
There are version bumps for the following libraries:
libdialog
libreadline
libc
libc_r
libedit
libftpio
libss
These libraries either a) have one of the modified structures
visible in the interface, or b) use sigset_t internally and
may cause breakage if new binaries are used against libraries
that don't have the sigset_t change. This not an immediate
issue, but will be as soon as applications start using the
new range to its fullest.
NOTE: libncurses already had an version bump and has not been
given one now.
NOTE: doscmd is a real casualty and has been disconnected for
the moment. Reconnection will eventually happen after
doscmd has been fixed. I'm aware that being the last one
to touch it, I'm automaticly promoted to being maintainer.
According to good taste this means that I will receive a
badge which either will be glued or mechanically stapled,
drilled or otherwise violently forced onto me :-)
NOTE: pcvt/vttest cannot be compiled with -traditional. The
change cause sys/types to be included along the way which
contains the const and volatile modifiers. I don't consider
this a solution, but more a workaround.
Notes:
svn path=/head/; revision=51794
|
| |
|
|
|
|
|
|
|
| |
initialization of sa_flags added so that the 'struct sigaction'
can be declared local in both functions that use the global
(static) declaration. Remove the global declaration.
Notes:
svn path=/head/; revision=51760
|
| |
|
|
|
|
|
|
|
| |
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
Notes:
svn path=/head/; revision=51457
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=49828
|
| |
|
|
|
|
|
|
|
|
| |
(and its friends) more firewall friendly.
PR: 10580
Submitted by: nsayer
Notes:
svn path=/head/; revision=45163
|
| |
|
|
|
|
|
|
|
| |
PR: 6259
Reviewed & slightly modified by: phk
Submitted by: Archie Cobbs <archie@whistle.com>
Notes:
svn path=/head/; revision=35126
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34669
|
| |
|
|
|
|
|
|
| |
PR: 5691
Submitted by: archie@whistle.com
Notes:
svn path=/head/; revision=33212
|
| |
|
|
|
|
|
|
| |
function from 'errno' to 'error' so that there is no conflict with the
thread-safe definition of errno in errno.h.
Notes:
svn path=/head/; revision=31892
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
can return UNIX errnos. When UNIX errnos catch up with FTP status
codes (e.g. at 100) a new way will have to be found to tell which
is which.
This allows fetch to print errors like
fetch: ftp.fu-berlin.de: No route to host
instead of
fetch: ftp.fu-berlin.de: Unknown error
Notes:
svn path=/head/; revision=30065
|
| |
|
|
|
|
|
|
|
| |
nuked file descriptor. This is probably why sysinstall's ftp xfer
occasionally SEGV'd if you left things alone for a long time and
the timeout code got called. Whoops!
Notes:
svn path=/head/; revision=30030
|
| |
|
|
|
|
|
|
|
|
|
|
| |
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.
PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
Notes:
svn path=/head/; revision=29574
|
| |
|
|
|
|
|
| |
Submitted by: Nadav Eiron <nadav@barcode.co.il>
Notes:
svn path=/head/; revision=25487
|
| |
|
|
| |
Notes:
svn path=/head/; revision=25028
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22993
|
| |
|
|
|
|
|
| |
just going to hang forever on the close).
Notes:
svn path=/head/; revision=21930
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
the handler with SA_RESTART set, so the system calls I wanted to have the
timeout effect will just restart instead (which is NOT what I wanted).
Sheepishly use sigaction() like a good boy and make timeouts actually do
something.
Also pass errors out more effectively so that fetch(1) actually understands
what went wrong.
Notes:
svn path=/head/; revision=21797
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20602
|
| |
|
|
|
|
|
| |
(lack of sleep)
Notes:
svn path=/head/; revision=19739
|
| |
|
|
|
|
|
|
| |
connection at the end of operation, so it not leave opened
file without a reason.
Notes:
svn path=/head/; revision=19738
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=19731
|
| |
|
|
|
|
|
|
|
| |
at the same time, so add new con_state to avoid QUIT recursion
Still should go to 2.2
Notes:
svn path=/head/; revision=19728
|
| |
|
|
|
|
|
|
|
|
|
| |
send QUIT to closed connection.
2) Preserve login failure code, don't overwrite it with ftp_close
code
Should go to 2.2
Notes:
svn path=/head/; revision=19727
|
| |
|
|
|
|
|
| |
Submitted-By: Archie Cobbs <archie@whistle.com>
Notes:
svn path=/head/; revision=18851
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18718
|
| |
|
|
|
|
|
|
|
|
| |
Major version bumped (by me) since the ftpGet() public interface has
changed (an "int *" becomes and "off_t *")
Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>, PR#1640
Notes:
svn path=/head/; revision=18394
|
| |
|
|
|
|
|
|
|
|
| |
use it.
Correct a typo bogon that had REST mistyped as RETR. No wonder fetch's
restart command didn't work! :-(
Notes:
svn path=/head/; revision=17978
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17930
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17810
|
| |
|
|
|
|
|
|
| |
be zero'd only if the operation *fails*, indicating that the file
starting offset is effectively zero. This makes more sense.
Notes:
svn path=/head/; revision=17733
|