summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4572: remove configure and include/config.h*Stefan Metzmacher1-0/+1
2007-10-10r4568: make use of SidType and move it to lsa.idlStefan Metzmacher3-20/+19
2007-10-10r4567: Fix the build for metze.Andrew Bartlett1-0/+1
2007-10-10r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test.Andrew Bartlett3-57/+178
2007-10-10r4565: Make the order of the initialisation more sensible.Andrew Bartlett1-1/+1
2007-10-10r4564: added a comment on lsa_EnumAccounts IDLAndrew Tridgell1-0/+3
2007-10-10r4563: fixed lsa_EnumAccounts() server side to return all accounts that have ...Andrew Tridgell1-1/+2
2007-10-10r4560: - fixed crash bugs in the RPC-SCHANNEL and RPC-NETLOGON testsAndrew Tridgell4-78/+85
2007-10-10r4559: prevent the RPC-EPMAPPER test from looping forever against w2k3Andrew Tridgell1-4/+11
2007-10-10r4558: more use of bitmaps and enumsStefan Metzmacher4-25/+49
2007-10-10r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher2-7/+9
2007-10-10r4556: neater (and faster) way of doing alignments and scalarsAndrew Tridgell1-33/+30
2007-10-10r4555: fix some dependenciesStefan Metzmacher1-3/+3
2007-10-10r4554: create svcctl_ServerType bitmapStefan Metzmacher1-30/+33
2007-10-10r4553: fix typoStefan Metzmacher1-1/+1
2007-10-10r4552: use samr_AcctFlags in netlogon.idlStefan Metzmacher2-3/+5
2007-10-10r4551: add support for a pidl extensionsStefan Metzmacher4-474/+622
2007-10-10r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...Andrew Tridgell5-28/+28
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell41-80/+83
2007-10-10r4548: Convert to talloc_p() and talloc_array_p() where appropriate.Tim Potter1-5/+39
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell21-37/+47
2007-10-10r4546: Use talloc_p() instad of talloc()Tim Potter1-1/+1
2007-10-10r4542: use bitmap for samr_FieldsPresent and samr_AcctFlagsStefan Metzmacher1-35/+38
2007-10-10r4541: make use of new enum and bitmap featuresStefan Metzmacher1-71/+75
2007-10-10r4540: sync enum and bitmap codeStefan Metzmacher3-31/+26
2007-10-10r4536: make use of the new enum and bitmap feature of pidlStefan Metzmacher1-15/+17
2007-10-10r4535: add full support forStefan Metzmacher4-17/+225
2007-10-10r4534: update the yapp generated codeStefan Metzmacher1-354/+466
2007-10-10r4533: parsing support for:Stefan Metzmacher1-3/+18
2007-10-10r4532: - rename bitmap -> bitsStefan Metzmacher4-13/+13
2007-10-10r4531: Include the OID locally, as it seems to be hard to get the includesAndrew Bartlett1-1/+5
2007-10-10r4530: Start adding a bit of Doxygen compatible documentation comments to GEN...Andrew Bartlett1-3/+23
2007-10-10r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell10-108/+59
2007-10-10r4524: converted a few bits of samr.idl to use enum properlyAndrew Tridgell1-7/+7
2007-10-10r4523: the PROPERTIES change for typedef was not quite as simple as I thought...Andrew Tridgell2-7/+19
2007-10-10r4522: PROPERTIES are now handled at the typedef levelAndrew Tridgell2-297/+286
2007-10-10r4521: fixed up the handling of PROPERTIES elements after the change to suppo...Andrew Tridgell5-20/+20
2007-10-10r4520: added a enum test function to the echo pipeAndrew Tridgell3-0/+71
2007-10-10r4519: added the enum print function in ndr_basic.cAndrew Tridgell1-0/+6
2007-10-10r4518: added proper support for "typedef enum" in pidl. We can now use enums ...Andrew Tridgell5-258/+403
2007-10-10r4517: Revert previous commit about giving arrays of scalars their own subtree.Tim Potter1-12/+16
2007-10-10r4513: add experimental modification attribute checkingSimo Sorce1-1/+451
2007-10-10r4512: Give arrays of scalar types their own subtree.Tim Potter1-12/+25
2007-10-10r4511: Remove a crapload of dead code.Tim Potter1-835/+0
2007-10-10r4510: Some more tests for RPC-NETLOGON, checking the idea that we couldAndrew Bartlett1-0/+147
2007-10-10r4509: Add missing cr.Tim Potter1-1/+1
2007-10-10r4508: - simplify the code and allocate only in one placeStefan Metzmacher1-15/+4
2007-10-10r4507: this default is unnneded because the switch level is in the r->inStefan Metzmacher1-1/+0
2007-10-10r4506: fix compiler warningsStefan Metzmacher1-3/+0
2007-10-10r4505: Add a first very basic schema moduleSimo Sorce4-3/+501