Age | Commit message (Expand) | Author | Files | Lines |
2012-04-19 | s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot fail | Andrew Bartlett | 1 | -8/+0 |
2012-04-18 | s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blob | Andrew Bartlett | 1 | -2/+41 |
2012-04-18 | s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdb | Andrew Bartlett | 1 | -426/+3 |
2012-02-02 | s3-xattr_tdb: Fix listxattr | Volker Lendecke | 1 | -1/+1 |
2012-01-18 | s3: Add a "lock_order" argument to db_open | Volker Lendecke | 1 | -1/+2 |
2011-12-12 | vfs: Make function pointer names consistent. They all end in _fn | Richard Sharpe | 1 | -10/+10 |
2011-10-11 | s3:vfs: change the xattr_tdb module to use dbwrap wrapper functions | Michael Adam | 1 | -11/+18 |
2011-07-29 | s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ | Michael Adam | 1 | -1/+1 |
2011-07-29 | s3:dbwrap: move db_open() to a file dbwrap_open.c of its own. | Michael Adam | 1 | -0/+1 |
2011-06-20 | tdb_compat: Higher level API fixes. | Rusty Russell | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -2/+2 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 1 | -1/+1 |
2011-03-30 | s3-vfs: include smbd/smbd.h in vfs modules. | 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-02 | s3: Remove superfluous ; | Günther Deschner | 1 | -2/+2 |
2010-11-10 | Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin... | Jeremy Allison | 1 | -4/+3 |
2010-08-26 | s3-build: use dbwrap.h only where needed. | Günther Deschner | 1 | -0/+1 |
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -4/+2 |
2009-10-16 | Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. Caught... | Jeremy Allison | 1 | -1/+7 |
2009-08-12 | When mapping EA's into a TDB, don't remove the EA | Jeremy Allison | 1 | -0/+9 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -27/+13 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 1 | -8/+18 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -6/+6 |
2009-02-19 | s3: Add extid to the dev/inode pair | Tim Prouty | 1 | -0/+3 |
2009-02-19 | s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct | Tim Prouty | 1 | -10/+10 |
2009-01-16 | s3:vfs_xattr_tdb: don't leak state_path() to talloc_tos in xattr_tdb_init(). | Michael Adam | 1 | -4/+9 |
2009-01-12 | Covert several persistant tdb files to use state_path() instead of lock_path() | Steven Danneman | 1 | -1/+1 |
2008-10-15 | Share xattr implementation. | Jelmer Vernooij | 1 | -32/+32 |
2008-09-23 | s3-nbt: fix remaining callers of ndr_push/pull_struct_blob. | Günther Deschner | 1 | -2/+2 |
2008-02-25 | Fix the build on OpenBSD: ENOTSUP is not always defined. | Michael Adam | 1 | -0/+4 |
2008-02-21 | Change option name. | Karolin Seeger | 1 | -1/+1 |
2008-01-25 | Attempt to fix the build on OpenBSD | Volker Lendecke | 1 | -1/+1 |
2008-01-20 | Add some DEBUG | Volker Lendecke | 1 | -0/+6 |
2008-01-20 | Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdb | Volker Lendecke | 1 | -0/+11 |
2008-01-20 | Complete the ea->xattr rename in vfs_xattr_tdb | Volker Lendecke | 1 | -4/+5 |
2008-01-19 | Fix error return in xattr_tdb_load_attrs | Volker Lendecke | 1 | -1/+1 |
2008-01-16 | Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2008-01-15 | ea_tdb->xattr_tdb also inside the module itself | Volker Lendecke | 1 | -98/+99 |
2008-01-15 | rename vfs_ea_tdb to vfs_xattr_tdb | Volker Lendecke | 1 | -0/+736 |