summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-02-14mg? ridiculous. for now, anywaysTheo de Raadt
2002-02-14version mishandlingTheo de Raadt
2002-02-14typoTheo de Raadt
2002-02-14 Oups, my chartypes commit broke this.Vincent Labrecque
2002-02-14 the "theo-mode" is said to be a 'standalone' extension in main.c, beVincent Labrecque
2002-02-14Don't divide by zero.Aaron Campbell
2002-02-14 Change character types definitions defines so they don't clash withVincent Labrecque
2002-02-14If helps to loop over the correct variable *sigh*Jason Wright
2002-02-14 simplify a loop and add some comments.Vincent Labrecque
2002-02-13some more KNF and -WallTheo de Raadt
2002-02-13some KNFTheo de Raadt
2002-02-13 Oups, don't print fname<1> when there's only one buffer for this file.Vincent Labrecque
2002-02-13remove the cast too; ok deraadtPeter Valchev
2002-02-13 Make mg malloc the l_text element instead of reallocating whole LINEVincent Labrecque
2002-02-13indentTheo de Raadt
2002-02-13proc is not an enum, dummy! this makes sparc64 amd workTheo de Raadt
2002-02-13be a bit more pendrantic about spelling than the brit wasTheo de Raadt
2002-02-13fix some XrTheo de Raadt
2002-02-13correct -m description; wngdn@src.uchicago.eduTheo de Raadt
2002-02-13Ooops. unbreak after last.Artur Grabowski
2002-02-13FREF/FRELE where required due to fd_getfile.jasoni
2002-02-13Be -really- careful not to modify the payload when replacing the ethernetJason Wright
2002-02-13oops, i swapped these, how did THAT happenTheo de Raadt
2002-02-13hppa is in.Todd T. Fries
2002-02-13fix tty/pty #'s (off by one)Todd T. Fries
2002-02-13syncTodd T. Fries
2002-02-13enable amigaTodd T. Fries
2002-02-13the same resolv.c needs to be in both krb and krb5, for static arch like vaxTheo de Raadt
2002-02-13More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f...Artur Grabowski
2002-02-13The syscall numer is quad to __syscall(2).Artur Grabowski
2002-02-13use amiga, not AmigaTheo de Raadt
2002-02-13Changes necessary to configure vax. Confirmed by miod + theo.Hugh Graham
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
2002-02-13sync with KAME.Kenjiro Cho
2002-02-13rewrite the parser code to get rid of the heritageKenjiro Cho
2002-02-13typo: clinet -> client from KAME.Kenjiro Cho
2002-02-13sync with KAME.Kenjiro Cho
2002-02-13sync with KAME.Kenjiro Cho
2002-02-13sync with KAME.Kenjiro Cho
2002-02-13move ALTQ_RED and ALTQ_CBQ from altq.h to altq_var.h.Kenjiro Cho
2002-02-13don't ignore the contents of /etc/ssh; ok deraadt@Marco S Hyman
2002-02-13syncTheo de Raadt
2002-02-13vpn1211Theo de Raadt
2002-02-13 simplify the define_key() code to use sane functions in two separate bufferVincent Labrecque
2002-02-13 * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.Vincent Labrecque
2002-02-13use strncpy instead of strcpy (no strcpy in libsa); hugh okTheo de Raadt
2002-02-13teach about sparc64Theo de Raadt
2002-02-13API cleanup and backwards compat for filexfer v.0 servers; ok markus@Damien Miller
2002-02-13readpass.c is not longer from UCB, since we now use readpassphrase(3)Markus Friedl
2002-02-13handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@Markus Friedl