summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r25790: - remove some nesting by using error and out logicStefan Metzmacher2007-12-211-14/+26
* r25789: print out what error happened...Stefan Metzmacher2007-12-211-1/+1
* r25788: Use a single routine to handle the creation of modify requests in theAndrew Bartlett2007-12-211-202/+132
* r25786: Add function required by linked_attributes module (We need a list ofAndrew Bartlett2007-12-211-0/+20
* r25785: more small updates to frsrpcRonnie Sahlberg2007-12-211-7/+10
* r25784: fix compiler warningStefan Metzmacher2007-12-211-1/+1
* r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher2007-12-211-12/+5
* r25782: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-12-211-5/+5
* r25781: Handle and test linked attribute renames.Andrew Bartlett2007-12-211-7/+310
* r25780: fix bool returnStefan Metzmacher2007-12-211-1/+1
* r25779: the return value of ndr_pull_set_switch_value() should be checkedStefan Metzmacher2007-12-211-2/+2
* r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosStefan Metzmacher2007-12-211-22/+10
* r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlyStefan Metzmacher2007-12-212-3/+10
* r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher2007-12-211-14/+14
* r25775: use ndr_pull_union_blob_all() in CLDAP codeStefan Metzmacher2007-12-211-4/+4
* r25774: create ndr_pull_union_blob_all() and match the logic of the struct fnsStefan Metzmacher2007-12-211-4/+20
* r25773: update frsrpc.idl and add some more commentsRonnie Sahlberg2007-12-211-5/+29
* r25772: rename the tail fieldsRonnie Sahlberg2007-12-211-2/+2
* r25771: In traces unknown7 has the same pattern as a UNIQUE pointer referral idRonnie Sahlberg2007-12-211-1/+1
* r25770: rename "unknown5" to tlv_sizeRonnie Sahlberg2007-12-211-2/+2
* r25769: it looks like there are 9 uint32 before the TLV subcontext starts, not 6Ronnie Sahlberg2007-12-211-0/+3
* r25768: pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-219-34/+34
* r25767: pidl: make it easier to debug errors in pidl testsStefan Metzmacher2007-12-211-22/+47
* r25766: pidl: fix bugs in ndr_tagtype tests found by compiler warningsStefan Metzmacher2007-12-211-7/+7
* r25765: pidl: fix compiler warning in ndr_align testStefan Metzmacher2007-12-211-2/+2
* r25764: Fix total number of tests count to not include skipped tests.Jelmer Vernooij2007-12-212-36/+31
* r25763: Handle modifies, in the easy case (add/delete of elements), for theAndrew Bartlett2007-12-211-1/+151
* r25762: This test belongs best with the other checks for a valid parent, inAndrew Bartlett2007-12-212-8/+8
* r25761: Rename to be a DN to be a child of itself wasn't being checked for.Andrew Bartlett2007-12-211-0/+8
* r25756: Add missing file with quick tests.Jelmer Vernooij2007-12-211-0/+32
* r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett2007-12-212-5/+9
* r25754: More work on normal forms for ldb input.Andrew Bartlett2007-12-211-69/+147
* r25753: Move cn=rootdse to @ROOTDSE to avoid being caught up in schema restri...Andrew Bartlett2007-12-214-6/+6
* r25752: use EJS_CHECK() instead of NDR_CHECK()Stefan Metzmacher2007-12-211-12/+12
* r25751: use EJS_CHECK() instead of NDR_CHECK() in ejs codeStefan Metzmacher2007-12-212-16/+24
* r25750: Update the objectclass module to improve consistency in Samba4.Andrew Bartlett2007-12-212-83/+367
* r25749: Add function required by linked_attributes module.Andrew Bartlett2007-12-211-0/+15
* r25748: Don't segfault if we don't have a schema yet.Andrew Bartlett2007-12-211-0/+12
* r25747: Implement linked attributes, for add operations.Andrew Bartlett2007-12-214-10/+325
* r25746: [selftest] make plain output more readableStefan Metzmacher2007-12-211-9/+10
* r25745: [pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID_POINTER,..)Stefan Metzmacher2007-12-211-9/+24
* r25744: add NDR_ERR_INVALID_POINTERStefan Metzmacher2007-12-212-1/+4
* r25743: Write short summary of failed tests and skipped tests to file.Jelmer Vernooij2007-12-213-11/+30
* r25742: Start trimming down hash size for start_testsuite.Jelmer Vernooij2007-12-214-27/+26
* r25741: Simplify calls to Subunit functions.Jelmer Vernooij2007-12-214-32/+11
* r25740: More consistent naming for tests, always include environment name in ...Jelmer Vernooij2007-12-214-40/+42
* r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner2007-12-211-0/+3
* r25738: always include config.h first.Stefan Metzmacher2007-12-212-0/+8
* r25737: Integrate more of the test recipe code into one file, useJelmer Vernooij2007-12-2119-609/+499
* r25736: make sure we include "config.h" as first headerStefan Metzmacher2007-12-212-2/+15