/[psinib]/psinib.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /psinib.pl

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Mar 1 19:38:16 2004 UTC (20 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +6 -3 lines
Diff to previous 1.21 , to selected 1.2
if home directory isn't writable (for e.g. if you are running psinib under
backup user with Debian) it will fallback to /tmp directory (which is
somewhat bad -- why whould you want to run under user without writable home
dir?)


Revision 1.21 - (view) (annotate) - [select for diffs]
Sat Nov 8 01:46:53 2003 UTC (20 years, 4 months ago) by dpavlin
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 , to selected 1.2
don't warn on undef if there isn't subjects.txt file


Revision 1.20 - (view) (annotate) - [select for diffs]
Sat Nov 8 00:31:14 2003 UTC (20 years, 4 months ago) by dpavlin
Branch: MAIN
Changes since 1.19: +73 -4 lines
Diff to previous 1.19 , to selected 1.2
fixed division by zero if no valid mounts are found in mountscript
added --email option to send e-mails (use Mail::Send)
implemented cycling subjects (use Tie::File)


Revision 1.19 - (view) (annotate) - [select for diffs]
Mon Oct 27 19:07:32 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.18: +6 -2 lines
Diff to previous 1.18 , to selected 1.2
remove non-valid latest links


Revision 1.18 - (view) (annotate) - [select for diffs]
Mon Oct 27 18:58:41 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.17: +8 -5 lines
Diff to previous 1.17 , to selected 1.2
spit fatal errors on screen even if quiet (use -q -q to supress all output)


Revision 1.17 - (view) (annotate) - [select for diffs]
Sun Oct 26 14:04:17 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.16: +47 -17 lines
Diff to previous 1.16 , to selected 1.2
verbose, quiet options and added documentation for command line options


Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Oct 26 12:55:56 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.15: +23 -2 lines
Diff to previous 1.15 , to selected 1.2
use tcp syn ping to check if host if up


Revision 1.15 - (view) (annotate) - [select for diffs]
Sun Oct 12 21:46:42 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.14: +13 -0 lines
Diff to previous 1.14 , to selected 1.2
doc add-on


Revision 1.14 - (view) (annotate) - [select for diffs]
Sun Oct 12 18:47:35 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.13: +14 -4 lines
Diff to previous 1.13 , to selected 1.2
command-line options


Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Oct 12 17:44:21 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.12: +12 -2 lines
Diff to previous 1.12 , to selected 1.2
remove stale entries in .md5sum


Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Oct 12 16:13:38 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.11: +22 -18 lines
Diff to previous 1.11 , to selected 1.2
better logging, report correct number of dirs, don't create local file if
remote permission doesn't allow reading


Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Oct 12 15:58:28 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.10: +6 -4 lines
Diff to previous 1.10 , to selected 1.2
add support for ip=1.2.3.4 option which overrides nmblookup


Revision 1.10 - (view) (annotate) - [select for diffs]
Tue Jul 15 17:41:45 2003 UTC (20 years, 8 months ago) by dpavlin
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.2
removed all debugging output


Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Jul 15 17:40:32 2003 UTC (20 years, 8 months ago) by dpavlin
Branch: MAIN
Changes since 1.8: +17 -10 lines
Diff to previous 1.8 , to selected 1.2
fixed bugs dealing with latest links and smb mounts which aren't available


Revision 1.8 - (view) (annotate) - [select for diffs]
Tue Mar 4 21:08:43 2003 UTC (21 years ago) by dpavlin
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 , to selected 1.2
some more warnings


Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Jan 31 22:31:41 2003 UTC (21 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.6: +50 -15 lines
Diff to previous 1.6 , to selected 1.2
Lot of changes:
- ping using tcp connect to port 139
- save warn and die in log
- use newest directory as latest (or partial) if latest symlink doesn't exist
- actually CREATE latest symlink


Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Jan 21 21:30:19 2003 UTC (21 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.5: +19 -1 lines
Diff to previous 1.5 , to selected 1.2
how to erase old snapshots


Revision 1.5 - (view) (annotate) - [select for diffs]
Tue Jan 21 19:50:47 2003 UTC (21 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 , to selected 1.2
append log entries to log


Revision 1.4 - (view) (annotate) - [select for diffs]
Sat Jan 4 15:59:14 2003 UTC (21 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.3: +97 -22 lines
Diff to previous 1.3 , to selected 1.2
creates .md5sum files (but still doesn't use them)
better documentation


Revision 1.3 - (view) (annotate) - [select for diffs]
Sat Jan 4 13:29:12 2003 UTC (21 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.2: +87 -0 lines
Diff to previous 1.2
start of POD documentation -- use 'perldoc psinib.pl' to read it


Revision 1.2 - (view) (annotate) - [selected]
Sat Jan 4 12:14:54 2003 UTC (21 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +13 -0 lines
Diff to previous 1.1
added locking using logfile


Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
Sat Jan 4 11:42:56 2003 UTC (21 years, 2 months ago) by dpavlin
Branch: DbP
CVS Tags: r0
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.22 , to selected 1.2
initial import of first working version


Revision 1.1 - (view) (annotate) - [select for diffs]
Sat Jan 4 11:42:56 2003 UTC (21 years, 2 months ago) by dpavlin
Branch: MAIN
Branch point for: DbP
Diff to selected 1.2
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.26