Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-11 | Fix indentation | Adam Jahn | |
2016-07-10 | re-implement guest account on the share level | Adam Jahn | |
2016-07-10 | Add msdfs_root paramter to share | John Hodrien | |
2016-07-10 | keep default in a consistent order in conditionals | Adam Jahn | |
2016-07-10 | Add option for setting printer name on a share | Pete Brown | |
2016-07-10 | Fix option name for delete readonly | Pete Brown | |
2016-07-10 | Add option to set delete readonly on a share | Pete Brown | |
2016-07-10 | Add option to set inherit acls on a share | Pete Brown | |
2016-07-10 | Add options to set iherit permissions on a share | Pete Brown | |
2016-07-10 | add specs for read list option, closes #68 | Adam Jahn | |
2016-07-10 | Add option to set read list on a share | Pete Brown | |
2016-07-10 | Add option to add acl group control to a share | Pete Brown | |
2016-07-10 | Add option to set profile acls on a share | Pete Brown | |
Add specs for profile acls option | |||
2016-07-08 | No need for these files to be exec able | Adam Jahn | |
2016-07-06 | Adding tests for more share settings | Pete Brown | |
2016-07-02 | Adding the option for setting root preexec on a share | Pete Brown | |
2016-06-09 | Add parameter to disable automatic join of domain | Philipp Tölke | |
2016-03-05 | Add option hide dot files to share. | root | |
2016-02-15 | Fix name of 'force directory mode' option | Daniel Sung | |
Previously the class was setting a value for 'force directory mask' which was getting ignored by samba. Running testparm -v would give: Unknown parameter encountered: "force directory mask" Ignoring unknown parameter "force directory mask" The correct option name is 'force directory mode' according to the man page. | |||
2016-02-05 | Enable global guest-account setting | Christian Döring | |
2016-01-22 | Remove check_samba_user and add_samba_user scripts | Alexander Fisher | |
Call the pdbedit commands directly from samba::server::user instead | |||
2015-12-07 | lint ads | Adam Jahn | |
2015-12-07 | lint! | Adam Jahn | |
2015-12-07 | Add support for Debian 8. closes #47 | Adam Jahn | |
2015-10-08 | Merge pull request #33 from seanscottking/patch-2 | Adam Jahn | |
Remove "Check winbind service" from log output | |||
2015-08-17 | Add 'map acl inherit', 'store dos attributes' and 'strict allocate' options | Jan Kanis | |
2015-07-22 | Also start nmbd on ubuntu (and other systems that split out smbd and nmbd ↵ | Jan Kanis | |
service configuration files) | |||
2015-05-22 | Adding follow symlinks and wide links to the options for shares | Timothy M Pollard | |
2015-04-13 | extract os params to params class | Adam Jahn | |
2015-04-13 | document classes to satisfy linting | Adam Jahn | |
2015-04-11 | fix syntax error | Adam Jahn | |
2015-04-11 | lint formatting | Adam Jahn | |
2014-12-03 | Added hide unreadable option to shares | Kai Stian Olstad | |
2014-12-02 | Remove "Check winbind service" from log output | sauce@freenode | |
I really like to keep log output very clean.. This seems unnecessary and it's sticking out like a sore thumb when doing "puppet agent -t" | |||
2014-08-14 | default statements ordering fixed for future parser | Jan Čapek | |
- the default statements have to be always last otherwise they would get always picked by the future parser | |||
2014-08-14 | samba::server::service - added missing quotes | Jan Čapek | |
- the quotes are required for future parser that doesn't automatically stringify any tokens | |||
2014-01-26 | adding several minor options to server.pp and shares.pp | Adrian Joian | |
2014-01-20 | Merge pull request #25 from ngiger/master | Adam Jahn | |
Support op_locks and write_lists | |||
2014-01-19 | Support op_locks and write_lists | Niklaus Giger | |
2014-01-17 | moved set_samba_option to own file an renamed it to samba::server::option | Vladislav Nazarenko | |
2014-01-10 | Dependencies were corrected | Lebedev Vadim | |
2014-01-10 | Merge pull request #13 from artem-sidorenko/master | Adam Jahn | |
Added archlinux support | |||
2014-01-10 | Merge pull request #15 from tomas-edwardsson/rhel6ads | Adam Jahn | |
Fix package names for rhel/centos using ads security | |||
2014-01-10 | Merge pull request #17 from gnieark/master | Adam Jahn | |
samba's service name for debian | |||
2014-01-10 | clean up whitespace | Adam Jahn | |
2014-01-10 | correcting syntax used to apply "valid users" share configuration | jonoterc | |
2014-01-10 | correcting variable tested for presence of valid_users input | jonoterc | |
2014-01-10 | adding defined type for ensuring presence of a samba account for a given user | jonoterc | |
user is identified by name, and a password must be given in its current state this can only create a user (with a given password), but will not update passwords (would need to figure out how to introspect on whether an in-place password differs from plaintext password input) also, this currently assumes/requires that a Unix user account with a matching name exists | |||
2014-01-10 | correcting read_only configuration application | jonoterc | |
"read only" option was not removable due to "read_only" misspelling | |||
2014-01-10 | enabling configuration to enumerate users who can access a given share | jonoterc | |
adding support for "valid users" smbd.conf configuration option to samba::server::share |