index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
r3087: fixed a typo
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3086: fixed smbpid handling in the cifs backend
Andrew Tridgell
2007-10-10
1
-2
/
+50
*
r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map...
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to use
Andrew Tridgell
2007-10-10
1
-5
/
+50
*
r3081: several updates to ntvfs and server side async request handling in
Andrew Tridgell
2007-10-10
8
-373
/
+656
*
r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...
Andrew Tridgell
2007-10-10
2
-3
/
+3
*
r3057: - moved the idtree.c code into lib/
Andrew Tridgell
2007-10-10
2
-361
/
+0
*
r3056: added a id -> pointer data structure (a type of radix tree). This is
Andrew Tridgell
2007-10-10
7
-130
/
+494
*
r3055: use talloc_zero_p()
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3047: Always include a \ again before the pipe name we're opening. Without a
Jelmer Vernooij
2007-10-10
1
-4
/
+3
*
r3046: \\PIPE\\ is internal (not actually included on the wire)
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3043: Use binding strings for specifying endpoints. The property for
Jelmer Vernooij
2007-10-10
1
-5
/
+0
*
r3039: This solves the problem of async handlers in ntvfs backends not being
Andrew Tridgell
2007-10-10
9
-4
/
+120
*
r3035: if the ntvfs layers prior to us have said that we can't perform an
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r3034: - fixed a bug in message dispatch, when the dispatch function called ...
Andrew Tridgell
2007-10-10
3
-14
/
+38
*
r3031: added support for lock cancelation, which effectively just triggers an...
Andrew Tridgell
2007-10-10
4
-11
/
+72
*
r3029: implemented byte range lock timeouts.
Andrew Tridgell
2007-10-10
6
-35
/
+561
*
r3024: run the *_connect() NTVFS initialisation operation as root, to allow
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r3017: nicer memory handling for event_context_merge()
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
2007-10-10
8
-22
/
+645
*
r2984: fixed the error code for a non-terminal component of a path name not e...
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r2941: added pvfs_flush() implementation to the posix backend
Andrew Tridgell
2007-10-10
4
-10
/
+67
*
r2934: - changed the unixuid module to use the nt_user_token instead of the s...
Andrew Tridgell
2007-10-10
1
-14
/
+19
*
r2931: use next_codepoint() to ensure we properly handle multi-byte character...
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r2930: added a security context cache to the unixuid module. The module
Andrew Tridgell
2007-10-10
1
-4
/
+22
*
r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DEN...
Andrew Tridgell
2007-10-10
3
-38
/
+23
*
r2927: imported the hash2 name mangling code from Samba3 into Samba4, but
Andrew Tridgell
2007-10-10
5
-39
/
+693
*
r2926: name->dos.attrib is not valid unless name->exists is true
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r2916: longhorn client doesn't bother setting the directory bit in ntcreatex
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...
Andrew Tridgell
2007-10-10
2
-3
/
+6
*
r2893: added very primitive name mangling support to pvfs
Andrew Tridgell
2007-10-10
2
-4
/
+58
*
r2803: allow unixuid module to work with foreign security principles
Andrew Tridgell
2007-10-10
1
-4
/
+8
*
r2800: removed the warning about using the posix ntvfs handler, as it is now
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix...
Andrew Tridgell
2007-10-10
1
-18
/
+23
*
r2794: a very simple version of the unixuid NTVFS pass-thru module. In
Andrew Tridgell
2007-10-10
5
-55
/
+821
*
r2789: fix compile
Simo Sorce
2007-10-10
1
-1
/
+1
*
r2788: prevent a memory leak in the pvfs search backend
Andrew Tridgell
2007-10-10
2
-4
/
+6
*
r2786: - match on both long and short name for search posix backend
Andrew Tridgell
2007-10-10
3
-4
/
+29
*
r2751: this is a new ntvfs design which tries to solve:
Stefan Metzmacher
2007-10-10
24
-415
/
+1178
*
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
2007-10-10
2
-25
/
+16
*
r2679: fixed an uninitialised variable found with valgrind
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
2007-10-10
5
-18
/
+11
*
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
2007-10-10
12
-22
/
+156
*
r2656: moved the seteuid configure tests into the posix backend (these tests
Andrew Tridgell
2007-10-10
1
-0
/
+57
*
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2634: use discard_const_p() in a few places
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r2633: fixed some function types in the (unused) print backend
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r2627: use the new talloc capabilities in a bunch more places in the rpc
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2613: use a talloc destructor to ensure that file descriptors are not leaked
Andrew Tridgell
2007-10-10
1
-2
/
+26
*
r2591: fixed two errors in simple backend found with valgrind
Andrew Tridgell
2007-10-10
1
-0
/
+2
[next]