summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r25806: let libndr.h include needed stuff and remove pidl magicStefan Metzmacher2007-12-212-8/+2
* r25805: pidl: include libndr.h as first header in ndr_foo.hStefan Metzmacher2007-12-211-2/+1
* r25804: move including ndr_compression.h into HeaderInterface()Stefan Metzmacher2007-12-211-7/+7
* r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner2007-12-216-98/+199
* r25802: fix the build on solaris, void functions doesn't return valuesStefan Metzmacher2007-12-211-2/+2
* r25801: Add security_ace_create() function.Günther Deschner2007-12-211-0/+29
* r25800: Use dump_data_skip_zeros() in ndrdump.Günther Deschner2007-12-211-4/+17
* r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if not...Günther Deschner2007-12-212-9/+71
* r25798: - check return value of ndr_push_set_switch_value()Stefan Metzmacher2007-12-211-1/+8
* r25797: use error and out logicStefan Metzmacher2007-12-211-2/+6
* r25796: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-12-211-3/+1
* r25795: whitespace cleanup...Stefan Metzmacher2007-12-211-15/+15
* r25794: use NDR_CHECK()Stefan Metzmacher2007-12-211-4/+3
* r25793: check the return value of ndr_push_set_switch_value()Stefan Metzmacher2007-12-211-1/+1
* r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()Stefan Metzmacher2007-12-211-16/+6
* r25791: wrepl_request_finished() sets req->status, so make this explicitStefan Metzmacher2007-12-211-13/+15
* 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-212-202/+133
* r25787: Assert that we handle the group membership updating correctly,Andrew Bartlett2007-12-211-1/+21
* 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-212-9/+375
* 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-213-8/+15
* r25761: Rename to be a DN to be a child of itself wasn't being checked for.Andrew Bartlett2007-12-212-0/+15
* r25760: Test out relative distinguished name behaviour under renames.Andrew Bartlett2007-12-211-0/+24
* r25759: catch up the samba3sam tests with the change from cn=rootdse to @ROOTDSEAndrew Bartlett2007-12-211-1/+1
* 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