index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
rshd
/
rshd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove LOG_ODELAY because it does nothing.
neel
2014-08-17
1
-1
/
+1
*
Remove the 3rd clause ("advertising clause") of the BSD license as
brueffer
2014-02-17
1
-5
/
+1
*
Fix a misplaced parenthesis.
brueffer
2011-10-30
1
-1
/
+1
*
Spell SHUT_RDWR as SHUT_RDWR not 1+1 as the how argument to shutdown(2).
jmallett
2005-05-11
1
-2
/
+2
*
Use sysconf(_SC_ARG_MAX) instead of NCARGS.
das
2005-03-21
1
-2
/
+7
*
Fix most cases where the address of an int is passed to a function expecting a
stefanf
2005-02-14
1
-2
/
+3
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-1
/
+1
*
Cast the terminating NULL to char * in the execl() call.
mux
2004-04-04
1
-1
/
+1
*
Gut out (by default unused) cruft, and tidy up warnings.
markm
2002-06-26
1
-143
/
+19
*
PAMify.
des
2002-05-08
1
-253
/
+127
*
YA patch I forgot to commit last night.
des
2002-03-06
1
-1
/
+1
*
o const poison a few prototypes to avoid gcc3 warnings
imp
2002-02-07
1
-9
/
+9
*
o __P removal
imp
2002-02-07
1
-26
/
+19
*
Mark a function as __printf0like(). This exposes a warning which requires
kris
2002-02-04
1
-1
/
+1
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+1
*
Replacement of the old error() routine with errx(3) was premature.
markm
2001-04-29
1
-17
/
+39
*
Grrr. Fix a line that was fatfingered out during the cleanup.
markm
2001-04-29
1
-0
/
+1
*
Clean up the error handling code a bit. There is no need to "roll our
markm
2001-04-28
1
-89
/
+26
*
Add full PAM support for account management and sessions.
markm
2001-03-27
1
-52
/
+210
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-1
/
+1
*
Whitespace-only to sync with -stable.
ru
2000-12-07
1
-2
/
+0
*
Removed broken PAM support from rshd(8) and rlogind(8). rshd does
ru
2000-10-12
1
-18
/
+0
*
Plug the hole where rshd would bypass a proper .rhosts check if the
bsd
2000-07-05
1
-3
/
+2
*
Remove dead debug code.
asmodai
2000-04-29
1
-8
/
+0
*
sync iruserok() extension API with other BSDs
shin
2000-02-01
1
-8
/
+2
*
Fix rshd coredump when AF_INET socket is used.
shin
2000-01-28
1
-1
/
+1
*
several tcp apps IPv6 update
shin
2000-01-25
1
-24
/
+59
*
Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.
markm
1999-09-19
1
-148
/
+57
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Ensure that things returned by gethostname() and
brian
1999-04-07
1
-6
/
+5
*
Use realhostname() rather than various combinations of
brian
1999-04-06
1
-42
/
+14
*
As previously threatened, clean up the rshd -a option and make it default
peter
1998-12-16
1
-53
/
+26
*
Added a -D option to turn on TCP_NODELAY.
dg
1998-12-01
1
-3
/
+11
*
Replace _exit() with exit()
rnordier
1998-05-05
1
-2
/
+2
*
No \n in syslog() strings. Add man page to Xrefs. Change null byte to NUL byte.
charnier
1997-12-02
1
-7
/
+9
*
Changes for the new KTH Kerberos4.
markm
1997-09-28
1
-12
/
+18
*
Rshd print to much information if a user does not exists.
wosch
1997-07-18
1
-4
/
+4
*
login_getclass() -> login_getpwclass().
davidn
1997-05-10
1
-2
/
+2
*
Added login.conf support.
davidn
1997-04-23
1
-4
/
+54
*
Be a bit more careful about what port number we are using for the
peter
1997-03-29
1
-3
/
+7
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Some patches for source routed packets from OpenBSD.
imp
1997-02-09
1
-13
/
+16
*
Make even more copies of hostnames obtained by inet_ntoa(). iruserok()
joerg
1997-01-27
1
-5
/
+18
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fixes:
scrappy
1996-10-22
1
-2
/
+2
*
add forgotten $Id$
wosch
1996-09-22
1
-0
/
+2
*
Fix some compilation warnings.
pst
1996-09-21
1
-1
/
+1
*
#include <kerberosIV/des.h> -> #include <des.h>
markm
1996-02-11
1
-1
/
+1
*
Rename des_set_key -> des_set_key_krb. (libdes conflict)
markm
1996-02-03
1
-1
/
+1
[next]