summaryrefslogtreecommitdiffstats
path: root/lib/libskey/skeyaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libskey/skeyaccess.c')
-rw-r--r--lib/libskey/skeyaccess.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libskey/skeyaccess.c b/lib/libskey/skeyaccess.c
index 170da6c..098d618 100644
--- a/lib/libskey/skeyaccess.c
+++ b/lib/libskey/skeyaccess.c
@@ -1,26 +1,26 @@
/*
* Figure out if UNIX passwords are permitted for any combination of user
* name, group member, terminal port, host_name or network:
- *
+ *
* Programmatic interface: skeyaccess(user, port, host, addr)
- *
+ *
* All arguments are null-terminated strings. Specify a null character pointer
* where information is not available.
- *
+ *
* When no address information is given this code performs the host (internet)
* address lookup itself. It rejects addresses that appear to belong to
* someone else.
- *
+ *
* When compiled with -DPERMIT_CONSOLE always permits UNIX passwords with
* console logins, no matter what the configuration file says.
- *
+ *
* To build a stand-alone test version, compile with -DTEST and run it off an
* skey.access file in the current directory:
- *
+ *
* Command-line interface: ./skeyaccess user port [host_or_ip_addr]
- *
+ *
* Errors are reported via syslogd.
- *
+ *
* Author: Wietse Venema, Eindhoven University of Technology.
*/
@@ -102,7 +102,7 @@ char *addr;
/*
* Bundle up the arguments in a structure so we won't have to drag around
* boring long argument lists.
- *
+ *
* Look up the host address when only the name is given. We try to reject
* addresses that belong to someone else.
*/
OpenPOWER on IntegriCloud