Age | Commit message (Expand) | Author | Files | Lines |
2011-10-22 | Second part of fix for bug #8541 - readlink() on Linux clients fails if the s... | Jeremy Allison | 1 | -1/+10 |
2011-06-21 | s3-build: Provide a run-time shim to work around duplicate symbols | Andrew Bartlett | 1 | -2/+2 |
2011-06-20 | ldb: replace 'struct TDB_DATA' with 'TDB_DATA' | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 1 | -1/+1 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -1/+2 |
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-08-26 | s3-build: only include memcache.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-08-07 | s3: Remove smbd_messaging_context() from send_stat_cache_delete_message() | Volker Lendecke | 1 | -2/+3 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2009-11-18 | s3: Replace some create_synthetic_smb_fname() calls | Volker Lendecke | 1 | -13/+5 |
2009-07-22 | s3: Change unix_convert to use an smb_filename struct internally | Tim Prouty | 1 | -1/+14 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -1/+1 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -1/+1 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 1 | -41/+23 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -57/+71 |
2007-10-10 | r24813: Reformat to 80 columns. | Jeremy Allison | 1 | -19/+32 |
2007-10-10 | r23844: Add patch series from Volker (after review and consultation). | Jeremy Allison | 1 | -33/+51 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23743: Simplify stat_cache_lookup() logic. For the history of this, see | Volker Lendecke | 1 | -68/+76 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r22911: Pass a messaging_context to message_send_all | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 1 | -2/+1 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20916: Add in the delete on close final fix - but only enabled | Jeremy Allison | 1 | -0/+34 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4's | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by... | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r10186: More 64-bit warning fixes. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r7846: Fix from bugzilla@kevinjamieson.com Kevin Jamieson - typo | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r6249: Get the comparison the right way around... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r6240: Fix for bug #2581. Add size limit (in kb) to stat cache. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r2116: Ensure statcache has large enough tdb memory hash size (1031). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2112: Simplify the mangle hash code to use an in-memory tdb. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope... | Jeremy Allison | 1 | -22/+14 |
2007-10-10 | r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use | Jeremy Allison | 1 | -75/+65 |
2007-10-10 | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 1 | -4/+2 |
2003-11-03 | Fix more 64-bit printf warnings. | Tim Potter | 1 | -2/+2 |
2003-09-15 | Fixed typo in debug. | Tim Potter | 1 | -1/+1 |
2003-09-05 | More cachegrind tuning, plus fix an error message. | Jeremy Allison | 1 | -3/+5 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -3/+4 |
2003-07-27 | Allow the stat cache to better handle invalid multibyte strings, by using | Andrew Bartlett | 1 | -8/+25 |
2003-07-07 | Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcache | Jeremy Allison | 1 | -7/+9 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -2/+2 |
2003-07-02 | Added fix for Japanese case names in statcache - these can change | Jeremy Allison | 1 | -2/+33 |