Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -7/+12 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -51/+50 |
2007-10-10 | r14012: added support for the SMBntcancel operation in the cifs ntvfs | Andrew Tridgell | 1 | -3/+35 |
2007-10-10 | r14011: - added a ntvfs_notify op to allow backends to support change notify | Andrew Tridgell | 1 | -0/+31 |
2007-10-10 | r13129: fix the memory hierachie | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11596: switched the libcli/raw/ code over to using the lib/stream/ generic | Andrew Tridgell | 1 | -27/+0 |
2007-10-10 | r11513: Add the ability to use the local machine account instead of a static | Andrew Bartlett | 1 | -4/+25 |
2007-10-10 | r11452: Update Heimdal to current lorikeet, including removing the ccache side | Andrew Bartlett | 1 | -10/+18 |
2007-10-10 | r10878: Reply to some comments by tridge and metze: | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r10677: Add smb_composite_connectmulti: Send out multiple SYN packets at once... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r10528: Add credentials.h back into includes.h as some compilers don't | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r10510: Decrease the amount of data included by includes.h a bit | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r7931: fixed a bug in the cifs backend found with the new test code | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -4/+10 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -8/+15 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 1 | -17/+1 |
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 | r4942: converted the cifs backend to not use event_context_merge(). Instead, | Andrew Tridgell | 1 | -16/+21 |
2007-10-10 | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r4726: - use the name tcon and tid instead of conn and cnum | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3528: added support for the SMBntcancel() operation, which cancels any | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3461: another place where "open" was used as a structure element | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.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 | -39/+39 |
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 | r3086: fixed smbpid handling in the cifs backend | Andrew Tridgell | 1 | -2/+50 |
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 | 1 | -18/+18 |
2007-10-10 | r3039: This solves the problem of async handlers in ntvfs backends not being | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r3017: nicer memory handling for event_context_merge() | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 1 | -55/+84 |
2007-10-10 | r2710: continue with the new style of providing a parent context whenever | Andrew Tridgell | 1 | -7/+8 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 1 | -3/+22 |
2007-10-10 | r2561: completely redid the ntvfs module chaining code, You can now do someth... | Andrew Tridgell | 1 | -50/+29 |
2007-10-10 | r2447: let the server code use the new lib/socket/ stuff | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r2326: remove definition and usage of struct socket_context | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2319: let event_merge_contexts() return a pointer to the final context | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r2249: got rid of some more mem_ctx elements in structures | Andrew Tridgell | 1 | -21/+21 |
2007-10-10 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 1 | -36/+36 |