summaryrefslogtreecommitdiffstats
path: root/dotlock.c
AgeCommit message (Expand)Author
2022-01-29Fix argc==0 handling.Kevin McCarthy
2021-07-22Revert "Silence strfcpy() warning in dotlock_deference_symlink()."Kevin McCarthy
2021-07-22Use memccpy() in the strfcpy macro if it's available.Kevin McCarthy
2021-07-22Fix typo in comment and function name: deference -> dereference.Vincent Lefevre
2021-07-21Silence strfcpy() warning in dotlock_deference_symlink().Kevin McCarthy
2021-01-14Remove snprintf and vsnprintf configure checks.Kevin McCarthy
2019-12-18Revert "Fixes unchecked return from link() in dotlock.c"Kevin McCarthy
2019-11-13Fixes unchecked return from link() in dotlock.cDavid Champion
2019-04-11Generate version string during make not configureAaron Schrab
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2016-11-17Backout inlining of MUTT_VERSION in 42fee7585fae.Kevin McCarthy
2016-11-13search muttrc file according to XDG Base Specification (closes #3207)Damien Riegel
2011-03-07Extra information in mutt version string, redux.David Champion
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2007-08-28Use limits.h for PATH_MAX instead of posix1_lim.h (closes #2525)Brendan Cully
2007-06-27remove a double inclusion of config.hDan Fandrich
2007-01-26Fix #2710, of-by-one in dotlock.c.Thomas Roessler
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-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-24Locking fix.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-11-18indentation noise.Thomas Roessler
1999-09-02Remove a superfluous label.Thomas Roessler
1999-08-23Remove a couple of NFS-related hacks which seem to be unnecessary.Thomas Roessler
1999-08-15Commit remaining changes.Thomas Roessler
1999-08-15Really fix $save_empty, even when the dotlocking code is compiledThomas Roessler
1999-08-04Fix $save_empty.Thomas Roessler
1999-07-26Impose a hard limit on dotlock attempts.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1998-11-10Don't use mutt_strsomething in the dotlocking code.Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-10-27include config.h _before_ checking for HAVE_GETOPT. Noted by ScottThomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
1998-10-14Various build fixes.Thomas Roessler
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-08-25CVS branch clean-up.Thomas Roessler