Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 2 | -4/+6 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 6 | -18/+12 |
2007-10-10 | r21594: give the same error in all resolve backends | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r21593: give a more useful error, when we can't resolve a long name | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r19645: don't pass NULL as mem_ctx... | Stefan Metzmacher | 5 | -24/+30 |
2007-10-10 | r19642: convert host.c to new composite api | Stefan Metzmacher | 1 | -35/+26 |
2007-10-10 | r19639: convert nbtlist.c to new composite api | Stefan Metzmacher | 1 | -55/+44 |
2007-10-10 | r19638: convert resolve.c to the new composite api | Stefan Metzmacher | 1 | -23/+19 |
2007-10-10 | r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 3 | -0/+31 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 3 | -0/+3 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 4 | -0/+7 |
2007-10-10 | r13505: allow servers to bind to non-broadcast interfaces. Servers now | Andrew Tridgell | 1 | -4/+7 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 5 | -12/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10636: Formatting for better readability. | Rafal Szczesniak | 2 | -6/+15 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 3 | -42/+42 |
2007-10-10 | r10438: Move portability functions to lib/replace/; replace now simply ensures | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10395: While playing with winbind, I found a segfault because I had given | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r10200: added a composite_trigger_done() call that allows a composite function | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000 | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r8628: add retries to the normal paths of nbt name resolution. UDP broadcasts... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8002: favor addresses on our local interfaces in NBT name resolution if | Andrew Tridgell | 1 | -1/+14 |
2007-10-10 | r7856: fixed warning of 'methods' shadowed variable | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r7813: Make async request independent from config file routines. | Rafal Szczesniak | 1 | -11/+3 |
2007-10-10 | r7735: Extend resolve_name function so that it's possible to pass resolve | Rafal Szczesniak | 1 | -8/+16 |
2007-10-10 | r6933: Add a couple of helper functions for creating nbt names. | Tim Potter | 1 | -0/+23 |
2007-10-10 | r5551: Protect against falling off the end of the name resolve order list | Tim Potter | 1 | -1/+1 |
2007-10-10 | r5550: Initialise retry count - valgrind was freaking out because this value | Tim Potter | 1 | -0/+1 |
2007-10-10 | r5328: - allow case sensitive nbt name lookups | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5294: - added a separate NBT-WINS test for WINS operations (register, refres... | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 2 | -8/+5 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 5 | -37/+37 |
2007-10-10 | r5116: fixed build of the nbtlist code | Andrew Tridgell | 1 | -2/+7 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r4922: fixed an infinite loop in the name resolve code when handling a method | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r4919: if a caller doesn't provide an event context to the resolver library, | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r4916: added "host" name resolution using fork() per gethostbyname() | Andrew Tridgell | 2 | -16/+268 |
2007-10-10 | r4898: - removed the unused wins_srv_*() code | Andrew Tridgell | 4 | -103/+354 |
2007-10-10 | r4896: make sure the event context doesn't go away while waiting for event co... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 2 | -0/+214 |