summaryrefslogtreecommitdiffstats
path: root/source/smbd/statcache.c
Commit message (Expand)AuthorAgeFilesLines
* Add a in-memory cacheVolker Lendecke2007-12-181-41/+23
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-57/+71
* r24813: Reformat to 80 columns.Jeremy Allison2007-10-101-19/+32
* r23844: Add patch series from Volker (after review and consultation).Jeremy Allison2007-10-101-33/+51
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23743: Simplify stat_cache_lookup() logic. For the history of this, seeVolker Lendecke2007-10-101-68/+76
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-1/+0
* r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-10-101-1/+2
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-2/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-3/+3
* r20916: Add in the delete on close final fix - but only enabledJeremy Allison2007-10-101-0/+34
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-4/+4
* r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4'sVolker Lendecke2007-10-101-3/+3
* r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by...Volker Lendecke2007-10-101-3/+3
* r10186: More 64-bit warning fixes.Jeremy Allison2007-10-101-2/+2
* r7846: Fix from bugzilla@kevinjamieson.com Kevin Jamieson - typoJeremy Allison2007-10-101-1/+1
* r6249: Get the comparison the right way around...Jeremy Allison2007-10-101-1/+1
* r6240: Fix for bug #2581. Add size limit (in kb) to stat cache.Jeremy Allison2007-10-101-0/+5
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r2116: Ensure statcache has large enough tdb memory hash size (1031).Jeremy Allison2007-10-101-1/+1
* r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2007-10-101-2/+2
* r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...Jeremy Allison2007-10-101-22/+14
* r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison2007-10-101-75/+65
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-4/+2
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-2/+2
* Fixed typo in debug.Tim Potter2003-09-151-1/+1
* More cachegrind tuning, plus fix an error message.Jeremy Allison2003-09-051-3/+5
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-3/+4
* Allow the stat cache to better handle invalid multibyte strings, by usingAndrew Bartlett2003-07-271-8/+25
* Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcacheJeremy Allison2003-07-071-7/+9
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Added fix for Japanese case names in statcache - these can changeJeremy Allison2003-07-021-2/+33
* Whitespace reformat before applying a patch.Jeremy Allison2003-07-021-184/+187
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-1/+1
* Fix VFS layer:Alexander Bokovoy2003-05-111-1/+1
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-12/+0
* Merge new statcache.c from HEAD.Andrew Bartlett2003-03-171-61/+126
* Cleanups: (merge from HEAD)Andrew Bartlett2003-02-101-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fixed a typoAndrew Tridgell2001-09-251-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* statcache initialisation fixAndrew Tridgell2001-05-121-5/+5
* Removed unnessesary init.Jeremy Allison2000-11-271-1/+1
* Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-211-1/+1
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-191-1/+1
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-27/+6
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-1/+1
* Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-041-1/+2