summaryrefslogtreecommitdiff
path: root/source3/smbd/statcache.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Don't copy back the stat struct from stat_cache_lookup if we did not get ...Richard Sharpe2018-09-191-5/+7
* s3: smbd: fix a check in stat_cache_add()Ralph Boehme2018-07-071-1/+1
* lib: Use messaging_send_all instead of message_send_allVolker Lendecke2017-12-051-4/+4
* messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke2017-12-051-2/+1
* lib: Move "message_send_all" to serverid.cVolker Lendecke2016-07-281-0/+1
* lib: Remove tdb_compatVolker Lendecke2015-03-171-1/+1
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-181-1/+1
* Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...Jeremy Allison2011-10-221-1/+10
* s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett2011-06-211-2/+2
* ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2011-06-201-1/+1
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-1/+2
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-261-0/+1
* s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()Volker Lendecke2010-08-071-2/+3
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-181-13/+5
* s3: Change unix_convert to use an smb_filename struct internallyTim Prouty2009-07-221-1/+14
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-1/+1
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-1/+1
* 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