Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r3336: use a struct ntvfs_async_state to be able to do async chaning of ↵ | Stefan Metzmacher | 1 | -1/+37 | |
ntvfs modules the idea is that a passthru module can use ntvfs_async_state_push() before calling ntvfs_next_*() and in the _send function it calls ntvfs_async_state_pop() and then call the upper layer send_fn itself - ntvfs_nbench is now fully async - the ntvfs_map_*() functions and the trans(2) mapping functions are not converted yet metze (This used to be commit fde64c0dc142b53d128c8ba09af048dc58d8ef3a) | |||||
2003-08-13 | first public release of samba4 code | Andrew Tridgell | 1 | -0/+26 | |
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f) |