summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-0/+17
2007-10-10r14333: Fix coverity #77, ensure we can't exit after allocation.Jeremy Allison1-0/+4
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+2
2007-10-10r13384: Adding in some more SuSE patchesGerald Carter2-0/+2
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-4/+4
2007-10-10r13224: better to cast the return tooSimo Sorce1-1/+1
2007-10-10r13222: Never assume mode_t is of type int.Simo Sorce1-2/+2
2007-10-10r13028: Fix for #3419 - vfs_full_audit *never* workedJeremy Allison1-20/+64
2007-10-10r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison1-1/+1
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke1-27/+8
2007-10-10r11585: Implement the possibility to have AFS users as SIDs in pts.Volker Lendecke1-0/+24
2007-10-10r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison1-0/+21
2007-10-10r10819: merging a couple of fixes from trunkGerald Carter1-0/+132
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r10619: Allow syslog facility and priority to be set viaDeryck Hodge3-34/+99
2007-10-10r10239: Fix cut&paste errorVolker Lendecke1-1/+1
2007-10-10r10106: Fix typos. Oops, more fixes.John Terpstra1-6/+6
2007-10-10r10105: Fix typos. Oops, modules are called objects.John Terpstra1-2/+2
2007-10-10r10061: add some description to the default_quota moduleStefan Metzmacher1-0/+50
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison7-37/+37
2007-10-10r8366: Root-level files don't have a slash, but acls need to be settable onVolker Lendecke1-4/+6
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-2/+2
2007-10-10r8029: Fix bug 2841. Thanks to Brett Trotter.Volker Lendecke1-5/+5
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+108
2007-10-10r7904: Fix a memleak in vfs_afsaclVolker Lendecke1-1/+1
2007-10-10r7902: Fix the buildVolker Lendecke1-3/+3
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison7-19/+19
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison5-21/+21
2007-10-10r7807: Allow to touch mtime in vfs-recycle withGünther Deschner1-5/+16
2007-10-10r7544: Fix for bug #2196 from Denis Sbragion <d.sbragion@infotecna.it>.Jeremy Allison1-3/+8
2007-10-10r7542: Patch from Renaud Duhaut <rd@duhaut.com> for a parameterJeremy Allison1-1/+18
2007-10-10r7541: Patch from core@road-star.jp for bug #2792. Ensure the shadow copyJeremy Allison1-0/+24
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter3-10/+12
2007-10-10r6777: Fix vfs_full_audit.c after jra's change.Volker Lendecke1-0/+8
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-4/+2
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman3-12/+10
2007-10-10r5880: From the comment....Volker Lendecke1-0/+317
2007-10-10r5820: Fix bug #2451 - missing functions in full audit vfs module.Jeremy Allison1-2/+21
2007-10-10r4864: Remove unused var.Jeremy Allison1-2/+2
2007-10-10r4738: Fix for bug #2238 - memory leak in shadow copy vfs.Jeremy Allison1-0/+1
2007-10-10r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison1-3/+3
2007-10-10r4251: AFS does not cope with spaces in file names. Implement a stupid mappin...Volker Lendecke1-2/+32
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison3-12/+11
2007-10-10r3987: Use sys_readdir() instead of readdir()Jelmer Vernooij1-1/+1
2007-10-10r3985: Fix bug with 64bit fs supportJelmer Vernooij1-1/+1
2007-10-10r3839: Some more specific NT security descriptors we've come across. Map them toVolker Lendecke1-2/+13
2007-10-10r3671: More warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison2-8/+8
2007-10-10r3670: Warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison1-2/+44
2007-10-10r3662: Fix dirent return.Jeremy Allison1-1/+1
2007-10-10r2133: Several fixes:Gerald Carter1-234/+234