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
/
common
/
opendb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
1
-2
/
+1
2007-10-10
r15328: Move some functions around, remove dependencies.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15048: started on the server side implementation of oplocks. The code is not
Andrew Tridgell
1
-22
/
+83
2007-10-10
r14966: make more functions _PUBLIC_
Stefan Metzmacher
1
-19
/
+19
2007-10-10
r14736: - the ntvfs subsystem should not know about smb_server.h
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE
Andrew Tridgell
1
-233
/
+241
2007-10-10
r13708: fix compiler warnings
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r13276: start to work towards the BASE-DELETE test passing. This change
Andrew Tridgell
1
-11
/
+22
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r7621: Trivial reformatting while trying to understand share modes. Still sur...
Volker Lendecke
1
-21
/
+16
2007-10-10
r7294: implemented the irpc messaging system. This is the core of the
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5307: removed db_wrap.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5296: - only include the tdb headers where they are needed
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
1
-3
/
+3
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
1
-8
/
+6
2007-10-10
r4011: get rid of rpc_secdes.h and replace it with a single sane set of
Andrew Tridgell
1
-12
/
+17
2007-10-10
r3969: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3798: added support for alternate data streams in xattrs into pvfs.
Andrew Tridgell
1
-2
/
+13
2007-10-10
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
Andrew Tridgell
1
-22
/
+13
2007-10-10
r3597: implement a suggestion from abartlet. By taking a refernce to the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3539: much nicer async open delay code.
Andrew Tridgell
1
-2
/
+4
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
1
-0
/
+122
2007-10-10
r3387: fixed pvfs to pass the NTDENY tests. The tricky bit was
Andrew Tridgell
1
-4
/
+8
2007-10-10
r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...
Andrew Tridgell
1
-7
/
+19
2007-10-10
r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3271: use "struct messaging_context *" instead of "void *" in messaging API
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3189: improved the share_conflict() logic (both in terms of readability and
Andrew Tridgell
1
-24
/
+50
2007-10-10
r3174: added pvfs_is_open() to allow us to check for open files on unlink. We
Andrew Tridgell
1
-0
/
+20
2007-10-10
r3153: pvfs now passes the first 9 of the BASE-DELETE tests
Andrew Tridgell
1
-1
/
+55
2007-10-10
r3147: added basic share modes support for pvfs (or more precisely, ntcreatex
Andrew Tridgell
1
-1
/
+138
2007-10-10
r3135: split the "create new" logic out from the "open existing" logic in
Andrew Tridgell
1
-2
/
+3
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
1
-0
/
+145