History log of /netbsd-src/libexec/rexecd/rexecd.c (Results 1 – 25 of 26)
Revision Date Author Comments
# 0c4ddb15 20-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.


# 8b0f9554 15-Dec-2007 perry <perry@NetBSD.org>

convert __attribute__s to applicable cdefs.h macros


# 4bc6fece 11-May-2006 mrg <mrg@NetBSD.org>

end the argument list to exec*(3) with a NULL instead of a bare '0', as
the latter isn't a pointer context in these varargs functions.


# cce62d09 19-Apr-2005 christos <christos@NetBSD.org>

check pwd != NULL


# 2e7a44f2 30-Mar-2005 christos <christos@NetBSD.org>

- KNF fixes from John Nemeth
- Use getpwnam_r because pam may use getpw* and overwrite the static area
(from FreeBSD)


# 62136d56 23-Feb-2005 christos <christos@NetBSD.org>

PAMify: From John Nemeth with fixes from me.


# e793dd13 10-Jan-2005 ginsbach <ginsbach@NetBSD.org>

Fix thinko with last commit.


# 3596f57f 08-Jan-2005 ginsbach <ginsbach@NetBSD.org>

ANSIfy; de-__P(); use STD*_FILENO rather than `magic' numbers


# ab12386b 11-May-2004 kleink <kleink@NetBSD.org>

Also set LOGNAME in the environment.


# 8e6ab883 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.


# 3e6b7820 17-May-2003 itojun <itojun@NetBSD.org>

use strlcat


# 41880aca 03-Mar-2003 dsl <dsl@NetBSD.org>

Call setsid so we don't change inetd's logname (and that of our peers).
(approved by christos)


# 7ec31d73 06-Dec-2002 thorpej <thorpej@NetBSD.org>

Avoid conflict with reserved identifier "log".


# aae6c28c 23-Sep-2002 mycroft <mycroft@NetBSD.org>

null commit


# a9fc5f30 23-Sep-2002 itojun <itojun@NetBSD.org>

poll.h, not sys/poll.h


# abec5636 05-Jun-2002 itojun <itojun@NetBSD.org>

make it AF independent as much as possible


# bf840df2 26-May-2002 wiz <wiz@NetBSD.org>

__STDC__ is always defined on NetBSD.


# 4c999163 24-Sep-2001 wiz <wiz@NetBSD.org>

va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function

va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.

show more ...


# 14dbdf55 06-Apr-2001 wiz <wiz@NetBSD.org>

Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.


# 48052d04 10-Oct-2000 is <is@NetBSD.org>

Format string cleanups by sommerfeld.


# 5dd823ab 26-Jul-1998 mycroft <mycroft@NetBSD.org>

const poisoning.


# fc0b820c 04-Jul-1998 mrg <mrg@NetBSD.org>

- KNF.
- check return call of several important system calls
- clean up some more cruft.
- support "rexecd -l" for extra (syslog(3)) logging.
- avoid *sprintf


# da5c78b3 07-Oct-1997 mrg <mrg@NetBSD.org>

merge lite-2. WARNS?=1.


# 2a6bfcfd 21-May-1996 mrg <mrg@NetBSD.org>

call setlogin. from pr#1292 (James Jegers <jimj@miller.cs.uwm.edu>)


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


12