Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | r25803: Make our security descriptor acl manipulation methods more generic ↵ | Günther Deschner | 1 | -73/+174 | |
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 | r25801: Add security_ace_create() function. | Günther Deschner | 1 | -0/+29 | |
Guenther (This used to be commit 0306e0183d4db0da331449b411814e7a93b6db2d) | |||||
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 | r25775: use ndr_pull_union_blob_all() in CLDAP code | Stefan Metzmacher | 1 | -4/+4 | |
metze (This used to be commit 58e202a39b1a0d9b9c64b9136a894257da539c6e) | |||||
2007-12-21 | r25739: We forgot to copy revision and type flags in security_descriptor_copy(). | Günther Deschner | 1 | -0/+3 | |
Guenther (This used to be commit 2e028503a36acd12009a4d2f0d217b2d940c9c30) | |||||
2007-12-21 | r25692: fixed another example where the free of fde and the free of the socket | Andrew Tridgell | 1 | -1/+3 | |
causes the fd to be closed before epoll is told (This used to be commit d19686cf8a3aba0c6601c5fa58cbf74461055c1c) | |||||
2007-12-21 | r25672: Some more FRS werrors. | Günther Deschner | 2 | -0/+4 | |
Guenther (This used to be commit 8fa3de8dca9e9d0d9f7fc79e4fc78b85313f870b) | |||||
2007-12-21 | r25669: Real build fix. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 1b9e526bf60372e5b3731e98dbfcc029b04e4b01) | |||||
2007-12-21 | r25668: Hopefully fix the build, sorry... | Günther Deschner | 2 | -3/+4 | |
Guenther (This used to be commit df94fbfe96200ed521fd377a01b6b7b7a7ef88d8) | |||||
2007-12-21 | r25665: Add some more WERR codes. | Günther Deschner | 2 | -0/+11 | |
Guenther (This used to be commit 846d81c0ade7a1b56366feb4338312c24dc4351b) | |||||
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵ | Jelmer Vernooij | 2 | -4/+5 | |
system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf) | |||||
2007-12-21 | r25610: Add security_descriptor_appendv() which takes va_list directly. | Günther Deschner | 1 | -9/+14 | |
Guenther (This used to be commit 99408cf20c6feb745cd2dd56c37015cfa11e9b3d) | |||||
2007-12-21 | r25608: Call security_descriptor_append from within security_descriptor_create. | Günther Deschner | 1 | -29/+1 | |
Guenther (This used to be commit 1ebcceb922bdb566e6a548aa1ad816eb8e9e26e9) | |||||
2007-12-21 | r25607: Allow to set security descriptor type flags at creation time with | Günther Deschner | 1 | -0/+4 | |
security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16) | |||||
2007-12-21 | r25604: Add security_descriptor_append() helper function. | Günther Deschner | 1 | -0/+42 | |
Guenther (This used to be commit 7d8f53b1c73dc4025821d96d8f675b6866407acb) | |||||
2007-10-10 | r25578: BOOL -> bool | Stefan Metzmacher | 1 | -3/+3 | |
metze (This used to be commit 198e8d7fff285fc70f2525af2a34a61d385b0d29) | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 74 | -828/+830 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25516: Sorry, I reverted too much of r25448 in r25515. | Michael Adam | 1 | -1/+1 | |
These two fixes should have remained! Thanks to Metze for pointing this out. Michael (This used to be commit 294b2bf593445a79c500f02569f10ff72e1d6933) | |||||
2007-10-10 | r25515: Revert r25448: | Michael Adam | 2 | -1/+13 | |
Immediate structures are *not* supportet by the native C compiler at least on Solaris, Tru64 and HP-UX. Michael (This used to be commit 6d07e29de2a7e535139622fa688b407da232c816) | |||||
2007-10-10 | r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ↵ | Jelmer Vernooij | 2 | -13/+1 | |
versions of splint support immediate structures just fine. (This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb) | |||||
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 5 | -7/+12 | |
2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42) | |||||
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 22 | -39/+40 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25353: Disable one more swig link to for 'make install' to work. | Rafal Szczesniak | 1 | -0/+1 | |
rafal (This used to be commit bcf4e605773d4c1f204a5b678e1ec14ced4be3a4) | |||||
2007-10-10 | r25351: disable swig for now to get the build working | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit 846184f15ca0dbe51e6a73941a0f32e1ec1d1f0b) | |||||
2007-10-10 | r25348: Start working on another Python wrapper. | Tim Potter | 2 | -0/+23 | |
(This used to be commit 441a0404346ce2ff72e8262c5bf6ef94d3b9f331) | |||||
2007-10-10 | r25329: A solution to SWIG not being able to handle a structure and a function | Tim Potter | 1 | -8/+10 | |
having the same name. Hey we can now query nbt names from Python. (This used to be commit 30c34d7a4b12c626bc98e29aa6691ad975845777) | |||||
2007-10-10 | r25305: Fix installation of missing headers. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 83f1721453c253bff77f9d7ececd462331dd846b) | |||||
2007-10-10 | r25301: Merge my includes.h cleanups. | Jelmer Vernooij | 9 | -255/+314 | |
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a) | |||||
2007-10-10 | r25221: Experiment with Jelmer's new generic loadparm code. | Tim Potter | 1 | -1/+8 | |
(This used to be commit 9fbbd1b5c9c19a0f5d49bafc6d25967e133e38b4) | |||||
2007-10-10 | r25212: merge some stuff from samba3 | Stefan Metzmacher | 1 | -1/+4 | |
metze (This used to be commit 502251451aa78b82131283d0590b382943b1d156) | |||||
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 4 | -16/+16 | |
Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4) | |||||
2007-10-10 | r25047: Fix more warnings. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 3 | -3/+3 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 10 | -6/+16 | |
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 24 | -0/+24 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r25010: Avoid uses of pstring | Jelmer Vernooij | 2 | -4/+2 | |
(This used to be commit cce7785474fc536dd44b39403c785b524b128144) | |||||
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ↵ | Jelmer Vernooij | 6 | -6/+11 | |
ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7) | |||||
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 6 | -9/+10 | |
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4) | |||||
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 11 | -14/+14 | |
(This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39) | |||||
2007-10-10 | r24992: Remove some uses of lp_*(). | Jelmer Vernooij | 2 | -6/+4 | |
(This used to be commit a5a1a5540510cdb1bfbb3e89b84f4ba5b2812c55) | |||||
2007-10-10 | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752) | |||||
2007-10-10 | r24816: Move the rest of the contents of core.h to more appropriate places. | Jelmer Vernooij | 1 | -0/+11 | |
include/ now only contains build system related headers, all other headers are now near the source code they're related to. (This used to be commit 6890a01dbfc6d8041a88ef5c6be52dfcd046fe80) | |||||
2007-10-10 | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655) | |||||
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 1 | -3/+2 | |
(This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190) | |||||
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 12 | -38/+38 | |
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae) | |||||
2007-10-10 | r24560: rename some DCERPC_ prefixes into NDR_ | Stefan Metzmacher | 2 | -2/+2 | |
metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476) |