| Commit message (Expand) | Author | Age | Files | Lines |
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 1 | -3/+3 |
* | Move lp_*() calls a bit higher up the calls tack. | Jelmer Vernooij | 2008-11-01 | 1 | -5/+9 |
* | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2008-10-20 | 1 | -0/+1 |
* | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 2008-04-21 | 1 | -16/+6 |
* | Install public header files again and include required prototypes. | Jelmer Vernooij | 2008-04-02 | 1 | -2/+2 |
* | Remove uses of global_loadparm. | Jelmer Vernooij | 2008-02-25 | 1 | -1/+3 |
* | r26669: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 2008-01-05 | 1 | -1/+1 |
* | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 2008-01-02 | 1 | -2/+5 |
* | r26409: Pass smb ports along. | Jelmer Vernooij | 2007-12-21 | 1 | -25/+11 |
* | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 2007-12-21 | 1 | -3/+3 |
* | r26335: Specify name_resolve_order to socket code. | Jelmer Vernooij | 2007-12-21 | 1 | -0/+1 |
* | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+2 |
* | r26264: pass name resolve order explicitly, use torture context for settings ... | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 2007-10-10 | 1 | -3/+2 |
* | r14372: fix bug found by sparse | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r11982: ensure the fde event gets freed before the socket itself, as otherwise | Andrew Tridgell | 2007-10-10 | 1 | -4/+4 |
* | r11632: removed 2 unused functions | Andrew Tridgell | 2007-10-10 | 1 | -33/+0 |
* | r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in | Volker Lendecke | 2007-10-10 | 1 | -184/+140 |
* | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 2007-10-10 | 1 | -8/+8 |
* | r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000 | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r8407: fixed a bug left over from our old socket code. | Andrew Tridgell | 2007-10-10 | 1 | -23/+8 |
* | r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes fail | Andrew Tridgell | 2007-10-10 | 1 | -0/+3 |
* | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 2007-10-10 | 1 | -12/+16 |
* | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
* | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 2007-10-10 | 1 | -16/+11 |
* | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 2007-10-10 | 1 | -7/+7 |
* | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
* | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 2007-10-10 | 1 | -17/+3 |
* | r4938: allow the caller to supply an existing event_context if they want to | Andrew Tridgell | 2007-10-10 | 1 | -2/+8 |
* | r4924: continue the effort to simplify and generalise the composite | Andrew Tridgell | 2007-10-10 | 1 | -3/+4 |
* | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 2007-10-10 | 1 | -5/+11 |
* | r4811: now that the event context is at the socket level, the event cleanup | Andrew Tridgell | 2007-10-10 | 1 | -0/+13 |
* | r4791: used the new talloc type safety macros to make the "void *private" | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
* | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 2007-10-10 | 1 | -0/+2 |
* | r4765: simplify the async socket code to always go via the event handler | Andrew Tridgell | 2007-10-10 | 1 | -18/+9 |
* | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 2007-10-10 | 1 | -47/+197 |
* | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
* | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 2007-10-10 | 1 | -3/+3 |
* | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
* | r3315: converted the libcli/raw/ code to use the generic socket library. This | Andrew Tridgell | 2007-10-10 | 1 | -37/+46 |
* | r2710: continue with the new style of providing a parent context whenever | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
* | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 2007-10-10 | 1 | -13/+15 |
* | r2655: fixed an error in the shutdown of the sock->transport->session->tree | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
* | r2654: fixed some more server memory leaks. We are now down to a single leak | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r2621: - now that the client code is non-blocking, we no longer need | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |