1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

15 Commits

Author SHA1 Message Date
Andrew Tridgell
b0132e94fc r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Gerald Carter
f629bffb1a r6678: fix python python after talloc() shakeup 2007-10-10 10:56:50 -05:00
Tim Potter
0308a0a112 Merge of compiler warning fixups. -
Tim Potter
55ee43cfb8 Merge: fix compiler warning. -
Martin Pool
fa500c77e3 (Merge from APPLIANCE_HEAD)
CR1829: Fix memory leak when unpacking 'B' buffers in Python.

(PyList_Append creates a new reference to the added object, and so we
have to release the existing one.)
-
Tim Potter
36091157b2 Merge from HEAD:
>CR1333: Fix memory leak when unpacking some structures.
>
>* (pytdbunpack_item): PyList_Append creates an additional reference to
>  the appended object.  Therefore, release the initial reference after
>  it's added to the list.
-
Tim Potter
b50816b500 Merge of compile tweaks for python tdbpack module. -
Tim Potter
5bd90f310a Merge from HEAD:
>FUNCTION_MACRO change broke the Python modules.
>
>Also fix up string pasting (I thought this should only be a warning?)
-
Jeremy Allison
537cd78268 Change default codepage to UNIX.
Jeremy.
-
Tim Potter
de26084f0d Merge from HEAD:
>Rename unpack_* functions to be consistent
>
>Decode CP850 strings when unpacking
>
>Add variable giving default encoding name
-
Tim Potter
130c1d0765 Sync with HEAD. -
Tim Potter
92c76e16fa Sync up python stuff from HEAD. -
Tim Potter
0310e539bb Sync with HEAD. -
Martin Pool
1f7ed8bb86 Import my code to do reasonably fast tdbpack/unpack from Python -