index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3047: Always include a \ again before the pipe name we're opening. Without a
Jelmer Vernooij
1
-4
/
+3
2007-10-10
r3046: \\PIPE\\ is internal (not actually included on the wire)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3043: Use binding strings for specifying endpoints. The property for
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r3039: This solves the problem of async handlers in ntvfs backends not being
Andrew Tridgell
9
-4
/
+120
2007-10-10
r3035: if the ntvfs layers prior to us have said that we can't perform an
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3034: - fixed a bug in message dispatch, when the dispatch function called ...
Andrew Tridgell
3
-14
/
+38
2007-10-10
r3031: added support for lock cancelation, which effectively just triggers an...
Andrew Tridgell
4
-11
/
+72
2007-10-10
r3029: implemented byte range lock timeouts.
Andrew Tridgell
6
-35
/
+561
2007-10-10
r3024: run the *_connect() NTVFS initialisation operation as root, to allow
Andrew Tridgell
1
-1
/
+4
2007-10-10
r3017: nicer memory handling for event_context_merge()
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
8
-22
/
+645
2007-10-10
r2984: fixed the error code for a non-terminal component of a path name not e...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r2941: added pvfs_flush() implementation to the posix backend
Andrew Tridgell
4
-10
/
+67
2007-10-10
r2934: - changed the unixuid module to use the nt_user_token instead of the s...
Andrew Tridgell
1
-14
/
+19
2007-10-10
r2931: use next_codepoint() to ensure we properly handle multi-byte character...
Andrew Tridgell
1
-2
/
+6
2007-10-10
r2930: added a security context cache to the unixuid module. The module
Andrew Tridgell
1
-4
/
+22
2007-10-10
r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DEN...
Andrew Tridgell
3
-38
/
+23
2007-10-10
r2927: imported the hash2 name mangling code from Samba3 into Samba4, but
Andrew Tridgell
5
-39
/
+693
2007-10-10
r2926: name->dos.attrib is not valid unless name->exists is true
Andrew Tridgell
1
-2
/
+4
2007-10-10
r2916: longhorn client doesn't bother setting the directory bit in ntcreatex
Andrew Tridgell
1
-1
/
+6
2007-10-10
r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...
Andrew Tridgell
2
-3
/
+6
2007-10-10
r2893: added very primitive name mangling support to pvfs
Andrew Tridgell
2
-4
/
+58
2007-10-10
r2803: allow unixuid module to work with foreign security principles
Andrew Tridgell
1
-4
/
+8
2007-10-10
r2800: removed the warning about using the posix ntvfs handler, as it is now
Andrew Tridgell
1
-2
/
+0
2007-10-10
r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix...
Andrew Tridgell
1
-18
/
+23
2007-10-10
r2794: a very simple version of the unixuid NTVFS pass-thru module. In
Andrew Tridgell
5
-55
/
+821
2007-10-10
r2789: fix compile
Simo Sorce
1
-1
/
+1
2007-10-10
r2788: prevent a memory leak in the pvfs search backend
Andrew Tridgell
2
-4
/
+6
2007-10-10
r2786: - match on both long and short name for search posix backend
Andrew Tridgell
3
-4
/
+29
2007-10-10
r2751: this is a new ntvfs design which tries to solve:
Stefan Metzmacher
24
-415
/
+1178
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
2
-25
/
+16
2007-10-10
r2679: fixed an uninitialised variable found with valgrind
Andrew Tridgell
1
-1
/
+2
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
5
-18
/
+11
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
12
-22
/
+156
2007-10-10
r2656: moved the seteuid configure tests into the posix backend (these tests
Andrew Tridgell
1
-0
/
+57
2007-10-10
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2634: use discard_const_p() in a few places
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2633: fixed some function types in the (unused) print backend
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2627: use the new talloc capabilities in a bunch more places in the rpc
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2613: use a talloc destructor to ensure that file descriptors are not leaked
Andrew Tridgell
1
-2
/
+26
2007-10-10
r2591: fixed two errors in simple backend found with valgrind
Andrew Tridgell
1
-0
/
+2
2007-10-10
r2586: updated the nbench example in the README to reflect the new chaining s...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r2580: fixed an uninitialised byte found by valgrind
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2573: - added a configure test for nanosecond time resolution in struct stat
Andrew Tridgell
5
-26
/
+56
2007-10-10
r2572: fixed two places where status is not initialised in the nbench backend
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2562: got rid of the "reference" backend that never happened - the code is
Andrew Tridgell
3
-1021
/
+0
2007-10-10
r2561: completely redid the ntvfs module chaining code, You can now do someth...
Andrew Tridgell
22
-177
/
+182
2007-10-10
r2552: Character set conversion and string handling updates.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r2524: a simple pvfs rename implementation to make testing easier
Andrew Tridgell
3
-10
/
+70
2007-10-10
r2520: - finished implementing the server side of the old style search requests
Andrew Tridgell
1
-81
/
+200
[next]