summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-28Use lpd as an example, not sendmail. This has been sitting in myTodd C. Miller
tree for some time and I don't recall whether it is home-grown or came from someone else.
2001-12-28remove plen from the dispatch fn. it's no longer used.Markus Friedl
2001-12-28packet_read* no longer return the packet length, since it's not used.Markus Friedl
2001-12-28buffer_get_bignum: int -> voidMarkus Friedl
2001-12-28packet_get_bignum* no longer returns a sizeMarkus Friedl
2001-12-28Kill yet another hardcoded size. Ok fries@Marc Espie
and flush(stdout) on debugging mode, as a vicious coredump can leave you without info otherwise.
2001-12-28s/packet_done/packet_check_eom/ (end-of-message); ok djm@Markus Friedl
2001-12-28do not reference plot; from rogier@quaak.org; closes pr/2276Niels Provos
2001-12-28sync. -mojMats O Jansson
2001-12-28Add some more VIATECH. -mojMats O Jansson
2001-12-28sync. -mojMats O Jansson
2001-12-28Add VIATECH VT8366. -mojMats O Jansson
2001-12-28move experimental icmp6 type to 200; 141-142 are used for inverse neighborJun-ichiro itojun Hagino
discovery. sync with kame
2001-12-28Correctly handle envp pointer in main() -- henric@aimnet.comAngelos D. Keromytis
2001-12-27makes a new accept() socket have the nonblock behavior.Federico G. Schwindt
slightly modified version from the original diff by theo, based on comments by niels@ and deraadt@; both ok'ed.
2001-12-27Increment reference count when copying session pointer pr#2112. ok deraadt@Thomas Nordin
2001-12-27Don't mess with the PMAP_PHYSSEG flags there. It's UVM playground, not reallyMiod Vallat
ours.
2001-12-27get rid of packet_integrity_check, use packet_done() instead.Markus Friedl
2001-12-27auth_rhosts_rsa now accept generic keys.Markus Friedl
2001-12-27always use BN_clear_free instead of BN_freeMarkus Friedl
2001-12-27missing includeMarkus Friedl
2001-12-27clarify -p; ok markus@Kevin Steves
2001-12-27call fatal() for openssl allocation failuresMarkus Friedl
2001-12-27-t is only needed for key generation (unbreaks -i, -e, etc).Markus Friedl
2001-12-27revision 1.12 lacks paren around && within || (gcc warns and compilation stops).Jun-ichiro itojun Hagino
2001-12-27Fix the brain-dead assembler to correctly handle opcodes which have noMiod Vallat
arguments (such as rte) but do not appear exactly at the end of a line (i.e. whitespace follows) instead of reporting (incorrectly) "parameter syntax error".
2001-12-27Unbreak confusion between duplicated, but slightly different, m88k assemblerMiod Vallat
sources and repair as in the process (we had ended mixing tc-mvme88k.c with tc-m88k.h).
2001-12-26misplaced (), causing tcp header be examined in non-tcp packetsMichael Shalayeff
2001-12-26When cross compiling, by all means prevent the native <machine/exec.h> to beMiod Vallat
picked up. This enables sparc->foo cross-ld to build (don't ask).
2001-12-26cosmeticJun-ichiro itojun Hagino
2001-12-26no way for this to be 'shared only', duhPeter Valchev
2001-12-25Oops, I barfed there, too.Miod Vallat
2001-12-25bad miodTheo de Raadt
2001-12-25be more carefull on allocationMarkus Friedl
2001-12-25be more careful on allocationMarkus Friedl
2001-12-25Tag.Hugh Graham
2001-12-25Now that Theo has a working vax, suddenly this is not fun anymore.Miod Vallat
2001-12-25checkflist is a sh script now.Miod Vallat
2001-12-25convert mkr/ckr to shell scripts, use mktemp(1)Theo de Raadt
2001-12-25bye byeTheo de Raadt
2001-12-25Oops, macros from the wrong tree escaped.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-24pcib is required if pcibios is there; deraadt@ okMichael Shalayeff
2001-12-24regenMichael Shalayeff
2001-12-24add sis735 host-pci and 5571 is host tooMichael Shalayeff
2001-12-24fix // comment, kill some dangling spacesMichael Shalayeff
2001-12-24fix a // comment and kill a few trailing spacesMichael Shalayeff
2001-12-24More brdtyp vs cputyp replacements.Miod Vallat
2001-12-24close ppp.conf.sample file as requestedTheo de Raadt
2001-12-24Add iana url and correct text; openbsd@davidkrause.comThomas Nordin