Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
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: bertvv/ansible-role-samba
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: contras2k/ansible-role-samba
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 14, 2020

  1. Fix version comparision

    Fixes the situation where version 4.11.0 turns out to be less than 4.6.4
    Oleg Blashchuk committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    f283d77 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Replace samba daemon restarts with configuration reload

    Allows not to drop active connections during reconfiguration
    contras2k committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e568e41 View commit details
    Browse the repository at this point in the history
  2. Support older OSes with SELinux and Python 2 only (ie CentOS 6)

    SELinux library may be named diffently for Python 2 and 3
    contras2k committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    934ae31 View commit details
    Browse the repository at this point in the history
Loading