summaryrefslogtreecommitdiff
path: root/lib/util/asn1.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-01asn1: Remove unused function asn1_check_enumerated()Joseph Sutton1-1/+0
2020-05-04CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer1-0/+1
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-1/+8
2016-03-09ASN1: use a talloc context in read_contextSimpleDouglas Bagnall1-1/+1
2016-02-03asn1: Fix whitespaceVolker Lendecke1-5/+5
2016-01-13asn1: Make asn1_peek_tag_needed_size staticVolker Lendecke1-1/+0
2016-01-07asn1: Clean up includesVolker Lendecke1-0/+5
2016-01-06asn1: Make 'struct asn1_data' privateVolker Lendecke1-9/+1
2016-01-06asn1: Add asn1_current_ofs()Volker Lendecke1-0/+1
2016-01-06asn1: Add asn1_has_nestingVolker Lendecke1-0/+1
2016-01-06asn1: Add asn1_extract_blob()Volker Lendecke1-0/+2
2016-01-06asn1: Add asn1_set_error()Volker Lendecke1-0/+1
2016-01-06asn1: Add asn1_has_error()Volker Lendecke1-0/+1
2016-01-06asn1: Make "struct nesting" privateVolker Lendecke1-5/+1
2016-01-06asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke1-1/+1
2016-01-06asn1: Remove an unused asn1 functionVolker Lendecke1-1/+0
2010-12-21lib/util/asn1.c - remove the "const" specifier from OIDMatthias Dieter Wallnöfer1-3/+3
2010-09-26lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag()Stefan Metzmacher1-0/+2
2009-10-16s4/asn1: Use explicite TALLOC_CTX in ber_write_OID functionsKamen Mazdrashki1-2/+2
2009-10-01s4/drsuapi: ber_read_partial_OID_String() implementationKamen Mazdrashki1-0/+1
2009-10-01s4/drsuapi: ber_write_partial_OID_String() implementationKamen Mazdrashki1-0/+1
2009-09-17spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou1-0/+2
2009-08-11Rename ASN1_BITFIELD to ASN1_BIT_STRING.Kouhei Sutou1-1/+1
2009-06-20Move asn1_load_nocopy() to lib/util/asn1.cVolker Lendecke1-0/+1
2009-06-20Move asn1_blob() to lib/util/asn1.cVolker Lendecke1-0/+1
2009-06-10added asn1 functions for handling booleans in a simple contextAndrew Tridgell1-0/+2
2008-10-23Inline asn1_proto.h since the API is stable and public.Jelmer Vernooij1-1/+40
2008-10-22lib-util: merge from s3 asn1.Günther Deschner1-0/+3
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+54