summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r4595: on create check access against parent not child ...Andrew Tridgell2007-10-101-2/+2
* r4594: Add more testes to the standard 'passes against win2k3' script.Andrew Bartlett2007-10-101-2/+2
* r4593: don't use the _p function in the testsuite, as when built standalone i...Andrew Tridgell2007-10-101-9/+9
* r4592: fixed typo from talloc testsuite fixup for the new syntaxAndrew Tridgell2007-10-101-1/+1
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-1039-105/+136
* r4590: Make RPC-SAMSYNC pass againt Win2k3.Andrew Bartlett2007-10-101-4/+9
* r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error codeAndrew Tridgell2007-10-102-0/+2
* r4588: fixed the double bind in ncalrpc with dcerpc_secondary_connection()Andrew Tridgell2007-10-101-1/+1
* r4587: fixed dcerpc_secondary_connection() for ncacn_ip_tcpAndrew Tridgell2007-10-101-3/+1
* r4586: RPC-LSA now passes against w2k3Andrew Tridgell2007-10-101-2/+2
* r4585: don't consider LookupSids3 failing with NT_STATUS_ACCESS_DENIED (as w2...Andrew Tridgell2007-10-101-1/+38
* r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...Andrew Tridgell2007-10-105-20/+43
* r4583: print which bit failed in the owner bits checkAndrew Tridgell2007-10-101-0/+4
* r4582: finally worked out what is going on with the inherited ACLs test and w...Andrew Tridgell2007-10-101-12/+197
* r4578: Minor cleanup of ndr_pull_array() and ndr_pull_array_foo() regexps.Tim Potter2007-10-101-2/+2
* r4572: remove configure and include/config.h*Stefan Metzmacher2007-10-101-0/+1
* r4568: make use of SidType and move it to lsa.idlStefan Metzmacher2007-10-103-20/+19
* r4567: Fix the build for metze.Andrew Bartlett2007-10-101-0/+1
* r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test.Andrew Bartlett2007-10-103-57/+178
* r4565: Make the order of the initialisation more sensible.Andrew Bartlett2007-10-101-1/+1
* r4564: added a comment on lsa_EnumAccounts IDLAndrew Tridgell2007-10-101-0/+3
* r4563: fixed lsa_EnumAccounts() server side to return all accounts that have ...Andrew Tridgell2007-10-101-1/+2
* r4560: - fixed crash bugs in the RPC-SCHANNEL and RPC-NETLOGON testsAndrew Tridgell2007-10-104-78/+85
* r4559: prevent the RPC-EPMAPPER test from looping forever against w2k3Andrew Tridgell2007-10-101-4/+11
* r4558: more use of bitmaps and enumsStefan Metzmacher2007-10-104-25/+49
* r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher2007-10-102-7/+9
* r4556: neater (and faster) way of doing alignments and scalarsAndrew Tridgell2007-10-101-33/+30
* r4555: fix some dependenciesStefan Metzmacher2007-10-101-3/+3
* r4554: create svcctl_ServerType bitmapStefan Metzmacher2007-10-101-30/+33
* r4553: fix typoStefan Metzmacher2007-10-101-1/+1
* r4552: use samr_AcctFlags in netlogon.idlStefan Metzmacher2007-10-102-3/+5
* r4551: add support for a pidl extensionsStefan Metzmacher2007-10-104-474/+622
* r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...Andrew Tridgell2007-10-105-28/+28
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-1041-80/+83
* r4548: Convert to talloc_p() and talloc_array_p() where appropriate.Tim Potter2007-10-101-5/+39
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-1021-37/+47
* r4546: Use talloc_p() instad of talloc()Tim Potter2007-10-101-1/+1
* r4542: use bitmap for samr_FieldsPresent and samr_AcctFlagsStefan Metzmacher2007-10-101-35/+38
* r4541: make use of new enum and bitmap featuresStefan Metzmacher2007-10-101-71/+75
* r4540: sync enum and bitmap codeStefan Metzmacher2007-10-103-31/+26
* r4536: make use of the new enum and bitmap feature of pidlStefan Metzmacher2007-10-101-15/+17
* r4535: add full support forStefan Metzmacher2007-10-104-17/+225
* r4534: update the yapp generated codeStefan Metzmacher2007-10-101-354/+466
* r4533: parsing support for:Stefan Metzmacher2007-10-101-3/+18
* r4532: - rename bitmap -> bitsStefan Metzmacher2007-10-104-13/+13
* r4531: Include the OID locally, as it seems to be hard to get the includesAndrew Bartlett2007-10-101-1/+5
* r4530: Start adding a bit of Doxygen compatible documentation comments to GEN...Andrew Bartlett2007-10-101-3/+23
* r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell2007-10-1010-108/+59
* r4524: converted a few bits of samr.idl to use enum properlyAndrew Tridgell2007-10-101-7/+7
* r4523: the PROPERTIES change for typedef was not quite as simple as I thought...Andrew Tridgell2007-10-102-7/+19