summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* r4864: Remove unused var.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 9fd5d633e65e00a44ba0136ee91170edcecfae24)
* r4738: Fix for bug #2238 - memory leak in shadow copy vfs.Jeremy Allison2007-10-101-0/+1
| | | | | Jeremy. (This used to be commit fb7f1aff7c96e4672641f80b74a058abf25d0d6d)
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2007-10-101-3/+3
| | | | | Jeremy (This used to be commit efc1b688cf9b1a17f1a6bf46d481280ed8bd0c46)
* r4251: AFS does not cope with spaces in file names. Implement a stupid ↵Volker Lendecke2007-10-101-2/+32
| | | | | | | | | | | mapping that maps the space to another character choosable by afsacl:space. Volker P.S: Who is "OH"? ;-) (This used to be commit e717ff70c6ce15bad7a792a592b42ecd057acc01)
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2007-10-103-12/+11
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. (This used to be commit 620f2e608f70ba92f032720c031283d295c5c06a)
* r3987: Use sys_readdir() instead of readdir()Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 7751f46cc77887cd050b44eebb28909a871d4f6b)
* r3985: Fix bug with 64bit fs supportJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 5cee4e94786c6fd63dab1a9805914a9ce6aa7227)
* r3839: Some more specific NT security descriptors we've come across. Map them toVolker Lendecke2007-10-101-2/+13
| | | | | | | defined AFS acls. Thanks to Horst Birthelmer. Volker (This used to be commit fea467657d5b4f67040c8fe3e89b3b20e10c6c68)
* r3671: More warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison2007-10-102-8/+8
| | | | | Jeremy. (This used to be commit 3850f142c174034397451de8457564b9604113c5)
* r3670: Warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison2007-10-101-2/+44
| | | | | Jeremy. (This used to be commit 54da75ca4cc27dfb0012fd17047702ec2f39cae9)
* r3662: Fix dirent return.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit da4117841db731da8f1b7fe7c2524e9d4d60f09a)
* r2133: Several fixes:Gerald Carter2007-10-101-234/+234
| | | | | | | | | | | | | | | | | | | | * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 and 5.1 patch from Olaf Flebbe <o.flebbe@science-computing.de>. Will need to watch this one in the build farm. * Fix bug found by rwf@loonybin.net where the PRINT_ATTRIBUTE_PUBLISHED was getting reset by attempts to sanitize the defined attributes (PRINTER_ATTRIBUTE_SAMBA) * Resolve name conflict on DEC OSF-5.1 (inspired by patch from Adharsh Praveen <rprav@india.hp.com>) * Work around parsing error in the print change notify code (not that the alignment bug is still there but reording the entries in the array works around it). * remove duplicate declaration of getprintprocdir from rpcclient. (This used to be commit 7474c6a446037f3ca2546cb6984d800bfc524029)
* r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ↵Jeremy Allison2007-10-101-2/+2
| | | | | | | | | in sync :-). try to cope with a wider range of UTF-16 characters when we are using an external libiconv library. Jeremy. (This used to be commit 5d04cd6804f6fc3b556e7c3b53fa0d7af39797c1)
* r1853: Improved NT->AFS ACL mapping.Volker Lendecke2007-10-101-54/+316
| | | | | | | | | | Jerry, this is a really localized patch that I've been using at a customer site for quite a while, I'd like to get that into 3.0.6. Thanks, Volker (This used to be commit e7d7dc94eb452467725fea7f1ebc941bdb07573d)
* r840: use quota debug classStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit fd94bdaef57b258fcccb9fae1e2f0b96688d51c4)
* r449: Two AFS-related things:Volker Lendecke2007-10-101-0/+730
| | | | | | | | | | Split off the non-crypto related parts of lib/afs.c into lib/afs_settoken.c. This makes wbinfo link without -lcrypto. Commit vfs_afsacl.c, display & set AFS acls via the NT security editor. Volker (This used to be commit 43870a3fc1073cf7d60f1becae5c2ff98ab49439)
* r405: Some docs of vfs_full_audit.c as comment :-)Volker Lendecke2007-10-101-0/+31
| | | | (This used to be commit 567f79237727a446c0e8427f18c74f00eca45c8e)
* r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditingVolker Lendecke2007-10-102-198/+1853
| | | | | | | | Implement vfs_full_audit.c that can log every vfs.h operation. So if you change vfs.h, from now on you also have to change full_audit :-) Volker (This used to be commit 9cb9c5f7c97fe8f76735a77b321c9500d28b55b2)
* r378: Add an option extd_audit:parseable=True. This gives messages of the formVolker Lendecke2007-10-101-95/+198
| | | | | | | | | Apr 27 16:05:59 delphin smbd_audit[14946]: 1011|192.168.234.100|unlink|New Folder/TESTDIR.TMP where 1011 is the user's uid, 192.168.234.100 is the client IP etc. Volker (This used to be commit 9a1a8e26636d75cb7d1880558430bbffd5057052)
* r329: add the shadow_copy vfs moduleStefan Metzmacher2007-10-101-0/+227
| | | | | | | I'll add documentation to the Samba-Howto-Collection metze (This used to be commit 2bef5d2741807fe3f38a95710533520700e253a4)
* r39: * importing .cvsignore filesGerald Carter2007-10-101-1/+0
| | | | | * updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
* Without words...Volker Lendecke2004-03-291-1/+1
| | | | (This used to be commit 9cb6b10efa3c7d50d3e686bda122121c61633419)
* Some fixes to expand_msdfs module.Volker Lendecke2004-03-291-2/+9
| | | | | Volker (This used to be commit 558b5bc1d81d8ccd2048b37357e4b3e5b9b4e011)
* Move the Client-IP based msdfs target expansion to a VFS module.Volker Lendecke2004-03-261-0/+184
| | | | | Volker (This used to be commit 9cb6a4d76f87b28077861d3f4220541fbf704ddf)
* Fix string overflow due to wrong size calculationAlexander Bokovoy2004-03-121-1/+1
| | | | (This used to be commit e1d0b8fc7bbe075dd817e3816f29640cda980732)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-11-261-0/+602
|\ | | | | | | used to be commit 9ccf8c530def31ccf6aca4f56b53676512131e66)
| * Patch from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> to addJeremy Allison2003-11-261-0/+602
| | | | | | | | | | | | | | | | MacOSX (Darwin) specific charset module code. Also had to add AC_CHECK_CPP to configure.in (this took a *long* time to track down) to make autoconf work correctly on Fedora Core 1. Jeremy. (This used to be commit a5711943428e4b586fb7f064739c78fa0a3ebd52)
| * Merge from 3.0:Tim Potter2003-10-091-1/+1
| | | | | | | | | | >Portability fix from Joachim Schmitz. Closes bug #546. (This used to be commit eb9f5c0ec1ad01c05bb8f380f417e6cd2c111ce3)
| * Merge from 3.0:Tim Potter2003-09-192-79/+79
| | | | | | | | | | | | | | | | | | >Fix warnings on Sun cc Workshop Compilers 5.0. Reported by "Richard >Bollinger" <rabollinger@comcast.net>. Also fixed script/gaptab.awk to >produce compatible tables. >Fix CP437 and CP850 syntax for old compilers removing ANSI C99-specifics (This used to be commit a9f34d9fde4ea5e043444803aeda70d5e64c3870)
| * sync 3.0 into HEAD for the last timeGerald Carter2003-09-099-2/+4608
| | | | | | | | (This used to be commit c17a7dc9a190156a069da3e861c18fd3f81224ad)
| * ading new files from 3.0Gerald Carter2003-07-161-0/+131
| | | | | | | | (This used to be commit 99feae7b5b1c229a925367b87c0c0f636d9a2d75)
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-165-810/+497
| | | | | | | | | | prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE (This used to be commit adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
| * Added file from SAMBA_3_0 branch.Tim Potter2003-05-261-0/+1
| | | | | | | | (This used to be commit c2e5b3745294100a726c329617815f604904963f)
| * Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-285-11/+11
| | | | | | | | | | function. Patch by metze with some minor modifications. (This used to be commit f4576757d1d52a8f1b96894c869bb76450003fd1)
| * Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij2003-04-242-1546/+0
| | | | | | | | | | in 3_0 (This used to be commit 9b969f877f8057930fb53da99ee8a0574b4f5531)
| * Patch from Stefan Metzmacher to add default parameters to the lp_parm()Jelmer Vernooij2003-04-243-54/+44
| | | | | | | | | | | | smb.conf parameters along with some other small fixes. Binary compatible with older modules. (This used to be commit aa07b12fda732ca19d8dc41cebc7bb09e2549a30)
| * Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
| | | | | | | | (This used to be commit aa4c11370bb09bfd20d02da509ebdd6dc475439d)
| * collaps same repeted task into 2 code pathsSimo Sorce2003-04-091-2/+1
| | | | | | | | (This used to be commit bc5d1873da187c83a1a19a7560685ed903d37455)
| * reworked to not malloc PATH_MAX long stringsSimo Sorce2003-04-081-11/+11
| | | | | | | | | | corrected path_name creation (This used to be commit f4be4e70a12edae83b9b89622ca5077a7d3d5602)
| * remove unnened and wrong instructionsSimo Sorce2003-04-071-2/+0
| | | | | | | | (This used to be commit 671579874e51b28ffdfc094cdf34a0090567e0cc)
| * fix wrong string handlingSimo Sorce2003-04-071-3/+4
| | | | | | | | | | thanks to Stefan (metzte) Metzmacher (This used to be commit 99c2e11ccfe04867e84b467b0e82de8415c1dcee)
| * - Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij2003-03-301-1/+1
| | | | | | | | | | - Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow (This used to be commit 794d3ed03619a4e41558d9ff65783a1aa1b2be90)
* | Portability fix from Joachim Schmitz. Closes bug #546.Tim Potter2003-10-021-1/+1
| | | | | | | | (This used to be commit 803ae4517265e4bb4639c4966e104b392913c7c0)
* | Fix warnings on Sun cc Workshop Compilers 5.0. Reported by "Richard ↵Alexander Bokovoy2003-09-172-79/+79
| | | | | | | | | | | | Bollinger" <rabollinger@comcast.net>. Also fixed script/gaptab.awk to produce compatible tables. (This used to be commit 6134d41ff108245f7e105d49774f24f6a11d8c45)
* | More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-1/+1
| | | | | | | | | | | | as that's what they do. Fix string_replace() to fast-path ascii. Jeremy. (This used to be commit f35e9a8b909d3c74be47083ccc4a4e91a14938db)
* | Fix CP437 and CP850 syntax for old compilers removing ANSI C99-specificsAlexander Bokovoy2003-09-012-510/+64
| | | | | | | | (This used to be commit 61c671bd69674b9e1c4a8b72453dc6aae24b4323)
* | Remove cap_set_quota as it is the same as default oneAlexander Bokovoy2003-08-291-8/+3
| | | | | | | | (This used to be commit e123f1a8c8ecc0958e640ed204348d0c831f90f5)
* | Fix rename of struct gap. ab - LOOK AT THIS. You changed one moduleJeremy Allison2003-08-281-1/+1
| | | | | | | | | | | | but not the other. This now compiles but I need verification. Jeremy. (This used to be commit 787c9764b300651af83a6e54f3090cfcf078a8a9)
* | Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy2003-08-282-73/+362
| | | | | | | | | | | | | | | | | | Now all 8-bit charsets with gaps (not all symbols defined) could be produced through one macro -- SMB_GENERATE_CHARSET_MODULE_8_BIT_GAP(CHARSETNAME) within source file with three charset tables. Full source code for such modules can be generated by source/script/gen-8bit-gap.sh script which was taken from GNU libc and changed slightly to follow our data types and structure. (This used to be commit 37042c7bc0f349370e93e4bed37d8fa371013247)
* | skel_ -> cap_Alexander Bokovoy2003-08-281-51/+51
| | | | | | | | (This used to be commit 8bb033273a0fa20ba88ad6797c9a6ba092224e3b)