Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-21 | r25825: Don't print the user's password hash at level 0. | Andrew Bartlett | 1 | -2/+1 | |
Andrew Bartlett (This used to be commit 495271588c5ef8ce88826961fa3883506d74ad33) | |||||
2007-12-21 | r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK() | Stefan Metzmacher | 2 | -4/+4 | |
- make the success case some clear by returning NT_STATUS_OK metze (This used to be commit 2b570f96fcf537c1269237e1067ea7801b563b7e) | |||||
2007-12-21 | r25823: remove unneeded nesting by using error and out logic | Stefan Metzmacher | 1 | -21/+21 | |
metze (This used to be commit 86db839382a6cf92e659abb9e8e51ef828e1e422) | |||||
2007-12-21 | r25822: use NDR_CHECK() | Stefan Metzmacher | 1 | -6/+2 | |
metze (This used to be commit c81aa2ba36904281692b84bcd37300e38760da34) | |||||
2007-12-21 | r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS ↵ | Stefan Metzmacher | 1 | -15/+32 | |
directly metze (This used to be commit faa26ed52c81f7075823b460e1444f3961d3421c) | |||||
2007-12-21 | r25820: but still return the error... | Stefan Metzmacher | 3 | -0/+3 | |
(sorry, this should have been one commit) metze (This used to be commit 01c5ec7eb44956c1722d884bb97ce7730d4fc451) | |||||
2007-12-21 | r25819: make the success case more clear | Stefan Metzmacher | 3 | -3/+3 | |
metze (This used to be commit 6495fe220d488ce86d53b148f76f9fe669d4bbad) | |||||
2007-12-21 | r25818: remove useless '\' chars at the end of lines | Stefan Metzmacher | 1 | -7/+7 | |
(they were copied from the macros by mistake) metze (This used to be commit 1c9975bccf1fbe697ae83e6dee25c176de65061f) | |||||
2007-12-21 | r25817: Add very basic FRSAPI InfoW test. Again, this is surely not correct ↵ | Günther Deschner | 1 | -1/+46 | |
but at least displays a lot of very useful information. Guenther (This used to be commit 361744b89cfd1e727dba01c1512b1ba9c919e6ac) | |||||
2007-12-21 | r25816: Add idl for frsapi_InfoW. Surely not correct, but a start. | Günther Deschner | 1 | -3/+21 | |
Guenther (This used to be commit c3495ba73ad5a87da49f3e3a3989ad734ed989b2) | |||||
2007-12-21 | r25815: Small DFS idl fixes. | Günther Deschner | 2 | -5/+16 | |
Guenther (This used to be commit 08a5c3130773c6e6c2339ece56cd5fba213dcbbd) | |||||
2007-12-21 | r25814: Add my (C). | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit 9d12f8449fe85370afeb799fc916f9adca8ddf6c) | |||||
2007-12-21 | r25813: Add unfinished SecurityDescriptorsMasks test for winreg. | Günther Deschner | 1 | -1/+93 | |
Guenther (This used to be commit 3d1ffce3b34445484843b976105218e016a6a0d1) | |||||
2007-12-21 | r25812: Add test for valid and invalid security descriptor and security ↵ | Günther Deschner | 1 | -0/+308 | |
information flag combinations. Guenther (This used to be commit 13323c71b66a66059928efdea8215f733a163318) | |||||
2007-12-21 | r25811: Add some security descriptor helper functions. | Günther Deschner | 1 | -5/+191 | |
Guenther (This used to be commit 8a0cdaeeb090b128746ab36faec8fea7e68287a6) | |||||
2007-12-21 | r25810: Add test for blocking security descriptor inheritance in winreg. | Günther Deschner | 1 | -1/+180 | |
Guenther (This used to be commit cfa501fbc7d74b1f15bcf0df96d2a1d3ad13b289) | |||||
2007-12-21 | r25809: Add basic security descriptor inheritance test for winreg. | Günther Deschner | 1 | -8/+190 | |
Guenther (This used to be commit 7a64b009d4d3733b6ded8da9569e25bdfb5f3a26) | |||||
2007-12-21 | r25808: Move basic security descriptor test to a test_SecurityDescriptors() ↵ | Günther Deschner | 1 | -31/+128 | |
call. Guenther (This used to be commit 6023e6843090342dd0533f72b503aee0975b05cf) | |||||
2007-12-21 | r25807: Close handle during winreg test. | Günther Deschner | 1 | -0/+4 | |
Guenther (This used to be commit ca53f1fb5d7be9de92b9c573da477be599904843) | |||||
2007-12-21 | r25806: let libndr.h include needed stuff and remove pidl magic | Stefan Metzmacher | 2 | -8/+2 | |
for choosing common required headers metze (This used to be commit c97fe5b54c0da68c7e71ea79678fa6348ecdaab9) | |||||
2007-12-21 | r25805: pidl: include libndr.h as first header in ndr_foo.h | Stefan Metzmacher | 1 | -2/+1 | |
metze (This used to be commit 18fce1174199d67d822ea92e048443b60dd3dfa5) | |||||
2007-12-21 | r25804: move including ndr_compression.h into HeaderInterface() | Stefan Metzmacher | 1 | -7/+7 | |
metze (This used to be commit 2aecc1e9fd19d4e176f5475c8ee0b292d68c85f9) | |||||
2007-12-21 | r25803: Make our security descriptor acl manipulation methods more generic ↵ | Günther Deschner | 6 | -98/+199 | |
so that we can add and delete ACEs for SACLs as well as for DACLs. Guenther (This used to be commit 947fff994181f0ae50ac76d09621ddd684873112) | |||||
2007-12-21 | r25802: fix the build on solaris, void functions doesn't return values | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 7d6c3e31de448c59dbb6933917c4f434c90cedf6) | |||||
2007-12-21 | r25801: Add security_ace_create() function. | Günther Deschner | 1 | -0/+29 | |
Guenther (This used to be commit 0306e0183d4db0da331449b411814e7a93b6db2d) | |||||
2007-12-21 | r25800: Use dump_data_skip_zeros() in ndrdump. | Günther Deschner | 1 | -4/+17 | |
Still obey the --dump-data parameter which enforces the full dump display (thanks metze). Guenther (This used to be commit c44a1d839375196fb832c64d43b7e47ea67c66b2) | |||||
2007-12-21 | r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if ↵ | Günther Deschner | 2 | -9/+71 | |
not at the beginning or the end of a blob). Usefull when inspecting protocols that exchange huge mostly empty blobs. Guenther (This used to be commit c96047d022555678dabe08c0de94f0913bb4d047) | |||||
2007-12-21 | r25798: - check return value of ndr_push_set_switch_value() | Stefan Metzmacher | 1 | -1/+8 | |
- fix memory leaks in error pathes metze (This used to be commit 667e83fd78293942c61d141dfe0d90e662768380) | |||||
2007-12-21 | r25797: use error and out logic | Stefan Metzmacher | 1 | -2/+6 | |
metze (This used to be commit d03965d36e18dd524076e48e5a315747a00b807b) | |||||
2007-12-21 | r25796: use NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 1 | -3/+1 | |
metze (This used to be commit 43ef3d9dac5db1865b863c8c4a24c39167e7d2bc) | |||||
2007-12-21 | r25795: whitespace cleanup... | Stefan Metzmacher | 1 | -15/+15 | |
metze (This used to be commit cae48a19530909981a852801095a19a662f65cfe) | |||||
2007-12-21 | r25794: use NDR_CHECK() | Stefan Metzmacher | 1 | -4/+3 | |
metze (This used to be commit 614e812bb01ebaa39db10c25cd011bef7f1279b2) | |||||
2007-12-21 | r25793: check the return value of ndr_push_set_switch_value() | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit a85e687e588a7c7e2abb7416631b8815fbae1f58) | |||||
2007-12-21 | r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() | Stefan Metzmacher | 1 | -16/+6 | |
metze (This used to be commit eebc17b27a6d6467546a1f070d5233f6c1755f47) | |||||
2007-12-21 | r25791: wrepl_request_finished() sets req->status, so make this explicit | Stefan Metzmacher | 1 | -13/+15 | |
and avoid req->status = req->status... metze (This used to be commit c9ee0f3e967b89033510d30136363a3b78fedb9e) | |||||
2007-12-21 | r25790: - remove some nesting by using error and out logic | Stefan Metzmacher | 1 | -14/+26 | |
- print in the print_* function ... metze (This used to be commit dbd7e8bcceeecaa650b164990f9874cf3308974e) | |||||
2007-12-21 | r25789: print out what error happened... | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit cca080f53040c84753050a1a82b8cd93e33ca693) | |||||
2007-12-21 | r25788: Use a single routine to handle the creation of modify requests in the | Andrew Bartlett | 1 | -202/+132 | |
linked_attributs code. This drasticly reduces the code duplication here. Andrew Bartlett (This used to be commit c66e188e6729a8e12854017d62067b4ae4a23af8) | |||||
2007-12-21 | r25786: Add function required by linked_attributes module (We need a list of | Andrew Bartlett | 1 | -0/+20 | |
all linked attributes in the schema, so we can try and find them). Andrew Bartlett (This used to be commit 9cc706e06079899e58d4806ec27f86ae019cff60) | |||||
2007-12-21 | r25785: more small updates to frsrpc | Ronnie Sahlberg | 1 | -7/+10 | |
tag 18 contains a timestamp (This used to be commit 5e90881a7c965cd57e44601002f047cb6837c579) | |||||
2007-12-21 | r25784: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 9345933e1bb96170724db2534df7584fdddf0b49) | |||||
2007-12-21 | r25783: socket_wrapper: don't include "includes.h" | Stefan Metzmacher | 1 | -12/+5 | |
metze (This used to be commit 47f865165e772540334dcbcf80cfc1999b0132fa) | |||||
2007-12-21 | r25782: use NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 1 | -5/+5 | |
metze (This used to be commit 37da0940f47665c8d2c09b3649fecd93970b5d6f) | |||||
2007-12-21 | r25781: Handle and test linked attribute renames. | Andrew Bartlett | 1 | -7/+310 | |
Andrew Bartlett (This used to be commit 56d9dd5140b6d7d7bbaa2f59ecdff7ee70c4faac) | |||||
2007-12-21 | r25780: fix bool return | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 7b77210d3e2c644d28d6e3795e6c4423dc6ea4bf) | |||||
2007-12-21 | r25779: the return value of ndr_pull_set_switch_value() should be checked | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 30a829a3596eacc126704904aedbdc1732011411) | |||||
2007-12-21 | r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macros | Stefan Metzmacher | 1 | -22/+10 | |
metze (This used to be commit 99dc12079762ab5b8ceea989cc8fa48ccf084863) | |||||
2007-12-21 | r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directly | Stefan Metzmacher | 2 | -3/+10 | |
metze (This used to be commit 757d547696b1f2903429cfa831c2b0922ab6d2fc) | |||||
2007-12-21 | r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directly | Stefan Metzmacher | 1 | -14/+14 | |
metze (This used to be commit 52d83561e510e7e5bc406b699a251713dbd0ea91) | |||||
2007-12-21 | r25775: use ndr_pull_union_blob_all() in CLDAP code | Stefan Metzmacher | 1 | -4/+4 | |
metze (This used to be commit 58e202a39b1a0d9b9c64b9136a894257da539c6e) |