OpenBSD CVS

src/lib/libwrap/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libwrap

Current tag: OPENBSD_3_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] DISCLAIMER (in the Attic) [Hide]  1.1   22 years  deraadt   add the file here too, to avoid confusion
[TXT] Makefile (in the Attic) [Hide]  1.5   23 years  beck   Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usage on sock...
[TXT] clean_exit.c (in the Attic) [Hide]  1.2   20 years  david   add missing includes ok tedu@
[TXT] diag.c (in the Attic) [Hide]  1.4   21 years  deraadt   use more snprintf
[TXT] eval.c (in the Attic) [Hide]  1.3   21 years  itojun   snprintf
[TXT] fix_options.c (in the Attic) [Hide]  1.6   21 years  avsm   - kill unused var - sscanf format string should scan for u_short not u_int - som...
[TXT] hosts_access.3 (in the Attic) [Hide]  1.13   20 years  jmc   some \" -> .\" that i missed earlier;
[TXT] hosts_access.5 (in the Attic) [Hide]  1.23   20 years  jmc   new sentence, new line;
[TXT] hosts_access.c (in the Attic) [Hide]  1.11   21 years  avsm   - kill unused var - sscanf format string should scan for u_short not u_int - som...
[TXT] hosts_ctl.c (in the Attic) [Hide]  1.1   27 years  downsj   Initial integration of a much cleaned up libwrap.
[TXT] hosts_options.5 (in the Attic) [Hide]  1.10   20 years  jmc   some \" -> .\" that i missed earlier;
[TXT] misc.c (in the Attic) [Hide]  1.6   21 years  pjanzen   NetBSD PR 15025: libwrap hangs in an infinite loop when a host access line is >...
[TXT] options.c (in the Attic) [Hide]  1.5   21 years  tdeval   strcpy/strcat -> strlcpy/strlcat ok tedu@, hints by deraadt@ and millert@
[TXT] percent_m.c (in the Attic) [Hide]  1.2   22 years  deraadt   assume buffer is BUFSIZ long, and handle it so; millert ok
[TXT] percent_x.c (in the Attic) [Hide]  1.2   20 years  david   add missing includes ok tedu@
[TXT] refuse.c (in the Attic) [Hide]  1.1   27 years  downsj   Initial integration of a much cleaned up libwrap.
[TXT] rfc1413.3 (in the Attic) [Hide]  1.13   20 years  jmc   some \" -> .\" that i missed earlier;
[TXT] rfc931.c (in the Attic) [Hide]  1.9   21 years  avsm   - kill unused var - sscanf format string should scan for u_short not u_int - som...
[TXT] shell_cmd.c (in the Attic) [Hide]  1.2   22 years  deraadt   more pid_t use
[TXT] shlib_version (in the Attic) [Hide]  1.5   21 years  millert   Crank all library major numbers. Needed due to the fact that we now build libra...
[TXT] socket.c (in the Attic) [Hide]  1.7   20 years  henning   obvious typi inside an #ifdef FreeBSD PR 59674 via jmc@
[TXT] tcpd.h (in the Attic) [Hide]  1.15   20 years  deraadt   terms 3 & 4 cleanup based on "terms" file
[TXT] update.c (in the Attic) [Hide]  1.5   21 years  deraadt   pid_t cleanup