Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added file from SAMBA_3_0 branch. | Tim Potter | 2003-05-26 | 1 | -0/+1 |
| | |||||
* | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2003-04-28 | 5 | -11/+11 |
| | | | | function. Patch by metze with some minor modifications. | ||||
* | Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they are | Jelmer Vernooij | 2003-04-24 | 2 | -1546/+0 |
| | | | | in 3_0 | ||||
* | Patch from Stefan Metzmacher to add default parameters to the lp_parm() | Jelmer Vernooij | 2003-04-24 | 3 | -54/+44 |
| | | | | | smb.conf parameters along with some other small fixes. Binary compatible with older modules. | ||||
* | Default to "passdb.xml" as default output filename instead of "-" | Jelmer Vernooij | 2003-04-21 | 1 | -1/+1 |
| | |||||
* | collaps same repeted task into 2 code paths | Simo Sorce | 2003-04-09 | 1 | -2/+1 |
| | |||||
* | reworked to not malloc PATH_MAX long strings | Simo Sorce | 2003-04-08 | 1 | -11/+11 |
| | | | | corrected path_name creation | ||||
* | remove unnened and wrong instructions | Simo Sorce | 2003-04-07 | 1 | -2/+0 |
| | |||||
* | fix wrong string handling | Simo Sorce | 2003-04-07 | 1 | -3/+4 |
| | | | | thanks to Stefan (metzte) Metzmacher | ||||
* | - Point users at the HOWTO Collection instead of 'README' in modules/mysql.c | Jelmer Vernooij | 2003-03-30 | 1 | -1/+1 |
| | | | | - Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow | ||||
* | Use the new modules system in VFS. If a module can't be loaded with the | Jelmer Vernooij | 2003-03-27 | 5 | -62/+24 |
| | | | | new modules system, we still fall back to the old system. | ||||
* | Make these functions static, keep them out of proto. | Andrew Bartlett | 2003-03-25 | 2 | -4/+4 |
| | |||||
* | Fix init function name and return value | Jelmer Vernooij | 2003-03-24 | 1 | -2/+2 |
| | |||||
* | Don't duplicate the default group mapping functions - use the ones | Jelmer Vernooij | 2003-03-23 | 1 | -60/+0 |
| | | | | from passdb | ||||
* | Put in the new modules system. It's now used by passdb and rpc. I will | Jelmer Vernooij | 2003-03-19 | 2 | -14/+4 |
| | | | | put a doc about it in dev-doc later today. | ||||
* | Fixes to the vfs_fake_perms modules - we only need to specify the VFS | Andrew Bartlett | 2003-03-03 | 1 | -211/+29 |
| | | | | | | | | functions that we actually modify. Also a better implementation of the stat() and fstat() functions. Andrew Bartlett | ||||
* | Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy(). | Andrew Bartlett | 2003-02-24 | 1 | -16/+9 |
| | | | | Andrew Bartlett | ||||
* | patch from Hal Roberts check for a valid [f]chmod_acl function pointer ↵ | Gerald Carter | 2003-02-21 | 1 | -2/+12 |
| | | | | before calling it. Fixes seg fault in audit VFS module | ||||
* | Make init_module() and thus smb_load_module() return an int. | Jelmer Vernooij | 2003-02-20 | 1 | -1/+1 |
| | | | | modules/developer.c: init_module() should return an int | ||||
* | Patch from Anthony Liguori <aliguor@us.ibm.com> to remove scandir() portability | Andrew Bartlett | 2003-02-11 | 1 | -16/+15 |
| | | | | | | madness. Andrew Bartlett | ||||
* | Added extended audit module that logs to smbd log as well as syslog. | John Terpstra | 2003-02-07 | 1 | -0/+319 |
| | |||||
* | Add a new VFS module, that just fiddles the file permissions. Still need to | Andrew Bartlett | 2002-12-30 | 1 | -0/+471 |
| | | | | | | | | | | | | | | | | | | | make it fiddle with NT ACLs (or report no ACL, so Samba fakes it up). The idea here is that Samba reports an NT ACL to Windows clients, which use that ACL in downloaded profiles. If the user doesn't have write permissions on the directories being downloaded, then it cant put the subfolders in (yes, NT will set perms so that it can't access the dir as the user the created it) and the profile download fails. The current solution it to give the user unix write perms to the folders, but this is rather dangerous - sombody could trojen the profile. This should avoid that mess. I'll test this out properly next week, but it works in vfstest (thanks idra!). Andrew Bartlett | ||||
* | Finish adding strings to all talloc_init() calls. | Jeremy Allison | 2002-12-23 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | talloc_init_named -> talloc_init. | Jeremy Allison | 2002-12-22 | 2 | -7/+7 |
| | | | | Jeremy. | ||||
* | finnally put in Alexander parametric pacth | Simo Sorce | 2002-12-09 | 1 | -40/+21 |
| | |||||
* | make vfs recycle use vfs facilities correctly! | Simo Sorce | 2002-12-09 | 1 | -23/+138 |
| | | | | | | | | WARNING: every vfs module maintainer should look at these changes to understand how to properly write a vfs module in head!! also make installmodules work correctly when the directory structure is not yet in place. Simo. | ||||
* | Use smb_register_passdb() - plus some small fixes | Jelmer Vernooij | 2002-11-15 | 2 | -0/+1618 |
| | |||||
* | Move 'weird' character set into new 'developer' module | Jelmer Vernooij | 2002-11-13 | 1 | -0/+132 |
| | |||||
* | Move working VFS modules to source/modules/ | Jelmer Vernooij | 2002-11-13 | 3 | -0/+1257 |