| Commit message (Expand) | Author | Age | Files | Lines |
* | after back-references, restricted hashes. | Adrian M. Enache | 2003-12-20 | 1 | -3/+0 |
* | Re: Storable Error | Nicholas Clark | 2003-11-15 | 1 | -2/+3 |
* | Orphaned submission from #21546. | Abhijit Menon-Sen | 2003-11-05 | 1 | -1/+1 |
* | s/new_hash/rehash/g (Stas suggested a better name) | Nicholas Clark | 2003-11-03 | 1 | -5/+5 |
* | Stas spotted a missed s//new_/ for the hash seed renaming games | Nicholas Clark | 2003-11-02 | 1 | -1/+1 |
* | embedding perl | Radu Greab | 2003-10-21 | 1 | -1/+29 |
* | -u is deprecated. | Slaven Rezic | 2003-10-17 | 1 | -1/+1 |
* | Plan C for foiling the algorithmic complexity attack | Nicholas Clark | 2003-10-16 | 1 | -2/+2 |
* | Ensure PL_comppad/curpad point to PL_main_cv's padlist when | Dave Mitchell | 2003-10-16 | 1 | -0/+4 |
* | Further tweak on change #21464. | Rafael Garcia-Suarez | 2003-10-16 | 1 | -1/+1 |
* | perl -h tweak [PATCH] | Gisle Aas | 2003-10-16 | 1 | -4/+4 |
* | Patch based on: | Lukas Mai | 2003-10-09 | 1 | -5/+7 |
* | Security: suidperl path disclosure revisited | Brendan O'Dea | 2003-09-11 | 1 | -11/+24 |
* | More suidperl path disclosure plugging: | Jarkko Hietaniemi | 2003-09-05 | 1 | -3/+2 |
* | Integrate two DJGPP portability patches from the 5.6.2 branch : | Rafael Garcia-Suarez | 2003-08-26 | 1 | -1/+1 |
* | Oops. | Jarkko Hietaniemi | 2003-08-12 | 1 | -3/+2 |
* | Apply much of Ilya's microperl patch, but instead of | Jarkko Hietaniemi | 2003-08-12 | 1 | -3/+10 |
* | Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB(). | Jarkko Hietaniemi | 2003-08-04 | 1 | -1/+1 |
* | Silly gcc. | Jarkko Hietaniemi | 2003-07-30 | 1 | -1/+1 |
* | Be paranoid about PL_origargv. | Jarkko Hietaniemi | 2003-07-30 | 1 | -17/+18 |
* | Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x | Marcus Holland-Moritz | 2003-07-27 | 1 | -0/+6 |
* | This should make Stas happy. | Jarkko Hietaniemi | 2003-07-23 | 1 | -1/+2 |
* | Rename get_seed() to get_hash_seed(), as suggested by | Rafael Garcia-Suarez | 2003-07-18 | 1 | -1/+1 |
* | I think the API for mod_perl v2 should be simply that | Jarkko Hietaniemi | 2003-07-11 | 1 | -1/+3 |
* | Chicken out: the hash randomisation is not on by default. | Jarkko Hietaniemi | 2003-07-11 | 1 | -24/+11 |
* | Check PERL_HASH_SEED even when tainted. | Jarkko Hietaniemi | 2003-07-10 | 1 | -5/+1 |
* | [comment patch] | Stas Bekman | 2003-07-10 | 1 | -1/+1 |
* | Restore SIGFPE on exec() | Chip Salzenberg | 2003-07-10 | 1 | -0/+6 |
* | Mark Bixby ++. | Jarkko Hietaniemi | 2003-07-07 | 1 | -1/+1 |
* | DProf fixes | Radu Greab | 2003-07-06 | 1 | -7/+7 |
* | The logic for additional randomisation for 64-bit UV | Jarkko Hietaniemi | 2003-07-05 | 1 | -6/+6 |
* | IIRC gcc would complain about if (s = ...). | Jarkko Hietaniemi | 2003-07-05 | 1 | -1/+1 |
* | Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint; | Jarkko Hietaniemi | 2003-07-05 | 1 | -1/+1 |
* | Remove PL_earlytaint since the hash seed code | Jarkko Hietaniemi | 2003-07-04 | 1 | -35/+36 |
* | Do the "aligned contiguous" check only if the arguments | Jarkko Hietaniemi | 2003-07-01 | 1 | -28/+60 |
* | Switch on PERL_IMPLICIT_SYS, not on Win32. | Jarkko Hietaniemi | 2003-07-01 | 1 | -4/+10 |
* | Win32 hack for doing_taint() | Nick Ing-Simmons | 2003-06-30 | 1 | -1/+4 |
* | Integrate mainline | Nick Ing-Simmons | 2003-06-30 | 1 | -18/+90 |
|\ |
|
| * | int is not UV. | Jarkko Hietaniemi | 2003-06-30 | 1 | -2/+2 |
| * | The 'contiguous' test for argv[], envp[] was bogus | Jarkko Hietaniemi | 2003-06-30 | 1 | -22/+39 |
| * | The joy of $0. Undoing the #16399 makes Andreas' | Jarkko Hietaniemi | 2003-06-29 | 1 | -0/+37 |
| * | Two debugging patches. | Dave Mitchell | 2003-06-28 | 1 | -18/+36 |
* | | "Missing" dTHX for Win32's re-direction of getuid etc. | Nick Ing-Simmons | 2003-06-30 | 1 | -0/+1 |
|/ |
|
* | atoi() doesn't cut the mustard if the PERL_HASH_SEED | Jarkko Hietaniemi | 2003-06-27 | 1 | -1/+1 |
* | Use the PL_earlytaint. (PL_earlytaint is a global, | Jarkko Hietaniemi | 2003-06-27 | 1 | -2/+2 |
* | Introduce (global) variable PL_earlytaint which | Jarkko Hietaniemi | 2003-06-27 | 1 | -9/+9 |
* | Make doing_taint() always available (though not | Jarkko Hietaniemi | 2003-06-27 | 1 | -3/+3 |
* | Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG | Jarkko Hietaniemi | 2003-06-27 | 1 | -2/+5 |
* | Hash/Util.t and Encode/t/Aliases.t seem to be having | Jarkko Hietaniemi | 2003-06-27 | 1 | -0/+3 |
* | Bite the bullet and apply the hash randomisation patch. | Jarkko Hietaniemi | 2003-06-26 | 1 | -0/+27 |