summaryrefslogtreecommitdiffstats
path: root/source4/libcli/swig
Commit message (Collapse)AuthorAgeFilesLines
* Remove libcli_smb SWIG bindings - only one (useless on its own) function was ↵Jelmer Vernooij2008-12-213-3354/+0
| | | | wrapped anyway.
* Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij2008-11-012-4/+19
|
* Generate with 1.3.36.Jelmer Vernooij2008-09-183-6/+12
|
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
| | | | | | | | specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5)
* Add working Python bindings for NBT.Jelmer Vernooij2008-06-113-4999/+0
| | | | (This used to be commit 9c88f5e1de9db34751f16c2247fa91ae2445c5f7)
* Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-232-20/+47
| | | | (This used to be commit ce063eca498036937f99161a1f12e076c2ab313f)
* Regenerate with newer version of swig.Jelmer Vernooij2008-05-212-24/+51
| | | | (This used to be commit 034c68bea934db87bce13a750c17fb1bd2bbe3b6)
* swig: regenerate _wrap.c filesStefan Metzmacher2008-03-141-1/+1
| | | | | metze (This used to be commit 08b41e10699c7bb8058ab0ab61f17a1bbfcc1ce4)
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-212-10/+27
| | | | (This used to be commit e01c1e87c0fe9709df7eb5b863f7ce85564174cd)
* python: Reenable modules for libcli_nbt and libcli_smb.Jelmer Vernooij2008-01-216-426/+310
| | | | (This used to be commit 4fa8a2789c7a2fa912645f08ca5a3be891d173dd)
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-214-0/+8262
| | | | (This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)
* r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij2007-12-212-21/+3
| | | | (This used to be commit cfb6bbdc31083308dbff29cf226a092c8a137c2a)
* r26076: Remove some SWIG code that is already commonly available.Jelmer Vernooij2007-12-212-33/+4
| | | | (This used to be commit e6cd16d0fb3c7f0d4756c28b8c9300583910c4c6)
* r25578: BOOL -> boolStefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit 198e8d7fff285fc70f2525af2a34a61d385b0d29)
* r25348: Start working on another Python wrapper.Tim Potter2007-10-101-0/+18
| | | | (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)
* r25221: Experiment with Jelmer's new generic loadparm code.Tim Potter2007-10-101-1/+8
| | | | (This used to be commit 9fbbd1b5c9c19a0f5d49bafc6d25967e133e38b4)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r15391: Wrap up the nbt_name_query() function as a bit of an experiment. ItTim Potter2007-10-101-0/+136
seemed to work quite well and this technique might be good for generating an interface to use for automated testing. Tested by doing a nbt lookup against smbd. (This used to be commit 11150b3140c91459f17c767adf07a54524338c18)