summaryrefslogtreecommitdiffstats
path: root/dotlock.c (follow)
Commit message (Expand)AuthorAgeLines
* Fix argc==0 handling.Kevin McCarthy2022-01-29-2/+2
* Revert "Silence strfcpy() warning in dotlock_deference_symlink()."Kevin McCarthy2021-07-22-2/+2
* Use memccpy() in the strfcpy macro if it's available.Kevin McCarthy2021-07-22-1/+8
* Fix typo in comment and function name: deference -> dereference.Vincent Lefevre2021-07-22-5/+5
* Silence strfcpy() warning in dotlock_deference_symlink().Kevin McCarthy2021-07-21-2/+2
* Remove snprintf and vsnprintf configure checks.Kevin McCarthy2021-01-14-4/+0
* Revert "Fixes unchecked return from link() in dotlock.c"Kevin McCarthy2019-12-18-3/+2
* Fixes unchecked return from link() in dotlock.cDavid Champion2019-11-13-2/+3
* Generate version string during make not configureAaron Schrab2019-04-11-0/+1
* Clean up formatting.Kevin McCarthy2019-01-04-1/+2
* Clean up code indentation.Kevin McCarthy2019-01-04-18/+18
* Remove trailing whitespace.Kevin McCarthy2018-12-31-80/+80
* Backout inlining of MUTT_VERSION in 42fee7585fae.Kevin McCarthy2016-11-17-1/+1
* search muttrc file according to XDG Base Specification (closes #3207)Damien Riegel2016-11-13-1/+1
* Extra information in mutt version string, redux.David Champion2011-03-07-1/+1
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* Use limits.h for PATH_MAX instead of posix1_lim.h (closes #2525)Brendan Cully2007-08-28-1/+1
* remove a double inclusion of config.hDan Fandrich2007-06-27-1/+0
* Fix #2710, of-by-one in dotlock.c.Thomas Roessler2007-01-26-1/+1
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-2/+2
* Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler2001-01-08-1/+1
* The FSF apparently has moved.Thomas Roessler2000-03-03-1/+1
* Locking fix.Thomas Roessler2000-01-24-11/+15
* Update copyright notices for unstable.Thomas Roessler2000-01-06-2/+2
* indentation noise.Thomas Roessler1999-11-18-4/+4
* Remove a superfluous label.Thomas Roessler1999-09-02-2/+0
* Remove a couple of NFS-related hacks which seem to be unnecessary.Thomas Roessler1999-08-23-24/+2
* Commit remaining changes.Thomas Roessler1999-08-15-10/+8
* Really fix $save_empty, even when the dotlocking code is compiledThomas Roessler1999-08-15-192/+176
* Fix $save_empty.Thomas Roessler1999-08-04-24/+96
* Impose a hard limit on dotlock attempts.Thomas Roessler1999-07-26-7/+10
* Get rid of RCS ids in source files. They are getting in our wayThomas Roessler1999-01-07-1/+0
* Don't use mutt_strsomething in the dotlocking code.Thomas Roessler1998-11-10-1/+1
* Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler1998-11-10-1/+1
* include config.h _before_ checking for HAVE_GETOPT. Noted by ScottThomas Roessler1998-10-27-4/+4
* Change "static char rcsid[]" to "static const char rcsid[]" to makeThomas Roessler1998-10-15-1/+1
* Various build fixes.Thomas Roessler1998-10-14-0/+4
* Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler1998-10-13-0/+1
* CVS branch clean-up.Thomas Roessler1998-08-25-0/+714