summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smb_share_modes.c
Commit message (Expand)AuthorAgeFilesLines
* Remove uid_wrapper related code.Andreas Schneider2014-04-171-1/+0
* smbd: We don't use DEFERRED_OPEN_ENTRY anymoreVolker Lendecke2013-04-261-5/+0
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-021-0/+30
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-271-0/+1
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-4/+6
* tdb_chainunlock: ignore return value.Rusty Russell2011-06-201-2/+3
* tdb_chainlock: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-201-4/+4
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-2/+2
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-5/+5
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* smb_share_modes: don't use tdb_jenkins_hash.Rusty Russell2011-06-201-4/+2
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Fix a C++ warningVolker Lendecke2011-02-141-1/+1
* Don't use asprintf in this library - breaks the build on many systems. Fake w...Jeremy Allison2011-02-091-3/+8
* s3: Remove an unneeded checkVolker Lendecke2011-01-291-1/+1
* From Metze - make sure we're using the same string length for the hash.Jeremy Allison2011-01-261-1/+1
* Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison2011-01-251-5/+4
* Add name_hash into the share mode entry struct (as yet only use for renames t...Jeremy Allison2011-01-251-4/+32
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-1/+1
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-12/+27
* Remove a global variableVolker Lendecke2009-01-011-13/+20
* fix some nonempty blank linesVolker Lendecke2009-01-011-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-101-1/+1
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-6/+6
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-5/+5
* r22154: Make struct smbdb_ctx an opaque pointer so users of the APIJeremy Allison2007-10-101-0/+5
* r22012: Ensure we use the same technique to pull the share modeJeremy Allison2007-10-101-19/+21
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-7/+7
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-0/+1
* r20883: W00t! I now understand how "delete on close" reallyJeremy Allison2007-10-101-1/+0
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+4
* r17363: Some C++ warningsVolker Lendecke2007-10-101-5/+8
* r16435: Add in the uid info that Jerry needs into theJeremy Allison2007-10-101-0/+1
* r13331: No I didn't have to change the interface version...Jeremy Allison2007-10-101-22/+0
* r13329: Fix libsmbsharemodes.so to work with the stored delete token.Jeremy Allison2007-10-101-15/+23
* r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison2007-10-101-0/+2
* r12203: Add the share path into the sharemode db. This involvesJeremy Allison2007-10-101-4/+33
* r11379: Remove external dependencies from sharemodes library.Jeremy Allison2007-10-101-4/+20
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-41/+52
* r10217: Remember to exit correctly when we find a matching entry to change.Jeremy Allison2007-10-101-1/+2
* r10215: Fix several memory corruption bugs now we're testing this.Jeremy Allison2007-10-101-33/+37
* r10204: I love valgrind :-). Found stupid missing parantheses :-).Jeremy Allison2007-10-101-1/+1
* r10150: Fix from Steve Williams <steve@celineandsteve.com> to make the argsJeremy Allison2007-10-101-2/+2
* r10135: Remove external dependencies for libsmbsharemodes.soJeremy Allison2007-10-101-10/+11
* r10054: Actually use the given db path (:-)Jeremy Allison2007-10-101-1/+5
* r10042: Add in external LGPL library for accessing the share mode db. AllowJeremy Allison2007-10-101-0/+452