summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-02* use lostconn() as the SIGALRM handler in receive_data() as originallyDan Harnett
done by downsj@ in revision 1.54. * some -Wall cleanup - only declare check_host() if TCPWRAPPERS is defined. - use socklen_t where appropriate instead of int (pointer signedness warnings). - {u_}char * pointer signedness warnings. ok millert@
2002-07-02bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ forAaron Campbell
testing.
2002-07-02Remove whitespace at eolbrian
2002-07-02Fix PIO write state machine. This has been totally broken since 2.5, but sinceConstantine Sapuntzakis
this code path is only executed for IOCTLs, and all of our IOCTLs only read from the device, nobody noticed. Thanks to grange and gluk for finding this one.
2002-07-02use hash.h for nfs_hash as well as namei's hashEric Jackson
ok art@ costa@
2002-07-02Add missing copyrightThorsten Lockert
2002-07-02missing priority argument in example; ok millert@Kevin Steves
2002-07-02Kill setjmp/longjmp from a signal handler. All we really need isTodd C. Miller
to use sigaction() w/o SA_RESTART to allow ^C to interrupt motd(). deraadt@ OK.
2002-07-02KNF and signal race fixes; millert okTheo de Raadt
2002-07-02Don't trust the MPPE key lengths passed back from the RADIUS server.brian
Instead, use the correct values based on the number of bits actually negotiated.
2002-07-02Remove some misleading/wrong diagnosticsbrian
2002-07-01Ensure scb is setup correctly. Add debugging info.Steve Murphree
2002-07-01Language improvements and line wrapping fixes, from Moritz JodeitDaniel Hartmeier
2002-07-01Don't abuse VM_PROT_ALL. Use VM_PROT_READ|VM_PROT_WRITE here.Artur Grabowski
We'll never want to exec code in malloc mappings.
2002-07-01Fix really long standing bug with fetching address cache entries:Jason Wright
handle ifbac_len == 0 as per the man page; Benny Holmgren <bigfoot@astrakan.hig.se>
2002-07-01more type pedantJun-ichiro itojun Hagino
2002-07-01Don't let variable declarations without "extern" living in .h files.Miod Vallat
While there fix a benign type mismatch in db_stack_dump() and remove diag code left by art by mistake.
2002-07-01cut and pasto (fetch maxage correctly); Benny Holmgren <bigfoot@astrakan.hig.se>Jason Wright
2002-07-01lint clean (and don't mixup signed/unsigned). from martin husemannJun-ichiro itojun Hagino
2002-07-01define SUN_LEN if it is not already for portability.Vincent Labrecque
millert made the same suggestion, so i guess it's ok ;)
2002-07-01for compression=yes, we fallback to no-compression if the server doesMarkus Friedl
not support compression, vice versa for compression=no. ok mouring@
2002-07-01include string.h for memcpyArtur Grabowski
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
pushed for by tygs@netcologne.de. Apparently we also now known how to talk to the lawyers there, if we were so mad. Note that a few other copyright issues in pppd still remain, so this does not close this story.
2002-07-01repair burner after X, as seen on misc@; from grange@Michael Shalayeff
2002-07-01art said, let it failMichael Shalayeff
2002-07-01Move mtod() after the m_pullup() --- noted by sam@errno.com (who seemsAngelos D. Keromytis
to be going over the IPsec code with a magnifying glass)
2002-07-01a test to see if stack is executableMichael Shalayeff
2002-07-01 just make vtresize return TRUE/FALSE instead of 0/-1, for consistency withVincent Labrecque
the rest of the mg code. + some KNF. adapted from diff by zyrnix.
2002-07-01KNFVincent Labrecque
2002-07-01%uTheo de Raadt
2002-07-01do not Xr startkeyTheo de Raadt
2002-07-01use SUN_LEN to calculate AF_UNIX sockaddr's length. + some styleVincent Labrecque
ok ericj@
2002-07-01Prevent passwords of the form '-X' from being (mis)interpreted as anKenneth R Westerback
option to encrypt, by terminating option list with '--'. This generated an error during install and left root with a blank password. Mentioned a couple of months ago by Adrian Close, and dhartmei@ prodded me again today.
2002-07-01KNF + ansi; from zyrnix (only the easy part of his diffs)Vincent Labrecque
2002-07-01when printing the size, use what we have map'ed, not what's in theFederico G. Schwindt
configuration.
2002-07-01need string.hTheo de Raadt
2002-07-01Fix a FreeBSD specific latency problem.brian
2002-07-01typobrian
2002-07-01Don't allow the use of MPPE with RADIUS unless the RADIUS server has providedbrian
keys.
2002-07-01Handle mis-formatted messages from RADIATOR (now fixed in RADIATOR)brian
2002-07-01Spellingbrian
2002-07-01streamline parse buffer handling (no need to copy value that is notMarc Espie
going to go away). add explicit pushback buffer, to be able to push IPv6 failed parses back. handle pushback + parse buffer interactions by using negative indices. okay dhartmei@, deraadt@
2002-07-01disable ssh-keysign for now (no sbit); netbsd via itojunMarkus Friedl
2002-07-01Change spelling in comment to match errlist.cPaul Janzen
2002-07-01Disc -> Disk for EDQUOT; now the error and log messages that appear whenPaul Janzen
quotas are exceeded are consistent. deraadt@ ok
2002-07-01Fix strnvis(): don't truncate unnecessarily, set the return value correctlyPaul Janzen
if we had to truncate, and don't NUL-terminate if size == 0.
2002-07-01typoMarc Espie
2002-07-01make more pedantic check on strtoul. from deraadt, sync w/kameJun-ichiro itojun Hagino
2002-07-01syncTheo de Raadt
2002-07-01KNFTheo de Raadt