summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-02-12correct bounds checkTheo de Raadt
1998-02-12copyrightTheo de Raadt
1998-02-11Move handle_signals() to before the FD_SETs. handle_signals()brian
may result in a our modem closing after it's made its way into the fd_set, resulting in a program exit (with select(): bad file descriptor) rather than a dropped link.
1998-02-11Fixed innocuous typoDavid Leonard
1998-02-11Fixed typosDavid Leonard
1998-02-11use fgetln() instead of fgets() so that we can catch \0 in the .rhostsTheo de Raadt
file. Thanks to fc@parkone.ci.oakland.ca.us for lots of testing and diagnosis help.
1998-02-11revert. Changes completely break on the alphaTheo de Raadt
1998-02-11Based on a combination of work from FreeBSD and NetBSD with some tweaks fromgene
me: this fixes lots of casting issues and does a good cleanup. It kills the bugs found in our 'rusers' binary which didn't grok some servers correctly due to problems in our xdr. Thanks to an extensive debug session with A. Emory Lundberg (emory@hellyeah.com)
1998-02-11make IPPORT_USERRESERVED a nice fat number -> random ports look really funky.Theo de Raadt
1998-02-11syslogd gets a new -a argument: specify additional AF_UNIX log devicesTheo de Raadt
syslogd should create & listen to. As in "syslogd -a /chroot/dev/log", I'm sure you get the idea.
1998-02-11increased paranoia about .rhosts validityTheo de Raadt
1998-02-11From NetBSD: sun4m anti crash code in IOMMU_FLUSH{PAGE,ALL}Marco S Hyman
1998-02-11Fix lib-depends case for alpha even betterNiklas Hallqvist
1998-02-11Fix lib-depends case for alphaNiklas Hallqvist
1998-02-10allow tape blocksize > disk blocksize to work; dwmalone@maths.tcd.ieTheo de Raadt
1998-02-10disable kerberos login tools by defaultTheo de Raadt
1998-02-10WallTheo de Raadt
1998-02-10oopsTheo de Raadt
1998-02-10Fix many bugs related to serial line control, like baudrate, bits etcNiklas Hallqvist
1998-02-10regenNiklas Hallqvist
1998-02-10fake rdebug protoNiklas Hallqvist
1998-02-10undef SLMTU if it's been externally definedAngelos D. Keromytis
1998-02-10syncTheo de Raadt
1998-02-10revert mode_t things to int, obviously requires more thought and workTheo de Raadt
1998-02-10make LDCONFIG usable on alphas too, no need for special casing it anymoreNiklas Hallqvist
1998-02-10Better -m compatibility with a.out ldconfigNiklas Hallqvist
1998-02-10pretty some types, real minorTheo de Raadt
1998-02-10sync w/netbsdJason Wright
1998-02-10recover from lint changes elsewhere, not completely testedTheo de Raadt
1998-02-10syncTheo de Raadt
1998-02-10typo fix; netbsdTheo de Raadt
1998-02-10more explicit protosTheo de Raadt
1998-02-10move proto to unistd.hTheo de Raadt
1998-02-10Fix buffer overflows in quote1(), clear line bufferTobias Weingartner
before use. Hopefully, this is the last of the PR# 406 stuff that this will need.
1998-02-09from netbsdTheo de Raadt
1998-02-09merge in rev 1.2Niklas Hallqvist
1998-02-09s/optsifle/optsfile/ryker
1998-02-09Fix typo in syslog message.Angelos D. Keromytis
1998-02-09Close/reopen routing socket, to avoid running out of the socket's buffer space.Angelos D. Keromytis
1998-02-09More missing type changes; pointed out by deraadt@OpenBSD.orgThorsten Lockert
1998-02-09Include <ddb/db_var.h> if DDB is defined.dima
1998-02-09make dependTheo de Raadt
1998-02-09Missed oneThorsten Lockert
1998-02-08Better lint(1) framework. Mostly from cgd@NetBSDThorsten Lockert
1998-02-08Pull in prototypeThorsten Lockert
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1998-02-08SyncThorsten Lockert
1998-02-08Correct many typesThorsten Lockert
1998-02-08Sync with NetBSDThorsten Lockert
1998-02-08Update to match realityThorsten Lockert