Age | Commit message (Expand) | Author |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-17 | telnet used a P macro instead of __P -- g/c that too. | Todd C. Miller |
2002-02-17 | better message; adi@hexapodia.org | Theo de Raadt |
2002-02-17 | A couple temporary workarounds for vax toolchain bugs. | Hugh Graham |
2002-02-17 | oops, add -U to usage | Eric Jackson |
2002-02-17 | add support for connecting too and listening on AF_UNIX sockets. | Eric Jackson |
2002-02-17 | fix pr#2091. patch applied. | Eric Jackson |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-16 | default to rsa keyfile path for non key generation operations where | Kevin Steves |
2002-02-16 | -t required now for key generation | Kevin Steves |
2002-02-16 | typo | Markus Friedl |
2002-02-16 | Some disk names are longer than 4. Cope with that. | Thierry Deval |
2002-02-15 | krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ... | Markus Friedl |
2002-02-15 | split do_child(), ok mouring@ | Markus Friedl |
2002-02-15 | make pressing return in dired mode open the file we're currently at. | Vincent Labrecque |
2002-02-14 | hide some more implementation details of cipher.[ch] and prepares for move | Markus Friedl |
2002-02-14 | increase the SSH v2 window size to 4 packets. comsumes a little | Markus Friedl |
2002-02-14 | remove the strcpy call, plus some KNF | Vincent Labrecque |
2002-02-14 | d_makename now takes a length parameter so we can remove the | Vincent Labrecque |
2002-02-14 | some programs now need the errno definition and sys/params, so put them in | Vincent Labrecque |
2002-02-14 | use strtol instead of atoi to get range checking, etc | Vincent Labrecque |
2002-02-14 | some KNF | Theo de Raadt |
2002-02-14 | spelling | Theo de Raadt |
2002-02-14 | lclint says this is an unsigned variable... and it's right ! | Marc Espie |
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 | Change character types definitions defines so they don't clash with | Vincent Labrecque |
2002-02-14 | simplify a loop and add some comments. | Vincent Labrecque |
2002-02-13 | Oups, don't print fname<1> when there's only one buffer for this file. | Vincent Labrecque |
2002-02-13 | Make mg malloc the l_text element instead of reallocating whole LINE | Vincent Labrecque |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin |
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 | 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 |
2002-02-12 | Let overlapped upload path handle servers which reorder ACKs. This may be | Damien Miller |
2002-02-12 | Perform multiple overlapping read/write requests in file transfer. Mostly | Damien Miller |
2002-02-11 | support up to 40 algorithms per proposal | Markus Friedl |
2002-02-11 | include md5.h not hmac.h | Markus Friedl |
2002-02-11 | do not complain about port > 1024 if rhosts-auth is disabled | Markus Friedl |
2002-02-11 | include md5.h, not evp.h | Markus Friedl |
2002-02-11 | restore kexinit handler if we reset the dispatcher, this unbreaks rekeying | Markus Friedl |
2002-02-11 | there are in fact two 4-term licenses here.. | Theo de Raadt |
2002-02-10 | Correctly handle pority settings on commandline. | Miod Vallat |
2002-02-10 | spelling | Theo de Raadt |
2002-02-10 | Typo. | Aaron Campbell |
2002-02-10 | more /etc/ssh; openbsd@davidkrause.com | Theo de Raadt |
2002-02-09 | move ssh config files to /etc/ssh | Theo de Raadt |