Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-11 | wait indicates failure by returning -1, not arbitrary values < 0 | Theo de Raadt | |
2000-12-11 | typo in -s message | Jun-ichiro itojun Hagino | |
2000-12-11 | show # of successful IPv6 path MTU changes with -s. from kame | Jun-ichiro itojun Hagino | |
2000-12-11 | show when pmtu is disabled on routes, more information when verbose, | Niels Provos | |
from NetBSD | |||
2000-12-11 | when copying 0-sized files, do not re-print ETA time at completion | Theo de Raadt | |
2000-12-10 | always request new challenge for skey/tis-auth, fixes interop with | Markus Friedl | |
other implementations; report from roth@feep.net | |||
2000-12-09 | remove unnecessary '\n' | Niels Provos | |
2000-12-09 | no longer used | Markus Friedl | |
2000-12-09 | "" -> "." for realpath; from vinschen@redhat.com | Markus Friedl | |
2000-12-09 | extern int optind; from stevesk@sweden.hp.com | Markus Friedl | |
2000-12-09 | fix byte order bug w/o introducing new implementation | Markus Friedl | |
2000-12-09 | undo rijndael changes | Markus Friedl | |
2000-12-07 | only accept real files for the calendar file. requires some cute | Theo de Raadt | |
nonblocking hackery. | |||
2000-12-07 | tftp argv parsing overflow; fix by vogelke@dnaco.net and I | Theo de Raadt | |
2000-12-07 | Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo | Damien Miller | |
2000-12-07 | Forgot to copy end of name in nested variable names, so that | Marc Espie | |
${BC_${A}} worked but not ${${A}_BC}. Noticed by fries@ | |||
2000-12-06 | unexpand(1) | Markus Friedl | |
2000-12-06 | new rijndael implementation. fixes endian bugs | Markus Friedl | |
2000-12-06 | disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0 | Markus Friedl | |
2000-12-06 | we actually have useful code for '.for' loops, its not a no-op. ok espie@ | Todd T. Fries | |
2000-12-06 | err(3) -> internal error(), from stevesk@sweden.hp.com | Markus Friedl | |
2000-12-05 | async connects for -R/-L; ok deraadt@ | Markus Friedl | |
2000-12-05 | tweak comment to reflect real location of pid file; ok provos@ | Todd T. Fries | |
2000-12-04 | David Maziere's ssh-keyscan, ok niels@ | Markus Friedl | |
2000-12-03 | remove fallback to SSH_BUG_HMAC now that the drafts are updated | Markus Friedl | |
2000-12-03 | correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhat | Markus Friedl | |
2000-12-03 | support f-secure/ssh.com 2.0.12; ok niels@ | Markus Friedl | |
2000-12-02 | Check for symlinks before overwriting kerberos ticket files. | Hans Insulander | |
While i'm at it, make sure not to use Kerberos at all if there is no local srvtab. Based on patch from Todd Miller. Reported by <jouko@solutions.fi>. | |||
2000-12-01 | -Wall cleanup | Eric Jackson | |
2000-12-01 | typo; from green@FreeBSD.org | Markus Friedl | |
2000-11-30 | debug -> warn if server tries to do -R style fwd w/o client requesting this; ↵ | Markus Friedl | |
ok niels@ | |||
2000-11-30 | disable agent/x11/port fwding if hostkey has changed; ok niels@ | Markus Friedl | |
2000-11-30 | agents must not dump core, ok niels@ | Markus Friedl | |
2000-11-30 | -T is for both protocols | Markus Friedl | |
2000-11-30 | check -T before isatty() | Markus Friedl | |
2000-11-29 | document -u flag and environment variables | Todd C. Miller | |
2000-11-29 | sshd -D, startup w/o daemon(), for monitoring scripts or initab; | Markus Friedl | |
from handler@sub-rosa.com and eric@urbanrage.com; ok niels@ | |||
2000-11-29 | des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV | Markus Friedl | |
2000-11-29 | show IP address and hostname when new key is encountered. okay markus@ | Niels Provos | |
2000-11-27 | This patch fixes ArchFindMember so that it handles SVR4 members | Marc Espie | |
similarly to read_archive. Note we no longer bother seeking back to the start of the header, as only ArchTouch accesses that header, and can do the seek itself. With this, arch handling should be working, more or less. thanks to Todd, Miod, Naddy for reviewing those patches. | |||
2000-11-27 | This does fix some nasty issues: ar field members are NOT null-terminated. | Marc Espie | |
Hence, read_archive must be very careful to parse stuff correctly: don't use str* when mem* are appropriate, copy numeric fields and ensure they're terminated... | |||
2000-11-27 | We take of the SVR4 archive handling data structure from our archive, | Marc Espie | |
and put it into a specific structure (it is wasteful to keep lugging SVR4 structures once an archive is parsed). By tweaking read_archive slightly, we can achieve a nicer interface to ArchSVR4Entry. Note a bug in make: ArchFindMember does (currently) not use the SVR4 code, hence some archive members won't be found in non-caching mode... | |||
2000-11-27 | Factorise duplicated code involved in touching archives. | Marc Espie | |
2000-11-26 | Print select collisions in the vmstat -s output. | Artur Grabowski | |
(XXX - I couldn't find a better place to put it.). | |||
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller | |
specify a username (and thus avoid rebuilding the while database). | |||
2000-11-25 | print keytype when generating a key. | Markus Friedl | |
reasonable defaults for RSA1/RSA/DSA keys. | |||
2000-11-25 | reorder check for illegal ciphers, bugreport from espie@ | Markus Friedl | |
2000-11-24 | Include err.h and util.h | Todd C. Miller | |
2000-11-24 | Include strings.h for strlen() prototype | Todd C. Miller | |
Include errno.h, not sys/errno.h since this is userland | |||
2000-11-24 | As it stands now, arch.c does not work. | Marc Espie | |
Its main failing is that ar headers are NOT null terminated. This code is atrocious. This change starts cleaning that up. Replace the list of cached archives with a hash, streamline the logic of ArchMTimeMember, by taking out the actual function that does the reading (read_archive). More fixes to come. |