| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=50952
|
| |
|
|
|
|
|
| |
Found by: mehldau@photogrammetrie.de (Gerhard Mehldau) (via Usenet)
Notes:
svn path=/stable/2.1/; revision=24459
|
| |
|
|
|
|
|
|
| |
(do not allow PORT commands to remote ports less than 1024 or
addresses other than the requestor's address.)
Notes:
svn path=/stable/2.1/; revision=22669
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=22458
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=22456
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=22281
|
| |
|
|
|
|
|
|
|
|
| |
revision 1.30 / 1.31
date: 1997/01/28 07:06:54; author: davidg; state: Exp; lines: +5 -0
Fix signal handler race condition.
Notes:
svn path=/stable/2.1/; revision=22273
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=22160
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=22043
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=21839
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=19925
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=19905
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=19904
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=19901
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=16790
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=16612
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=16232
|
| |
|
|
|
|
|
| |
I can get it to `make world' succesfully, anyway!
Notes:
svn path=/stable/2.1/; revision=16121
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=14668
|
| |
|
|
|
|
|
| |
users to avoid the ``secure mode''...
Notes:
svn path=/stable/2.1/; revision=13182
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=12004
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=11229
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=10779
|
| |
|
|
|
|
|
|
| |
fix problem with negotiation getting screwed up by login starting too
soon.
Notes:
svn path=/stable/2.1/; revision=10657
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=10527
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=10510
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=10509
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=10461
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=10285
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=10284
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=10283
|
| |
|
|
|
|
|
| |
doesn't always return "root".
Notes:
svn path=/stable/2.1/; revision=10282
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=10280
|
| |
|
|
| |
Notes:
svn path=/stable/2.1/; revision=9211
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8858
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8697
|
| |
|
|
|
|
|
| |
directory /root.
Notes:
svn path=/head/; revision=8696
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- set TCP_NOPUSH to keep from sending short packets at each write(2) boundary
- set SO_SNDBUF to 64k so we have a reasonable amount of buffer space
- for a regular file in binary mode which is not being restarted and is
. smaller than 16 Meg, use mmap(2) and write(2) the whole file in one big
gulp
In the most common circumstances, this should dramatically reduce the
system-call load from ftpd, since the call to write() will not return until
the entire file has been written, rather than writing just a few K at a time
in a loop.
Notes:
svn path=/head/; revision=8240
|
| |
|
|
|
|
|
|
|
| |
When hostname len > 8, name replaced with dot notation when -u flag
not specified (default case).
Use _PATH_* for utmp/wtmp.
Notes:
svn path=/head/; revision=8093
|
| |
|
|
|
|
|
| |
Obtained from: NetBSD
Notes:
svn path=/head/; revision=7971
|
| |
|
|
|
|
|
| |
Submitted by: Gene Stark <gene@starkhome.cs.sunysb.edu>
Notes:
svn path=/head/; revision=7914
|
| |
|
|
| |
Notes:
svn path=/head/; revision=7842
|
| |
|
|
| |
Notes:
svn path=/head/; revision=7841
|
| |
|
|
| |
Notes:
svn path=/head/; revision=7777
|
| |
|
|
|
|
|
| |
Close security holes reported.
Notes:
svn path=/head/; revision=7768
|
| |
|
|
|
|
|
| |
references in the man page.
Notes:
svn path=/head/; revision=7766
|
| |
|
|
|
|
|
| |
Submitted by: Jan Conard <charly@fachschaften.tu-muenchen.de>
Notes:
svn path=/head/; revision=7317
|
| |
|
|
|
|
|
| |
Submitted by: Gil Kloepfer Jr. <gil@limbic.ssdl.com>
Notes:
svn path=/head/; revision=7182
|
| |
|
|
|
|
|
|
|
|
| |
consistant. Programs shouldn't rely on non-standard paths for bringing
in default libraries.
Suggested by: Andreas Schulz <ats@freebsd.first.gmd.de>
Notes:
svn path=/head/; revision=7172
|