Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5297: ensure pstring is not in the generated prototypes | Andrew Tridgell | 2 | -6/+1 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 23 | -14/+29 |
2007-10-10 | r5294: - added a separate NBT-WINS test for WINS operations (register, refres... | Andrew Tridgell | 16 | -137/+419 |
2007-10-10 | r5293: Map an empty policy handle to None when creating policy handles, and | Tim Potter | 1 | -3/+20 |
2007-10-10 | r5292: ensure we cleanup the epoll_fd on event context destruction | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r5291: fixed ncacn_ip_tcp against windows | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r5288: Make alignment code more generic | Jelmer Vernooij | 1 | -32/+42 |
2007-10-10 | r5286: Some first steps in making the pidl code somewhat more generic for the | Jelmer Vernooij | 12 | -203/+166 |
2007-10-10 | r5285: add a generic dlist_item struct which has a void *ptr for the data | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r5284: this is needed on my server | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r5282: merging autogen fixes from 3_0 | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r5277: initialise the multi_homed flag in the name registration test | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9) | Andrew Tridgell | 5 | -34/+145 |
2007-10-10 | r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na... | Andrew Tridgell | 6 | -21/+228 |
2007-10-10 | r5274: fixed some const warnings by making the str_list_ functions return "co... | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r5273: fixed another bug in the code that keeps timed events | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5266: This is a nice typo ;-) | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r5261: translate nbt rcode errors to NTSTATUS codes | Andrew Tridgell | 4 | -0/+34 |
2007-10-10 | r5260: - show an error message on nmblookup failure | Andrew Tridgell | 3 | -11/+10 |
2007-10-10 | r5259: make sure we give the ip of the interface that a name query comes in | Andrew Tridgell | 3 | -8/+25 |
2007-10-10 | r5256: More verbose description of functions (as I learn the code). | Rafal Szczesniak | 1 | -5/+49 |
2007-10-10 | r5253: need to pre-declare some structures | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r5252: - fixed nmblookup for the nbt api changes | Andrew Tridgell | 2 | -2/+72 |
2007-10-10 | r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, to | Andrew Tridgell | 11 | -64/+287 |
2007-10-10 | r5250: - added low level support for retrying nbt name queries, rather than | Andrew Tridgell | 5 | -63/+297 |
2007-10-10 | r5249: don't include ';' in the default list separators for parsing | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5248: fixed a silly bug in DLIST_ADD_AFTER() | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5247: Fix rpcclient to work with new swig interface. | Tim Potter | 1 | -18/+34 |
2007-10-10 | r5245: Remove dead code. | Tim Potter | 1 | -671/+1 |
2007-10-10 | r5244: Convert this module to use the new structure mapping SWIG stuff instea... | Tim Potter | 1 | -72/+103 |
2007-10-10 | r5243: Woohoo - memory leak city! Comment out talloc_free() call until I | Tim Potter | 1 | -1/+1 |
2007-10-10 | r5242: Check that argument is an integer or a long for uint32_t input | Tim Potter | 1 | -3/+16 |
2007-10-10 | r5241: Generate swig wrappers for unions as well as structures. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb) | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r5237: Add error code for "class not registered" | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r5224: Add in/out typemaps for resume handles. This saves us having to much | Tim Potter | 1 | -0/+39 |
2007-10-10 | r5223: Rename dom_sid2 to dom_sid as we don't care about the difference | Tim Potter | 1 | -1/+5 |
2007-10-10 | r5222: made the nbtd_self_packet() code more efficient | Andrew Tridgell | 1 | -6/+16 |
2007-10-10 | r5221: replace the str_list_*() code with new code based on talloc(). This is | Andrew Tridgell | 4 | -132/+104 |
2007-10-10 | r5217: avoid epoll_ctl() if the event flags are already set correctly | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r5216: don't defend group names against incoming name registration requests | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5215: register aliases as both client and server node types, so nmblookup ca... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5214: added support for "netbios aliases" in smb.conf | Andrew Tridgell | 1 | -1/+8 |
2007-10-10 | r5213: do our name broadcast refresh requests as register packets not refresh | Andrew Tridgell | 1 | -4/+9 |
2007-10-10 | r5212: added checking for receiving our own packets as broadcasts | Andrew Tridgell | 2 | -0/+35 |
2007-10-10 | r5211: added broadcast name defense against both registration and refresh | Andrew Tridgell | 4 | -7/+124 |
2007-10-10 | r5210: changed server side nbt functions to be prefixed with nbtd_ instead of | Andrew Tridgell | 8 | -76/+79 |
2007-10-10 | r5209: Fix the endpoint mapper to work with IPX endpoints (which | Jelmer Vernooij | 7 | -123/+160 |
2007-10-10 | r5199: fix some minor configure bugs | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r5198: don't consider failure to remove an epoll event as enough reason to | Andrew Tridgell | 1 | -4/+2 |