summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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-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