summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-04-24 16:30:30 +0000
committerache <ache@FreeBSD.org>1999-04-24 16:30:30 +0000
commitcb803ec709ca5799b2a5d1d8af1f85c6212f665a (patch)
treee5e368c8effb8c395eb46ee3b266947c1ac03c7d /lib
parentddc40aed5345dab155679c3defbad0c8fde9199b (diff)
downloadFreeBSD-src-cb803ec709ca5799b2a5d1d8af1f85c6212f665a.zip
FreeBSD-src-cb803ec709ca5799b2a5d1d8af1f85c6212f665a.tar.gz
add MLINKS for two functions used from login_auth.c
comment out unused functions from login_auth.3
Diffstat (limited to 'lib')
-rw-r--r--lib/libutil/Makefile1
-rw-r--r--lib/libutil/login_auth.338
2 files changed, 20 insertions, 19 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index dddf945..890faf5 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -30,6 +30,7 @@ MLINKS+=login_times.3 parse_lt.3 login_times.3 in_ltm.3 \
login_times.3 in_lts.3
MLINKS+=login_ok.3 auth_ttyok.3 login_ok.3 auth_hostok.3 \
login_ok.3 auth_timeok.3
+MLINKS+=login_auth.3 auth_checknologin.3 login_auth.3 auth_cat.3
MLINKS+=uucplock.3 uu_lock.3 uucplock.3 uu_lock_txfr.3 \
uucplock.3 uu_unlock.3 uucplock.3 uu_lockerr.3
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3
index 1a6e42a..73b6325 100644
--- a/lib/libutil/login_auth.3
+++ b/lib/libutil/login_auth.3
@@ -17,21 +17,21 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_auth.3,v 1.4 1997/02/22 15:08:17 peter Exp $
+.\" $Id: login_auth.3,v 1.5 1998/03/23 13:29:49 bde Exp $
.\"
.Dd December 29, 1996
.Os FreeBSD
.Dt LOGIN_AUTH 3
.Sh NAME
.\" .Nm authenticate
-.Nm auth_script
-.Nm auth_env
-.Nm auth_scan
-.Nm auth_rmfiles
+.\" .Nm auth_script
+.\" .Nm auth_env
+.\" .Nm auth_scan
+.\" .Nm auth_rmfiles
.Nm auth_checknologin
.Nm auth_cat
-.Nm auth_ttyok
-.Nm auth_hostok
+.\" .Nm auth_ttyok
+.\" .Nm auth_hostok
.\" .Nm auth_timesok
.Nd Authentication style support library for login class capabilities database.
.Sh SYNOPSIS
@@ -39,22 +39,22 @@
.Fd #include <login_cap.h>
.\" .Ft int
.\". Fn authenticate "const char *name" "const char *classname" "const char *style" "const char *service"
-.Ft int
-.Fn auth_script "const char * path" ...
-.Ft void
-.Fn auth_env "void"
-.Ft int
-.Fn auth_scan "int ok"
-.Ft void
-.Fn auth_rmfiles "void"
+.\" .Ft int
+.\" .Fn auth_script "const char * path" ...
+.\" .Ft void
+.\" .Fn auth_env "void"
+.\" .Ft int
+.\" .Fn auth_scan "int ok"
+.\" .Ft void
+.\" .Fn auth_rmfiles "void"
.Ft void
.Fn auth_checknologin "login_cap_t *lc"
.Ft int
.Fn auth_cat "const char *file"
-.Ft int
-.Fn auth_ttyok "login_cap_t *lc" "const char *tty"
-.Ft int
-.Fn auth_hostok "login_cap_t *lc" "const char *hostname" "char const *ip"
+.\" .Ft int
+.\" .Fn auth_ttyok "login_cap_t *lc" "const char *tty"
+.\" .Ft int
+.\" .Fn auth_hostok "login_cap_t *lc" "const char *hostname" "char const *ip"
.\" .Ft int
.\" .Fn auth_timesok "login_cap_t *lc" "time_t now"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud