Age | Commit message (Expand) | Author |
2000-10-31 | so that large packets do not wrap "n"; from netbsd | Markus Friedl |
2000-10-31 | handle all old openssh versions | Markus Friedl |
2000-10-27 | deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com | Markus Friedl |
2000-10-27 | enable non-blocking IO on channels, and tty's (except for the client ttys). | Markus Friedl |
2000-10-26 | add older vandyke products | Markus Friedl |
2000-10-25 | i386's interrupt counters are u_long, adjust printf formats. | Michael Shalayeff |
2000-10-24 | When calling setupterm() pass in an int* for the error code so | Todd C. Miller |
2000-10-23 | non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsd | Markus Friedl |
2000-10-23 | fix a few signed/unsigned/long printf formats; millert@ & deraadt@ ok | Michael Shalayeff |
2000-10-22 | update to ncurses 5.2 | Todd C. Miller |
2000-10-22 | Fix noprint/print/octal options; from NetBSD. | Christian Weisgerber |
2000-10-21 | typo, eramore@era-t.ericsson.se; ok niels@ | Markus Friedl |
2000-10-19 | Put the fmt strings CAVEATS section into userland printf(1) man page, too; | Aaron Campbell |
2000-10-19 | don't reference freed memory. okay deraadt@ | Niels Provos |
2000-10-19 | fmt string problem in unused code | Theo de Raadt |
2000-10-18 | Quiet warning with cast | Paul Janzen |
2000-10-18 | Changes from NetBSD: cleanups, use err/warn, reformat, and print large quotas | Paul Janzen |
2000-10-18 | restore old record login behaviour | Markus Friedl |
2000-10-18 | replace atomicio(read,...) with read(); ok deraadt@ | Markus Friedl |
2000-10-18 | undo | Markus Friedl |
2000-10-18 | - Don't use .Ar here. | Aaron Campbell |
2000-10-18 | emit more easier-to-understand error message on port name error. from deraadt | Jun-ichiro itojun Hagino |
2000-10-18 | - Section shuffling. | Aaron Campbell |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-10-17 | return number of characters processed; ok deraadt@ | Markus Friedl |
2000-10-17 | - Add a DIAGNOSTICS section explaining "the passwd file is busy". | Aaron Campbell |
2000-10-16 | fixes from pekkas@netcore.fi | Markus Friedl |
2000-10-16 | Add idents for files which lack them | Damien Miller |
2000-10-15 | CFLAGS+= -Wall | Markus Friedl |
2000-10-15 | typos; from stevesk@sweden.hp.com | Markus Friedl |
2000-10-14 | Make empty passwords work again when login is compiled with kerberos support. | Miod Vallat |
2000-10-14 | do not send RSA challenge if key is not allowed by key-options; from eivind@T... | Markus Friedl |
2000-10-14 | OpenSSH_2.3; note that is is not complete, but the version number needs to be... | Markus Friedl |
2000-10-14 | AllowTcpForwarding; from naddy@ | Markus Friedl |
2000-10-14 | Cipher is for SSH-1 only | Markus Friedl |
2000-10-14 | remove spaces from arguments; from djm@mindrot.org | Markus Friedl |
2000-10-14 | debug3 | Markus Friedl |
2000-10-13 | prefer no compression | Markus Friedl |
2000-10-13 | more info about -V | Markus Friedl |
2000-10-13 | rijndael/aes support | Markus Friedl |
2000-10-13 | Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se | Markus Friedl |
2000-10-13 | Repair formatting errors introduced after 2.7. | Aaron Campbell |
2000-10-13 | Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.net | Paul Janzen |
2000-10-13 | Fix Arch_MemMTime (previous change I did was bogus) | Marc Espie |
2000-10-13 | esetenv: does a setenv and bails out if error. | Marc Espie |
2000-10-12 | remove unused | Markus Friedl |
2000-10-12 | nice going, this did not even compile | Theo de Raadt |
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski |
2000-10-12 | MAP_FAILED, not -1 | Artur Grabowski |
2000-10-12 | Check for MAP_FAILED in mmap return value, not -1. | Artur Grabowski |