summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1996-09-15Remove dead codetholo10-25/+31
1996-09-11only support MALLOC_OPTIONS for non-setuidderaadt1-3/+5
1996-09-06asm -> __asm, clean lint(1) warningstholo1-15/+16
1996-09-05nc is *hobbit*'s netcat; let the sysadm have the same tools the crackersderaadt30-0/+4789
1996-09-05document latest rcmd changemillert1-5/+7
1996-09-05ignore $RSH if we are setuidmillert1-2/+2
1996-09-03proper typesderaadt1-1/+2
1996-09-03constrain to MAXHOSTNAMELENderaadt1-2/+7
1996-09-02talk about $RSHmillert1-2/+9
1996-09-02Looks at RSH envariable and calls rcmdsh() with that value if set.millert1-2/+11
1996-09-01talk about rcmdsh()millert1-2/+14
1996-09-01First cut at man page for rcmdsh()millert2-2/+111
1996-09-01Don't dup stderr, you lose error messages and rsh does it for us anyway.millert1-3/+3
1996-09-01i have changed this enough to put copyright on itderaadt1-1/+3
1996-08-31check right variablederaadt1-2/+2
1996-08-30avoid port 1023 morederaadt1-7/+11
1996-08-30call rcmdsh() if euid != 0 and port is shell/tcp. This lets usmillert1-1/+9
1996-08-30added a missing typemillert1-2/+2
1996-08-27use strncpy correctlyderaadt2-3/+6
1996-08-25use issetugid()deraadt1-4/+5
1996-08-24rely on RES_NOALIASESderaadt1-3/+1
1996-08-22Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).millert2-2/+122
1996-08-21Move cfree(3) weak symbol into a seperate filetholo3-24/+52
1996-08-21Make it even out.downsj1-2/+3
1996-08-21Document it.downsj2-4/+14
1996-08-20Make the binding cfree() -> free() weak if possibletholo1-5/+12
1996-08-20Cleaner.downsj1-2/+3
1996-08-20Remove ANSI function delcarations and add a cfree() stub function.downsj1-22/+67
1996-08-19nasty typo by mederaadt1-2/+2
1996-08-19Fix RCS idstholo197-576/+248
1996-08-19Fix RCS idstholo3-7/+11
1996-08-19Add return values for sethostent, endhostent, herror (all are void).millert1-0/+3
1996-08-18if setuid, no env variablesderaadt2-2/+5
1996-08-16ipx.mickey4-1/+415
1996-08-14Install iso_addr(3) man pagetholo1-2/+3
1996-08-14Add missing referencetholo1-0/+1
1996-08-10Minor formatting fixes from Lite2tholo2-17/+15
1996-08-10Fix typo; from Lite2tholo1-6/+5
1996-08-10Formatting fix; from Lite2tholo1-6/+4
1996-08-10Import malloc(3) manual page from FreeBSDtholo4-208/+127
1996-08-07Document where the prototypes are.downsj1-1/+2
1996-08-07seed rresvport() for aux channel with a known taken port; do not ask forderaadt1-0/+6
1996-08-05truncate h_name and h_aliases[] to MAXHOSTNAMELENderaadt1-1/+11
1996-08-05if port 20 incoming, kill it and try againderaadt1-0/+9
1996-08-03install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.orgderaadt2-2/+2
1996-08-02malloc(3) implementation from FreeBSD; uses mmap(2) to get memorytholo1-365/+1158
1996-07-29ensure bindresvport() is told to find a portderaadt1-0/+1
1996-07-29rresvport() in terms of bind() & bindresvport()deraadt2-14/+15
1996-07-27be very careful in case of signed charsderaadt5-14/+14
1996-07-22bzero sockaddr_inderaadt1-0/+1