Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailscale/tailscale
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.52.0
Choose a base ref
...
head repository: tailscale/tailscale
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.52.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 2, 2023

  1. cmd/tailscaled: pre-load wintun.dll using a fully-qualified path

    In corp PR #14970 I updated the installer to set a security mitigation that
    always forces system32 to the front of the Windows dynamic linker's search
    path.
    
    Unfortunately there are other products out there that, partying like it's
    1995, drop their own, older version of wintun.dll into system32. Since we
    look there first, we end up loading that old version.
    
    We can fix this by preloading wintun using a fully-qualified path. When
    wintun-go then loads wintun, the dynamic linker will hand it the module
    that was previously loaded by us.
    
    Fixes #10023, #10025, #10052
    
    Signed-off-by: Aaron Klotz <aaron@tailscale.com>
    (cherry picked from commit 47019ce)
    dblohm7 committed Nov 2, 2023
    1 Configuration menu
    Copy the full SHA
    2855ad9 View commit details
    Browse the repository at this point in the history
  2. clientupdate: cleanup SPK and MSI downloads (#10085)

    After we're done installing, clean up the temp files. This prevents temp
    volumes from filling up on hosts that don't reboot often.
    
    Fixes #10082
    
    Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
    (cherry picked from commit 6c0ac8b)
    awly authored and tylersmalley committed Nov 2, 2023
    1 Configuration menu
    Copy the full SHA
    741b634 View commit details
    Browse the repository at this point in the history
  3. clientupdate: do not recursively delete dirs in cleanupOldDownloads (#…

    …10093)
    
    In case there's a wild symlink in one of the target paths, we don't want
    to accidentally delete too much. Limit `cleanupOldDownloads` to deleting
    individual files only.
    
    Updates #10082
    
    Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
    (cherry picked from commit 7145016)
    awly authored and tylersmalley committed Nov 2, 2023
    1 Configuration menu
    Copy the full SHA
    e5d93d3 View commit details
    Browse the repository at this point in the history
  4. VERSION.txt: this is v1.52.1

    Signed-off-by: Tyler Smalley <tyler@tailscale.com>
    tylersmalley committed Nov 2, 2023
    1 Configuration menu
    Copy the full SHA
    16c59d2 View commit details
    Browse the repository at this point in the history
Loading