summaryrefslogtreecommitdiffstats
path: root/lib/util/asn1.c
Commit message (Expand)AuthorAgeFilesLines
* asn1: fix use-after-free in asn1_writeJeff Layton2013-10-141-1/+0
* lib/util: Allocate enough space to reference blob->data[len]Andrew Bartlett2012-07-131-3/+3
* Fix our asn.1 parser to handle negative numbers.Jeremy Allison2011-05-241-0/+9
* asn1: Fix Coverity ID 2299, CHECKED_RETURNVolker Lendecke2011-04-221-1/+5
* lib/util/asn1.c - remove the "const" specifier from OIDMatthias Dieter Wallnöfer2010-12-211-8/+9
* asn1: ber_write_OID_String() to be more picky about supplied OIDKamen Mazdrashki2010-10-221-0/+5
* lib/util/asn1.c: comment spellingKamen Mazdrashki2010-10-201-1/+1
* lib/util/asn1: let asn1_peek_full_tag() return an error if we fail to parse t...Stefan Metzmacher2010-10-041-1/+13
* s3: Fix a 64-bit BUGVolker Lendecke2010-10-021-1/+1
* lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag()Stefan Metzmacher2010-09-261-0/+83
* Fix an uninitialized variableVolker Lendecke2010-03-211-0/+4
* Change uint_t to unsigned int in lib/utilMatt Kraai2010-02-021-2/+2
* s4/asn1: Use explicite TALLOC_CTX in ber_write_OID functionsKamen Mazdrashki2009-10-161-11/+11
* s4/asn1: ber_read_OID_String() to be based on _ber_read_OID_String_impl()Kamen Mazdrashki2009-10-011-30/+3
* s4/drsuapi: ber_read_partial_OID_String() implementationKamen Mazdrashki2009-10-011-0/+36
* s4/drsuapi: Internal implementation for ber_read_OID_StringKamen Mazdrashki2009-10-011-0/+40
* s4/drsuapi: ber_write_partial_OID_String() implementationKamen Mazdrashki2009-10-011-0/+35
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-171-0/+42
* util/asn1: fix potential memory leak in asn1_write_OID()Stefan Metzmacher2009-07-311-0/+1
* Move asn1_load_nocopy() to lib/util/asn1.cVolker Lendecke2009-06-201-0/+10
* Move asn1_blob() to lib/util/asn1.cVolker Lendecke2009-06-201-0/+16
* added asn1 functions for handling booleans in a simple contextAndrew Tridgell2009-06-101-0/+23
* Use data_blob_null instead of data_blob(NULL, 0)Volker Lendecke2009-06-061-1/+1
* lib-util: fix c++ compile warning.Günther Deschner2008-10-221-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+770