Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5328: - allow case sensitive nbt name lookups | Andrew Tridgell | 2 | -6/+11 |
2007-10-10 | r5326: removed the charset conversion from the nbtname code, so we no longer | Andrew Tridgell | 1 | -33/+4 |
2007-10-10 | r5325: - expanded the NBT-WINS test to include scopes | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r5322: removed a whole bunch of #include lines that minimal_includes.pl | Andrew Tridgell | 16 | -17/+0 |
2007-10-10 | r5309: removed ads.h from includes.h | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5308: trimmed back a lot of the old macros from smb_macros.h | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5305: removed libcli/ldap/ldap.h from includes.h | Andrew Tridgell | 5 | -0/+63 |
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r5300: more uint32 and system/filesys.h build fixes when developer mode is en... | Andrew Tridgell | 4 | -4/+6 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 11 | -5/+14 |
2007-10-10 | r5294: - added a separate NBT-WINS test for WINS operations (register, refres... | Andrew Tridgell | 5 | -8/+163 |
2007-10-10 | r5286: Some first steps in making the pidl code somewhat more generic for the | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na... | Andrew Tridgell | 4 | -16/+218 |
2007-10-10 | r5261: translate nbt rcode errors to NTSTATUS codes | Andrew Tridgell | 3 | -0/+30 |
2007-10-10 | r5260: - show an error message on nmblookup failure | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r5250: - added low level support for retrying nbt name queries, rather than | Andrew Tridgell | 5 | -63/+297 |
2007-10-10 | r5237: Add error code for "class not registered" | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r5199: fix some minor configure bugs | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 7 | -7/+7 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 4 | -5/+4 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 8 | -64/+64 |
2007-10-10 | r5155: define ipv4address as a based IDL type, mapped to a "const char *" in | Andrew Tridgell | 3 | -29/+11 |
2007-10-10 | r5145: define struct ipv4_addr in misc.idl, | Stefan Metzmacher | 4 | -5/+9 |
2007-10-10 | r5137: fix types | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r5136: fix types | Stefan Metzmacher | 4 | -8/+8 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 14 | -121/+121 |
2007-10-10 | r5121: added periodic name refresh requests for all our registered names, rep... | Andrew Tridgell | 5 | -7/+163 |
2007-10-10 | r5120: encode outgoing nbt packets when queueing them rather than in the send | Andrew Tridgell | 2 | -30/+45 |
2007-10-10 | r5117: used a composite function to add 4 stage name registration. We send 3 | Andrew Tridgell | 3 | -2/+151 |
2007-10-10 | r5116: fixed build of the nbtlist code | Andrew Tridgell | 1 | -2/+7 |
2007-10-10 | r5114: the nbtd task can now act as a basic B-node server. It registers its | Andrew Tridgell | 5 | -17/+228 |
2007-10-10 | r5108: the beginnings of a nbtd server for Samba4. Currently just displays | Andrew Tridgell | 3 | -3/+32 |
2007-10-10 | r5107: moved the horrible ldap socket code, and the even worse | Andrew Tridgell | 2 | -61/+240 |
2007-10-10 | r5092: Add a bit more const - moving it further into the LDB layer. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r5053: - fix up the library dependencies so that tools that need nbt don't | Andrew Tridgell | 3 | -5/+5 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 29 | -80/+80 |
2007-10-10 | r5034: - added a type mapping function in pidl, so the type names in our IDL | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r4958: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4957: the fetchfile _recv() function was neglecting to steal the data and | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r4954: we don't need the separate event_remove_*() calls any more, as you now | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4952: removed a bogus talloc_steal() that was trying to cope with the | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r4951: some of the code dealing with libcli was getting too complex trying to | Andrew Tridgell | 6 | -24/+32 |
2007-10-10 | r4950: removed some excessive debugging messages | Andrew Tridgell | 1 | -8/+0 |
2007-10-10 | r4949: First version of a fetchfile composite function which connects to a se... | Volker Lendecke | 3 | -1/+208 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 4 | -11/+6 |
2007-10-10 | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 4 | -33/+7 |
2007-10-10 | r4938: allow the caller to supply an existing event_context if they want to | Andrew Tridgell | 3 | -7/+14 |
2007-10-10 | r4937: simplify the connect code in the same way | Andrew Tridgell | 1 | -15/+12 |
2007-10-10 | r4936: moved to a convention where the completion function is only called in | Andrew Tridgell | 2 | -24/+18 |
2007-10-10 | r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c after | Andrew Tridgell | 3 | -15/+22 |