Age | Commit message (Expand) | Author | Files | Lines |
2009-09-18 | s4-server: kill main daemon if a task fails to initialise | Andrew Tridgell | 1 | -0/+1 |
2009-02-01 | s4:irpc: avoid c++ reserved word 'private' | Stefan Metzmacher | 1 | -2/+2 |
2009-02-01 | s4:lib/messaging: avoid c++ reserved word 'private' | Stefan Metzmacher | 1 | -7/+7 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -3/+3 |
2008-12-16 | Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the... | Jelmer Vernooij | 1 | -0/+1 |
2008-05-26 | Provide access to server_id from python bindings, add more tests. | Jelmer Vernooij | 1 | -0/+1 |
2008-04-02 | IRPC: Add include guards for the header. | Kai Blin | 1 | -0/+4 |
2007-12-21 | r26441: Remove global_loadparm uses. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r24560: rename some DCERPC_ prefixes into NDR_ | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r24551: rename dcerpc_interface_table -> ndr_interface_table | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22748: fix memleaks by passing an mem_ctx to | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22629: if irpc gets freed within event_loop_once() we crash... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20646: first preparations for cluster enablement. This changes " | Andrew Tridgell | 1 | -9/+12 |
2007-10-10 | r15049: for really efficient oplock handling with thousands of open files we | Andrew Tridgell | 1 | -3/+7 |
2007-10-10 | r13317: Create a new function messaging_client_init() which can be used when | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r10490: - allow deferred irpc replies to set the status | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r10489: added the ability for irpc server to defer replies instead of replying | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC test | Andrew Tridgell | 1 | -7/+8 |
2007-10-10 | r8277: filled in the code for finding irpc server ids by name, storing the | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r8272: added the hooks for adding a name to a messaging context, so we will | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r7320: added support for a private pointer in irpc registered handlers | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r7298: ensure messages are sent in order even when under extreme load. This | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7295: added an irpc benchmark. It gets about 16k messages/sec on my laptop, | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r7294: implemented the irpc messaging system. This is the core of the | Andrew Tridgell | 1 | -0/+94 |