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
/
posix
/
pvfs_wait.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-13
s4:ntvfs: use tevent_ fn names instead of legacy event_ ones
Simo Sorce
1
-1
/
+1
2011-05-03
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
1
-5
/
+5
2010-05-21
s4:ntvfs/posix/pvfs_wait.c - fix a "calculated value unused" warning
Matthias Dieter Wallnöfer
1
-3
/
+5
2009-12-16
s4-ntvfs: try to fix bug 6989
Andrew Tridgell
1
-2
/
+2
2009-02-05
s4:pvfs: remove compiler warning
Stefan Metzmacher
1
-2
/
+1
2009-02-05
s4:pvfs: use talloc_get_type() to cast from void *
Stefan Metzmacher
1
-1
/
+2
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-3
/
+3
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-02-25
pvfs_wait: use struct pvfs_wait * instead of void *
Stefan Metzmacher
1
-6
/
+6
2008-02-25
pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()
Stefan Metzmacher
1
-11
/
+16
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22913: try to work arround the unaligned memory access bug on Tru64
Stefan Metzmacher
1
-2
/
+8
2007-10-10
r21234: fixed a subtle bug with talloc reference counting and async ntvfs
Andrew Tridgell
1
-2
/
+2
2007-10-10
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r16950: remove the smb mid from the ntvfs layer and keep a list of pending
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r15855: more talloc_set_destructor() typesafe fixes. nearly done ...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r14755: the change notify code now passes most of the RAW-NOTIFY test. Still
Andrew Tridgell
1
-5
/
+12
2007-10-10
r14614: handle zero timers in pvfs_wait()
Andrew Tridgell
1
-4
/
+4
2007-10-10
r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r14456: don't access the smbsrv_tcon inside the ntvfs modules
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r8120: added in the newly found DOS locking error codes into the pvfs backend
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7294: implemented the irpc messaging system. This is the core of the
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
1
-7
/
+4
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
1
-2
/
+3
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
1
-2
/
+1
2007-10-10
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4728: split up server_services into:
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3631: a couple of tweaks to the talloc hierarchy for async requests in
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3595: - fixed a talloc_free ordering problem on cleanup with pending requests
Andrew Tridgell
1
-5
/
+1
2007-10-10
r3544: fixed some #include lines to make them more consistent
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3540: added testing of SMBntcancel in the open/open/close mux
Andrew Tridgell
1
-9
/
+10
2007-10-10
r3528: added support for the SMBntcancel() operation, which cancels any
Andrew Tridgell
1
-0
/
+31
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
1
-6
/
+6
2007-10-10
r3481: split out client.h and events.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3039: This solves the problem of async handlers in ntvfs backends not being
Andrew Tridgell
1
-3
/
+33
2007-10-10
r3034: - fixed a bug in message dispatch, when the dispatch function called ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3029: implemented byte range lock timeouts.
Andrew Tridgell
1
-0
/
+128