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