| Commit message (Expand) | Author | Age | Files | Lines |
* | r5358: - added initial WINS server code. It passes most of the NBT-WINS test,... | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
* | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
* | r5302: fixed a compilation problem on solaris caused by the recent include | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r5291: fixed ncacn_ip_tcp against windows | Andrew Tridgell | 2007-10-10 | 1 | -3/+2 |
* | r5286: Some first steps in making the pidl code somewhat more generic for the | Jelmer Vernooij | 2007-10-10 | 6 | -102/+102 |
* | r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na... | Andrew Tridgell | 2007-10-10 | 1 | -5/+9 |
* | r5209: Fix the endpoint mapper to work with IPX endpoints (which | Jelmer Vernooij | 2007-10-10 | 4 | -24/+133 |
* | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 2007-10-10 | 2 | -2/+2 |
* | 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 | 2 | -14/+10 |
* | r5155: define ipv4address as a based IDL type, mapped to a "const char *" in | Andrew Tridgell | 2007-10-10 | 5 | -35/+44 |
* | r5148: use ipv4_addr also in epmapper idl | Stefan Metzmacher | 2007-10-10 | 2 | -5/+5 |
* | r5145: define struct ipv4_addr in misc.idl, | Stefan Metzmacher | 2007-10-10 | 4 | -2/+16 |
* | r5139: fix types | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
* | r5137: fix types | Stefan Metzmacher | 2007-10-10 | 3 | -3/+3 |
* | r5118: added support for node status replies in nbtd. nmblookup -S now works ... | Andrew Tridgell | 2007-10-10 | 2 | -3/+3 |
* | r5114: the nbtd task can now act as a basic B-node server. It registers its | Andrew Tridgell | 2007-10-10 | 1 | -4/+10 |
* | r5109: - fixed handling of zero-length subcontexts in the ndr library | Andrew Tridgell | 2007-10-10 | 1 | -3/+0 |
* | r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON. | Andrew Bartlett | 2007-10-10 | 1 | -6/+5 |
* | r5084: - handle arbitrary data in the NULL record reply type for nbt name que... | Andrew Tridgell | 2007-10-10 | 3 | -4/+6 |
* | r5080: patch from ronnie to make our samr IDL a little more consistent | Andrew Tridgell | 2007-10-10 | 1 | -22/+22 |
* | r5054: added a nmblookup tool, based on the new nbt library | Andrew Tridgell | 2007-10-10 | 1 | -0/+9 |
* | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 2007-10-10 | 7 | -32/+32 |
* | r5036: changed HYPER_T to the more standard "hyper" | Andrew Tridgell | 2007-10-10 | 9 | -56/+56 |
* | r5034: - added a type mapping function in pidl, so the type names in our IDL | Andrew Tridgell | 2007-10-10 | 5 | -64/+43 |
* | r5027: added the IDL license to the IDL directory | Andrew Tridgell | 2007-10-10 | 1 | -0/+9 |
* | r5005: Add missing size specifiers to various bitmaps. | Tim Potter | 2007-10-10 | 4 | -6/+6 |
* | r4962: add infrastructure to use raw krb5 auth in dcerpc client code | Stefan Metzmacher | 2007-10-10 | 3 | -6/+13 |
* | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r4886: fixed two places where we process the send side of a socket after the | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
* | r4885: added a new NBT client library. Features include: | Andrew Tridgell | 2007-10-10 | 6 | -13/+226 |
* | r4804: add more emuns and bitmaps | Stefan Metzmacher | 2007-10-10 | 1 | -9/+26 |
* | r4774: It appears the SensitiveData contains the password history, as the | Andrew Bartlett | 2007-10-10 | 1 | -1/+12 |
* | r4772: fixed checking of the conformant size for dom_sid2 | Andrew Tridgell | 2007-10-10 | 1 | -1/+7 |
* | r4768: Until I can prove it, we should not have these elements marked as | Andrew Bartlett | 2007-10-10 | 1 | -4/+4 |
* | r4758: - added async support to the session request code | Andrew Tridgell | 2007-10-10 | 1 | -7/+6 |
* | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r4720: Reformat, rename, and convert to enums parts of the LSA IDL specificat... | Andrew Bartlett | 2007-10-10 | 1 | -45/+46 |
* | r4708: Comparing with LDAP, it is clear that these 'flags' are in fact the | Andrew Bartlett | 2007-10-10 | 2 | -14/+14 |
* | r4705: use an enum for reject_reason | Stefan Metzmacher | 2007-10-10 | 1 | -4/+6 |
* | r4703: Add support for EnumTrustDomain, and expand the testsuite. | Andrew Bartlett | 2007-10-10 | 1 | -1/+4 |
* | r4702: implment idl, torture test and server code for netr_ServerPasswordSet2() | Stefan Metzmacher | 2007-10-10 | 2 | -3/+11 |
* | r4698: - Initial implementation of trusted domains in LSA. | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r4691: Make the DCE-RPC bind code compleatly generic to the number of passes | Andrew Bartlett | 2007-10-10 | 1 | -6/+14 |
* | r4682: A LDB-based secrets implementation in Samba4. | Andrew Bartlett | 2007-10-10 | 1 | -6/+6 |
* | r4676: NTTIME_1sec is a standard NTTIME for the calling code | Stefan Metzmacher | 2007-10-10 | 1 | -1/+4 |
* | r4673: Fix the IDL for the QuerySecret LSA call. | Andrew Bartlett | 2007-10-10 | 2 | -4/+27 |
* | r4650: - make more use of bitmap and enum's | Stefan Metzmacher | 2007-10-10 | 3 | -53/+55 |
* | r4649: make more use of bitmap and enum's | Stefan Metzmacher | 2007-10-10 | 1 | -41/+53 |