8000 Comparing k4yt3x:master...itoffshore:master · k4yt3x/wg-meshconf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: k4yt3x/wg-meshconf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: itoffshore/wg-meshconf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 2, 2023

  1. add pre-shared key generation

    This change does not add the pre-shared keys to the database but from
    a security perspective this should not be done anyway.
    
    If private keys exist the configuration is not overwritten so re-running
    `genconfig` does not overwrite existing configuration.
    
    TODO: add an option to generate new configuration (keys should be regularly
          rotated)
    
    ---
    
    * pre-shared keys are recommended to help towards quantum resistance
    
      - https://www.wireguard.com/known-limitations/#post-quantum-secrecy
    
    * this commit is based on:
    
      - #10
    
      (with the missing json import added)
    itoffshore committed Jul 2, 2023
    10000
    Configuration menu
    Copy the full SHA
    aaf8e2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from itoffshore/psk

    add pre-shared key generation
    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    8e3540d View commit details
    Browse the repository at this point in the history
  3. update version to 2.5.2

    * updates version number
    itoffshore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    52213a8 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2828b34 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    818d05e View commit details
    Browse the repository at this point in the history
  6. make new pre-shared key functionality optional

    * adds --psk / -p options to `wg-meshconf genconfig` to make the new
      functionality optional & disabled by default to not breaks existing
      user configuration.
    
    * the new pre-shared key functionality does not store the generated keys
      as storing them in a spreadsheet alongside the private keys defeats the
      purpose. When using the new --psk option the keys are re-generated (as
      keys should be rotated periodically)
    itoffshore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    ef7bdaa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from itoffshore/options

    make new pre-shared key functionality optional
    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    c857040 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    d91558d View commit details
    Browse the repository at this point in the history
  9. run black formatting module against the codebase

    * fixes from the python 'black' formatting module
    itoffshore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    c7b52b8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from itoffshore/black

    run black formatting module against the codebase
    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b019766 View commit details
    Browse the repository at this point in the history
  11. alphabetical imports

    * as per the contributing guidelines
    itoffshore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    d27404e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4 from itoffshore/black

    alphabetical imports
    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    40a251e View commit details
    Browse the repository at this point in the history
  13. fix alpha order

    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2f21eb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. merge upstream

    itoffshore committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ea6968f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from itoffshore/updates

    merge upstream
    itoffshore authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c60d2fe View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Revert "merge upstream"

    itoffshore authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f35c164 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from itoffshore/revert-5-updates

    Revert "merge upstream"
    itoffshore authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f6699bd View commit details
    Browse the repository at this point in the history
Loading
0