Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice... | Jelmer Vernooij | 2 | -8/+118 |
2007-10-10 | r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp... | Jelmer Vernooij | 13 | -391/+657 |
2007-10-10 | r3157: Add ncacn_http | Jelmer Vernooij | 2 | -1/+4 |
2007-10-10 | r3156: Couple of fixes in the conversion functions between binding structs and | Jelmer Vernooij | 1 | -24/+29 |
2007-10-10 | r3136: - Allow specifying socket type when adding smbd service | Jelmer Vernooij | 2 | -19/+20 |
2007-10-10 | r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b... | Jelmer Vernooij | 2 | -17/+8 |
2007-10-10 | r3124: Add dcerpc_binding_from_tower() | Jelmer Vernooij | 1 | -2/+134 |
2007-10-10 | r3123: Add dcerpc_binding_build_tower() | Jelmer Vernooij | 2 | -11/+185 |
2007-10-10 | r3114: - More work on merging the various structs that describe endpoints | Jelmer Vernooij | 3 | -19/+46 |
2007-10-10 | r3113: make us able to generate the PAC with the same align as a MS KDC | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r3111: Add a few more protocol identifiers, rhs for ncalrpc | Jelmer Vernooij | 2 | -30/+62 |
2007-10-10 | r3103: use a destructor to ensure that on abnormnal rpc request termination | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r3075: Initialise (and check for intialisation) of the private pointer to | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r3074: Add in a new 'field present' flag samr.idl for the Account Flags | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r3073: Fix bug in the handling of null-terminated ASCII strings in RPC. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r3047: Always include a \ again before the pipe name we're opening. Without a | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r3046: \\PIPE\\ is internal (not actually included on the wire) | Jelmer Vernooij | 1 | -5/+2 |
2007-10-10 | r3043: Use binding strings for specifying endpoints. The property for | Jelmer Vernooij | 13 | -29/+41 |
2007-10-10 | r3036: Add function to pull an array of structures. Abstracts away the | Tim Potter | 1 | -0/+21 |
2007-10-10 | r3032: Somewhat stricter syntax for binding strings: | Jelmer Vernooij | 2 | -43/+57 |
2007-10-10 | r3016: - converted the events code to talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2993: fix comment | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r2992: drsuapi uses WERROR not NTSTATUS | Stefan Metzmacher | 1 | -25/+25 |
2007-10-10 | r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture test | Stefan Metzmacher | 1 | -1/+74 |
2007-10-10 | r2990: Add support to pidl for autogenerating ndr_size_*() functions. Adding | Jelmer Vernooij | 4 | -54/+19 |
2007-10-10 | r2989: fix the printing of unions with negative cases when :print is used | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2987: added support for signed 32 bit integers in pidl | Andrew Tridgell | 1 | -0/+31 |
2007-10-10 | r2972: make names more consistent | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r2971: fix DsBind idl | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r2970: - give somefields names and typdef enums for the possible values | Stefan Metzmacher | 1 | -20/+53 |
2007-10-10 | r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcp | Andrew Tridgell | 3 | -1/+13 |
2007-10-10 | r2967: Add some printer enum constants from Samba3's rpc_spoolss.h | Tim Potter | 1 | -0/+9 |
2007-10-10 | r2956: Fix towers_length for now. I'm currently working on a pidl extension | Jelmer Vernooij | 2 | -1/+53 |
2007-10-10 | r2952: add idl and torture test for DsCrackNames | Stefan Metzmacher | 1 | -2/+40 |
2007-10-10 | r2950: 0x40000 is clearer than 262144 | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2949: added some range checks in samr.idl | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r2948: added support for the [range(low,high)] attribute in pidl. This allows | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2939: Use /* */ style comments | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r2938: Use IDL to dissect the RHS of floors in protocol towers | Jelmer Vernooij | 2 | -40/+108 |
2007-10-10 | r2925: added the definition for a new rpc fault code I am seeing on epmapper ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2921: Add a few more protocols and fix the numbers associated with some of | Jelmer Vernooij | 3 | -20/+30 |
2007-10-10 | r2910: I noticed that the samr torture test was doing its own DOS->UNIX | Andrew Tridgell | 1 | -129/+138 |
2007-10-10 | r2888: - add 'Ds' prefix to Bind and Unbind call on drsuapi | Stefan Metzmacher | 1 | -27/+27 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 1 | -7/+3 |
2007-10-10 | r2833: - added a call to SamrQueryGroupMember for every group, and fix the | Andrew Tridgell | 1 | -28/+11 |
2007-10-10 | r2831: // style comments are not supported by pure C preprocessors. Please DO... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r2830: // style comments are not supported by pure C preprocessors. Please DO... | Volker Lendecke | 2 | -153/+153 |
2007-10-10 | r2818: On AIX, for some reason pidl fails in dcom.idl:29. The only thing | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r2817: Get winreg_GetKeySecurity() working but use data blob instead of | Tim Potter | 1 | -7/+14 |
2007-10-10 | r2807: OK I think winreg_EnumValue() finally works. The previous version | Tim Potter | 1 | -5/+19 |