Commits on Source (11)
-
Michael Tokarev authored
fix access-based share enum (broken since 4.16) https://bugzilla.samba.org/show_bug.cgi?id=15265
6d44dcf0 -
5fa5d1d4
-
Michael Tokarev authoredacfc1d7c
-
Michael Tokarev authored
1. Fix the "obvious" smb.conf cases automatically, instead of just warning (in smb.conf only) 2. Do not restrict just to [printers] section (path= setting could have been replicated to other sections too). 3. Check for the same path in include files too (check whole testparam -s output) 4. Allow for subdirs of /var/spool/samba too, just in case 5. Handle upgrades from recent versions as well, to fix removal of the spool dir while other sections are still referring to it
6cb63640 -
Michael Tokarev authored
Create /usr/share/samba/is-configured which looks at smb.conf and decides if a given service should be run or not. Use this script in ExecCondition= in systemd service units.
a04b5a27 -
Michael Tokarev authored
These are now auto-serviced by /usr/share/samba/is-configured. Unmask everything masked instead.
49f59ddf -
Michael Tokarev authored
These are now auto-serviced by /usr/share/samba/is-configured. Unmask everything masked instead.
0de846ea -
Michael Tokarev authored
It should be possible to modify the group ownership and permissions for this directory after install, do not fix it on upgrades.
7203462f -
Michael Tokarev authored
and while at it, stop making /run/samba dir (it is created automatically)
49840434 -
Michael Tokarev authored
rewrite SysV init scripts: - make them consistent with a common skeleton - use log_end_msg consistently - do not exit prematurely, script exit code will be from the last command - stop the right process based on the executable, not only on the pidfile - use is-configured script in a consistent way - implement reload command for winbind - read SMBDOPTIONS/NMBDOPTIONS/WINBINDOPTIONS/SAMBAOPTIONS from /etc/default/samba if exists, the same way as is done in systemd service files (in addition to WINBINDD_OPTS read from /etc/default/winbind)
d54a0b57 -
Michael Tokarev authored4805f09f
Showing
- debian/is-configured 32 additions, 0 deletionsdebian/is-configured
- debian/patches/reload-registry-shares-after-reloading-services.patch 32 additions, 0 deletions...hes/reload-registry-shares-after-reloading-services.patch
- debian/patches/rpc_server_srvsvc-retrieve_share_ACL_via_root_context.patch 60 additions, 0 deletions...c_server_srvsvc-retrieve_share_ACL_via_root_context.patch
- debian/patches/series 2 additions, 0 deletionsdebian/patches/series
- debian/rules 6 additions, 1 deletiondebian/rules
- debian/samba.nmbd.init 24 additions, 56 deletionsdebian/samba.nmbd.init
- debian/samba.postinst 35 additions, 77 deletionsdebian/samba.postinst
- debian/samba.samba-ad-dc.init 23 additions, 53 deletionsdebian/samba.samba-ad-dc.init
- debian/samba.smbd.init 29 additions, 57 deletionsdebian/samba.smbd.init
- debian/winbind.init 25 additions, 30 deletionsdebian/winbind.init
- debian/winbind.postinst 14 additions, 42 deletionsdebian/winbind.postinst
debian/is-configured
0 → 100755