Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-12 | s3:registry add function srprs_hive() | Gregor Beck | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-02 | s3:registry: fix the test for a REG_SZ blob possibly being a zero terminated ↵ | Michael Adam | 1 | -1/+10 | |
ucs2 string 1. catch data blobs with odd number of bytes (not an ucs2 string at all) 2. test the right ucs2 character to be 0 (prevent out-of bounds access/potential segfault) Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Oct 2 01:26:05 CEST 2011 on sn-devel-104 | |||||
2011-10-01 | s3:registry: reg_format: handle unterminated REG_SZ blobs | Gregor Beck | 1 | -1/+9 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-08-25 | s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-09-22 | s3-registry: fix some c++ build warnings. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-09-22 | s3-registry: handle registration entries (.reg) files | Gregor Beck | 1 | -0/+808 | |
Signed-off-by: Michael Adam <obnox@samba.org> |