index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
python
/
py_tdbpack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-11-05
pytdbpack_pack_data: Oops, since B is separately encoded as buffer and
Martin Pool
1
-5
/
+8
2002-11-05
pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form list
Martin Pool
1
-21
/
+45
2002-11-04
pytdbpack_pack_data: Allow 'd' and 'w' formats to take either Integer
Martin Pool
1
-2
/
+20
2002-11-04
Make sure uint32 unpacking is unsigned, and generates a Python long so
Martin Pool
1
-10
/
+10
2002-11-04
pytdbpack_calc_reqd_len: Correct calculation of packed length of
Martin Pool
1
-5
/
+8
2002-11-04
Change to representing buffers ('B') as (LEN, STRING) in Python,
Martin Pool
1
-130
/
+112
2002-11-04
pytdbpack_calc_reqd_len: It's no longer an error to supply more data
Martin Pool
1
-8
/
+2
2002-11-04
Doc
Martin Pool
1
-2
/
+5
2002-11-04
pytdbpack_calc_reqd_len: Make exception be thrown correctly when a
Martin Pool
1
-2
/
+5
2002-10-21
Give better error messages for TypeError, which will arise if e.g. you
Martin Pool
1
-10
/
+24
2002-09-09
Import my code to do reasonably fast tdbpack/unpack from Python
Martin Pool
1
-0
/
+662