| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | This code casts double -> int -> char *. Ugh. Take a punt and change the | John Birrell | 1998-05-12 | 1 | -7/+12 |
| * | Change a cast of long * to time_t * in a call to time(); | John Birrell | 1998-05-12 | 1 | -2/+8 |
| * | Allow the makefile to choose the perl executable to run h2ph rather | John Birrell | 1998-05-12 | 1 | -2/+11 |
| * | If perl exists in OBJDIR it has just been built; if it exists in | John Birrell | 1998-05-12 | 1 | -1/+1 |
| * | Change .if to .elif to prevent the current directory path search for a | John Birrell | 1998-05-12 | 1 | -2/+1 |
| * | Don't generate a2p.h or y.tab.h from a2p.y. Neither is actually used, | Bruce Evans | 1998-05-05 | 1 | -1/+2 |
| * | Fixed races in `make -jN' using new yacc rules. | Bruce Evans | 1998-05-04 | 1 | -2/+2 |
| * | Don't build sperl if you don't want to. | Dima Ruban | 1998-03-26 | 1 | -1/+5 |
| * | mktemp -> mkstemp as pointed out on bugtraq | Guido van Rooij | 1998-03-10 | 1 | -6/+19 |
| * | Build perl header files for machine/* too. | Steve Price | 1998-02-21 | 1 | -1/+1 |
| * | setpwent and endpwent have a return type of void, so change this | Steve Price | 1998-02-01 | 1 | -5/+8 |
| * | Sigh, there's always one more buffer overflow. :-( | Joerg Wunsch | 1997-09-16 | 1 | -5/+12 |
| * | fix a few spelling changes | John-Mark Gurney | 1997-08-30 | 1 | -2/+5 |
| * | Major Ooops. I've overlooked a few calls to scanident() in my last commit. | Joerg Wunsch | 1997-08-27 | 1 | -9/+15 |
| * | Fix a buffer overflow condition (that causes a security hole in suidperl). | Joerg Wunsch | 1997-08-08 | 3 | -16/+34 |
| * | Fix buffer overload that might lead to root. | Warner Losh | 1997-05-22 | 1 | -2/+5 |
| * | Plug an old security hole: suidperl didn't honor MNT_NOSUID. | Joerg Wunsch | 1997-03-01 | 2 | -2/+23 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Remove bogus redeclaration of setenv(). | Jordan K. Hubbard | 1997-01-07 | 1 | -2/+4 |
| * | Remove a couple of private malloc() implementations, one of which | Poul-Henning Kamp | 1996-12-23 | 6 | -1033/+4 |
| * | Disable seteuid/setegid back, I overlook one place where | Andrey A. Chernov | 1996-12-07 | 1 | -2/+2 |
| * | Enable seteuid, setegid | Andrey A. Chernov | 1996-12-06 | 1 | -2/+2 |
| * | Added support for '-T' and '-B' (text and binary) file recognition by | Nate Williams | 1996-12-03 | 2 | -2/+43 |
| * | delete doubled words, e.g.: "the the" -> "the" | Wolfram Schneider | 1996-10-05 | 1 | -2/+8 |
| * | Grab h2ph from /usr/bin, not /usr/local/bin! | Paul Traina | 1996-09-17 | 1 | -1/+1 |
| * | Back out Nate's changes from rev. 1.6; our Perl has not been | Joerg Wunsch | 1996-06-30 | 1 | -46/+4 |
| * | Fix for " CERT Advisory CA-96.12 - Vulnerability in suidperl" | Nate Williams | 1996-06-26 | 1 | -5/+50 |
| * | Bring in my changes for removing the pestilent obj links (unless you | Jordan K. Hubbard | 1996-06-24 | 1 | -2/+2 |
| * | Use setreuid instead of seteuid for permissions management | Gary Palmer | 1996-06-02 | 3 | -7/+12 |
| * | Several changes to the gethostname module: | Joerg Wunsch | 1996-03-18 | 1 | -6/+5 |
| * | Add a small `gethostname' package. It uses __sysctl(2), and thus | Joerg Wunsch | 1996-02-13 | 2 | -3/+40 |
| * | recording cvs-1.6 file death | Peter Wemm | 1995-12-30 | 11 | -4905/+0 |
| * | Change `install' to `${INSTALL}' so that default install flags can be | Bruce Evans | 1995-07-25 | 2 | -3/+3 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 58 | -345/+503 |
| * | Add link to sperl4.036, needed for suid scripts and pgms | Andrey A. Chernov | 1995-05-28 | 1 | -0/+1 |
| * | Make link to tperl4.036, needed for suid scripts and other stuff | Andrey A. Chernov | 1995-05-28 | 1 | -0/+1 |
| * | Fix $] variable value (version number), close PR 449 | Andrey A. Chernov | 1995-05-28 | 1 | -2/+8 |
| * | Remove setr* hacks | Andrey A. Chernov | 1995-04-27 | 1 | -4/+4 |
| * | Fix compiler warnings: don't declare enum types as static. | Bruce Evans | 1995-04-02 | 1 | -4/+9 |
| * | Comment out all perverted curses optimization | Andrey A. Chernov | 1995-03-26 | 1 | -19/+19 |
| * | Change wrong -ltermcap -ltermlib picked up to -lmytinfo | Andrey A. Chernov | 1995-03-26 | 1 | -2/+2 |
| * | Get PERL found in any of its obvious locations. | Jordan K. Hubbard | 1995-03-25 | 1 | -6/+17 |
| * | Don't attempt to fix the mode of mus - mus might be read-only. Just | Bruce Evans | 1995-03-25 | 1 | -2/+1 |
| * | If mus script not executable, fix. | Jordan K. Hubbard | 1995-03-24 | 1 | -0/+1 |
| * | Adjust include paths. | Jordan K. Hubbard | 1995-03-24 | 1 | -2/+2 |
| * | Bring back perl/usub as usub/, this time containing an updated curseperl | Jordan K. Hubbard | 1995-03-24 | 8 | -1/+1410 |
| * | Export ${DESTDIR} to h2ph so that the *.ph files end up in the DESTDIR | Rodney W. Grimes | 1995-02-14 | 1 | -1/+1 |
| * | Fix to h2ph "undefined function" bug | Ugen J.S. Antsilevich | 1995-02-03 | 1 | -6/+14 |
| * | Install suidperl suid root. | Jordan K. Hubbard | 1995-01-14 | 1 | -0/+3 |