summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2003-08-12Use path relative to source/ for modules/getdate.hAlexander Bokovoy2-2/+2
2003-08-12Add vfs_readonly module which allows to enforce periodic read-only limit on a...Alexander Bokovoy4-0/+3717
2003-07-29Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy1-0/+180
2003-07-16ading new files from 3.0Gerald Carter1-0/+131
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter5-810/+497
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2-2/+2
2003-06-17Const fixes by metzeVolker Lendecke1-2/+2
2003-05-26Added file from SAMBA_3_0 branch.Tim Potter1-0/+1
2003-05-23Ignore *.po files.Tim Potter1-0/+1
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy5-96/+96
2003-05-11Fix VFS layer:Alexander Bokovoy5-806/+493
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij5-11/+11
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij6-12/+12
2003-04-26Add the weird charset in 3_0 and build it by default for ./configure --enable...Jelmer Vernooij1-0/+131
2003-04-24Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij2-1546/+0
2003-04-24Patch from Stefan Metzmacher to add default parameters to the lp_parm()Jelmer Vernooij3-54/+44
2003-04-24Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij1-84/+142
2003-04-21Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij1-1/+1
2003-04-17Do not use lp_parm_bool() and lp_parm_ulong() yet. They're only in HEADJelmer Vernooij1-138/+72
2003-04-16More merges from HEAD:Jelmer Vernooij4-103/+157
2003-04-09port HEAD modsSimo Sorce1-12/+10
2003-04-09collaps same repeted task into 2 code pathsSimo Sorce1-2/+1
2003-04-08reworked to not malloc PATH_MAX long stringsSimo Sorce1-11/+11
2003-04-07ooops new_dir is already len +1 bytesSimo Sorce1-2/+2
2003-04-07check braindead safe_* function length interpretation is correctSimo Sorce1-7/+7
2003-04-07remove unnened and wrong instructionsSimo Sorce1-2/+0
2003-04-07remove unneded instructionSimo Sorce1-1/+0
2003-04-07fix wrong string handlingSimo Sorce1-3/+4
2003-03-30- Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij1-1/+1
2003-03-27This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+287
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij5-62/+24
2003-03-25Make these functions static, keep them out of proto.Andrew Bartlett2-4/+4
2003-03-24Fix init function name and return valueJelmer Vernooij1-2/+2
2003-03-23Don't duplicate the default group mapping functions - use the onesJelmer Vernooij1-60/+0
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2-14/+4
2003-03-03Fixes to the vfs_fake_perms modules - we only need to specify the VFSAndrew Bartlett1-211/+29
2003-02-24Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy().Andrew Bartlett1-16/+9
2003-02-21patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter1-2/+12
2003-02-21patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter1-2/+12
2003-02-20Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij1-1/+1
2003-02-11Merge from HEAD: Patch by Anthony Liguori <aliguor@us.ibm.com> to replace sca...Andrew Bartlett1-16/+15
2003-02-11Patch from Anthony Liguori <aliguor@us.ibm.com> to remove scandir() portabilityAndrew Bartlett1-16/+15
2003-02-07Added my name to copyright.John Terpstra1-0/+1
2003-02-07Added extended audit module that logs to smbd log as well as syslog.John Terpstra1-0/+319
2003-02-07Added audit module that logs info to smbd log file as well as syslog.John Terpstra1-0/+318
2002-12-30Add a new VFS module, that just fiddles the file permissions. Still need toAndrew Bartlett1-0/+471
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-12-22talloc_init_named -> talloc_init.Jeremy Allison2-6/+6
2002-12-22talloc_init_named -> talloc_init.Jeremy Allison2-7/+7
2002-12-09finnally put in Alexander parametric pacthSimo Sorce1-40/+21