Age | Commit message (Expand) | Author | Files | Lines |
2011-12-02 | s3: Use autogenerated open_files.idl | Volker Lendecke | 1 | -0/+30 |
2011-10-27 | replace: Add don't include unistd.h directly and add uid_wrapper. | Andreas Schneider | 1 | -0/+1 |
2011-06-20 | tdb_compat: use tdb_open_compat. | Rusty Russell | 1 | -4/+6 |
2011-06-20 | tdb_chainunlock: ignore return value. | Rusty Russell | 1 | -2/+3 |
2011-06-20 | tdb_chainlock: check returns for 0, not -1. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 1 | -4/+4 |
2011-06-20 | tdb_delete: check returns for 0, not -1. | Rusty Russell | 1 | -2/+2 |
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 1 | -5/+5 |
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 1 | -1/+1 |
2011-06-20 | smb_share_modes: don't use tdb_jenkins_hash. | Rusty Russell | 1 | -4/+2 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-02-14 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2011-02-09 | Don't use asprintf in this library - breaks the build on many systems. Fake w... | Jeremy Allison | 1 | -3/+8 |
2011-01-29 | s3: Remove an unneeded check | Volker Lendecke | 1 | -1/+1 |
2011-01-26 | From Metze - make sure we're using the same string length for the hash. | Jeremy Allison | 1 | -1/+1 |
2011-01-25 | Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved. | Jeremy Allison | 1 | -5/+4 |
2011-01-25 | Add name_hash into the share mode entry struct (as yet only use for renames t... | Jeremy Allison | 1 | -4/+32 |
2010-09-27 | Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all | Jeremy Allison | 1 | -1/+1 |
2009-02-19 | s3: Add extid to the dev/inode pair | Tim Prouty | 1 | -12/+27 |
2009-01-01 | Remove a global variable | Volker Lendecke | 1 | -13/+20 |
2009-01-01 | fix some nonempty blank lines | Volker Lendecke | 1 | -5/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23183: Check in a change made by Tridge: | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r22154: Make struct smbdb_ctx an opaque pointer so users of the API | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r22012: Ensure we use the same technique to pull the share mode | Jeremy Allison | 1 | -19/+21 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r21191: Add in the POSIX open/mkdir/unlink calls. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r20883: W00t! I now understand how "delete on close" really | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 1 | -0/+4 |
2007-10-10 | r17363: Some C++ warnings | Volker Lendecke | 1 | -5/+8 |
2007-10-10 | r16435: Add in the uid info that Jerry needs into the | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r13331: No I didn't have to change the interface version... | Jeremy Allison | 1 | -22/+0 |
2007-10-10 | r13329: Fix libsmbsharemodes.so to work with the stored delete token. | Jeremy Allison | 1 | -15/+23 |
2007-10-10 | r13274: Fix for bug #3467. Not a show stopper. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r12203: Add the share path into the sharemode db. This involves | Jeremy Allison | 1 | -4/+33 |
2007-10-10 | r11379: Remove external dependencies from sharemodes library. | Jeremy Allison | 1 | -4/+20 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -41/+52 |
2007-10-10 | r10217: Remember to exit correctly when we find a matching entry to change. | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r10215: Fix several memory corruption bugs now we're testing this. | Jeremy Allison | 1 | -33/+37 |
2007-10-10 | r10204: I love valgrind :-). Found stupid missing parantheses :-). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r10150: Fix from Steve Williams <steve@celineandsteve.com> to make the args | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r10135: Remove external dependencies for libsmbsharemodes.so | Jeremy Allison | 1 | -10/+11 |
2007-10-10 | r10054: Actually use the given db path (:-) | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r10042: Add in external LGPL library for accessing the share mode db. Allow | Jeremy Allison | 1 | -0/+452 |