| Commit message (Expand) | Author | Files | Lines |
1996-09-25 | nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike.... | deraadt | 2 | -10/+15 |
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 |
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 |
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 |
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 |
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 |
1996-08-19 | Fix RCS ids | tholo | 3 | -7/+11 |
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 |
1996-08-10 | Fix typo; from Lite2 | tholo | 1 | -6/+5 |
1996-08-10 | Formatting fix; from Lite2 | tholo | 1 | -6/+4 |
1996-08-10 | Import malloc(3) manual page from FreeBSD | tholo | 4 | -208/+127 |
1996-08-07 | Document where the prototypes are. | downsj | 1 | -1/+2 |
1996-08-07 | seed rresvport() for aux channel with a known taken port; do not ask for | deraadt | 1 | -0/+6 |
1996-08-05 | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | deraadt | 1 | -1/+11 |