summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | random function namederaadt1996-09-221-3/+2
| |
* | randomize _res.id at start; could do better i hopederaadt1996-09-221-3/+7
| |
* | From FreeBSD:tholo1996-09-191-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.
* | Avoid pulling in stdiotholo1996-09-163-11/+43
| |
* | Add a couple of syscalls; bring more prototypes into scopetholo1996-09-151-1/+2
| |
* | Remove dead codetholo1996-09-1510-25/+31
| | | | | | | | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* | only support MALLOC_OPTIONS for non-setuidderaadt1996-09-111-3/+5
| |
* | asm -> __asm, clean lint(1) warningstholo1996-09-061-15/+16
| |
* | nc is *hobbit*'s netcat; let the sysadm have the same tools the crackersderaadt1996-09-0530-0/+4789
| | | | | | | | have, so that he may learn what the network is about and protect it better.
* | document latest rcmd changemillert1996-09-051-5/+7
| |
* | ignore $RSH if we are setuidmillert1996-09-051-2/+2
| |
* | proper typesderaadt1996-09-031-1/+2
| |
* | constrain to MAXHOSTNAMELENderaadt1996-09-031-2/+7
| |
* | talk about $RSHmillert1996-09-021-2/+9
| |
* | Looks at RSH envariable and calls rcmdsh() with that value if set.millert1996-09-021-2/+11
| |
* | talk about rcmdsh()millert1996-09-011-2/+14
| |
* | First cut at man page for rcmdsh()millert1996-09-012-2/+111
| |
* | Don't dup stderr, you lose error messages and rsh does it for us anyway.millert1996-09-011-3/+3
| |
* | i have changed this enough to put copyright on itderaadt1996-09-011-1/+3
| |
* | check right variablederaadt1996-08-311-2/+2
| |
* | avoid port 1023 morederaadt1996-08-301-7/+11
| |
* | call rcmdsh() if euid != 0 and port is shell/tcp. This lets usmillert1996-08-301-1/+9
| | | | | | | | get away with fewer setuid binaries.
* | added a missing typemillert1996-08-301-2/+2
| |
* | use strncpy correctlyderaadt1996-08-272-3/+6
| |
* | use issetugid()deraadt1996-08-251-4/+5
| |
* | rely on RES_NOALIASESderaadt1996-08-241-3/+1
| |
* | Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).millert1996-08-222-2/+122
| |
* | Move cfree(3) weak symbol into a seperate filetholo1996-08-213-24/+52
| |
* | Make it even out.downsj1996-08-211-2/+3
| |
* | Document it.downsj1996-08-212-4/+14
| |
* | Make the binding cfree() -> free() weak if possibletholo1996-08-201-5/+12
| |
* | Cleaner.downsj1996-08-201-2/+3
| |
* | Remove ANSI function delcarations and add a cfree() stub function.downsj1996-08-201-22/+67
| |
* | nasty typo by mederaadt1996-08-191-2/+2
| |
* | Fix RCS idstholo1996-08-19197-576/+248
| | | | | | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* | Fix RCS idstholo1996-08-193-7/+11
| | | | | | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* | Add return values for sethostent, endhostent, herror (all are void).millert1996-08-191-0/+3
| |
* | if setuid, no env variablesderaadt1996-08-182-2/+5
| |
* | ipx.mickey1996-08-164-1/+415
| |
* | Install iso_addr(3) man pagetholo1996-08-141-2/+3
| |
* | Add missing referencetholo1996-08-141-0/+1
| |
* | Minor formatting fixes from Lite2tholo1996-08-102-17/+15
| | | | | | | | Correct return value of putenv(3), also from Lite2
* | Fix typo; from Lite2tholo1996-08-101-6/+5
| |
* | Formatting fix; from Lite2tholo1996-08-101-6/+4
| |
* | Import malloc(3) manual page from FreeBSDtholo1996-08-104-208/+127
| |
* | Document where the prototypes are.downsj1996-08-071-1/+2
| |
* | seed rresvport() for aux channel with a known taken port; do not ask forderaadt1996-08-071-0/+6
| | | | | | | | next lower port because we might get it (and be predictable!)
* | truncate h_name and h_aliases[] to MAXHOSTNAMELENderaadt1996-08-051-1/+11
| |
* | if port 20 incoming, kill it and try againderaadt1996-08-051-0/+9
| |
* | install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.orgderaadt1996-08-032-2/+2
| |