r23779: Change from v2 or later to v3 or later.
[kai/samba.git] / source / python / py_tdbpack.c
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Gerald Carterr6678: fix python python after talloc() shakeup
2003-03-20 Tim PotterMerge of compiler warning fixups.
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-19 Tim PotterGCC 3.x has deprecated multi-line string constants.
2003-02-25 Tim PotterMerge: fix compiler warning.
2003-02-24 Tim PotterQuieten compiler warning.
2003-02-20 Martin PoolDoc
2003-02-20 Martin Pool(Merge from APPLIANCE_HEAD)
2003-02-20 Martin Pool(Merge from APPLIANCE_HEAD)
2002-12-20 Tim PotterMerge from HEAD:
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 Martin PoolCR1333: Fix memory leak when unpacking some structures.
2002-12-12 Tim PotterMerge of compile tweaks for python tdbpack module.
2002-12-11 Tim PotterSome more tweaking for compilation of py_tdbpack.
2002-12-05 Tim PotterMerge from HEAD:
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 AllisonChange default codepage to UNIX.
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-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-22 Martin PoolAdd support for new 'F' format, which is a string in...
2002-11-19 Tim PotterMerge from HEAD:
2002-11-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-11 Tim PotterSync with HEAD.
2002-11-10 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-09 Martin PoolRewrite all the packing stuff so that it converts ...
2002-11-07 Tim PotterSync up python stuff from HEAD.
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 Tim PotterSync with HEAD.
2002-11-04 Martin Poolpytdbpack_calc_reqd_len: Make exception be thrown corre...
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 Martin PoolGive better error messages for TypeError, which will...
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-09 Martin PoolImport my code to do reasonably fast tdbpack/unpack...