summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_wait.c
Commit message (Expand)AuthorAgeFilesLines
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher2008-02-251-6/+6
* pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()Stefan Metzmacher2008-02-251-11/+16
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22913: try to work arround the unaligned memory access bug on Tru64Stefan Metzmacher2007-10-101-2/+8
* r21234: fixed a subtle bug with talloc reference counting and async ntvfsAndrew Tridgell2007-10-101-2/+2
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-101-2/+1
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-101-2/+1
* r14755: the change notify code now passes most of the RAW-NOTIFY test. StillAndrew Tridgell2007-10-101-5/+12
* r14614: handle zero timers in pvfs_wait()Andrew Tridgell2007-10-101-4/+4
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-1/+2
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-2/+2
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-7/+7
* r8120: added in the newly found DOS locking error codes into the pvfs backendAndrew Tridgell2007-10-101-1/+1
* r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-7/+4
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-2/+3
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-2/+1
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-1/+1
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-1/+1
* r3631: a couple of tweaks to the talloc hierarchy for async requests inAndrew Tridgell2007-10-101-1/+1
* r3595: - fixed a talloc_free ordering problem on cleanup with pending requestsAndrew Tridgell2007-10-101-5/+1
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-101-1/+1
* r3540: added testing of SMBntcancel in the open/open/close muxAndrew Tridgell2007-10-101-9/+10
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-0/+31
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-6/+6
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-0/+1
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-1/+1
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-2/+2
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-101-3/+33
* r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell2007-10-101-1/+1
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-101-0/+128