This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[kai/samba.git] / source / python / py_tdbpack.c
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...