This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make the new formline test fail more reliably
[perl5.git]
/
t
/
op
/
taint.t
2010-11-15
Father Chrysostomos
Make the new formline test fail more reliably
blob
|
commitdiff
2010-11-15
Niko Tyni
Fix a crash with a tainted formline() picture
blob
|
commitdiff
|
diff to current
2010-05-10
Richard Soderberg
separate the 0755 from the . $TAINT0. this silences...
blob
|
commitdiff
|
diff to current
2010-05-05
Jesse Vincent
Revert "tweak "0x123.456" deprecation"
blob
|
commitdiff
|
diff to current
2010-05-03
Zefram
tweak "0x123.456" deprecation
blob
|
commitdiff
|
diff to current
2010-03-25
David Mitchell
RT #67962: $1 treated as tainted in untainted match
blob
|
commitdiff
|
diff to current
2010-03-23
David Mitchell
Fix assorted bugs related to magic (such as pos) not...
blob
|
commitdiff
|
diff to current
2010-03-21
David Mitchell
[perl #45167] Taint removal by sprintf
blob
|
commitdiff
|
diff to current
2010-03-20
David Mitchell
[perl #6758] tainted values become untainted in tied...
blob
|
commitdiff
|
diff to current
2010-01-12
David Mitchell
fix for [perl #61976] Errno ($!) not evaluated to a...
blob
|
commitdiff
|
diff to current
2009-09-08
Rafael Garcia-Suarez
Remove code specific to MacOS Classic from core tests
blob
|
commitdiff
|
diff to current
2009-08-03
Jesse Vincent
Remove the port to MiNT. It's a dead platform that...
blob
|
commitdiff
|
diff to current
2009-06-23
Robin Barker
Fix for RT #52552.
blob
|
commitdiff
|
diff to current
2009-06-06
Rafael Garcia-Suarez
Mark all .t and .pm files as non executable
blob
|
commitdiff
|
diff to current
2009-02-16
Bram
Use tempfile() in tests
blob
|
commitdiff
|
diff to current
2008-12-03
Nicholas Clark
Fix for tainting regression in a test of Text::Template...
blob
|
commitdiff
|
diff to current
2008-11-17
Chip Salzenberg
Re: [perl #59998] [PATCH] crypt() returns tainted data...
blob
|
commitdiff
|
diff to current
2008-08-07
Nicholas Clark
Use test.pl's tempfile().
blob
|
commitdiff
|
diff to current
2007-11-12
John E. Malmberg
patch@32274 t/op/taint.t not cleaning up properly on...
blob
|
commitdiff
|
diff to current
2007-11-07
Rick Delaney
Re: [perl #47195] $1 suddenly tainted after regexp...
blob
|
commitdiff
|
diff to current
2007-11-06
Nicholas Clark
Add a TODO test for bug #47195
blob
|
commitdiff
|
diff to current
2007-08-28
Jerry D. Hedden
Revert/fix 31731 - Empty PATH taint test on Cygwin
blob
|
commitdiff
|
diff to current
2007-08-18
Reini Urban
Change 31710 causes t/op/taint.t to fail
blob
|
commitdiff
|
diff to current
2007-04-01
Craig A. Berry
Update name of Perl executable on VMS following #30414.
blob
|
commitdiff
|
diff to current
2007-03-17
Nicholas Clark
Test case from Karl Chen in RT #41831
blob
|
commitdiff
|
diff to current
2007-02-08
Rick Delaney
Re: Change 29193 is a regression
blob
|
commitdiff
|
diff to current
2007-02-07
Nicholas Clark
opening $0 doesn't work if you change directory. So...
blob
|
commitdiff
|
diff to current
2007-02-07
Nicholas Clark
TODO tests for eval of tainted scalars. (change 29193...
blob
|
commitdiff
|
diff to current
2007-01-08
Yitzchak Scott-Tho...
help cygwin find its dlls even on taint tests with...
blob
|
commitdiff
|
diff to current
2007-01-02
Nicholas Clark
Assignment to a tainted variable was causing confusion...
blob
|
commitdiff
|
diff to current
2006-11-17
Nicholas Clark
Change 29297 omitted a semicolon.
blob
|
commitdiff
|
diff to current
2006-11-17
Steve Peters
Change #27951 added tests to t/op/taint.t involving...
blob
|
commitdiff
|
diff to current
2006-11-07
Rafael Garcia-Suarez
Forbid using tainted formats in printf and sprintf
blob
|
commitdiff
|
diff to current
2006-08-02
Rick Delaney
Re: [perl #39733] $AUTOLOAD is never tainted
blob
|
commitdiff
|
diff to current
2006-04-24
Martin Hasch
[perl #38709] Opening '|-' triggers unjustified taint...
blob
|
commitdiff
|
diff to current
2006-02-19
Nicholas Clark
To make arithmetic on tainted dualvars work properly...
blob
|
commitdiff
|
diff to current
2006-01-23
Rafael Garcia-Suarez
Missing chunk in change #26926
blob
|
commitdiff
|
diff to current
2006-01-23
Nicholas Clark
Change the regression test added by 26410 to use test...
blob
|
commitdiff
|
diff to current
2005-12-19
Dave Mitchell
[perl #8262] //g loops infinitely on tainted data
blob
|
commitdiff
|
diff to current
2005-07-07
Dave Mitchell
more taint fallout from change 24943
blob
|
commitdiff
|
diff to current
2005-07-05
Dave Mitchell
change 24943 broke restoration of localized taint values
blob
|
commitdiff
|
diff to current
2005-06-16
Steve Hay
Give op/taint.t a helping hand for Borland compiler...
blob
|
commitdiff
|
diff to current
2004-12-13
Craig A. Berry
t/op/taint.t follow-up to #23635
blob
|
commitdiff
|
diff to current
2004-12-10
Michael G. Schwern
Test rt.perl.org 5900
blob
|
commitdiff
|
diff to current
2004-12-10
Michael G. Schwern
[PATCH] cleanup t/op/taint.t
blob
|
commitdiff
|
diff to current
2004-09-01
Andy Lester
PATCH: Taintedness and ternary conditional
blob
|
commitdiff
|
diff to current
2004-01-05
Dave Mitchell
[perl #24674]
blob
|
commitdiff
|
diff to current
2003-12-13
Yitzchak Scott-Tho...
Re: 5.6.2-RC1 on Cygwin
blob
|
commitdiff
|
diff to current
2003-11-06
Rick Delaney
Re: [perl #24248] taint propagation regression,
blob
|
commitdiff
|
diff to current
2003-10-27
Rafael Garcia-Suarez
Add a new taint error, "%ENV is aliased to %s".
blob
|
commitdiff
|
diff to current
2003-10-26
Rafael Garcia-Suarez
When %ENV has been turned into a non-magical hash after a
blob
|
commitdiff
|
diff to current
2003-04-28
Jarkko Hietaniemi
SysV msg queues can be something hanging (witnessed...
blob
|
commitdiff
|
diff to current
2003-03-12
Jarkko Hietaniemi
Integrate:
blob
|
commitdiff
|
diff to current
2003-01-06
Rafael Garcia-Suarez
Change the value of ${^TAINT} : 0 without taint checks,
blob
|
commitdiff
|
diff to current
2002-09-08
Hugo van der Sanden
setting PERL_CORE as in #17861 violates assumptions...
blob
|
commitdiff
|
diff to current
2002-08-11
Nick Ing-Simmons
Integrate mainline.
blob
|
commitdiff
|
diff to current
2002-08-04
Hugo van der Sanden
Re: [ID 20020704.001] my $foo = $1 won't taint $foo...
blob
|
commitdiff
|
diff to current
2002-08-04
Hugo van der Sanden
Main branch no longer needs op/taint.t version check.
blob
|
commitdiff
|
diff to current
2002-07-15
Jarkko Hietaniemi
Try to future proof the op/taint.
blob
|
commitdiff
|
diff to current
2002-07-14
Jarkko Hietaniemi
Test skip counter tweak from Craig Berry.
blob
|
commitdiff
|
diff to current
2002-07-13
Rafael Garcia-Suarez
The warning "Use of tainted arguments in %s is deprecated"
blob
|
commitdiff
|
diff to current
2002-04-28
Jarkko Hietaniemi
Integrate #16254 from macperl;
blob
|
commitdiff
|
diff to current
2002-03-04
Craig A. Berry
VMS test and perldelta update
blob
|
commitdiff
|
diff to current
2002-02-24
Rick Delaney
Re: taint news
blob
|
commitdiff
|
diff to current
2002-02-08
Yitzchak Scott-Tho...
Configure followed by make minitest
blob
|
commitdiff
|
diff to current
2002-02-03
Jarkko Hietaniemi
[PATCH t/op/taint.t] remove possible false positive
blob
|
commitdiff
|
diff to current
2002-01-25
Nick Ing-Simmons
More Win32 tuning
blob
|
commitdiff
|
diff to current
2001-11-26
Radu Greab
system and taintedness
blob
|
commitdiff
|
diff to current
2001-11-12
Abhijit Menon-Sen
[PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
blob
|
commitdiff
|
diff to current
2001-10-22
Jarkko Hietaniemi
Pretty hard for eval { setpwent(); getpwent(); 1 }...
blob
|
commitdiff
|
diff to current
2001-10-09
Ronald J. Kimball
Re: [PATCH mg.c gv.c and others] ${^TAINT}
blob
|
commitdiff
|
diff to current
2001-10-08
Michael G. Schwern
Re: [PATCH mg.c gv.c and others] ${^TAINT}
blob
|
commitdiff
|
diff to current
2001-09-26
Jarkko Hietaniemi
Check that all environment variables are tainted.
blob
|
commitdiff
|
diff to current
2001-08-12
Abigail
Re: [ID 20010730.010] FETCH called twice with -T
blob
|
commitdiff
|
diff to current
2001-06-23
Jarkko Hietaniemi
cygwin needs cygwin1.dll in PATH or cwd to run external...
blob
|
commitdiff
|
diff to current
2001-06-16
Jarkko Hietaniemi
NetWare port from Guruprasad S <SGURUPRASAD@novell...
blob
|
commitdiff
|
diff to current
2001-05-28
Jarkko Hietaniemi
Test case for bug 20010526.004, fixed in #10252.
blob
|
commitdiff
|
diff to current
2001-05-21
Jarkko Hietaniemi
Must be trickier for 'minitest' not to die.
blob
|
commitdiff
|
diff to current
2001-05-20
Jarkko Hietaniemi
Fix for ID 20010519.003: sysopen() wasn't tainting :-(
blob
|
commitdiff
|
diff to current
2001-05-01
Mike Guy
Autoflush in tests as appropriate
blob
|
commitdiff
|
diff to current
2001-01-24
Charles Bailey
SYN SYN
blob
|
commitdiff
|
diff to current
2001-01-09
Jarkko Hietaniemi
Allow the locale test needing POSIX and the taint test
blob
|
commitdiff
|
diff to current
2001-01-08
Charles Bailey
Once again syncing after too long an absence
blob
|
commitdiff
|
diff to current
2000-11-05
Andrew Pimlott
Fix for
blob
|
commitdiff
|
diff to current
2000-11-04
Andrew Pimlott
Fix for
blob
|
commitdiff
|
diff to current
2000-10-20
Charles Bailey
SYN SYN
blob
|
commitdiff
|
diff to current
2000-08-29
Mike Guy
Use minimal @INC in tests, most of the time just '...
blob
|
commitdiff
|
diff to current
2000-08-04
Charles Bailey
YA resync with mainstem, including VMS patches from...
blob
|
commitdiff
|
diff to current
2000-07-11
Gurusamy Sarathy
integrate cfgperl changes#6325..6373 into mainline
blob
|
commitdiff
|
diff to current
2000-07-11
Gurusamy Sarathy
integrate cfgperl changes#6268..6282 into mainline
blob
|
commitdiff
|
diff to current
2000-07-11
Hugo van der Sanden
Precedence goof, fix based on
blob
|
commitdiff
|
diff to current
2000-06-29
Nicholas Clark
PATCH (Re: [ID 20000612.004] Should regression tests...
blob
|
commitdiff
|
diff to current
2000-05-23
Charles Bailey
Resync with mainline prior to post-5.6.0 updates
blob
|
commitdiff
|
diff to current
2000-03-21
Gurusamy Sarathy
integrate cfgperl and vmsperl contents into mainline
blob
|
commitdiff
|
diff to current
2000-03-20
Jarkko Hietaniemi
detypo
blob
|
commitdiff
|
diff to current
2000-03-19
Jarkko Hietaniemi
Fix the socklen default type (from Laszlo Molnar;
blob
|
commitdiff
|
diff to current
2000-03-19
Gurusamy Sarathy
taint.t shouldn't fail where IPC::SysV unavailable
blob
|
commitdiff
|
diff to current
2000-03-19
Jarkko Hietaniemi
Taint msgrcv() messages; general SysV IPC cleanup.
blob
|
commitdiff
|
diff to current
2000-03-19
Jarkko Hietaniemi
Taint shmread().
blob
|
commitdiff
|
diff to current
2000-03-19
Jarkko Hietaniemi
Taint also the passwd field of the getpw*().
blob
|
commitdiff
|
diff to current
next