summaryrefslogtreecommitdiffstats
path: root/lib.c
AgeCommit message (Expand)Author
2007-04-10Fix some warningsBrendan Cully
2007-04-07bug #2871Michael Elkins
2007-04-06safe_rename: fall back to rename on ENOSYS and EPERM as well as EXDEV.Brendan Cully
2007-04-06Make safe_open with O_EXCL friendlier for NFS.Brendan Cully
2007-03-21Back out $umask.Brendan Cully
2007-03-02Add $umask for mailboxes and attachments.Brendan Cully
2007-01-02add debug harness to lib.c functions, and a bunch of dprint'sThomas Roessler
2006-10-09Even more paranoid temporary file creation.Thomas Roessler
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-08-06Report non-zero exit status of tunnel command. Closes: #1749.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-10-30safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler
2004-09-29Fix mutt_unlink race condition for systems without O_NOFOLLOW.Thomas Roessler
2004-04-12Don't open a file for writing that we have unlinked before. ReportedThomas Roessler
2003-10-04mutt_basename() was garbage.Thomas Roessler
2003-10-04This patch fixes various aspects of the attachment-savingThomas Roessler
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2003-04-08Avoid a division by zero.Thomas Roessler
2003-04-08Try to catch a couple of cases in which parameters for malloc callsThomas Roessler
2002-12-13Fixing Thomas' screw-up in mutt_concat_path.David Shaw
2002-12-11Herbert Martin Dietze <herbert@the-little-red-haired-girl.org> notesThomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-04-29Fix #1171.Thomas Roessler
2002-02-05Use strcoll for the file browser. From David Champion.Thomas Roessler
2001-02-12Fix mutt_read_line's behaviour when encountering an EOF. From AaronThomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2000-05-22cosmetics.Thomas Roessler
2000-05-22Add mutt_str_adjust ().Thomas Roessler
2000-05-20Add mutt_gecos_name function which centrally handles the GECOSThomas Roessler
2000-05-16mutt_expand_path is now able to escape special characters for use inThomas Roessler
2000-04-22Coda compatibility. From Jan Harkes <jaharkes@cs.cmu.edu>.Thomas Roessler
2000-04-22Comment cosmetics. From Martin Michlmayer.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-02-02Use O_NOFOLLOW when it's there, and needed.Thomas Roessler
2000-01-10More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.Thomas Roessler
2000-01-10Use safe_free() instead of free() with mutt_str_replace -Thomas Roessler
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-11-18patch-1.0.bj.lastline.1: Handle last lines in configuration filesThomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
1999-06-02Major cutting & pasting: We now have a "real" library in lib.c whichThomas Roessler
1999-04-22Add "_" as an expando option.Thomas Roessler
1999-02-28Fix a $TMPDIR race condition.Thomas Roessler
1999-02-10Fix the security fix.Thomas Roessler
1999-02-10[unstable] $mailcap_sanitize.Thomas Roessler