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