summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25805: pidl: include libndr.h as first header in ndr_foo.hStefan Metzmacher1-2/+1
2007-12-21r25804: move including ndr_compression.h into HeaderInterface()Stefan Metzmacher1-7/+7
2007-12-21r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner6-98/+199
2007-12-21r25802: fix the build on solaris, void functions doesn't return valuesStefan Metzmacher1-2/+2
2007-12-21r25801: Add security_ace_create() function.Günther Deschner1-0/+29
2007-12-21r25800: Use dump_data_skip_zeros() in ndrdump.Günther Deschner1-4/+17
2007-12-21r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if not...Günther Deschner2-9/+71
2007-12-21r25798: - check return value of ndr_push_set_switch_value()Stefan Metzmacher1-1/+8
2007-12-21r25797: use error and out logicStefan Metzmacher1-2/+6
2007-12-21r25796: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-3/+1
2007-12-21r25795: whitespace cleanup...Stefan Metzmacher1-15/+15
2007-12-21r25794: use NDR_CHECK()Stefan Metzmacher1-4/+3
2007-12-21r25793: check the return value of ndr_push_set_switch_value()Stefan Metzmacher1-1/+1
2007-12-21r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()Stefan Metzmacher1-16/+6
2007-12-21r25791: wrepl_request_finished() sets req->status, so make this explicitStefan Metzmacher1-13/+15
2007-12-21r25790: - remove some nesting by using error and out logicStefan Metzmacher1-14/+26
2007-12-21r25789: print out what error happened...Stefan Metzmacher1-1/+1
2007-12-21r25788: Use a single routine to handle the creation of modify requests in theAndrew Bartlett2-202/+133
2007-12-21r25787: Assert that we handle the group membership updating correctly,Andrew Bartlett1-1/+21
2007-12-21r25786: Add function required by linked_attributes module (We need a list ofAndrew Bartlett1-0/+20
2007-12-21r25785: more small updates to frsrpcRonnie Sahlberg1-7/+10
2007-12-21r25784: fix compiler warningStefan Metzmacher1-1/+1
2007-12-21r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher1-12/+5
2007-12-21r25782: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-5/+5
2007-12-21r25781: Handle and test linked attribute renames.Andrew Bartlett2-9/+375
2007-12-21r25780: fix bool returnStefan Metzmacher1-1/+1
2007-12-21r25779: the return value of ndr_pull_set_switch_value() should be checkedStefan Metzmacher1-2/+2
2007-12-21r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosStefan Metzmacher1-22/+10
2007-12-21r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlyStefan Metzmacher2-3/+10
2007-12-21r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher1-14/+14
2007-12-21r25775: use ndr_pull_union_blob_all() in CLDAP codeStefan Metzmacher1-4/+4
2007-12-21r25774: create ndr_pull_union_blob_all() and match the logic of the struct fnsStefan Metzmacher1-4/+20
2007-12-21r25773: update frsrpc.idl and add some more commentsRonnie Sahlberg1-5/+29
2007-12-21r25772: rename the tail fieldsRonnie Sahlberg1-2/+2
2007-12-21r25771: In traces unknown7 has the same pattern as a UNIQUE pointer referral idRonnie Sahlberg1-1/+1
2007-12-21r25770: rename "unknown5" to tlv_sizeRonnie Sahlberg1-2/+2
2007-12-21r25769: it looks like there are 9 uint32 before the TLV subcontext starts, not 6Ronnie Sahlberg1-0/+3
2007-12-21r25768: pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()Stefan Metzmacher9-34/+34
2007-12-21r25767: pidl: make it easier to debug errors in pidl testsStefan Metzmacher1-22/+47
2007-12-21r25766: pidl: fix bugs in ndr_tagtype tests found by compiler warningsStefan Metzmacher1-7/+7
2007-12-21r25765: pidl: fix compiler warning in ndr_align testStefan Metzmacher1-2/+2
2007-12-21r25764: Fix total number of tests count to not include skipped tests.Jelmer Vernooij2-36/+31
2007-12-21r25763: Handle modifies, in the easy case (add/delete of elements), for theAndrew Bartlett1-1/+151
2007-12-21r25762: This test belongs best with the other checks for a valid parent, inAndrew Bartlett3-8/+15
2007-12-21r25761: Rename to be a DN to be a child of itself wasn't being checked for.Andrew Bartlett2-0/+15
2007-12-21r25760: Test out relative distinguished name behaviour under renames.Andrew Bartlett1-0/+24
2007-12-21r25759: catch up the samba3sam tests with the change from cn=rootdse to @ROOTDSEAndrew Bartlett1-1/+1
2007-12-21r25756: Add missing file with quick tests.Jelmer Vernooij1-0/+32
2007-12-21r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett2-5/+9
2007-12-21r25754: More work on normal forms for ldb input.Andrew Bartlett2-77/+155