summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij3-4/+190
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)
2007-12-21r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij2-21/+3
(This used to be commit cfb6bbdc31083308dbff29cf226a092c8a137c2a)
2007-12-21r26192: Handle, test and implement the style of extended_dn requiest that ↵Andrew Bartlett4-3/+45
MMC uses. It appears that the control value is optional, implying type 0 responses. Failing to parse this was causing LDAP disconnects with 'unavailable critical extension'. Andrew Bartlett (This used to be commit 833dfc2f2af84c45f954e428c9ea6babf100ba92)
2007-12-21r26160: Add WERR_NAME_NOT_FOUND.Günther Deschner2-0/+2
Guenther (This used to be commit 66be960c67787ed7355775e619f3973543a4fef8)
2007-12-21r26136: Attempt to fix dependencies for auth.Jelmer Vernooij2-6/+2
(This used to be commit abf2600a044cdbab6c5d7880d18217bff3d15c39)
2007-12-21r26133: Add some more error codes from wkssvc testing.Günther Deschner2-0/+13
Guenther (This used to be commit 0cf974ee33ba0dbd41c554db2fd1d0458e99e3d1)
2007-12-21r26100: Also check for SWIG.Jelmer Vernooij1-31/+0
(This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f)
2007-12-21r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij1-0/+11
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)
2007-12-21r26076: Remove some SWIG code that is already commonly available.Jelmer Vernooij2-33/+4
(This used to be commit e6cd16d0fb3c7f0d4756c28b8c9300583910c4c6)
2007-12-21r26074: Add SWIG magic for NTSTATUS and WERROR return codes.Jelmer Vernooij1-0/+39
(This used to be commit 0bee7cb92e8ae1b80a957dd8fe32c36db1c32032)
2007-12-21r26060: Add some error codes from remote join api.Günther Deschner2-0/+8
Guenther (This used to be commit 73f231cba3fde4b2c5078b7c6dd52c3dac8cd1ce)
2007-12-21r25924: fix bug in UNIX_INFO2 push code found make make valgrindtestStefan Metzmacher1-1/+1
metze (This used to be commit 9b151e6ceaeaa15e8cbd92f452522fe005f2382f)
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher14-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)
2007-12-21r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher2-1/+30
metze (This used to be commit 8fc2e7737fc15f7265816f077e2a48a7a98f75b8)
2007-12-21r25903: Move more files out of torture/Jelmer Vernooij2-0/+195
(This used to be commit f734df3144cdd9ff280ee1cac2c3a7f972716f5d)
2007-12-21r25897: Add WERR_INVALID_FLAGS.Günther Deschner2-0/+2
Guenther (This used to be commit c3023eaeb389f44b64becc383552df0debfc232d)
2007-12-21r25822: use NDR_CHECK()Stefan Metzmacher1-6/+2
metze (This used to be commit c81aa2ba36904281692b84bcd37300e38760da34)
2007-12-21r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS ↵Stefan Metzmacher1-15/+32
directly metze (This used to be commit faa26ed52c81f7075823b460e1444f3961d3421c)
2007-12-21r25820: but still return the error...Stefan Metzmacher3-0/+3
(sorry, this should have been one commit) metze (This used to be commit 01c5ec7eb44956c1722d884bb97ce7730d4fc451)
2007-12-21r25819: make the success case more clearStefan Metzmacher3-3/+3
metze (This used to be commit 6495fe220d488ce86d53b148f76f9fe669d4bbad)
2007-12-21r25803: Make our security descriptor acl manipulation methods more generic ↵Günther Deschner1-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-21r25801: Add security_ace_create() function.Günther Deschner1-0/+29
Guenther (This used to be commit 0306e0183d4db0da331449b411814e7a93b6db2d)
2007-12-21r25791: wrepl_request_finished() sets req->status, so make this explicitStefan Metzmacher1-13/+15
and avoid req->status = req->status... metze (This used to be commit c9ee0f3e967b89033510d30136363a3b78fedb9e)
2007-12-21r25775: use ndr_pull_union_blob_all() in CLDAP codeStefan Metzmacher1-4/+4
metze (This used to be commit 58e202a39b1a0d9b9c64b9136a894257da539c6e)
2007-12-21r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner1-0/+3
Guenther (This used to be commit 2e028503a36acd12009a4d2f0d217b2d940c9c30)
2007-12-21r25692: fixed another example where the free of fde and the free of the socketAndrew Tridgell1-1/+3
causes the fd to be closed before epoll is told (This used to be commit d19686cf8a3aba0c6601c5fa58cbf74461055c1c)
2007-12-21r25672: Some more FRS werrors.Günther Deschner2-0/+4
Guenther (This used to be commit 8fa3de8dca9e9d0d9f7fc79e4fc78b85313f870b)
2007-12-21r25669: Real build fix.Günther Deschner1-1/+1
Guenther (This used to be commit 1b9e526bf60372e5b3731e98dbfcc029b04e4b01)
2007-12-21r25668: Hopefully fix the build, sorry...Günther Deschner2-3/+4
Guenther (This used to be commit df94fbfe96200ed521fd377a01b6b7b7a7ef88d8)
2007-12-21r25665: Add some more WERR codes.Günther Deschner2-0/+11
Guenther (This used to be commit 846d81c0ade7a1b56366feb4338312c24dc4351b)
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij2-4/+5
system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
2007-12-21r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner1-9/+14
Guenther (This used to be commit 99408cf20c6feb745cd2dd56c37015cfa11e9b3d)
2007-12-21r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner1-29/+1
Guenther (This used to be commit 1ebcceb922bdb566e6a548aa1ad816eb8e9e26e9)
2007-12-21r25607: Allow to set security descriptor type flags at creation time withGünther Deschner1-0/+4
security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
2007-12-21r25604: Add security_descriptor_append() helper function.Günther Deschner1-0/+42
Guenther (This used to be commit 7d8f53b1c73dc4025821d96d8f675b6866407acb)
2007-10-10r25578: BOOL -> boolStefan Metzmacher1-3/+3
metze (This used to be commit 198e8d7fff285fc70f2525af2a34a61d385b0d29)
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij74-828/+830
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam1-1/+1
These two fixes should have remained! Thanks to Metze for pointing this out. Michael (This used to be commit 294b2bf593445a79c500f02569f10ff72e1d6933)
2007-10-10r25515: Revert r25448:Michael Adam2-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-10r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ↵Jelmer Vernooij2-13/+1
versions of splint support immediate structures just fine. (This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij5-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-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2-2/+2
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij22-39/+40
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25353: Disable one more swig link to for 'make install' to work.Rafal Szczesniak1-0/+1
rafal (This used to be commit bcf4e605773d4c1f204a5b678e1ec14ced4be3a4)
2007-10-10r25351: disable swig for now to get the build workingAndrew Tridgell1-0/+1
(This used to be commit 846184f15ca0dbe51e6a73941a0f32e1ec1d1f0b)
2007-10-10r25348: Start working on another Python wrapper.Tim Potter2-0/+23
(This used to be commit 441a0404346ce2ff72e8262c5bf6ef94d3b9f331)
2007-10-10r25329: A solution to SWIG not being able to handle a structure and a functionTim Potter1-8/+10
having the same name. Hey we can now query nbt names from Python. (This used to be commit 30c34d7a4b12c626bc98e29aa6691ad975845777)
2007-10-10r25305: Fix installation of missing headers.Jelmer Vernooij1-3/+3
(This used to be commit 83f1721453c253bff77f9d7ececd462331dd846b)
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij9-255/+314
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
2007-10-10r25221: Experiment with Jelmer's new generic loadparm code.Tim Potter1-1/+8
(This used to be commit 9fbbd1b5c9c19a0f5d49bafc6d25967e133e38b4)