diff options
author | rob <rob@cvs.openbsd.org> | 2019-05-11 17:46:03 +0000 |
---|---|---|
committer | rob <rob@cvs.openbsd.org> | 2019-05-11 17:46:03 +0000 |
commit | 4f7eb64fd01586ea3d3953ab8aaa43cf0d210eac (patch) | |
tree | 60fde55cb10de0afc2300cccdadb97ed8ead0889 /share/man/man3 | |
parent | 6fc532963fda2a46e6fd21a3e4456223286cded9 (diff) |
The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and
snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync
in ldap, ldapd, ypldap and snmpd.
This commit moves the BER API into /usr/lib/libutil. All current consumers
already link libutil. ldapd and snmpd regress passes, and release builds.
With help from tb@ and guenther@.
ok deraadt@, tb@
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/intro.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 4ccbb1e1560..c5f3def516a 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.88 2019/03/24 05:28:36 deraadt Exp $ +.\" $OpenBSD: intro.3,v 1.89 2019/05/11 17:46:02 rob Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: March 24 2019 $ +.Dd $Mdocdate: May 11 2019 $ .Dt INTRO 3 .Os .Sh NAME @@ -352,6 +352,7 @@ See System utility functions. These are currently .Xr bcrypt_pbkdf 3 , +.Xr ber_get_element 3 , .Xr check_expire 3 , .Xr fmt_scaled 3 , .Xr fparseln 3 , |