Commit Graph

10 Commits

Author SHA1 Message Date
leitner
3d9eb5c7da mmap based off-by-one detection 2022-01-07 22:57:42 +00:00
leitner
b4def653ac use mmapped guard page to catch overreads 2022-01-07 04:06:11 +00:00
leitner
25763433ab 100% unit test coverage 2022-01-05 01:17:27 +00:00
leitner
e14f13ad94 more unit tests 2018-02-01 02:22:24 +00:00
leitner
e04ca78ff8 add "generic" format string based encoder and decoder (scan_asn1generic,
fmt_asn1generic, see t10.c for example usage)
add "generic" asn.1 dumper (in t10.c)
fix some read off-by-one errors, minor cleanups
add real OID support
add bitstring support
2011-04-28 19:50:11 +00:00
leitner
35f2b3b745 first shot at "addrequest" support 2007-06-28 22:17:33 +00:00
leitner
86bcdeb915 int -> unsigned int 2005-07-08 20:50:53 +00:00
leitner
5b980e3f93 ldapclient can now also query for no attributes
mstorage_add can now allocate larger chunks (and parse uses 1 MiB)
fix small oversight in addindex putting wrong index size in header
more integer overflow checks in asn1 code (not security relevant)
fix missing initialization in asn1 routines (not security relevant, code
section not triggered by ldap)
2005-04-01 21:53:33 +00:00
leitner
e0a5cf85ee import patch from David Lichteblau and make scan_ldapsearchrequest work
again with the fixed code ;)
2002-01-28 02:34:21 +00:00
leitner
2d32361380 check in work in progress.
Please see README.
2002-01-14 16:14:31 +00:00