Commit Graph

187 Commits

Author SHA1 Message Date
kestes%staff.mail.com
81e762f887 $previous_rec needed wider scope. I had accidentally narrowed the
scope when tixing the 'building' issue.
2001-01-09 15:43:39 +00:00
kestes%staff.mail.com
d1e1e7e363 fix problem which occurs in with some redhat users. 2001-01-08 22:36:21 +00:00
kestes%staff.mail.com
867f7be8c1 delete unused tinderbox variable buildfamily. This will surely
confuse some user if I leave it in.
2001-01-06 01:34:21 +00:00
kestes%staff.mail.com
a0ae5a5ad6 typo the module is erro_parse not error_parser 2001-01-06 01:33:22 +00:00
kestes%staff.mail.com
8d910643a1 clarify some details which came up in email correspondence. 2001-01-06 01:32:47 +00:00
kestes%staff.mail.com
7155a19998 better man page to explain the mail format. 2001-01-06 01:32:03 +00:00
kestes%staff.mail.com
fc4cc97b70 clean up the SECONDS_PER_* variables
add some periods to the end of error messages.
2001-01-06 01:31:30 +00:00
kestes%staff.mail.com
4c3646e80b allow the 'building' mails to not trip the test for gridsize. 2001-01-06 01:30:37 +00:00
kestes%staff.mail.com
97510cf920 some new versions of CVS output dates in a new format, allow for these
dates.
2001-01-06 01:27:55 +00:00
kestes%staff.mail.com
55fe69eae0 stat fix for perl 5.6 from "John Turner" <jdturner@nc.rr.com> 2001-01-05 17:30:35 +00:00
kestes%staff.mail.com
57b1da22fd from http://www.mozilla.org/projects/tinderbox/ 2001-01-04 16:41:38 +00:00
kestes%staff.mail.com
74834eac46 If they are not on a valid network they should not see what our
other security checks are.
2001-01-04 16:40:53 +00:00
kestes%staff.mail.com
1ad4e09f55 forgot to turn on the new security features. Turned them off to test
at my site.
2001-01-04 16:40:22 +00:00
kestes%staff.mail.com
49efcc8976 add more documentation to top of file explaining what file does.
add strict checks on directories, so that there is no security problem
with our data.
treat special ids and groups as if they are root, now its a fatal error.
2001-01-04 00:31:20 +00:00
kestes%staff.mail.com
83dde91ab7 add more documentation to top of file explaining what file does.
move untaint code to after the variable is defined.
2001-01-04 00:30:13 +00:00
kestes%staff.mail.com
a12eb2292b add more documentation to top of file explaining what file does. 2001-01-04 00:29:40 +00:00
kestes%staff.mail.com
e20c29253e add more documentation to top of file explaining what file does.
remove old cruft from when I tried strict time checks on mail files.
typo wrote  $tree meant  $TINDERBOX{'$tree'}
2001-01-04 00:29:09 +00:00
kestes%staff.mail.com
6f0d7320dc add more documentation to top of file explaining what file does.
document eval as a security problem.
define the administrative network to limit who can run the admintree
page.
2001-01-04 00:28:00 +00:00
kestes%staff.mail.com
d184248d8a add more documentation to top of file explaining what file does 2001-01-04 00:26:16 +00:00
kestes%staff.mail.com
d6cb31785c add more documentation to top of file explaining what file does
do not allow changes by users who are on unknown networks
2001-01-04 00:25:14 +00:00
kestes%staff.mail.com
20d68e68fb add more documentation to top of file explaining what file does
add emacs header
2001-01-04 00:24:09 +00:00
kestes%staff.mail.com
0a07e53c91 add more documentation
document  'make compile_bin_code'
2001-01-04 00:22:37 +00:00
kestes%staff.mail.com
7e3475ce68 add more documentation 2001-01-04 00:22:14 +00:00
kestes%staff.mail.com
8f0fafe2e7 change ($starttime < $timenow) ||
to      ($starttime <= $timenow) ||
2001-01-04 00:21:36 +00:00
kestes%staff.mail.com
0c368e7867 document security issue with eval 2001-01-04 00:21:03 +00:00
kestes%staff.mail.com
33411bd5a5 use new secure default mode for creating directories 2001-01-04 00:20:26 +00:00
kestes%staff.mail.com
4460aea536 moved to default_config 2001-01-03 22:03:40 +00:00
kestes%staff.mail.com
803de089b6 changing the filenames during the move was a bad idea,
restore the original filenames.
2000-11-29 21:50:17 +00:00
kestes%staff.mail.com
d488646c24 changing the filenames was a bad idea, this was BTData.pm as found
in lib yesterday
2000-11-29 21:49:29 +00:00
kestes%staff.mail.com
c6cd218e01 changing the filenames was a bad idea, this was TreeData.pm as found
in lib yesterday
2000-11-29 21:48:42 +00:00
kestes%staff.mail.com
1a05648a04 changing the filenames was a bad idea 2000-11-29 21:47:14 +00:00
kestes%staff.mail.com
03ff5fa8df moved files to default_config 2000-11-29 21:27:54 +00:00
kestes%staff.mail.com
d927bf305d changed filename to processmail_builds 2000-11-29 21:25:45 +00:00
kestes%staff.mail.com
43a65980a8 files moved to default_config directory 2000-11-29 21:24:31 +00:00
kestes%staff.mail.com
5e164d10cd moved from processmail 2000-11-29 21:13:15 +00:00
kestes%staff.mail.com
4b9f5ab09c explain the new configuration with defult_conf and local_conf
directories
2000-11-29 21:12:56 +00:00
kestes%staff.mail.com
cc3dcd47e2 configure: @GZIP @GUNZIP @UUDECODE
explicity in TinderConfig not in ./configure
2000-11-29 21:12:12 +00:00
kestes%staff.mail.com
081306431a moved from lib 2000-11-29 20:53:56 +00:00
kestes%staff.mail.com
dfbba819e6 moved from lib as TreeData.pm 2000-11-29 20:53:45 +00:00
kestes%staff.mail.com
3ea3ab27a7 moved from lib as BTData.pm 2000-11-29 20:53:35 +00:00
kestes%staff.mail.com
2fba42b225 improve comments 2000-11-29 20:40:34 +00:00
kestes%staff.mail.com
85666e8d28 improve comments 2000-11-29 19:47:38 +00:00
kestes%staff.mail.com
cbac782cbc minor changes prompted by McAfee. 2000-11-29 19:46:30 +00:00
kestes%staff.mail.com
e605f1cfb7 Peristence::Storable has now been tested. 2000-11-28 17:54:45 +00:00
kestes%staff.mail.com
e26cd9b686 use the Peristence module so that we can test the storable
implementation.
2000-11-28 17:53:39 +00:00
kestes%staff.mail.com
0860dd47a8 add better makefile test support.
fix echo bug.
2000-11-28 00:37:13 +00:00
kestes%staff.mail.com
1ac1c04834 change the sample user to anonymous from kestes 2000-11-28 00:35:49 +00:00
kestes%staff.mail.com
e613f5eaea put module and branch information in the cvs popup windows 2000-11-28 00:34:00 +00:00
kestes%staff.mail.com
1dd9024853 improve the handling of estimated build time when there is dead time.
turn back on the line which tells all the columns which have been
ignored.
2000-11-28 00:32:57 +00:00
kestes%staff.mail.com
c7b39b6036 make taint safe. 2000-11-28 00:31:29 +00:00