Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25813: Add unfinished SecurityDescriptorsMasks test for winreg. | Günther Deschner | 1 | -1/+93 |
2007-12-21 | r25812: Add test for valid and invalid security descriptor and security infor... | Günther Deschner | 1 | -0/+308 |
2007-12-21 | r25811: Add some security descriptor helper functions. | Günther Deschner | 1 | -5/+191 |
2007-12-21 | r25810: Add test for blocking security descriptor inheritance in winreg. | Günther Deschner | 1 | -1/+180 |
2007-12-21 | r25809: Add basic security descriptor inheritance test for winreg. | Günther Deschner | 1 | -8/+190 |
2007-12-21 | r25808: Move basic security descriptor test to a test_SecurityDescriptors() c... | Günther Deschner | 1 | -31/+128 |
2007-12-21 | r25807: Close handle during winreg test. | Günther Deschner | 1 | -0/+4 |
2007-12-21 | r25806: let libndr.h include needed stuff and remove pidl magic | Stefan Metzmacher | 2 | -8/+2 |
2007-12-21 | r25805: pidl: include libndr.h as first header in ndr_foo.h | Stefan Metzmacher | 1 | -2/+1 |
2007-12-21 | r25804: move including ndr_compression.h into HeaderInterface() | Stefan Metzmacher | 1 | -7/+7 |
2007-12-21 | r25803: Make our security descriptor acl manipulation methods more generic so... | Günther Deschner | 6 | -98/+199 |
2007-12-21 | r25802: fix the build on solaris, void functions doesn't return values | Stefan Metzmacher | 1 | -2/+2 |
2007-12-21 | r25801: Add security_ace_create() function. | Günther Deschner | 1 | -0/+29 |
2007-12-21 | r25800: Use dump_data_skip_zeros() in ndrdump. | Günther Deschner | 1 | -4/+17 |
2007-12-21 | r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if not... | Günther Deschner | 2 | -9/+71 |
2007-12-21 | r25798: - check return value of ndr_push_set_switch_value() | Stefan Metzmacher | 1 | -1/+8 |
2007-12-21 | r25797: use error and out logic | Stefan Metzmacher | 1 | -2/+6 |
2007-12-21 | r25796: use NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 1 | -3/+1 |
2007-12-21 | r25795: whitespace cleanup... | Stefan Metzmacher | 1 | -15/+15 |
2007-12-21 | r25794: use NDR_CHECK() | Stefan Metzmacher | 1 | -4/+3 |
2007-12-21 | r25793: check the return value of ndr_push_set_switch_value() | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() | Stefan Metzmacher | 1 | -16/+6 |
2007-12-21 | r25791: wrepl_request_finished() sets req->status, so make this explicit | Stefan Metzmacher | 1 | -13/+15 |
2007-12-21 | r25790: - remove some nesting by using error and out logic | Stefan Metzmacher | 1 | -14/+26 |
2007-12-21 | r25789: print out what error happened... | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25788: Use a single routine to handle the creation of modify requests in the | Andrew Bartlett | 1 | -202/+132 |
2007-12-21 | r25786: Add function required by linked_attributes module (We need a list of | Andrew Bartlett | 1 | -0/+20 |
2007-12-21 | r25785: more small updates to frsrpc | Ronnie Sahlberg | 1 | -7/+10 |
2007-12-21 | r25784: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25783: socket_wrapper: don't include "includes.h" | Stefan Metzmacher | 1 | -12/+5 |
2007-12-21 | r25782: use NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 1 | -5/+5 |
2007-12-21 | r25781: Handle and test linked attribute renames. | Andrew Bartlett | 1 | -7/+310 |
2007-12-21 | r25780: fix bool return | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25779: the return value of ndr_pull_set_switch_value() should be checked | Stefan Metzmacher | 1 | -2/+2 |
2007-12-21 | r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macros | Stefan Metzmacher | 1 | -22/+10 |
2007-12-21 | r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directly | Stefan Metzmacher | 2 | -3/+10 |
2007-12-21 | r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directly | Stefan Metzmacher | 1 | -14/+14 |
2007-12-21 | r25775: use ndr_pull_union_blob_all() in CLDAP code | Stefan Metzmacher | 1 | -4/+4 |
2007-12-21 | r25774: create ndr_pull_union_blob_all() and match the logic of the struct fns | Stefan Metzmacher | 1 | -4/+20 |
2007-12-21 | r25773: update frsrpc.idl and add some more comments | Ronnie Sahlberg | 1 | -5/+29 |
2007-12-21 | r25772: rename the tail fields | Ronnie Sahlberg | 1 | -2/+2 |
2007-12-21 | r25771: In traces unknown7 has the same pattern as a UNIQUE pointer referral id | Ronnie Sahlberg | 1 | -1/+1 |
2007-12-21 | r25770: rename "unknown5" to tlv_size | Ronnie Sahlberg | 1 | -2/+2 |
2007-12-21 | r25769: it looks like there are 9 uint32 before the TLV subcontext starts, not 6 | Ronnie Sahlberg | 1 | -0/+3 |
2007-12-21 | r25768: pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK() | Stefan Metzmacher | 9 | -34/+34 |
2007-12-21 | r25767: pidl: make it easier to debug errors in pidl tests | Stefan Metzmacher | 1 | -22/+47 |
2007-12-21 | r25766: pidl: fix bugs in ndr_tagtype tests found by compiler warnings | Stefan Metzmacher | 1 | -7/+7 |
2007-12-21 | r25765: pidl: fix compiler warning in ndr_align test | Stefan Metzmacher | 1 | -2/+2 |
2007-12-21 | r25764: Fix total number of tests count to not include skipped tests. | Jelmer Vernooij | 2 | -36/+31 |
2007-12-21 | r25763: Handle modifies, in the easy case (add/delete of elements), for the | Andrew Bartlett | 1 | -1/+151 |