Cleanup of header files for python extensions.
[samba.git] / source / python / py_tdbpack.c
2002-12-12 Martin PoolCR1333: Fix memory leak when unpacking some structures.
2002-12-11 Tim PotterSome more tweaking for compilation of py_tdbpack.
2002-12-04 Tim PotterFUNCTION_MACRO change broke the Python modules.
2002-12-03 Herb Lewisuse FILE_MACRO instead of __FILE__
2002-11-27 Jeremy AllisonFix comment - 850 -> iso8859-1
2002-11-27 Jeremy AllisonRemove use of 'F' - make 'f' and 'p' do unix (iso8859...
2002-11-22 Martin PoolAdd support for new 'F' format, which is a string in...
2002-11-12 Martin PoolRename unpack_* functions to be consistent
2002-11-12 Martin PoolRename pytdbpack_unpack -> pytdbunpack
2002-11-12 Martin PoolJust reorder functions to put related ones together
2002-11-12 Martin PoolRemove dead code for packing buffers which has now...
2002-11-12 Martin PoolRemove dead code for packing buffers which has now...
2002-11-09 Martin PoolRewrite all the packing stuff so that it converts ...
2002-11-06 Martin Poolpytdbpack_unpack: Clean up, and correct the handling...
2002-11-05 Martin Poolpytdbpack_pack_data: Allow first argument to be any...
2002-11-05 Martin Poolpytdbpack_pack_data: If the first argument to a 'B...
2002-11-05 Martin Poolpytdbpack_pack_data: Oops, since B is separately encode...
2002-11-05 Martin Poolpytdbpack_unpack: Handle unpacking Buffers into (LEN...
2002-11-04 Martin Poolpytdbpack_pack_data: Allow 'd' and 'w' formats to take...
2002-11-04 Martin PoolMake sure uint32 unpacking is unsigned, and generates...
2002-11-04 Martin Poolpytdbpack_calc_reqd_len: Correct calculation of packed...
2002-11-04 Martin PoolChange to representing buffers ('B') as (LEN, STRING...
2002-11-04 Martin Poolpytdbpack_calc_reqd_len: It's no longer an error to...
2002-11-04 Martin PoolDoc
2002-11-04 Martin Poolpytdbpack_calc_reqd_len: Make exception be thrown corre...
2002-10-21 Martin PoolGive better error messages for TypeError, which will...
2002-09-09 Martin PoolImport my code to do reasonably fast tdbpack/unpack...