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
r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...
Andrew Tridgell
1
-12
/
+4
2007-10-10
r3129: typo
Volker Lendecke
1
-1
/
+1
2007-10-10
r3127: added the initial code for the open files database. Doesn't do
Andrew Tridgell
4
-0
/
+155
2007-10-10
r3126: in the brlock code I had used a void* for the brl context as I didn't
Andrew Tridgell
2
-15
/
+10
2007-10-10
r3118: Eliminate struct dcesrv_ep_description and replace it with
Jelmer Vernooij
1
-3
/
+5
2007-10-10
r3114: - More work on merging the various structs that describe endpoints
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3107: slight tweak to the openx -> ntcreatex mapping routine. This mapping
Andrew Tridgell
1
-2
/
+1
2007-10-10
r3106: don't call a tree disconnect in the cifs backend, as during a smbd
Andrew Tridgell
1
-2
/
+1
2007-10-10
r3087: fixed a typo
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3086: fixed smbpid handling in the cifs backend
Andrew Tridgell
1
-2
/
+50
2007-10-10
r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map...
Andrew Tridgell
1
-2
/
+4
2007-10-10
r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to use
Andrew Tridgell
1
-5
/
+50
2007-10-10
r3081: several updates to ntvfs and server side async request handling in
Andrew Tridgell
8
-373
/
+656
2007-10-10
r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...
Andrew Tridgell
2
-3
/
+3
2007-10-10
r3057: - moved the idtree.c code into lib/
Andrew Tridgell
2
-361
/
+0
2007-10-10
r3056: added a id -> pointer data structure (a type of radix tree). This is
Andrew Tridgell
7
-130
/
+494
2007-10-10
r3055: use talloc_zero_p()
Andrew Tridgell
1
-1
/
+1
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
[next]