Deleted Added
full compact
opie.4 (28810) opie.4 (29967)
1.\" opie.4: Overview of the OPIE software.
2.\"
1.\" opie.4: Overview of the OPIE software.
2.\"
3.\" %%% portions-copyright-cmetz
4.\" Portions of this software are Copyright 1996 by Craig Metz, All Rights
3.\" %%% portions-copyright-cmetz-96
4.\" Portions of this software are Copyright 1996-1997 by Craig Metz, All Rights
5.\" Reserved. The Inner Net License Version 2 applies to these portions of
6.\" the software.
7.\" You should have received a copy of the license with this software. If
8.\" you didn't get a copy, you may request one from <license@inner.net>.
9.\"
10.\" Portions of this software are Copyright 1995 by Randall Atkinson and Dan
11.\" McDonald, All Rights Reserved. All Rights under this copyright are assigned
12.\" to the U.S. Naval Research Laboratory (NRL). The NRL Copyright Notice and

--- 211 unchanged lines hidden (view full) ---

224to hold OPIE_PROMPT_MAX+1 characters.
225.LP
226When you are ready to output the challenge string and know the user's name,
227you would use a call to opiechallenge. Later, to verify the response received,
228you would use a call to opieverify. For example:
229.sp 0
230
231.sp 0
5.\" Reserved. The Inner Net License Version 2 applies to these portions of
6.\" the software.
7.\" You should have received a copy of the license with this software. If
8.\" you didn't get a copy, you may request one from <license@inner.net>.
9.\"
10.\" Portions of this software are Copyright 1995 by Randall Atkinson and Dan
11.\" McDonald, All Rights Reserved. All Rights under this copyright are assigned
12.\" to the U.S. Naval Research Laboratory (NRL). The NRL Copyright Notice and

--- 211 unchanged lines hidden (view full) ---

224to hold OPIE_PROMPT_MAX+1 characters.
225.LP
226When you are ready to output the challenge string and know the user's name,
227you would use a call to opiechallenge. Later, to verify the response received,
228you would use a call to opieverify. For example:
229.sp 0
230
231.sp 0
232 #include <sys/types.h>
233.sp 0
234 .
235.sp 0
236 .
237.sp 0
238 #include <stdio.h>
239.sp 0
240 .
241.sp 0
242 .
243.sp 0
244 #include <opie.h>
245.sp 0

--- 98 unchanged lines hidden ---
232 #include <stdio.h>
233.sp 0
234 .
235.sp 0
236 .
237.sp 0
238 #include <opie.h>
239.sp 0

--- 98 unchanged lines hidden ---