| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
instead of ints, don't cast to char *, clear up some remote name
handling code which had become a little odd.
Should result in no functional changes.
|
|
|
|
|
|
|
| |
doesn't actually use it.
PR: 24307
Submitted by: opentrax@email.com
|
| |
|
|
|
|
|
|
|
|
|
| |
to contain the name of other valid users.
PR: 22837
Submitted by: Andreas Gerstenberg <andy@andy.de>
Reviewed by: green
Reviewed by: sheldonh
|
|
|
|
|
|
|
| |
make sure there is exactly one prototype for each function,
use K&R style definitions everywhere to match dominant style,
make flag_signal take an int to avoid problems if we have
ANSI prototypes and K&R definitions.
|
|
|
|
|
| |
Partially submitted by: alfred
Reviewed by: alfred
|
|
|
|
|
|
|
|
|
| |
root's groups' permissions were being used, so a user could read up to
16 (excluding initial whitespace) bytes of e.g. a wheel-accessible file.
Also, don't allow blocking on the opening of ~/.fakeid, so replace a fopen()
with open() and fdopen(). I knew I'd be going to hell for using C file
streams instead of POSIX syscalls...
|
| |
|
| |
|
|
|
|
|
| |
PR: 22268
Submitted by: Daniel S. Lewart <d-lewart@uiuc.edu>
|
| |
|
|
|
|
|
|
| |
loops.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
|
|
|
|
|
|
| |
PR: 21650
Submitted by: ben
Tested by: dan@ducky.nz.freebsd.org
|
|
|
|
|
|
|
| |
connection goes away. Spotted by people on -STABLE about 2 weeks
ago.
Submitted by: Based on a patch by alfred and Maxime Henrion <mux@qualys.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
page.
Add ability to run "inetd -R 0" to disable the default connection
per minute limit of 256 connections. Document this in man page.
Don't use maxchild as a boolean - instead check if it is greater
than zero.
Reviewed by: sheldonh
Based on a patch by: Alexander Langer <alex@big.endian.de>
|
| |
|
|
|
|
|
|
|
| |
don't traumatise the parent inetd.
Requested by: wietse@porcupine.org
Approved by: markm
|
|
|
|
|
|
|
|
|
|
|
|
| |
one packet. Also check that the whole request has been recieved
before processing it.
The patch isn't the exact one from the PR, but a slight varient
suggested by Brian.
PR: 16086
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Reviewed by: green
|
|
|
|
|
|
| |
proper places and make the fakeid parsing code a bit less stupid. Also,
remove an "Rflag" that snuck in there (-R wouldn't be accepted by it,
anyway).
|
|
|
|
|
|
| |
a size_t as its 3rd argument, which is 64-bits on the alpha. The 'len'
variable used was a int, which is only 32-bits. Use size_t as the type
for 'len' to work-around this.
|
|
|
|
|
|
| |
a fallback username.
Reviewed by: green
|
|
|
|
|
|
| |
requested in /etc/inetd.conf.
Reviewed by: shin
|
|
|
|
|
|
|
| |
with the MSG_EOF flag set instead of write(2).
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Reviewed by: wollman
|
|
|
|
| |
auth stream tcp nowait root internal auth -d "Only fools trust ident"
|
| |
|
|
|
|
|
|
| |
Approved by: jkh
Submitted by: jhb
|
|
|
|
|
|
|
|
|
| |
Some inetd internal udp servers didn't worked with problem.
Also fix recvfrom() "fromlen" arg type from int * to socklen_t *.
Approved by: jkh
Submitted by: bde
|
|
|
|
|
|
|
| |
options.
PR: 17017
Submitted by: Doug Barton <Doug@gorean.org>
|
| |
|
|
|
|
|
|
| |
Approved by: jkh
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
|
|
|
|
|
|
| |
is defined
Approved-by: jordan
|
|
|
|
|
|
|
|
|
|
|
|
| |
Incorrect Address Family check is done for RPC services, and
fail to initialize it.
The error check is replaced to new one, which checks if IPv4
bind is enabled or not. (It is disabled when IPv6 numeric
addr is specified for -a bind address option.)
An review reqeust is once sent to des, but he quit MAINTAINER.
Approved by: jkh
|
| |
|
|
|
|
|
|
| |
Specified by: sheldonh
Reviewed by: des
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the committer (shin). While I don't have permission for this change
from the inetd maintainer (des), I assume that shin has permission
and I'm just fixing his contribution up for him.
Okay, I couldn't resist, I made some extra changes:
* Replace ".Tn FreeBSD" with .Fx
* Make the illegal TCPMUX and IPSEC sections legal subsections
of the IMPLEMENTATION NOTES section.
Requested by: shin
|
|
|
|
|
| |
usually, and print it only when debug is enabled.
(This always happens when kernel is configured without IPSEC option.)
|
|
|
|
|
|
|
|
|
|
|
|
| |
-inetd
-rshd
-rlogind
-telnetd
-rsh
-rlogin
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
|
|
|
|
| |
inside error messages.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
garbage value for the username (hex garbage, that is), and the -d flag
provides a default username for fallback purposes if the user cannot be
looked up. That is very useful for the case where inetd auth is
running on a NAT box.
While I'm here updating the manpage, clean up an English error and a
few small nits.
|
|
|
|
|
|
|
|
|
| |
accept(2). This is a not really problem on -current as the accept race
is fixed, however it is a MFC candidate for -stable.
This could possibly be slightly more efficient and leave the listening
socket permanently in non-blocking mode, but I wasn't certain that I
could catch all the stream/wait (not nowait) mode implications.
|
| |
|
| |
|
|
|
|
|
|
| |
flamage between our beloved messrs Hearn and Feldman. Further commits go
through me. I urge the contestants to direct their energies at cleaning
up main() in inetd.c, which has over time become a crawling horror.
|
|
|
|
|
|
|
|
|
| |
I've taken time to write up comments for the ident code tonight,
so there should no longer be any confusion about the purpouse of
whatever is in there. Wow, me commenting code... who'd have thought
that would happen?
Reviewed by: DES
|
|
|
|
| |
those featured in the rest of the code.
|
|
|
|
|
|
|
| |
Got rid of an extra variable or two, while making corrections to
problems (that would probably not be a problem anyway, and worked.)
Partially Obtained from: David Malone <dwmalone@maths.tcd.ie>
|
|
|
|
| |
Document the auth -n flag.
|
|
|
|
| |
and addition of a -n .noident-checking flag.
|
|
|
|
| |
people having ants in their pants ;)
|