summaryrefslogtreecommitdiffstats
path: root/source/smbd/statcache.c
Commit message (Collapse)AuthorAgeFilesLines
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-4/+38
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r10400: commit merge patch from jrasamba-3.0.20rc2Gerald Carter2005-09-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | libsmbsharemodes added (Jermey). Linux core dump fix from (James Peach). Linux quota fixes from (metze). krb5 memory leaks from (gd). Creds fix for winbindd and server (Jeremy). winbindd recursion fix (Jeremy). winbindd builtin fix (gd) universal pw error fixes (novell). dir logic fix (Jeremy). hide dotfiles fix (Jeremy) no write to read-only shares fix (?). exclusive open fix (vl). tdb reopen fix (tridge) status display open files fix (Jeremy) posix acl null pointer crash (?) posix acl mem leak (?) mount.cifs flag fix (sfrench) smbspool error message fix (?) libsmbclient comment fix (?). 64-bit error message fixes (Jeremy).
* r7846: Fix from bugzilla@kevinjamieson.com Kevin Jamieson - typoJeremy Allison2005-06-231-1/+1
| | | | | in checking for .. in statcache. Bugid #2819. Jeremy.
* r6249: Get the comparison the right way around...Jeremy Allison2005-04-081-1/+1
| | | | Jeremy.
* r6240: Fix for bug #2581. Add size limit (in kb) to stat cache.Jeremy Allison2005-04-071-0/+5
| | | | Jeremy.
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-3/+3
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r2116: Ensure statcache has large enough tdb memory hash size (1031).Jeremy Allison2004-08-301-1/+1
| | | | Jeremy.
* r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2004-08-301-2/+2
| | | | | Should be ready for the new directory code now... Jeremy.
* r2032: If you're selecting a hash algorithm for tdb, you need to do it at ↵Jeremy Allison2004-08-251-22/+14
| | | | | | | open time, it doesn't make sense anywhere else. Jeremy.
* r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison2004-08-241-75/+65
| | | | | | a customer hash function for this tdb (yes it does make a difference on benchmarks). Remove the no longer used hash.c code. Jeremy.
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2004-05-071-4/+2
| | | | | | | | to connection struct entries (as they should have been from the start). Jerry, once you've cut over to 3.0.4 release branch I'll add this to 3.0 also. - Jerry cut over :-). Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+339
metze