summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-12-07ftpd now eventually times out if a ftp client does:bitblt
pasv list and then crashes. The timeout should only apply the the accept(), so that transfers can take as long as necessary to complete. Thanks to Theo for moving toolong() to extern.h so that it can be used in ftpd.c as well as in ftpcmd.y.
1996-12-07Improved temporary file handling.bitblt
1996-12-07increase buf sizes, hacked w/ bitbltTheo de Raadt
1996-12-07/etc does not contain binsTheo de Raadt
1996-12-07Improved handling of temporary files.bitblt
1996-12-07buf oflowTheo de Raadt
1996-12-06check for entry in /etc/skeykeys and ~/.ssh in evil system()Todd C. Miller
1996-12-06Change some "test -f" to "test -s"Todd C. Miller
Don't bitch about star'd out logins unless they have a .rhosts/.shosts/.klogin file (ie: something that would let them in via rsh/ssh).
1996-12-06set umask to 022 -- make /etc/security stop bitching about this...Todd C. Miller
1996-12-06skip lines in /etc/passwd that start with + or -.Todd C. Miller
don't bitch about root-owned .rhosts since multiple system accounts share root's homedir.
1996-12-06indicate hostname in security reportTheo de Raadt
1996-12-06Don't bitch if /usr/contrib/* /usr/old/* /usr/news/* don't exist.Todd C. Miller
1996-12-06sizeof(x)/sizeof(x[0]) is your friendTheo de Raadt
1996-12-06a temporary hack until i fix some confusing swapbsd.c handlingTheo de Raadt
1996-12-06memsetTheo de Raadt
1996-12-06please linux people (why am i doing this?? i need a life)Theo de Raadt
1996-12-06Fix bug where one could ``send'' various TELNET commands from the telnetrobin
command prompt, prior to being connected to a remote host. The affected commands were: set binary | inbinary | outbinary toggle binary | inbinary | outbinary
1996-12-06add nfsTheo de Raadt
1996-12-06Promise to not change arg 2 & 3 to scancNiklas Hallqvist
1996-12-06-p did not rename 2 variables; netbsd pr#2997, mike.long@analog.comTheo de Raadt
1996-12-06repair max sectorsTheo de Raadt
1996-12-06make other floppy nodesTheo de Raadt
1996-12-06back to 16 partitionsTheo de Raadt
1996-12-06radius servicesJason Downs
1996-12-06-Wcast-qual cleanupNiklas Hallqvist
1996-12-06wait for spawned children, and remember to EXIT INOUR CHILD! geez..Theo de Raadt
1996-12-06warn and _exitTheo de Raadt
1996-12-06vfork w/ exit botchTheo de Raadt
1996-12-06vfork w/ exit botchTheo de Raadt
1996-12-06duhTheo de Raadt
1996-12-05Stop info gathering attack pointed out by Alan Cox <alan@cymru.net>Todd C. Miller
Only return ENOENT if the dir trying to be mounted is really exported to the client. Return EACCESS if not exported.
1996-12-05NetBSD PR#2910: Recognize Pentium Pro machinesdm
1996-12-05let us get this right finally...Theo de Raadt
1996-12-05whoops, correct d_nsectorsTheo de Raadt
1996-12-05mirror isa fd driver in disklabel handlingTheo de Raadt
1996-12-05remove duplicate code; nice readdisklabel warning messagesTheo de Raadt
1996-12-05fix locking on devices to work on diskless workstationskstailey
1996-12-05typoTheo de Raadt
1996-12-05do setroot() based on wd.h/NWD and fd.h/NFDTheo de Raadt
1996-12-05pack cd9660 volume id into disklabel struct; very pretty resultTheo de Raadt
1996-12-05call iso_disklabelspoof() if neccessaryTheo de Raadt
1996-12-05bring back floppy partitions. but now they are at theold major, and max 2Theo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-05bring back partitionsTheo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-05if block size is > 2048, set it to 2048. atapi drives that lie!Theo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-05call iso_disklabelspoof() as needed...Theo de Raadt
1996-12-05proto iso_disklabelspoof() inside an #ifdef (no nicer place)Theo de Raadt
1996-12-05provide iso_disklabelspoof()Theo de Raadt