index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_xattr_tdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Convert xattr_tdb_get_file_id to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-6
/
+6
*
vfs: Convert xattr_tdb_unlink to cp_smb_filename
Volker Lendecke
2013-04-17
1
-4
/
+3
*
s3-vfs: Remove extra calls to SMB_VFS_HANDLE_GET_DATA
Andrew Bartlett
2012-08-22
1
-6
/
+0
*
s3-vfs: Allow vfs_xattr_tdb to work without a connected share
Andrew Bartlett
2012-08-20
1
-19
/
+99
*
s3-vfs: Continue to make vfs_xattr_tdb non-recursive
Andrew Bartlett
2012-08-16
1
-24
/
+50
*
s3-vfs: Set errno in xattr emulation
Andrew Bartlett
2012-08-15
1
-0
/
+2
*
s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulation
Andrew Bartlett
2012-08-15
1
-6
/
+6
*
s3-vfs: ensure we strictly free the talloc_stackframe
Andrew Bartlett
2012-08-15
1
-1
/
+1
*
source3/modules/vfs_xattr_tdb.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-1
/
+3
*
s3: Same fix as 8576256, this time for fgetxattr
Volker Lendecke
2012-06-02
1
-1
/
+1
*
s3: Fix vfs_xattr_tdb.c
Volker Lendecke
2012-05-21
1
-1
/
+1
*
s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot fail
Andrew Bartlett
2012-04-19
1
-8
/
+0
*
s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blob
Andrew Bartlett
2012-04-18
1
-2
/
+41
*
s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdb
Andrew Bartlett
2012-04-18
1
-426
/
+3
*
s3-xattr_tdb: Fix listxattr
Volker Lendecke
2012-02-02
1
-1
/
+1
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
1
-1
/
+2
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-10
/
+10
*
s3:vfs: change the xattr_tdb module to use dbwrap wrapper functions
Michael Adam
2011-10-11
1
-11
/
+18
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1
/
+1
*
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
2011-07-29
1
-0
/
+1
*
tdb_compat: Higher level API fixes.
Rusty Russell
2011-06-20
1
-1
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
2011-05-06
1
-1
/
+1
*
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Remove superfluous ;
Günther Deschner
2011-02-02
1
-2
/
+2
*
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
2010-11-10
1
-4
/
+3
*
s3-build: use dbwrap.h only where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
2010-08-06
1
-0
/
+1
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-4
/
+2
*
Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. Caught...
Jeremy Allison
2009-10-16
1
-1
/
+7
*
When mapping EA's into a TDB, don't remove the EA
Jeremy Allison
2009-08-12
1
-0
/
+9
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-27
/
+13
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-8
/
+18
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-6
/
+6
*
s3: Add extid to the dev/inode pair
Tim Prouty
2009-02-19
1
-0
/
+3
*
s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
Tim Prouty
2009-02-19
1
-10
/
+10
*
s3:vfs_xattr_tdb: don't leak state_path() to talloc_tos in xattr_tdb_init().
Michael Adam
2009-01-16
1
-4
/
+9
*
Covert several persistant tdb files to use state_path() instead of lock_path()
Steven Danneman
2009-01-12
1
-1
/
+1
*
Share xattr implementation.
Jelmer Vernooij
2008-10-15
1
-32
/
+32
*
s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-2
/
+2
*
Fix the build on OpenBSD: ENOTSUP is not always defined.
Michael Adam
2008-02-25
1
-0
/
+4
*
Change option name.
Karolin Seeger
2008-02-21
1
-1
/
+1
*
Attempt to fix the build on OpenBSD
Volker Lendecke
2008-01-25
1
-1
/
+1
*
Add some DEBUG
Volker Lendecke
2008-01-20
1
-0
/
+6
*
Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdb
Volker Lendecke
2008-01-20
1
-0
/
+11
*
Complete the ea->xattr rename in vfs_xattr_tdb
Volker Lendecke
2008-01-20
1
-4
/
+5
*
Fix error return in xattr_tdb_load_attrs
Volker Lendecke
2008-01-19
1
-1
/
+1
[next]