Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200 | Stefan Metzmacher | 6 | -41/+59 |
2007-10-10 | r10848: Fix warning | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10761: we need to use a pointer to a nbt_name to fix compiler warnings, beca... | Stefan Metzmacher | 1 | -14/+21 |
2007-10-10 | r10608: - fix hierachical memory handling in ndr_pull_nbt_name | Stefan Metzmacher | 1 | -8/+118 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 2 | -34/+32 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r8394: Make sure the argument to ctype is*(3) macros are unsigned char as | Love Hörnquist Åstrand | 1 | -1/+1 |
2007-10-10 | r8247: remove the free of fullname in nbtname.c for now. | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r8212: fix pushing of nbt_string's: | Stefan Metzmacher | 1 | -35/+49 |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7483: ensure we try reading from a socket if epoll says we can, and don't | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7436: As far as I see it, these are the last two "real" ones for Samba4 on A... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r7229: use socket_pending() to get rid of the max packet size limits in the | Andrew Tridgell | 1 | -3/+8 |
2007-10-10 | r6692: used idr_get_new_random() in the nbt client library | Andrew Tridgell | 1 | -13/+4 |
2007-10-10 | r6338: ADS style GETDC response now works well enough that WinXP can join | Andrew Tridgell | 1 | -2/+10 |
2007-10-10 | r6331: added IDL and test suite for the ADS style response to a datagram netl... | Andrew Tridgell | 1 | -78/+128 |
2007-10-10 | r5405: try to use NBT name pointers when a netbios name is repeated in a NBT | Andrew Tridgell | 1 | -7/+25 |
2007-10-10 | r5404: allow spaces in the string representation of nbt names | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5396: fixed parsing of NBT type 0xc0 compressed name pointers | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5392: added "secure" WINS server processing. Send a WACK on name | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5391: cope with w2k3 getting the timeout wrong in wack replies | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r5382: another place where we need to uppercase the called name for port 139 ... | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r5358: - added initial WINS server code. It passes most of the NBT-WINS test,... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5356: fixed the hex coding for nbt names | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5352: added a function nbt_name_string() that formats a nbt_name structure | Andrew Tridgell | 2 | -3/+59 |
2007-10-10 | r5328: - allow case sensitive nbt name lookups | Andrew Tridgell | 1 | -6/+4 |
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 | 3 | -3/+0 |
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5294: - added a separate NBT-WINS test for WINS operations (register, refres... | Andrew Tridgell | 3 | -5/+160 |
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 | 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 | -22/+16 |
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 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r5121: added periodic name refresh requests for all our registered names, rep... | Andrew Tridgell | 4 | -6/+161 |
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 | 2 | -0/+145 |
2007-10-10 | r5114: the nbtd task can now act as a basic B-node server. It registers its | Andrew Tridgell | 4 | -16/+226 |
2007-10-10 | r5108: the beginnings of a nbtd server for Samba4. Currently just displays | Andrew Tridgell | 3 | -3/+32 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 1 | -5/+2 |