index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
rshd
/
rshd.c
Age
Commit message (
Expand
)
Author
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-04-08
should not call setpwent(); millert agrees
Theo de Raadt
2004-11-17
remove NI_WITHSCOPEID (which is not standard)
Jun-ichiro itojun Hagino
2003-08-12
Convert to use poll(2) instead of static select; OK deraadt@
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-09-06
use socklen_t more; henning ok
Theo de Raadt
2002-07-03
ansi on a file which idiots believe is not here anymore
Theo de Raadt
2002-05-26
pid_t cleanup
Theo de Raadt
2002-05-22
a bunch more strcpy -> strlcpy and sprintf -> snprintf
Theo de Raadt
2002-03-16
Add missing login_close() call.
Todd C. Miller
2002-03-16
auth_approval() calls getpwnam() which can modify the stashed passwd
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-05
make sure that va_start() has matching va_end()
Theo de Raadt
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2001-06-11
strncpy vs strlcpy, some strlen missuse.
Michael Shalayeff
2001-05-29
Call auth_checknologin() and auth_approval() as appropriate for BSD
Todd C. Miller
2001-02-04
Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variables
Todd C. Miller
2001-01-28
$OpenBSD$
Niklas Hallqvist
2000-11-10
correct call to freeaddrinfo. do not free region before referenced.
Jun-ichiro itojun Hagino
2000-09-15
check return value for setenv(3) for failure, and deal appropriately
Theo de Raadt
2000-08-20
Add calls to setusercontext() and login_get*(). We basically call
Todd C. Miller
2000-03-09
-Wall type correctness
Theo de Raadt
2000-01-27
make rshd and rlogind IPv6-ready.
Jun-ichiro itojun Hagino
1999-11-15
logging getpeername() failures is a waste of time
Theo de Raadt
1998-07-12
indent
Theo de Raadt
1998-07-10
Make sure port is in allowed range before trying to get a reserved port.
Todd C. Miller
1998-07-10
do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling
Theo de Raadt
1998-07-09
this is rshd, not rlogind
Todd C. Miller
1998-06-22
The x option is not used if CRYPT is turned off.
Artur Grabowski
1998-06-03
Make warnings disappear.
Angelos D. Keromytis
1998-05-15
cleanup and build with -Wall
Artur Grabowski
1998-02-03
whack _exit(); gnat@prometheus.frii.com
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
tabify
kstailey
1997-06-29
new location of des.h
Niels Provos
1997-06-15
rshd should give the same error message when the user doesn't exist
Todd C. Miller
1997-02-13
if i find one more little problem, and have to make one more little
Theo de Raadt
1997-02-13
option handling is a bitch
Theo de Raadt
1997-02-13
ok, i finally learned about struct ipoption
Theo de Raadt
1997-02-05
do not warn about valid options; invalid options correctly quit
Theo de Raadt
1997-02-05
need not clear options since bad ones cause exit; provos@ws1.physnet.uni-hamb...
Theo de Raadt
1997-02-05
IPOPT_LSRR/IPOPT_SSRR must exit() due to tcp sequencing; pointed out by
Theo de Raadt
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-12-22
Deal with _POSIX_SAVED_IDS when relinquishing privileges
Thorsten Lockert
1996-11-01
argument type nit
Niklas Hallqvist
1996-10-26
set $LOGNAME fore POSIX
Todd C. Miller
1996-07-23
require stderr to be > IPPORT_RESERVED/2 (hope this does not break anything...)
Theo de Raadt
1996-07-22
seteuid for chdir
Theo de Raadt
[next]