index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libc
/
net
/
rcmd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check snprintf(3) return value for error or truncation.
moritz
2007-09-17
1
-1
/
+5
*
oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask);
deraadt
2006-03-31
1
-1
/
+1
*
zap rcsid.
espie
2005-08-06
1
-4
/
+0
*
ansify. ok deraadt@ moritz@
otto
2005-03-25
1
-42
/
+18
*
do not trash errno before using it, do not pass garbage args to getnameinfo
deraadt
2005-03-08
1
-7
/
+10
*
fd leak; andrushock@korovino.net
deraadt
2005-03-07
1
-2
/
+4
*
remove NI_WITHSCOPEID (which is not standard)
itojun
2004-11-17
1
-19
/
+1
*
Do check for current pointer vs. buffer end before touching any
millert
2003-09-25
1
-5
/
+5
*
license oops; from tedu
deraadt
2003-07-11
1
-1
/
+4
*
fix various 3/4 licenses according to "terms" file
deraadt
2003-06-03
1
-9
/
+1
*
more writeable -> writable by torh
henning
2002-12-15
1
-2
/
+2
*
use socklen_t where needed; henning pvalchev ok
deraadt
2002-09-06
1
-2
/
+2
*
try to use strlcpy and snprintf more; ok various
deraadt
2002-05-24
1
-3
/
+2
*
more strlcpy and snprintf
deraadt
2002-05-22
1
-3
/
+3
*
Manual cleanup of remaining userland __P use (excluding packages maintained o...
millert
2002-02-17
1
-3
/
+3
*
Part one of userland __P removal. Done with a simple regexp with some minor ...
millert
2002-02-16
1
-4
/
+4
*
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...
millert
2001-09-04
1
-7
/
+9
*
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-06-27
1
-3
/
+2
*
Make sure $RSH is not the empty string.
millert
2001-02-10
1
-2
/
+2
*
always pass salen as separate argument, so that it can be friendly with
itojun
2000-02-25
1
-20
/
+22
*
do not perform sleep() every time we get ECONNREFUSED.
itojun
2000-02-18
1
-6
/
+12
*
visit next addrinfo structure when rresvport_af() fails.
itojun
2000-01-30
1
-4
/
+9
*
add IPv6-ready rcmd() friends.
itojun
2000-01-27
1
-76
/
+221
*
rresvport_af() and bindresvport_af()
deraadt
1999-12-16
1
-33
/
+1
*
some -Wall
millert
1998-03-19
1
-3
/
+2
*
correct bounds check
deraadt
1998-02-12
1
-2
/
+2
*
copyright
deraadt
1998-02-12
1
-2
/
+2
*
use fgetln() instead of fgets() so that we can catch \0 in the .rhosts
deraadt
1998-02-11
1
-13
/
+14
*
increased paranoia about .rhosts validity
deraadt
1998-02-11
1
-3
/
+7
*
Clean up some -Wall flowers.
millert
1997-07-09
1
-1
/
+2
*
if we find an unprintable char, bail totally
deraadt
1997-07-06
1
-1
/
+4
*
indent
deraadt
1997-06-29
1
-2
/
+2
*
use bzero instead of FD_ZERO
dm
1997-06-04
1
-4
/
+4
*
howmany(x+1, NFDBITS)
deraadt
1997-06-03
1
-2
/
+2
*
malloc fd_set dynamically, for very large fd uses
deraadt
1997-05-28
1
-7
/
+14
*
Use in_addr_t not u_long and use in_port_t in some cases instead
millert
1997-04-05
1
-6
/
+6
*
never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z...
deraadt
1997-01-25
1
-2
/
+2
*
ignore $RSH if we are setuid
millert
1996-09-05
1
-2
/
+2
*
proper types
deraadt
1996-09-03
1
-1
/
+2
*
Looks at RSH envariable and calls rcmdsh() with that value if set.
millert
1996-09-02
1
-2
/
+11
*
i have changed this enough to put copyright on it
deraadt
1996-09-01
1
-1
/
+3
*
check right variable
deraadt
1996-08-31
1
-2
/
+2
*
avoid port 1023 more
deraadt
1996-08-30
1
-7
/
+11
*
call rcmdsh() if euid != 0 and port is shell/tcp. This lets us
millert
1996-08-30
1
-1
/
+9
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
seed rresvport() for aux channel with a known taken port; do not ask for
deraadt
1996-08-07
1
-0
/
+6
*
if port 20 incoming, kill it and try again
deraadt
1996-08-05
1
-0
/
+9
*
ensure bindresvport() is told to find a port
deraadt
1996-07-29
1
-0
/
+1
*
rresvport() in terms of bind() & bindresvport()
deraadt
1996-07-29
1
-14
/
+12
*
bzero sockaddr_in
deraadt
1996-07-22
1
-0
/
+1
[next]