| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Reviewed by: silence
Notes:
svn path=/head/; revision=61838
|
| |
|
|
|
|
|
|
|
| |
kernel and compatibility issue.
Obtained from: KAME Project
Notes:
svn path=/head/; revision=61824
|
| |
|
|
|
|
|
| |
been replaced with the library calls fflagstostr and strtofflags.
Notes:
svn path=/head/; revision=61803
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61748
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61747
|
| |
|
|
|
|
|
| |
pointer to a static buffer.
Notes:
svn path=/head/; revision=61746
|
| |
|
|
|
|
|
|
|
|
| |
can easily translate from "" to whatever it wants to print if no
flags are set. (ls prints "-" and mtree prints "none".)
Suggested by: bde
Notes:
svn path=/head/; revision=61738
|
| |
|
|
|
|
|
|
|
|
|
| |
renamed to {s|g}etflagsbyname, which received objections. They're
now called strtofflags (string to file flags) and fflagstostr (file
flags to string).
Suggested by: bde
Notes:
svn path=/head/; revision=61737
|
| |
|
|
|
|
|
|
| |
- Stricter checking of PORT/EPRT/227/229 messages format.
- Moved all security checks into one place.
Notes:
svn path=/head/; revision=61735
|
| |
|
|
|
|
|
|
|
| |
Cannot resolve any host on IPv4 only kernel.
Reported by: ache
Notes:
svn path=/head/; revision=61697
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
not allowed to return EINTR, but use of pthread_suspend_np() could cause
EINTR to be returned. To fix this, restructure pthread_suspend_np() so that
it does not interrupt a thread that is waiting on a mutex or condition, and
keep enough state around that pthread_resume_np() can fix things up
afterwards.
Reviewed by: deischen
Notes:
svn path=/head/; revision=61681
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It does mean that it is now possible to run passive-mode FTP
server behind NAT.
- SECURITY: FTP aliasing engine now ensures that:
o the segment preceding a PORT/227 segment terminates with a \r\n;
o the IP address in the PORT/227 matches the source IP address of
the packet;
o the port number in the PORT command or 277 reply is greater than
or equal to 1024.
Submitted by: Erik Salander <erik@whistle.com>
Reviewed by: ru
Notes:
svn path=/head/; revision=61677
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61667
|
| |
|
|
|
|
|
|
|
| |
PR: 18943
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by: asmodai
Notes:
svn path=/head/; revision=61664
|
| |
|
|
|
|
|
| |
it no longer contains the locale functions.
Notes:
svn path=/head/; revision=61636
|
| |
|
|
|
|
|
|
|
| |
PR: 18805
Submitted by: Yoshihiro Ota <ota@mail.drexel.edu>
Kind of Reviewed by: asmodai ("sure")
Notes:
svn path=/head/; revision=61624
|
| |
|
|
|
|
|
| |
Found by: "Akinori -Aki- MUSHA" <knu@idaemons.org>
Notes:
svn path=/head/; revision=61597
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61560
|
| |
|
|
|
|
|
|
|
| |
It is nessesary for IPv6 only life.
Obtained from: KAME
Notes:
svn path=/head/; revision=61556
|
| |
|
|
|
|
|
|
|
| |
- Fix a typo: ``constrains'' -> ``constraints''
Reviewed by: rwatson
Notes:
svn path=/head/; revision=61436
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.Pp
.Fn func
.Pp
Description ...
with a list (Bl ... Li ... El).
- Remove a superfluous ``.Sh ENVIRONMENT'' and replace it with a ``.Pp''
within the IMPLEMENTATION DETAILS section.
Reviewed by: rwatson
Notes:
svn path=/head/; revision=61435
|
| |
|
|
|
|
|
|
|
|
|
|
| |
right now...
I talked w/ phk last night and "fixing" this in a generic way is going
to require a lot of complex thought on stacking let alone the NFS problems..
add missing sys/time.h for struct timespec def...
Notes:
svn path=/head/; revision=61375
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61335
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61279
|
| |
|
|
|
|
|
|
|
|
|
| |
standardized interface to the capability support in TrustedBSD.
o Not currently enabled in Makefile, as this code depends on syscalls
and include files that will be committed at a later date.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61264
|
| |
|
|
|
|
|
|
|
| |
capabilities summary manpage, cap(3).
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61263
|
| |
|
|
|
|
|
|
|
|
|
| |
o Add shared library version 2 to libposix1e given API changes, et al
o Commented out cap_*.c as that is not currently being compiled into
the library (pending syscalls being committed)
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61259
|
| |
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61258
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o Switch reference to www.trustedbsd.org instead of POSIX.1e implementation
page
o Add cross references to capabilities man pages
o Remove extended attribute not implemented "BUGS" entry
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61257
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- cap.3 describing library interface
- cap_*.3 describing specific API calls
APIs to follow relatively soon, code to follow later.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61256
|
| |
|
|
|
|
|
|
|
|
| |
o Remove "BUGS" entries indicating that there's nowhere to store ACLs as
we now have extended attributes.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61253
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61219
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61218
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=61193
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61188
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61184
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61134
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61109
|
| |
|
|
|
|
|
|
| |
This should fix sysinstall and other tools that don't expect the 'r' devices
to exist anymore (and thus don't create them).
Notes:
svn path=/head/; revision=61101
|
| |
|
|
|
|
|
|
| |
depending on libdisk to detect a list of actually-there disk devices
were providing duplicate entries (eg. sysinstall).
Notes:
svn path=/head/; revision=61093
|
| |
|
|
|
|
|
|
|
| |
from the openssh port)
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes:
svn path=/head/; revision=61087
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60985
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60954
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60951
|
| |
|
|
|
|
|
|
|
| |
It was not discussed and should probably not happen.
Requested by: msmith and others
Notes:
svn path=/head/; revision=60938
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60928
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60927
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60924
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60918
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60908
|