OpenBSD CVS

CVS log for src/lib/libutil/ober_get_string.3


[BACK] Up to [local] / src / lib / libutil

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 31 19:31:35 2021 UTC (3 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, HEAD
Changes since 1.5: +4 -3 lines
Diff to previous 1.5 (colored)

tweak column widths of a .Bl -column table
and avoid an over-long source line while here;
OK martijn@ jmc@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 3 20:15:54 2021 UTC (3 years, 3 months ago) by martijn
Branch: MAIN
Changes since 1.4: +8 -8 lines
Diff to previous 1.4 (colored)

s/byte/character

Discussed with claudio@
Feedback jmc@

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 22 17:15:02 2021 UTC (3 years, 3 months ago) by martijn
Branch: MAIN
Changes since 1.3: +17 -2 lines
Diff to previous 1.3 (colored)

Make the ober_get_* set of function to accept a NULL-pointer.
This allows us to do ber-type checking inside ober_scanf_elements, which
will allow for stricter ASN.1 parsing in the future.

Manpage feedback and OK claudio@, jmc@
OK claudio@

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 28 19:56:33 2021 UTC (3 years, 4 months ago) by martijn
Branch: MAIN
Changes since 1.2: +6 -2 lines
Diff to previous 1.2 (colored)

Add '$' to ober_scanf_elements().
This allows us to enforce end of sequence/set without having to manually
check be_next for NULL.

No lib bump needed according to millert@
OK millert@ rob@

Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 25 04:00:10 2019 UTC (4 years, 7 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.1: +7 -7 lines
Diff to previous 1.1 (colored)

Adjust whitespace, so Ta macros are aligned vertically as already done in
ober_add_string.3 and as it was before the ber -> ober rename.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 24 12:39:26 2019 UTC (4 years, 7 months ago) by tb
Branch: MAIN

The ber_* namespace is used by liblber since time immemorial,
so move our BER API to the unused ober_* prefix to avoid some
breakage in ports.

Problem diagnosed by jmatthew with ber_free() in samba, but
there are many others as pointed out by sthen.

tests & ok rob
ok sthen (who had an almost identical diff for libutil)
"go head hit it" deraadt

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.