Age | Commit message (Expand) | Author |
2003-11-10 | Disable EXPN and VRFY to help thwart address harvesters and require | Todd C. Miller |
2003-11-10 | add more privacy flags | Todd C. Miller |
2003-11-06 | Teach gdb about the existence of SIGINFO. Fixes PR 3173. | Otto Moerbeek |
2003-10-31 | add pegasos to config.guess matches | Dale Rahn |
2003-10-15 | reverse the comment on binutils gas/ld as that's what it is now | Michael Shalayeff |
2003-10-11 | Bye bye GNU bc/dc. | Otto Moerbeek |
2003-10-07 | toplev.c, flags.h: add -fstack-protector-all option to generate protection in... | Hiroaki Etoh |
2003-10-07 | flag_stack_protection enables to genereate protecting instruments for every f... | Hiroaki Etoh |
2003-10-07 | rtl_epilogue: fix pp warning message trouble at -Wmissing-noreturn. | Hiroaki Etoh |
2003-10-07 | copy_args_for_protection: fix the problem that move_arg_location may corrupt ... | Hiroaki Etoh |
2003-10-06 | This is one of these eerie moments when you realize that a significant part | Miod Vallat |
2003-10-03 | missing -h support; jeffi@rcn.com | Theo de Raadt |
2003-10-03 | Make msp bind to 127.0.0.1 instead of localhost since "localhost" may | Todd C. Miller |
2003-10-01 | Introduce a new target switch, -mmemcpy (and -mno-memcpy). | Miod Vallat |
2003-10-01 | Don't use the contents of ~/.signature for the Organization field. | Todd C. Miller |
2003-09-26 | Disable bc (and dc). | Otto Moerbeek |
2003-09-25 | Free buffer and set it to NULL on error lest it be used. | Todd C. Miller |
2003-09-20 | Fix pasto; closes PR 3482 | Todd C. Miller |
2003-09-20 | powerpc ld.so has a slightly unreasonable expectation about __got_start | Dale Rahn |
2003-09-19 | Make CTORS/DTORS non-writeable in dynamic binaries. ok deraadt@ | Dale Rahn |
2003-09-18 | - missing .El | Jason McIntyre |
2003-09-17 | New sendmail prototype for OpenBSD with more features enabled that | Todd C. Miller |
2003-09-17 | Update to sendmail-8.12.10. This includes a fix for a buffer overflow | Todd C. Miller |
2003-09-16 | from millert | Theo de Raadt |
2003-09-09 | pass the -a flag to grep so that it doesn't treat some info files as binary | David Krause |
2003-09-05 | Stop the bounds checker warning on a bound of 0, so now it only triggers | Anil Madhavapeddy |
2003-09-03 | - use displays and indent | Jason McIntyre |
2003-09-03 | - new sentence, new line | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-09-02 | A slightly reworked version of the "default to -fno-ident" change, which | Miod Vallat |
2003-08-26 | stop dumping "GCC: (GNU) 2.95.3 20010125 (prerelease, propolice)" into | Ted Unangst |
2003-08-22 | Enable support for DSN-specific timeouts. This allows you to junk | Todd C. Miller |
2003-08-21 | A port of the g++ bugfix found at | Miod Vallat |
2003-08-21 | fix symbol name error in mcount functionality in a.out->ELF transition. | Dale Rahn |
2003-08-19 | typo in comment, compiler vs. complier | Brad Smith |
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt |
2003-08-13 | Correct comments about queue runner. | Todd C. Miller |
2003-08-13 | Install sendmail tuning guide | Todd C. Miller |
2003-08-12 | Stop the madness, though shalt not pass FD_SETSIZE as the first param to | Todd C. Miller |
2003-08-12 | Don't tell people to use FD_SETSIZE as the first argument to select(). | Todd C. Miller |
2003-08-11 | Convert to queue groups and queuing-only config w/ a queue runner. | Todd C. Miller |
2003-08-10 | link File::Basename to basename, dirname, fileparse | Marc Espie |
2003-08-10 | sprintf -> snprintf, okay millert@. | Marc Espie |
2003-08-09 | Perl hints to use -O1 on mvme88k now; ok millert@ | Miod Vallat |
2003-08-09 | fix for mcount call to allow .text sizes larger than 512k; epsie@ ok | Michael Shalayeff |
2003-08-08 | On some architectures, being too optimistic in preserve_subexpressions_p(), | Miod Vallat |
2003-08-07 | Disable the so-called optimized memcpy functions for small (less than a few | Miod Vallat |
2003-08-06 | Check for and skip variable-length arrays while bounds checking instead | Anil Madhavapeddy |
2003-08-06 | small cleanup; | Jason McIntyre |
2003-08-06 | backport a fix from current gdb to fix a crash when using set enum | Ted Unangst |