Fix the fuzz failure reported (by me) in https://bugs.wireshark.org/bugzilla/show_bug...
[metze/wireshark/wip.git] / tempfile.c
2013-01-26 Evan HuusThe const was important, take a copy of the suffix...
2013-01-26 Chris MaynardReplace disallowed filename characters to '-'.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-11-09 Stig BjørlykkeRemoved 'old-style parameter declaration'.
2011-04-21 Anders BromanInclude time.h as compilation might fail with old gilb...
2010-11-16 Anders BromanAdd a cast to fix:
2010-11-16 Chris MaynardFix warning.
2010-11-16 Chris MaynardUse more meaningful temp file name. Fixes bug 1882.
2010-08-26 Anders BromanDoxygen fixes.
2010-03-11 Guy HarrisSquelch some compiler warnings.
2009-07-02 Gerald CombsPull mkstemp() into tempfile.c. That's the only place...
2009-07-01 Gerald CombsUpdates to create_tempfile:
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2009-04-08 Bill MeierUse wireshark (instead of ether) for temp file name...
2009-03-10 Bill MeierCopy comment from tempfile.h to tempfile.c
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2007-01-12 Ulf LampingWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-03 Ulf Lampingfrom Laurent Rabret:
2006-05-21 Ronnie Sahlbergname change
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2006-02-12 Guy HarrisMove create_tempfile() to tempfile.c out of util.c...