OpenBSD CVS

CVS log for src/usr.sbin/rpc.pcnfsd/Attic/pcnfsd_print.c


[BACK] Up to [local] / src / usr.sbin / rpc.pcnfsd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19, Mon Jul 7 21:37:07 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +1 -1 lines
FILE REMOVED

bye bye piece of crud

Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 19 18:26:06 2003 UTC (21 years, 1 month ago) by avsm
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

transposed args to snprintf, millert@ ok

Revision 1.17 / (download) - annotate - [select for diffs], Sat Apr 5 10:43:39 2003 UTC (21 years, 2 months ago) by avsm
Branch: MAIN
Changes since 1.16: +14 -12 lines
Diff to previous 1.16 (colored)

strlcpy/strlcat conversions; tedu@ ok

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 4 22:37:47 2003 UTC (21 years, 2 months ago) by avsm
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

strcpy->strlcpy, ok millert@

Revision 1.15 / (download) - annotate - [select for diffs], Sun Feb 16 01:53:28 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

strlcpy

Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 15 12:15:04 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +1 -3 lines
Diff to previous 1.13 (colored)

oops; i forgot to delete the block he said i could delete

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 15 11:53:45 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +21 -2 lines
Diff to previous 1.12 (colored)

copyright blob from geoff.arnold@sun.com

Revision 1.12 / (download) - annotate - [select for diffs], Sun Aug 19 19:16:12 2001 UTC (22 years, 9 months ago) by ericj
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.11: +175 -663 lines
Diff to previous 1.11 (colored)


first pass at some cleanup here
- use standard functions,, dont roll our own (strdup, strcasecmp, etc)
- style(9)
- share common headers.. more readable.
doesnt address some of the other problems (cacheing), yet

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jul 27 20:34:36 2001 UTC (22 years, 10 months ago) by pvalchev
Branch: MAIN
Changes since 1.10: +0 -2 lines
Diff to previous 1.10 (colored)

Wall cleanup

Revision 1.10 / (download) - annotate - [select for diffs], Tue Feb 1 03:24:10 2000 UTC (24 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.9: +0 -1 lines
Diff to previous 1.9 (colored)

no need to extern int errno if errno.h is included

Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 27 05:41:19 1998 UTC (25 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.8: +12 -8 lines
Diff to previous 1.8 (colored)

fixes based on mail with jmcdonal@unf.edu

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 21 22:17:08 1998 UTC (25 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

strengthen suspicious(); jmcdonal@unf.edu

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 3 21:57:20 1998 UTC (26 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.6: +34 -24 lines
Diff to previous 1.6 (colored)

more oflows; we should just delete this thing

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 25 01:19:17 1996 UTC (27 years, 5 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

Use <stdlib.h>, not <malloc.h>

Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 12 20:48:05 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

suspicious suspicious

Revision 1.4 / (download) - annotate - [select for diffs], Wed May 1 13:42:30 1996 UTC (28 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.3: +24 -13 lines
Diff to previous 1.3 (colored)

sync a bit w/ Net's solution to CERT-96.08.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 21 23:41:51 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

sync to netbsd 960418

Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 20 18:29:56 1996 UTC (28 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.1: +7 -3 lines
Diff to previous 1.1 (colored)

According to the CA-96.08 (Vulnerability in PCNFSD)
apply the patch they support.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:48:06 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:48:06 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.