Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1996-09-26 | Make sure we don't dereference stray pointer when running suid or sgid | tholo | 1 | -1/+3 | |
1996-09-26 | be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵ | deraadt | 1 | -14/+50 | |
these ideas | |||||
1996-09-26 | Restore check for suid / sgid | tholo | 1 | -2/+2 | |
1996-09-26 | Latest changes from FreeBSD | tholo | 2 | -228/+381 | |
1996-09-25 | need limits.h | deraadt | 1 | -1/+2 | |
1996-09-25 | nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, ↵ | deraadt | 2 | -10/+15 | |
mike.long@analog.com | |||||
1996-09-22 | cannot be static, named uses it | deraadt | 1 | -2/+2 | |
1996-09-22 | random function name | deraadt | 1 | -3/+2 | |
1996-09-22 | randomize _res.id at start; could do better i hope | deraadt | 1 | -3/+7 | |
1996-09-19 | From FreeBSD: | tholo | 1 | -3/+4 | |
> Fix a very rare error condition: The code to free VM back to the kernel > as done after a quasi-recursive call to free() had modified what we > thought we knew about the last chunk of pages. > This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, > then make would coredump in the lpd directory. | |||||
1996-09-16 | Avoid pulling in stdio | tholo | 3 | -11/+43 | |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | tholo | 1 | -1/+2 | |
1996-09-15 | Remove dead code | tholo | 10 | -25/+31 | |
Remove unused variables Silence some warnings lint(1) is your friend | |||||
1996-09-11 | only support MALLOC_OPTIONS for non-setuid | deraadt | 1 | -3/+5 | |
1996-09-06 | asm -> __asm, clean lint(1) warnings | tholo | 1 | -15/+16 | |
1996-09-05 | nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers | deraadt | 30 | -0/+4789 | |
have, so that he may learn what the network is about and protect it better. | |||||
1996-09-05 | document latest rcmd change | millert | 1 | -5/+7 | |
1996-09-05 | ignore $RSH if we are setuid | millert | 1 | -2/+2 | |
1996-09-03 | proper types | deraadt | 1 | -1/+2 | |
1996-09-03 | constrain to MAXHOSTNAMELEN | deraadt | 1 | -2/+7 | |
1996-09-02 | talk about $RSH | millert | 1 | -2/+9 | |
1996-09-02 | Looks at RSH envariable and calls rcmdsh() with that value if set. | millert | 1 | -2/+11 | |
1996-09-01 | talk about rcmdsh() | millert | 1 | -2/+14 | |
1996-09-01 | First cut at man page for rcmdsh() | millert | 2 | -2/+111 | |
1996-09-01 | Don't dup stderr, you lose error messages and rsh does it for us anyway. | millert | 1 | -3/+3 | |
1996-09-01 | i have changed this enough to put copyright on it | deraadt | 1 | -1/+3 | |
1996-08-31 | check right variable | deraadt | 1 | -2/+2 | |
1996-08-30 | avoid port 1023 more | deraadt | 1 | -7/+11 | |
1996-08-30 | call rcmdsh() if euid != 0 and port is shell/tcp. This lets us | millert | 1 | -1/+9 | |
get away with fewer setuid binaries. | |||||
1996-08-30 | added a missing type | millert | 1 | -2/+2 | |
1996-08-27 | use strncpy correctly | deraadt | 2 | -3/+6 | |
1996-08-25 | use issetugid() | deraadt | 1 | -4/+5 | |
1996-08-24 | rely on RES_NOALIASES | deraadt | 1 | -3/+1 | |
1996-08-22 | Adds rcmdsh() -- rcmd-alike using rsh (or specified shell). | millert | 2 | -2/+122 | |
1996-08-21 | Move cfree(3) weak symbol into a seperate file | tholo | 3 | -24/+52 | |
1996-08-21 | Make it even out. | downsj | 1 | -2/+3 | |
1996-08-21 | Document it. | downsj | 2 | -4/+14 | |
1996-08-20 | Make the binding cfree() -> free() weak if possible | tholo | 1 | -5/+12 | |
1996-08-20 | Cleaner. | downsj | 1 | -2/+3 | |
1996-08-20 | Remove ANSI function delcarations and add a cfree() stub function. | downsj | 1 | -22/+67 | |
1996-08-19 | nasty typo by me | deraadt | 1 | -2/+2 | |
1996-08-19 | Fix RCS ids | tholo | 197 | -576/+248 | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
1996-08-19 | Fix RCS ids | tholo | 3 | -7/+11 | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
1996-08-19 | Add return values for sethostent, endhostent, herror (all are void). | millert | 1 | -0/+3 | |
1996-08-18 | if setuid, no env variables | deraadt | 2 | -2/+5 | |
1996-08-16 | ipx. | mickey | 4 | -1/+415 | |
1996-08-14 | Install iso_addr(3) man page | tholo | 1 | -2/+3 | |
1996-08-14 | Add missing reference | tholo | 1 | -0/+1 | |
1996-08-10 | Minor formatting fixes from Lite2 | tholo | 2 | -17/+15 | |
Correct return value of putenv(3), also from Lite2 | |||||
1996-08-10 | Fix typo; from Lite2 | tholo | 1 | -6/+5 | |