r4610: You can't join as a BDC and test against trusted domains. This test
[bbaumbach/samba-autobuild/.git] / source4 /
2007-10-10 Andrew Bartlettr4610: You can't join as a BDC and test against trusted...
2007-10-10 Stefan Metzmacherr4609: add a usefull data_blob_dup_talloc() macro
2007-10-10 Stefan Metzmacherr4608: - use better error codes
2007-10-10 Stefan Metzmacherr4607: add some usefull macros to make the code more...
2007-10-10 Tim Potterr4606: Start adding some more comments and some indenta...
2007-10-10 Volker Lendecker4605: Fix a confusing comment :-)
2007-10-10 Andrew Bartlettr4603: Test creating local and global secrets over...
2007-10-10 Tim Potterr4600: Remove Data::Dumper import leftover from debugging.
2007-10-10 Tim Potterr4599: Remove some duplicated code in pidl.pl.
2007-10-10 Volker Lendecker4597: Recently I've come across a case where I suspect...
2007-10-10 Andrew Tridgellr4596: added a dynamic inheritance ACLs test. As far...
2007-10-10 Andrew Tridgellr4595: on create check access against parent not child ...
2007-10-10 Andrew Bartlettr4594: Add more testes to the standard 'passes against...
2007-10-10 Andrew Tridgellr4593: don't use the _p function in the testsuite,...
2007-10-10 Andrew Tridgellr4592: fixed typo from talloc testsuite fixup for the...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Bartlettr4590: Make RPC-SAMSYNC pass againt Win2k3.
2007-10-10 Andrew Tridgellr4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_N...
2007-10-10 Andrew Tridgellr4588: fixed the double bind in ncalrpc with dcerpc_sec...
2007-10-10 Andrew Tridgellr4587: fixed dcerpc_secondary_connection() for ncacn_ip_tcp
2007-10-10 Andrew Tridgellr4586: RPC-LSA now passes against w2k3
2007-10-10 Andrew Tridgellr4585: don't consider LookupSids3 failing with NT_STATU...
2007-10-10 Andrew Tridgellr4584: fix pvfs backend to pass the new enhanced RAW...
2007-10-10 Andrew Tridgellr4583: print which bit failed in the owner bits check
2007-10-10 Andrew Tridgellr4582: finally worked out what is going on with the...
2007-10-10 Tim Potterr4578: Minor cleanup of ndr_pull_array() and ndr_pull_a...
2007-10-10 Stefan Metzmacherr4572: remove configure and include/config.h*
2007-10-10 Stefan Metzmacherr4568: make use of SidType and move it to lsa.idl
2007-10-10 Andrew Bartlettr4567: Fix the build for metze.
2007-10-10 Andrew Bartlettr4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture...
2007-10-10 Andrew Bartlettr4565: Make the order of the initialisation more sensible.
2007-10-10 Andrew Tridgellr4564: added a comment on lsa_EnumAccounts IDL
2007-10-10 Andrew Tridgellr4563: fixed lsa_EnumAccounts() server side to return...
2007-10-10 Andrew Tridgellr4560: - fixed crash bugs in the RPC-SCHANNEL and RPC...
2007-10-10 Andrew Tridgellr4559: prevent the RPC-EPMAPPER test from looping forev...
2007-10-10 Stefan Metzmacherr4558: more use of bitmaps and enums
2007-10-10 Stefan Metzmacherr4557: support for [flags()] on typedef enum|bitmap
2007-10-10 Andrew Tridgellr4556: neater (and faster) way of doing alignments...
2007-10-10 Stefan Metzmacherr4555: fix some dependencies
2007-10-10 Stefan Metzmacherr4554: create svcctl_ServerType bitmap
2007-10-10 Stefan Metzmacherr4553: fix typo
2007-10-10 Stefan Metzmacherr4552: use samr_AcctFlags in netlogon.idl
2007-10-10 Stefan Metzmacherr4551: add support for a pidl extensions
2007-10-10 Andrew Tridgellr4550: talloc() is now typesafe. It is exactly equivale...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Tim Potterr4548: Convert to talloc_p() and talloc_array_p() where...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Tim Potterr4546: Use talloc_p() instad of talloc()
2007-10-10 Stefan Metzmacherr4542: use bitmap for samr_FieldsPresent and samr_AcctFlags
2007-10-10 Stefan Metzmacherr4541: make use of new enum and bitmap features
2007-10-10 Stefan Metzmacherr4540: sync enum and bitmap code
2007-10-10 Stefan Metzmacherr4536: make use of the new enum and bitmap feature...
2007-10-10 Stefan Metzmacherr4535: add full support for
2007-10-10 Stefan Metzmacherr4534: update the yapp generated code
2007-10-10 Stefan Metzmacherr4533: parsing support for:
2007-10-10 Stefan Metzmacherr4532: - rename bitmap -> bits
2007-10-10 Andrew Bartlettr4531: Include the OID locally, as it seems to be hard...
2007-10-10 Andrew Bartlettr4530: Start adding a bit of Doxygen compatible documen...
2007-10-10 Andrew Tridgellr4526: - much simpler (and more accurate!) ndr_size_...
2007-10-10 Andrew Tridgellr4524: converted a few bits of samr.idl to use enum...
2007-10-10 Andrew Tridgellr4523: the PROPERTIES change for typedef was not quite...
2007-10-10 Andrew Tridgellr4522: PROPERTIES are now handled at the typedef level
2007-10-10 Andrew Tridgellr4521: fixed up the handling of PROPERTIES elements...
2007-10-10 Andrew Tridgellr4520: added a enum test function to the echo pipe
2007-10-10 Andrew Tridgellr4519: added the enum print function in ndr_basic.c
2007-10-10 Andrew Tridgellr4518: added proper support for "typedef enum" in pidl...
2007-10-10 Tim Potterr4517: Revert previous commit about giving arrays of...
2007-10-10 Simo Sorcer4513: add experimental modification attribute checking
2007-10-10 Tim Potterr4512: Give arrays of scalar types their own subtree.
2007-10-10 Tim Potterr4511: Remove a crapload of dead code.
2007-10-10 Andrew Bartlettr4510: Some more tests for RPC-NETLOGON, checking the...
2007-10-10 Tim Potterr4509: Add missing cr.
2007-10-10 Stefan Metzmacherr4508: - simplify the code and allocate only in one...
2007-10-10 Stefan Metzmacherr4507: this default is unnneded because the switch...
2007-10-10 Stefan Metzmacherr4506: fix compiler warnings
2007-10-10 Simo Sorcer4505: Add a first very basic schema module
2007-10-10 Andrew Bartlettr4504: Setting
2007-10-10 Simo Sorcer4503: add an error reporting function (fixes)
2007-10-10 Simo Sorcer4502: add an error reporting function
2007-10-10 Andrew Tridgellr4501: when copying files it is common for clients...
2007-10-10 Andrew Bartlettr4500: Allow GENSEC modules to be disabled by setting...
2007-10-10 Andrew Bartlettr4499: Almost make our Samba4 server pass the RPC-SAMLO...
2007-10-10 Tim Potterr4495: Some more regexps for handling stuff in the...
2007-10-10 Andrew Bartlettr4494: Allow gensec_gssapi to use the SPNEGO mech provi...
2007-10-10 Andrew Tridgellr4493: change name of README.gcov so it doesn't get...
2007-10-10 Andrew Tridgellr4492: r.in.info is a pointer that needs to be allocate...
2007-10-10 Andrew Tridgellr4491: don't dereference q1.out.sam unless we know...
2007-10-10 Andrew Tridgellr4490: when implementing one rpc server call in terms...
2007-10-10 Tim Potterr4489: Remove an obsolete file.
2007-10-10 Andrew Tridgellr4488: removed an unused variable
2007-10-10 Andrew Tridgellr4487: fixed the use of ldb_msg_add_*() in the samr...
2007-10-10 Andrew Tridgellr4486: fixed some memory leaks in the new ldb code...
2007-10-10 Stefan Metzmacherr4485: remove unused TODO comment we already handle...
2007-10-10 Stefan Metzmacherr4484: - use the nTMixedDomain attribute to check if...
2007-10-10 Stefan Metzmacherr4483: - rename same structs, enums and uninons of...
2007-10-10 Stefan Metzmacherr4482: in ads mixed mode there are also only one PDC...
2007-10-10 Andrew Tridgellr4481: get rid of the last leak
2007-10-10 Andrew Tridgellr4480: autofree the dcom proxy tables
2007-10-10 Andrew Tridgellr4479: added the function talloc_autofree_context(...
2007-10-10 Andrew Tridgellr4477: expanded the test suite to increase code coverag...
next