summaryrefslogtreecommitdiffstats
path: root/lib/util/asn1.h
Commit message (Collapse)AuthorAgeFilesLines
* lib/util/asn1.c - remove the "const" specifier from OIDMatthias Dieter Wallnöfer2010-12-211-3/+3
| | | | There is no reason to have it "const" since it's an allocated thing.
* lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag()Stefan Metzmacher2010-09-261-0/+2
| | | | | | | We need a way to ask for the length of a tag without having the full buffer yet. metze
* s4/asn1: Use explicite TALLOC_CTX in ber_write_OID functionsKamen Mazdrashki2009-10-161-2/+2
|
* s4/drsuapi: ber_read_partial_OID_String() implementationKamen Mazdrashki2009-10-011-0/+1
|
* s4/drsuapi: ber_write_partial_OID_String() implementationKamen Mazdrashki2009-10-011-0/+1
|
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-171-0/+2
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Rename ASN1_BITFIELD to ASN1_BIT_STRING.Kouhei Sutou2009-08-111-1/+1
| | | | X.690 uses "BIT STRING" not "BIT FIELD".
* Move asn1_load_nocopy() to lib/util/asn1.cVolker Lendecke2009-06-201-0/+1
|
* Move asn1_blob() to lib/util/asn1.cVolker Lendecke2009-06-201-0/+1
|
* added asn1 functions for handling booleans in a simple contextAndrew Tridgell2009-06-101-0/+2
|
* Inline asn1_proto.h since the API is stable and public.Jelmer Vernooij2008-10-231-1/+40
|
* lib-util: merge from s3 asn1.Günther Deschner2008-10-221-0/+3
| | | | Guenther
* 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/+54
Conflicts: source4/Makefile