Age | Commit message (Expand) | Author | Files | Lines |
2003-11-11 | added support for 8 byte aligned HYPER_T | Andrew Tridgell | 2 | -3/+4 |
2003-11-11 | added QueryPolicyInfo/PrimaryDomainInfo idl and test code | Andrew Tridgell | 5 | -7/+101 |
2003-11-11 | fixed the NDR structure alignment rules | Andrew Tridgell | 2 | -1/+45 |
2003-11-11 | support lsa_AuditEventsInfo | Andrew Tridgell | 5 | -9/+118 |
2003-11-11 | fixed handling on pointers to arrays of structures in unions | Andrew Tridgell | 2 | -1/+5 |
2003-11-11 | start using automatic union printing | Andrew Tridgell | 5 | -31/+73 |
2003-11-11 | automatic printing of unions | Andrew Tridgell | 2 | -5/+22 |
2003-11-11 | automatically generate ndr_print_*() functions for every IDL | Andrew Tridgell | 8 | -64/+615 |
2003-11-11 | started adding support for lsa_QueryInfoPolicy | Andrew Tridgell | 6 | -244/+179 |
2003-11-11 | - added support for the pull side of unions | Andrew Tridgell | 5 | -81/+216 |
2003-11-10 | added idl and test code for lsa_LookupPrivName() | Andrew Tridgell | 5 | -12/+65 |
2003-11-10 | added IDL and test for lsa_EnumAccountRights() | Andrew Tridgell | 5 | -10/+139 |
2003-11-10 | added IDL and test for lsa_EnumPrivsAccount() | Andrew Tridgell | 5 | -17/+178 |
2003-11-10 | much cleaner handling of the different types of variables | Andrew Tridgell | 4 | -85/+150 |
2003-11-09 | Add make rule for smbiconv | Jelmer Vernooij | 2 | -1/+6 |
2003-11-09 | Remove check for SAM, which has already been removed | Jelmer Vernooij | 1 | -18/+0 |
2003-11-09 | Add iconv test utility | Jelmer Vernooij | 1 | -0/+241 |
2003-11-09 | Add check for precompiled headers | Jelmer Vernooij | 2 | -0/+16 |
2003-11-09 | - fixed lsa_EnumTrustDom | Andrew Tridgell | 6 | -51/+190 |
2003-11-09 | added lsa_EnumTrustDom | Andrew Tridgell | 4 | -92/+159 |
2003-11-09 | added lsa_EnumPrivs idl and test code | Andrew Tridgell | 4 | -51/+230 |
2003-11-09 | added a test for lsa_Close() | Andrew Tridgell | 2 | -1/+31 |
2003-11-09 | i forgot to commit the rpcecho idl file | Andrew Tridgell | 1 | -0/+26 |
2003-11-09 | - added the rest of the LSA calls as stubs | Andrew Tridgell | 7 | -218/+1871 |
2003-11-09 | added a module for auto-generating the client calls. We can now go | Andrew Tridgell | 3 | -3/+90 |
2003-11-09 | converted the rpcecho pipe to use IDL | Andrew Tridgell | 8 | -265/+159 |
2003-11-09 | - handle void functions | Andrew Tridgell | 4 | -46/+104 |
2003-11-09 | use a more consistent style for the client stubs | Andrew Tridgell | 2 | -91/+47 |
2003-11-09 | get rid of some prototypes that aren't needed any more | Andrew Tridgell | 1 | -4/+0 |
2003-11-09 | lsa_LookupNames now works | Andrew Tridgell | 6 | -5/+262 |
2003-11-09 | added support for arrays as function arguments and for unistr_noterm | Andrew Tridgell | 2 | -8/+17 |
2003-11-09 | check for pidl.pl in path, not $HOME/pidl/ | Andrew Tridgell | 1 | -1/+1 |
2003-11-09 | added idl, generated code and test code for lsa_LookupSids | Andrew Tridgell | 7 | -3/+372 |
2003-11-09 | added fixes for the pushing of arrays and handling non-ref pointers in | Andrew Tridgell | 2 | -9/+29 |
2003-11-08 | - include includes.h | Andrew Tridgell | 3 | -19/+73 |
2003-11-08 | - more generation fixes | Andrew Tridgell | 7 | -124/+46 |
2003-11-08 | - corrected some lsa idl | Andrew Tridgell | 11 | -142/+465 |
2003-11-08 | - generate both the pull and push side | Andrew Tridgell | 3 | -98/+300 |
2003-11-06 | a bit of a tidy up before I add the ndr_pull_*() side of things | Andrew Tridgell | 1 | -47/+21 |
2003-11-06 | another major bit of restructuring of rpc in Samba4. Mostly moving | Andrew Tridgell | 20 | -244/+332 |
2003-11-06 | updated pidl to auto-generate the ndr_push_*() functions for the | Andrew Tridgell | 6 | -77/+340 |
2003-11-06 | allow qfsinfo to continue with just 10 levels supported in the server | Andrew Tridgell | 1 | -1/+1 |
2003-11-05 | finished off the ndr_sec.c module | Andrew Tridgell | 2 | -15/+164 |
2003-11-04 | fixed another error found by valgrind | Andrew Tridgell | 2 | -5/+3 |
2003-11-04 | fixed some error found by valgrind | Andrew Tridgell | 4 | -3/+11 |
2003-11-04 | lsa_EnumSids() now works | Andrew Tridgell | 6 | -8/+180 |
2003-11-04 | lsa_OpenPolicy2 now works | Andrew Tridgell | 5 | -12/+129 |
2003-11-04 | yipee! we can now do lsaOpenPolicy() via the new interfaces, without | Andrew Tridgell | 14 | -106/+459 |
2003-11-04 | added support for fragmented sends | Andrew Tridgell | 5 | -15/+86 |
2003-11-04 | added fragmentation support on receive for dcerpc packets. I have | Andrew Tridgell | 3 | -10/+199 |