summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Collapse)AuthorAgeFilesLines
* r25924: fix bug in UNIX_INFO2 push code found make make valgrindtestStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit 9b151e6ceaeaa15e8cbd92f452522fe005f2382f)
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-2114-140/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/messaging/ lib/registry/ lib/ldb-samba/ librpc/rpc/ auth/auth_winbind.c auth/gensec/ auth/kerberos/ dsdb/repl/ dsdb/samdb/ dsdb/schema/ torture/ cluster/ctdb/ kdc/ ntvfs/ipc/ torture/rap/ ntvfs/ utils/getntacl.c ntptr/ smb_server/ libcli/wrepl/ wrepl_server/ libcli/cldap/ libcli/dgram/ libcli/ldap/ libcli/raw/ libcli/nbt/ libnet/ winbind/ rpc_server/ metze (This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435)
* r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher2007-12-212-1/+30
| | | | | metze (This used to be commit 8fc2e7737fc15f7265816f077e2a48a7a98f75b8)
* r25903: Move more files out of torture/Jelmer Vernooij2007-12-212-0/+195
| | | | (This used to be commit f734df3144cdd9ff280ee1cac2c3a7f972716f5d)
* r25897: Add WERR_INVALID_FLAGS.Günther Deschner2007-12-212-0/+2
| | | | | Guenther (This used to be commit c3023eaeb389f44b64becc383552df0debfc232d)
* r25822: use NDR_CHECK()Stefan Metzmacher2007-12-211-6/+2
| | | | | metze (This used to be commit c81aa2ba36904281692b84bcd37300e38760da34)
* r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS ↵Stefan Metzmacher2007-12-211-15/+32
| | | | | | | directly metze (This used to be commit faa26ed52c81f7075823b460e1444f3961d3421c)
* r25820: but still return the error...Stefan Metzmacher2007-12-213-0/+3
| | | | | | | (sorry, this should have been one commit) metze (This used to be commit 01c5ec7eb44956c1722d884bb97ce7730d4fc451)
* r25819: make the success case more clearStefan Metzmacher2007-12-213-3/+3
| | | | | metze (This used to be commit 6495fe220d488ce86d53b148f76f9fe669d4bbad)
* r25803: Make our security descriptor acl manipulation methods more generic ↵Günther Deschner2007-12-211-73/+174
| | | | | | | | | so that we can add and delete ACEs for SACLs as well as for DACLs. Guenther (This used to be commit 947fff994181f0ae50ac76d09621ddd684873112)
* r25801: Add security_ace_create() function.Günther Deschner2007-12-211-0/+29
| | | | | Guenther (This used to be commit 0306e0183d4db0da331449b411814e7a93b6db2d)
* r25791: wrepl_request_finished() sets req->status, so make this explicitStefan Metzmacher2007-12-211-13/+15
| | | | | | | and avoid req->status = req->status... metze (This used to be commit c9ee0f3e967b89033510d30136363a3b78fedb9e)
* r25775: use ndr_pull_union_blob_all() in CLDAP codeStefan Metzmacher2007-12-211-4/+4
| | | | | metze (This used to be commit 58e202a39b1a0d9b9c64b9136a894257da539c6e)
* r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner2007-12-211-0/+3
| | | | | Guenther (This used to be commit 2e028503a36acd12009a4d2f0d217b2d940c9c30)
* r25692: fixed another example where the free of fde and the free of the socketAndrew Tridgell2007-12-211-1/+3
| | | | | causes the fd to be closed before epoll is told (This used to be commit d19686cf8a3aba0c6601c5fa58cbf74461055c1c)
* r25672: Some more FRS werrors.Günther Deschner2007-12-212-0/+4
| | | | | Guenther (This used to be commit 8fa3de8dca9e9d0d9f7fc79e4fc78b85313f870b)
* r25669: Real build fix.Günther Deschner2007-12-211-1/+1
| | | | | Guenther (This used to be commit 1b9e526bf60372e5b3731e98dbfcc029b04e4b01)
* r25668: Hopefully fix the build, sorry...Günther Deschner2007-12-212-3/+4
| | | | | Guenther (This used to be commit df94fbfe96200ed521fd377a01b6b7b7a7ef88d8)
* r25665: Add some more WERR codes.Günther Deschner2007-12-212-0/+11
| | | | | Guenther (This used to be commit 846d81c0ade7a1b56366feb4338312c24dc4351b)
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij2007-12-212-4/+5
| | | | | | system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
* r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner2007-12-211-9/+14
| | | | | Guenther (This used to be commit 99408cf20c6feb745cd2dd56c37015cfa11e9b3d)
* r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner2007-12-211-29/+1
| | | | | Guenther (This used to be commit 1ebcceb922bdb566e6a548aa1ad816eb8e9e26e9)
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-211-0/+4
| | | | | | | security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
* r25604: Add security_descriptor_append() helper function.Günther Deschner2007-12-211-0/+42
| | | | | Guenther (This used to be commit 7d8f53b1c73dc4025821d96d8f675b6866407acb)
* r25578: BOOL -> boolStefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit 198e8d7fff285fc70f2525af2a34a61d385b0d29)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-1074-828/+830
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam2007-10-101-1/+1
| | | | | | | | These two fixes should have remained! Thanks to Metze for pointing this out. Michael (This used to be commit 294b2bf593445a79c500f02569f10ff72e1d6933)
* r25515: Revert r25448:Michael Adam2007-10-102-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)
* r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ↵Jelmer Vernooij2007-10-102-13/+1
| | | | | | versions of splint support immediate structures just fine. (This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-105-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)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-102-2/+2
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-1022-39/+40
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25353: Disable one more swig link to for 'make install' to work.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit bcf4e605773d4c1f204a5b678e1ec14ced4be3a4)
* r25351: disable swig for now to get the build workingAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 846184f15ca0dbe51e6a73941a0f32e1ec1d1f0b)
* r25348: Start working on another Python wrapper.Tim Potter2007-10-102-0/+23
| | | | (This used to be commit 441a0404346ce2ff72e8262c5bf6ef94d3b9f331)
* r25329: A solution to SWIG not being able to handle a structure and a functionTim Potter2007-10-101-8/+10
| | | | | having the same name. Hey we can now query nbt names from Python. (This used to be commit 30c34d7a4b12c626bc98e29aa6691ad975845777)
* r25305: Fix installation of missing headers.Jelmer Vernooij2007-10-101-3/+3
| | | | (This used to be commit 83f1721453c253bff77f9d7ececd462331dd846b)
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-109-255/+314
| | | | (This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
* r25221: Experiment with Jelmer's new generic loadparm code.Tim Potter2007-10-101-1/+8
| | | | (This used to be commit 9fbbd1b5c9c19a0f5d49bafc6d25967e133e38b4)
* r25212: merge some stuff from samba3Stefan Metzmacher2007-10-101-1/+4
| | | | | metze (This used to be commit 502251451aa78b82131283d0590b382943b1d156)
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-104-16/+16
| | | | | Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4)
* r25047: Fix more warnings.Jelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-103-3/+3
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-1010-6/+16
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-1024-0/+24
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r25010: Avoid uses of pstringJelmer Vernooij2007-10-102-4/+2
| | | | (This used to be commit cce7785474fc536dd44b39403c785b524b128144)
* r25001: Fix more C++ and other warnings, fix some of the indentation with ↵Jelmer Vernooij2007-10-106-6/+11
| | | | | | ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7)
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-106-9/+10
| | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-1011-14/+14
| | | | (This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39)
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-102-6/+4
| | | | (This used to be commit a5a1a5540510cdb1bfbb3e89b84f4ba5b2812c55)