Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-25 | Update to sudo 1.6.6 | Todd C. Miller | |
2002-04-25 | avoid buffer overrun on PASV from malicious server. | Jun-ichiro itojun Hagino | |
http://online.securityfocus.com/archive/1/269356/2002-04-22/2002-04-28/0 | |||
2002-04-23 | Improve error message; ok markus@ stevesk@ | Damien Miller | |
2002-04-23 | send complete ticket; semerad@ss1000.ms.mff.cuni.cz | Markus Friedl | |
2002-04-23 | 3.2.1 | Markus Friedl | |
2002-04-22 | Do not hardcode mvme88k-specific compilation flags here, especially since | Miod Vallat | |
the new flags happen to be no different from those set in <sys.mk> | |||
2002-04-22 | request reply (success/failure) for -R style fwd in protocol v2, | Markus Friedl | |
depends on ordered replies. fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@ | |||
2002-04-22 | do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@ | Markus Friedl | |
2002-04-22 | lenin born, the most human of the ppl, form@ and mickey@ | Michael Shalayeff | |
2002-04-22 | columbia was not that much of a deal to mention twice, plus gagarin was ↵ | Michael Shalayeff | |
before it anyway | |||
2002-04-22 | fix check for overflow | Markus Friedl | |
2002-04-22 | don't use /bin/cp to copy files. | Vincent Labrecque | |
ok deraadt@ | |||
2002-04-22 | fix mem leak | Vincent Labrecque | |
ok deraadt@ | |||
2002-04-21 | Document fractional delays. | Hugh Graham | |
2002-04-21 | Add support for fractional delay values. Useful for fast updates | Hugh Graham | |
without spinning top. Cleared by millert. | |||
2002-04-21 | spelling in error message; ok markus@ | Kevin Steves | |
2002-04-21 | document default AFSTokenPassing no; ok deraadt@ | Kevin Steves | |
2002-04-20 | rewrite using the buffer_* API, fixes overflow; ok deraadt@ | Markus Friedl | |
2002-04-20 | add buffer_{get,put}_short | Markus Friedl | |
2002-04-20 | No, afs requires explicit enabling | Theo de Raadt | |
2002-04-20 | Add missing copyright | Thorsten Lockert | |
2002-04-18 | Reuse cddb code to support FreeBSD new cdid command. | Marc Espie | |
(who knows ? scripts might use it). ok fgs@, pval@ | |||
2002-04-18 | remove extra spaces, fix rcsid (noticed by millert) | Marc Espie | |
2002-04-18 | KNF | Theo de Raadt | |
2002-04-18 | Add cddb support. | Marc Espie | |
2002-04-18 | correct description of undefine, both according to the code, and to | Marc Espie | |
single unix. | |||
2002-04-17 | Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18. | Marc Espie | |
ok millert@ | |||
2002-04-16 | explain how conditionals/includes/loops interact. | Marc Espie | |
ok aaron@ | |||
2002-04-15 | use fchmod and fchown instead; vincent | Theo de Raadt | |
2002-04-15 | Fix sed(1) in the case where a last line is specified and hold space | Todd C. Miller | |
is not specified, and then the first part of the pattern space is deleted, when there are two or more input lines, as this results in subtraction of one from an unsigned integral value of '0'. That bogus value is used in one case for a loop (that will run far too many times in this case) and a function to search for a value within a specified range of memory, however now the range of memory is obscenely large and a segmentation (or memory) fault will occur. This is fixed by checking for and appropriately handling a nil pattern space as if the specified search in memory failed, as indeed it obviously will with nil pattern space. From Tim J. Robbins by way of FreeBSD | |||
2002-04-10 | OpenSSH_3.2 | Markus Friedl | |
2002-04-10 | strip '@' from username only for KerbV and known broken clients, bug #204 | Markus Friedl | |
2002-04-08 | Don't do tilde escapes unless we are in interactive mode. Now the | Todd C. Miller | |
behavior matches the man page... | |||
2002-04-08 | Correct usage() for od syntax; Peter Stromberg | Todd C. Miller | |
2002-04-06 | Fixes potental double // within path. | mouring | |
http://bugzilla.mindrot.org/show_bug.cgi?id=76 | |||
2002-04-06 | Fix occasional corruption on upload due to bad reuse of request id, spotted | Damien Miller | |
by chombier@mac.com; ok markus@ | |||
2002-04-05 | clarify sshrc some and handle X11UseLocalhost=yes; ok markus@ | Kevin Steves | |
2002-04-03 | re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net | Markus Friedl | |
2002-04-02 | ignore SSH_BUG_SIGBLOB for ssh-rsa; #187 | Markus Friedl | |
2002-04-02 | always call log_init() | Markus Friedl | |
2002-04-02 | check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199 | Markus Friedl | |
2002-04-01 | fallback to stat if server does not support lstat | Markus Friedl | |
2002-04-01 | 20480 is an upper limit for older server | Markus Friedl | |
2002-04-01 | typo: assign to self; ok markus@ solar@openwall.com | Kevin Steves | |
2002-04-01 | Add some frightening quote. | Miod Vallat | |
2002-03-30 | check waitpid for EINTR; based on patch from peter@ifm.liu.se | Markus Friedl | |
2002-03-30 | warn -> warnx, because we put the strerror() manually. | Vincent Labrecque | |
ok millert | |||
2002-03-30 | stretch banners | Theo de Raadt | |
2002-03-29 | remove the IGNORE_PREAD_ERRORS backwards compat goo which really, REALLY, ↵ | Theo de Raadt | |
just is not needed, come on | |||
2002-03-29 | make RSA modulus minimum #define; ok markus@ | Kevin Steves | |