Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-21 | lib/util/asn1.c - remove the "const" specifier from OID | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
There is no reason to have it "const" since it's an allocated thing. | |||||
2010-09-26 | lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag() | Stefan Metzmacher | 1 | -0/+2 | |
We need a way to ask for the length of a tag without having the full buffer yet. metze | |||||
2009-10-16 | s4/asn1: Use explicite TALLOC_CTX in ber_write_OID functions | Kamen Mazdrashki | 1 | -2/+2 | |
2009-10-01 | s4/drsuapi: ber_read_partial_OID_String() implementation | Kamen Mazdrashki | 1 | -0/+1 | |
2009-10-01 | s4/drsuapi: ber_write_partial_OID_String() implementation | Kamen Mazdrashki | 1 | -0/+1 | |
2009-09-17 | spnego: Support ASN.1 BIT STRING and use it in SPNEGO. | Kouhei Sutou | 1 | -0/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-08-11 | Rename ASN1_BITFIELD to ASN1_BIT_STRING. | Kouhei Sutou | 1 | -1/+1 | |
X.690 uses "BIT STRING" not "BIT FIELD". | |||||
2009-06-20 | Move asn1_load_nocopy() to lib/util/asn1.c | Volker Lendecke | 1 | -0/+1 | |
2009-06-20 | Move asn1_blob() to lib/util/asn1.c | Volker Lendecke | 1 | -0/+1 | |
2009-06-10 | added asn1 functions for handling booleans in a simple context | Andrew Tridgell | 1 | -0/+2 | |
2008-10-23 | Inline asn1_proto.h since the API is stable and public. | Jelmer Vernooij | 1 | -1/+40 | |
2008-10-22 | lib-util: merge from s3 asn1. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -0/+54 | |
Conflicts: source4/Makefile |