OpenBSD CVS

CVS log for src/usr.sbin/popa3d/Attic/standalone.c


[BACK] Up to [local] / src / usr.sbin / popa3d

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15, Sun Dec 15 17:37:25 2013 UTC (10 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +1 -1 lines
FILE REMOVED

remove popa3d. Sorry, no plaintext password only daemons allowed anymore.
ok deraadt and co.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Nov 12 11:03:37 2009 UTC (14 years, 6 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.13: +8 -6 lines
Diff to previous 1.13 (colored)

Don't reuse a loop counter specifying the size of an array outside
of the loop to then access an offset in the array as this can lead
to an off by one.

found by parfait

ok miod@

Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 11 18:11:24 2009 UTC (14 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +7 -2 lines
Diff to previous 1.12 (colored)

fix a few memory leaks, found by parfait; ok jsg

Revision 1.12 / (download) - annotate - [select for diffs], Sat May 24 02:39:23 2008 UTC (16 years ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Move the setting of the POLLIN flag to the bottom of the for loop
to ensure that the flag is only set when there is a valid fd.

Found by deraadt@

ok deraadt@ millert@

Revision 1.11 / (download) - annotate - [select for diffs], Fri May 11 01:47:48 2007 UTC (17 years, 1 month ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Delinting from tbert <bret dot lambert at gmail dot com>

OK moritz@

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 13 19:29:44 2005 UTC (19 years, 3 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

Missing return value and fd leak in fork()'s error path. Spotted by mpech@

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 12 22:17:35 2005 UTC (19 years, 3 months ago) by cloder
Branch: MAIN
Changes since 1.8: +6 -3 lines
Diff to previous 1.8 (colored)

Do not leak mem or fd in error paths.  From Andrey Matveev (thanks!).
OK niallo@
deraadt@: "stop polishing turds and commit already"

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 20 17:07:34 2004 UTC (19 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.7: +164 -90 lines
Diff to previous 1.7 (colored)

IPv6 support originally by itojun@ with standalone mode fixes by me.
Tested by several people in both inetd and standalone mode w/ IPv4 and IPv6.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 17 20:54:24 2004 UTC (19 years, 10 months ago) by brad
Branch: MAIN
Changes since 1.6: +93 -172 lines
Diff to previous 1.6 (colored)

the IPv4/IPv6 standalone mode patch has some issues so back it out for now.

requested by deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 20 20:46:27 2004 UTC (19 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.5: +173 -94 lines
Diff to previous 1.5 (colored)

IPv4/v6 support for standalone mode.  brad tested and ok'ed

Revision 1.5 / (download) - annotate - [select for diffs], Mon May 12 19:28:22 2003 UTC (21 years, 1 month ago) by camield
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.4: +17 -10 lines
Diff to previous 1.4 (colored)

Sync to 0.6.2

- UIDL digest calculation has been improved
- minor bug fixes
- -V switch to show version

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 6 19:17:40 2002 UTC (21 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

misuse of volatile, not even ansi C

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 29 09:45:08 2002 UTC (22 years ago) by deraadt
Branch: MAIN
Changes since 1.2: +8 -8 lines
Diff to previous 1.2 (colored)

more sprintf

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 21 20:22:06 2001 UTC (22 years, 8 months ago) by camield
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.1: +46 -10 lines
Diff to previous 1.1 (colored)

update to 0.4.9.4:
- stand-alone or inetd selectable from command-line (-D = daemon mode)
- logging priorities more accurate
- chroots to empty dir
- tcp wrappers support

Revision 1.1 / (download) - annotate - [select for diffs], Sun Aug 19 13:05:57 2001 UTC (22 years, 9 months ago) by deraadt
Branch: MAIN

libexec is the wrong place for popa3d, since it can be started WITHOUT inetd

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.