aboutsummaryrefslogtreecommitdiffstats
path: root/tempfile.c
Commit message (Expand)AuthorAgeFilesLines
* The const was important, take a copy of the suffix to sanitize instead.Evan Huus2013-01-261-3/+6
* Replace disallowed filename characters to '-'.Chris Maynard2013-01-261-6/+21
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Removed 'old-style parameter declaration'.Stig Bjørlykke2011-11-091-4/+2
* Include time.h as compilation might fail with old gilb (2.4)Anders Broman2011-04-211-0/+1
* Add a cast to fix:Anders Broman2010-11-161-1/+1
* Fix warning.Chris Maynard2010-11-161-1/+1
* Use more meaningful temp file name. Fixes bug 1882.Chris Maynard2010-11-161-18/+35
* Doxygen fixes.Anders Broman2010-08-261-0/+1
* Squelch some compiler warnings.Guy Harris2010-03-111-4/+4
* Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs2009-07-021-1/+145
* Updates to create_tempfile:Gerald Combs2009-07-011-83/+39
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-1/+1
* Use wireshark (instead of ether) for temp file name prefix.Bill Meier2009-04-081-1/+1
* Copy comment from tempfile.h to tempfile.cBill Meier2009-03-101-0/+5
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-2/+1
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-8/+3
* Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping2007-01-121-10/+2
* from Laurent Rabret:Ulf Lamping2007-01-031-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-6/+0
* Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris2006-02-121-0/+161