Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-03 | Fix fastroute-related panic, fixes PR 1541 (cas@trans-nt.com) | Angelos D. Keromytis | |
2000-12-03 | typo (d@) | Marc Espie | |
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-02 | The man page says the default umask is 027 but it is really 022 since | Todd C. Miller | |
that is the value of CMASK. Have setusercontext() set the umask unless the -u flag was specified. This allows the admin to set the umask either via -u or via a login class in login.conf. | |||
2000-12-02 | vlan devices should not try to emit packets if the parent interface is | Jason Wright | |
not running and not up. From NetBSD: move if_opackets to that it's incremented even if the parent interface is oactive. | |||
2000-12-02 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- validate strdup() error in argument parsing. - use strlcat in complex string manipulation | |||
2000-12-02 | Error messages. | Angelos D. Keromytis | |
2000-12-02 | Add comment. | Angelos D. Keromytis | |
2000-12-02 | Manual sync with EOM -- only release an SA if it's referenced by the | Angelos D. Keromytis | |
timeout routine (should there be a default expiration if none is negotiated ?) | |||
2000-12-02 | A bunch of stability fixes, thanks to cedric@wireless-networks.com for | Angelos D. Keromytis | |
testing and feedback. | |||
2000-12-01 | Describe more things | Marc Espie | |
2000-12-01 | is no longer used | Jun-ichiro itojun Hagino | |
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-30 | x509_hash() should also ignore the id length (for matching purposes) | Angelos D. Keromytis | |
-- willey@serasystems.co | |||
2000-11-29 | document -u flag and environment variables | Todd C. Miller | |
2000-11-29 | Bugfix: reset 16-bit pcmcia in chip initialisation sequence; from NetBSD. | Aaron Campbell | |
2000-11-29 | Correct PCI interrupt setup routine for Texas Instruments PCI113X CardBus | Aaron Campbell | |
bridges so that hot insertion and removal works; from NetBSD. | |||
2000-11-29 | regen | Michael Shalayeff | |
2000-11-29 | a couple of compaq raid definitions; from netbsd | Michael Shalayeff | |
2000-11-29 | Clarify that the RX5C57X requires write to the PCI_LEGACY to disable and | Aaron Campbell | |
not PCI_BCR_INTR; from NetBSD. | |||
2000-11-29 | Power down PC cards at shutdown time; from NetBSD. I'm also reverting my own | Aaron Campbell | |
fix for this (rev 1.7) as this is the better way to do it. This fixes the problem seen with reboot while an xl(4) CardBus card is in a slot on my Toshiba Tecra 550CDT (so it should fix the same problem espie@ has seen on a different model Toshiba laptop). | |||
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 | Don't print an extra newline after reading passphrase if echo was not | Todd C. Miller | |
turned off since we already printed one from the user. | |||
2000-11-29 | note ICH2 support | Michael Shalayeff | |
2000-11-29 | show IP address and hostname when new key is encountered. okay markus@ | Niels Provos | |
2000-11-29 | Spelling and punctuation fixes; FreeBSD | brian | |
2000-11-28 | How did this work? | Jason Wright | |
2000-11-28 | Add ``enable/disable'' tcpmssfixup - enabled by default. | brian | |
2000-11-28 | Use only the bit after the ``\'' when hashing the challenge in | brian | |
MSChapv2 Submitted by: Ustimenko Semen <semen@iclub.nsu.ru> | |||
2000-11-28 | Free the same type we malloced with. | Artur Grabowski | |
2000-11-28 | Repair: grrrrrr... brought in wrong changes -again- | Jason Wright | |
2000-11-28 | oops, not yet | Jason Wright | |
2000-11-28 | remove statics and knf | Jason Wright | |
2000-11-28 | 'y' key is too close to 't' key | Jason Wright | |
2000-11-28 | update list of supported tigon based boards | Jason Wright | |
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-27 | Use -n to test if a variable is non-zero. Otherwise, if the variable's | Todd C. Miller | |
contents start with a '-' test becomes unhappy (since it interprets it as another option). |