summaryrefslogtreecommitdiff
path: root/source4/libcli/nbt/pynbt.c
AgeCommit message (Collapse)AuthorFilesLines
2008-09-23s4-nbt: move libcli/nbt up one level.Günther Deschner1-408/+0
Guenther
2008-06-27pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam1-1/+1
by fixing the signature of py_nbt_node_init(). Jelmer - please check! Michael (This used to be commit a7ee17a10f330297dc4d9d15499276b3985c7a51)
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-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)
2008-06-11Add working Python bindings for NBT.Jelmer Vernooij1-0/+408
(This used to be commit 9c88f5e1de9db34751f16c2247fa91ae2445c5f7)