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
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2git to create branch 'OPENBSD_2_0'.
OPENBSD_2_0
cvs2svn
1996-10-08
0
-0
/
+0
*
Attempt at cleanup.
michaels
1996-10-08
1
-2
/
+2
*
bzzzt
deraadt
1996-09-28
1
-11
/
+14
*
more INADDRSZ pedantry
deraadt
1996-09-27
1
-14
/
+11
*
use INADDRSZ, more careful length checking
deraadt
1996-09-27
1
-7
/
+8
*
Make sure we don't dereference stray pointer when running suid or sgid
tholo
1996-09-26
1
-1
/
+3
*
be safer about spoofed hostnames; thanks to bitblt and oliver for help with t...
deraadt
1996-09-26
1
-14
/
+50
*
Restore check for suid / sgid
tholo
1996-09-26
1
-2
/
+2
*
Latest changes from FreeBSD
tholo
1996-09-26
2
-228
/
+381
*
need limits.h
deraadt
1996-09-25
1
-1
/
+2
*
nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike....
deraadt
1996-09-25
2
-10
/
+15
*
cannot be static, named uses it
deraadt
1996-09-22
1
-2
/
+2
*
random function name
deraadt
1996-09-22
1
-3
/
+2
*
randomize _res.id at start; could do better i hope
deraadt
1996-09-22
1
-3
/
+7
*
From FreeBSD:
tholo
1996-09-19
1
-3
/
+4
*
Avoid pulling in stdio
tholo
1996-09-16
3
-11
/
+43
*
Add a couple of syscalls; bring more prototypes into scope
tholo
1996-09-15
1
-1
/
+2
*
Remove dead code
tholo
1996-09-15
10
-25
/
+31
*
only support MALLOC_OPTIONS for non-setuid
deraadt
1996-09-11
1
-3
/
+5
*
asm -> __asm, clean lint(1) warnings
tholo
1996-09-06
1
-15
/
+16
*
nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers
deraadt
1996-09-05
30
-0
/
+4789
*
document latest rcmd change
millert
1996-09-05
1
-5
/
+7
*
ignore $RSH if we are setuid
millert
1996-09-05
1
-2
/
+2
*
proper types
deraadt
1996-09-03
1
-1
/
+2
*
constrain to MAXHOSTNAMELEN
deraadt
1996-09-03
1
-2
/
+7
*
talk about $RSH
millert
1996-09-02
1
-2
/
+9
*
Looks at RSH envariable and calls rcmdsh() with that value if set.
millert
1996-09-02
1
-2
/
+11
*
talk about rcmdsh()
millert
1996-09-01
1
-2
/
+14
*
First cut at man page for rcmdsh()
millert
1996-09-01
2
-2
/
+111
*
Don't dup stderr, you lose error messages and rsh does it for us anyway.
millert
1996-09-01
1
-3
/
+3
*
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
*
added a missing type
millert
1996-08-30
1
-2
/
+2
*
use strncpy correctly
deraadt
1996-08-27
2
-3
/
+6
*
use issetugid()
deraadt
1996-08-25
1
-4
/
+5
*
rely on RES_NOALIASES
deraadt
1996-08-24
1
-3
/
+1
*
Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).
millert
1996-08-22
2
-2
/
+122
*
Move cfree(3) weak symbol into a seperate file
tholo
1996-08-21
3
-24
/
+52
*
Make it even out.
downsj
1996-08-21
1
-2
/
+3
*
Document it.
downsj
1996-08-21
2
-4
/
+14
*
Make the binding cfree() -> free() weak if possible
tholo
1996-08-20
1
-5
/
+12
*
Cleaner.
downsj
1996-08-20
1
-2
/
+3
*
Remove ANSI function delcarations and add a cfree() stub function.
downsj
1996-08-20
1
-22
/
+67
*
nasty typo by me
deraadt
1996-08-19
1
-2
/
+2
*
Fix RCS ids
tholo
1996-08-19
197
-576
/
+248
*
Fix RCS ids
tholo
1996-08-19
3
-7
/
+11
*
Add return values for sethostent, endhostent, herror (all are void).
millert
1996-08-19
1
-0
/
+3
*
if setuid, no env variables
deraadt
1996-08-18
2
-2
/
+5
[next]