Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-05 | s3:registry: fix invalid write in iconvert_talloc() | Michael Adam | 1 | -2/+5 | |
For a non-preallocated dest-string and sourcestring of len < 2, (one or both of the) final two two zero-bytes would be written after the end of the allocated dest-string. The sourcelen did not include the source string terminator. For longer strings, this was not a problem because the dest-string would have been reallocated in the convert-loop. This is fixed now by allocating two extra bytes for the terminating 0-bytes that are needed anyways in the initial allocation. Pair-Programmed-With: Gregor Beck <gbeck@sernet.de> | |||||
2010-09-25 | s3: Fix some 64-bit warnings | Volker Lendecke | 1 | -1/+2 | |
2010-09-23 | s3:registry: try to fix the build of reg_parse_internal on HP-UX | Michael Adam | 1 | -1/+1 | |
The HP compiler does not seem to like {} for char[4]. | |||||
2010-09-22 | s3-registry: fix some c++ build warnings. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-22 | s3-registry: handle registration entries (.reg) files | Gregor Beck | 1 | -0/+346 | |
Signed-off-by: Michael Adam <obnox@samba.org> |