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
/
usr.bin
/
rlogin
/
rlogin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
len and len2 work better as size_t
dwmalone
2005-11-13
1
-1
/
+2
*
Use socklen_t where appropriate.
stefanf
2005-08-05
1
-1
/
+2
*
Removed Kerberos remnants.
ru
2005-01-21
1
-1
/
+1
*
Use the POSIX tty interface instead of the old interface. This makes
tjr
2003-09-28
1
-95
/
+57
*
Remove remnants of Kerberos -Kkx options.
tjr
2003-09-28
1
-2
/
+2
*
Dekerberise. The corresponding userland stuff has been dekerberised
markm
2002-10-16
1
-162
/
+24
*
Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',
charnier
2002-10-16
1
-7
/
+11
*
Use POSIX macros for wait(2)-style status information instead of the
mike
2002-06-03
1
-4
/
+4
*
Really include <paths.h> (it seems it was brought in indirectly)
des
2002-05-08
1
-0
/
+1
*
Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.
des
2002-05-08
1
-2
/
+8
*
Easy warns fixes; use const, mark unused function parameters. Remove
markm
2002-04-28
1
-14
/
+13
*
o unifdef -D__STDC__
imp
2002-03-23
1
-77
/
+19
*
remove __P
imp
2002-03-22
1
-19
/
+19
*
Use SIGUSR1 to propogate SIGURG to the child; security measures prevent
fenner
2002-02-27
1
-2
/
+3
*
[rlogin.1] Document the `-4' and `-6' options. Correct a typo.
jkoshy
2000-11-24
1
-1
/
+1
*
getopt and friends are declared in <unistd.h>
imp
2000-09-04
1
-2
/
+0
*
Use libcrypto in place of libdes.
markm
2000-02-24
1
-1
/
+1
*
Add -4 and -6 options.
shin
2000-02-15
1
-5
/
+14
*
several tcp apps IPv6 update
shin
2000-01-25
1
-4
/
+14
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fixed usage message to almost match the man page. The old -d option and
bde
1999-05-27
1
-12
/
+9
*
Add a -i localname switch (restricted to root) to specify a different
peter
1999-05-25
1
-5
/
+15
*
Use KJH's auth.conf parser to turn on/off Kerberos in userland.
markm
1998-10-09
1
-1
/
+8
*
Quite a while back KTH (who are the good folks who wrote our KerberosIV)
markm
1998-03-26
1
-15
/
+17
*
Changes for KTH KerberosIV.
markm
1997-09-28
1
-49
/
+17
*
Use err(3). Document -l flag.
charnier
1997-08-05
1
-33
/
+22
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Don't use __dead or __pure in user code. They were obfuscations
bde
1996-09-14
1
-5
/
+5
*
Add Bruce's improvement to security patch
pst
1996-07-25
1
-1
/
+6
*
Do a bounds check on the strcpy of environment variables onto the stack.
pst
1996-07-15
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
*
Kerberos can now deal with multi-homed clients.
gibbs
1995-10-05
1
-1
/
+1
*
Back out speed reducing to 38400 for old remote rlogind.
ache
1995-08-03
1
-3
/
+1
*
Reduce passed speed to 38400, like telnet does too.
ache
1995-08-01
1
-1
/
+3
*
Added "D" option to usage clause.
dg
1995-05-03
1
-3
/
+3
*
Added a "-D" option to set the TCP_NODELAY socket option.
dg
1995-05-03
1
-4
/
+12
*
Move the call to des_set_key to after the kerberos initialisation, removing
dfr
1994-09-26
1
-3
/
+3
*
Reviewed by:
ats
1994-09-06
1
-1
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+941