summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4592: fixed typo from talloc testsuite fixup for the new syntaxAndrew Tridgell1-1/+1
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell39-105/+136
2007-10-10r4590: Make RPC-SAMSYNC pass againt Win2k3.Andrew Bartlett1-4/+9
2007-10-10r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error codeAndrew Tridgell2-0/+2
2007-10-10r4588: fixed the double bind in ncalrpc with dcerpc_secondary_connection()Andrew Tridgell1-1/+1
2007-10-10r4587: fixed dcerpc_secondary_connection() for ncacn_ip_tcpAndrew Tridgell1-3/+1
2007-10-10r4586: RPC-LSA now passes against w2k3Andrew Tridgell1-2/+2
2007-10-10r4585: don't consider LookupSids3 failing with NT_STATUS_ACCESS_DENIED (as w2...Andrew Tridgell1-1/+38
2007-10-10r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...Andrew Tridgell5-20/+43
2007-10-10r4583: print which bit failed in the owner bits checkAndrew Tridgell1-0/+4
2007-10-10r4582: finally worked out what is going on with the inherited ACLs test and w...Andrew Tridgell1-12/+197
2007-10-10r4578: Minor cleanup of ndr_pull_array() and ndr_pull_array_foo() regexps.Tim Potter1-2/+2
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