summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy2003-08-282-73/+362
* | skel_ -> cap_Alexander Bokovoy2003-08-281-51/+51
* | Remove what looks like gcc-isms.Jeremy Allison2003-08-271-16/+17
* | Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...Alexander Bokovoy2003-08-271-0/+453
* | Be consistent about using capital letters in the function names. (The onlyPaul Green2003-08-271-5/+5
* | Fix for #150.Alexander Bokovoy2003-08-261-0/+414
* | Make compiling vfs_readonly static possibleJelmer Vernooij2003-08-201-1/+1
* | get rid of some sompiler warnings on IRIXHerb Lewis2003-08-152-0/+2
* | Fix overflow in vfs_recycle module (and hopefully also bug #291)Jelmer Vernooij2003-08-141-1/+2
* | VFS layer should be TRANSPARENT, not OPAQUEAlexander Bokovoy2003-08-121-1/+1
* | Use path relative to source/ for modules/getdate.hAlexander Bokovoy2003-08-122-2/+2
* | Add vfs_readonly module which allows to enforce periodic read-only limit on a...Alexander Bokovoy2003-08-124-0/+3717
* | Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy2003-07-291-0/+180
* | Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-222-2/+2
* | Const fixes by metzeVolker Lendecke2003-06-171-2/+2
* | Ignore *.po files.Tim Potter2003-05-231-0/+1
* | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-145-96/+96
* | Fix VFS layer:Alexander Bokovoy2003-05-115-806/+493
* | Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-286-12/+12
* | Add the weird charset in 3_0 and build it by default for ./configure --enable...Jelmer Vernooij2003-04-261-0/+131
* | Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij2003-04-241-84/+142
* | Do not use lp_parm_bool() and lp_parm_ulong() yet. They're only in HEADJelmer Vernooij2003-04-171-138/+72
* | More merges from HEAD:Jelmer Vernooij2003-04-164-103/+157
* | port HEAD modsSimo Sorce2003-04-091-12/+10
* | ooops new_dir is already len +1 bytesSimo Sorce2003-04-071-2/+2
* | check braindead safe_* function length interpretation is correctSimo Sorce2003-04-071-7/+7
* | remove unneded instructionSimo Sorce2003-04-071-1/+0
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-03-271-0/+287
|\|
| * Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij2003-03-275-62/+24
| * Make these functions static, keep them out of proto.Andrew Bartlett2003-03-252-4/+4
| * Fix init function name and return valueJelmer Vernooij2003-03-241-2/+2
| * Don't duplicate the default group mapping functions - use the onesJelmer Vernooij2003-03-231-60/+0
| * Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-192-14/+4
| * Fixes to the vfs_fake_perms modules - we only need to specify the VFSAndrew Bartlett2003-03-031-211/+29
| * Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy().Andrew Bartlett2003-02-241-16/+9
| * patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter2003-02-211-2/+12
| * Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij2003-02-201-1/+1
| * Patch from Anthony Liguori <aliguor@us.ibm.com> to remove scandir() portabilityAndrew Bartlett2003-02-111-16/+15
| * Added extended audit module that logs to smbd log as well as syslog.John Terpstra2003-02-071-0/+319
| * Add a new VFS module, that just fiddles the file permissions. Still need toAndrew Bartlett2002-12-301-0/+471
| * Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-1/+1
| * talloc_init_named -> talloc_init.Jeremy Allison2002-12-222-7/+7
| * finnally put in Alexander parametric pacthSimo Sorce2002-12-091-40/+21
| * make vfs recycle use vfs facilities correctly!Simo Sorce2002-12-091-23/+138
| * Use smb_register_passdb() - plus some small fixesJelmer Vernooij2002-11-152-0/+1618
* | patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter2003-02-211-2/+12
* | Merge from HEAD: Patch by Anthony Liguori <aliguor@us.ibm.com> to replace sca...Andrew Bartlett2003-02-111-16/+15
* | Added my name to copyright.John Terpstra2003-02-071-0/+1
* | Added audit module that logs info to smbd log file as well as syslog.John Terpstra2003-02-071-0/+318
* | talloc_init_named -> talloc_init.Jeremy Allison2002-12-222-6/+6