summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-11-261-0/+602
|\
| * Patch from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> to addJeremy Allison2003-11-261-0/+602
| * Merge from 3.0:Tim Potter2003-10-091-1/+1
| * Merge from 3.0:Tim Potter2003-09-192-79/+79
| * sync 3.0 into HEAD for the last timeGerald Carter2003-09-099-2/+4608
| * ading new files from 3.0Gerald Carter2003-07-161-0/+131
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-165-810/+497
| * Added file from SAMBA_3_0 branch.Tim Potter2003-05-261-0/+1
| * Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-285-11/+11
| * Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij2003-04-242-1546/+0
| * Patch from Stefan Metzmacher to add default parameters to the lp_parm()Jelmer Vernooij2003-04-243-54/+44
| * Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
| * collaps same repeted task into 2 code pathsSimo Sorce2003-04-091-2/+1
| * reworked to not malloc PATH_MAX long stringsSimo Sorce2003-04-081-11/+11
| * remove unnened and wrong instructionsSimo Sorce2003-04-071-2/+0
| * fix wrong string handlingSimo Sorce2003-04-071-3/+4
| * - Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij2003-03-301-1/+1
* | Portability fix from Joachim Schmitz. Closes bug #546.Tim Potter2003-10-021-1/+1
* | Fix warnings on Sun cc Workshop Compilers 5.0. Reported by "Richard Bollinger...Alexander Bokovoy2003-09-172-79/+79
* | More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-1/+1
* | Fix CP437 and CP850 syntax for old compilers removing ANSI C99-specificsAlexander Bokovoy2003-09-012-510/+64
* | Remove cap_set_quota as it is the same as default oneAlexander Bokovoy2003-08-291-8/+3
* | Fix rename of struct gap. ab - LOOK AT THIS. You changed one moduleJeremy Allison2003-08-281-1/+1
* | 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