Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -6/+5 |
2007-10-10 | r14361: Support 'helper' attribute in pidl and use it. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r12465: Merge Parse::Pidl::Samba4::NDR::Header into Parse::Pidl::Samba4::NDR:... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r11187: in case the msDS-KeyVersionNumber is replicated (I didn't assume this... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r11185: - resolve attid for "supplementalCredentials" into a name | Stefan Metzmacher | 1 | -18/+19 |
2007-10-10 | r11179: revert to the old code, till jelmer find a solution how to | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11105: Warn if conformant arrays are not at the end of a struct | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r11103: Eliminate ascstr | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r11099: Replace unistr with [string] equivalent | Jelmer Vernooij | 1 | -40/+40 |
2007-10-10 | r11096: Eliminate pointer_default_top() | Jelmer Vernooij | 1 | -14/+13 |
2007-10-10 | r10984: fix valgrind warnings, I had used that to check if w2k3 accept random... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10870: decompress DsGetNCChangesCtr7 replies, that uses type 2 (MSZIP) | Stefan Metzmacher | 1 | -19/+57 |
2007-10-10 | r9797: - let us parse replication packets with linked attributes fine, | Stefan Metzmacher | 1 | -2/+16 |
2007-10-10 | r9527: add the magic Bind GUID's, that are needed to fetch the whole | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r9519: Use the value() value of an element when that element is used in | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r9518: - remove the subcontext_size() hack from rev 9509 | Stefan Metzmacher | 1 | -14/+44 |
2007-10-10 | r9513: - let us parse some more replies of DsAddEntry | Stefan Metzmacher | 1 | -5/+31 |
2007-10-10 | r9509: start to fix the pushing of drsuapi_DsAttributeValueDNString structs, | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r8503: remove useless line | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r8480: fixed a typo | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8476: add a note that DsAddEntry is very incomplete yet | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r8474: add some more attid mappings | Stefan Metzmacher | 1 | -1/+6 |
2007-10-10 | r7029: Make array support in pidl similar to that in other IDL compilers. We ... | Jelmer Vernooij | 1 | -21/+21 |
2007-10-10 | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 1 | -2/+3 |
2007-10-10 | r6781: -add some comments on how attributes and objectClasses are identified ... | Stefan Metzmacher | 1 | -2/+83 |
2007-10-10 | r6135: - make use of the new dom_sid28 type | Stefan Metzmacher | 1 | -11/+11 |
2007-10-10 | r6131: decompression of DsGetNCChanges level 2 responses works now | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r6115: don't try to decompress level 7 buffers yet | Stefan Metzmacher | 1 | -3/+9 |
2007-10-10 | r6061: add start of compression support in our rpc code | Stefan Metzmacher | 1 | -3/+5 |
2007-10-10 | r6000: add some notes about the cases where compression (or what ever this is) | Stefan Metzmacher | 1 | -0/+14 |
2007-10-10 | r5998: I was wrong with the highwater mark... | Stefan Metzmacher | 1 | -15/+34 |
2007-10-10 | r5949: give things more meaning, and reuse structs where it is possible | Stefan Metzmacher | 1 | -56/+66 |
2007-10-10 | r5850: enable parsing of revision 4 security acl's | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r5830: start to analyse the attribute values, depending on the attribute type | Stefan Metzmacher | 1 | -20/+163 |
2007-10-10 | r5828: add some idl for DsAddEntry() | Stefan Metzmacher | 1 | -5/+50 |
2007-10-10 | r5800: fix recursiv printing in ndr_print_DsGetNCChangesInfo1() | Stefan Metzmacher | 1 | -5/+4 |
2007-10-10 | r5799: more DsGetNCChanges updates, I'm starting to understand it... | Stefan Metzmacher | 1 | -19/+101 |
2007-10-10 | r5766: get some more DsGetNCChanges stuff parsing correct | Stefan Metzmacher | 1 | -16/+83 |
2007-10-10 | r5742: - add torture test and idl for DsReplicaUpdateRefs() | Stefan Metzmacher | 1 | -10/+127 |
2007-10-10 | r5672: Use switch_type() and the token storage mechanism for unions: | Jelmer Vernooij | 1 | -9/+9 |
2007-10-10 | r5661: Be a little stricter on syntax regarding arrays. A pointer to an | Jelmer Vernooij | 1 | -8/+8 |
2007-10-10 | r5036: changed HYPER_T to the more standard "hyper" | Andrew Tridgell | 1 | -15/+15 |
2007-10-10 | r4638: expose lsa and drsuapi on ncalrpc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4541: make use of new enum and bitmap features | Stefan Metzmacher | 1 | -71/+75 |
2007-10-10 | r4203: the bind_info blob isn't a const. | Stefan Metzmacher | 1 | -17/+75 |
2007-10-10 | r4181: use int32 for level | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4178: the level is mostly singed not unsigned | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4176: I just remeber that I have already implement STR_CONFORMANT | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r4174: nicer debug output | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4171: an attempt at better IDL for DsReplicaSync | Andrew Tridgell | 1 | -3/+4 |