aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/movemail.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix some minor races in hosts lacking mkostemp.Paul Eggert2013-08-041-14/+3
* File synchronization fixes.Paul Eggert2013-03-131-13/+4
* * movemail.c: Don't grant more read permissions than necessary.Paul Eggert2013-03-121-3/+3
* * movemail.c (main): Call umask on all systems.Paul Eggert2013-03-121-4/+0
* * movemail.c (getenv): Remove decl (unused since 1994).Paul Eggert2013-02-081-1/+0
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-261-15/+3
* | movemail: treat EACCES etc. failures as permanentPaul Eggert2012-11-231-5/+2
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-211-7/+0
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-2/+0
|/
* CommentsGlenn Morris2012-08-101-8/+7
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-091-7/+0
* Refill commentGlenn Morris2012-08-081-6/+5
* CommentsGlenn Morris2012-08-081-4/+4
* Port to Solaris 8.Paul Eggert2012-08-011-2/+2
* * movemail.c: Add missing 'defined'.Paul Eggert2012-07-121-1/+1
* Port 'movemail' again to Solaris and similar hosts.Paul Eggert2012-07-111-19/+21
* Assume strerror.Paul Eggert2012-07-101-22/+0
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-32/+13
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-3/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* * movemail.c (main): Do not use sprintf when its result might not fitPaul Eggert2011-08-281-4/+3
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-2/+0
* * movemail.c: Fix race condition and related bugs (Bug#8836).Paul Eggert2011-06-101-11/+24
* * movemail.c (mail_spool_name): Protoize.Paul Eggert2011-04-161-6/+14
* * movemail.c: Define macros only in needed contexts.Paul Eggert2011-02-211-0/+13
* * movemail.c (popmail): Report fchown failure instead of ignoring it.Paul Eggert2011-02-211-1/+12
* * movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE):Paul Eggert2011-02-211-15/+0
* * movemail.c: Remove unused varsPaul Eggert2011-02-211-5/+0
* * movemail.c (main, pop_retr): Rename locals to avoid shadowing.Paul Eggert2011-02-211-11/+11
* Declare file-scope functions and variables static if not exported.Paul Eggert2011-02-211-7/+7
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23.Glenn Morris2011-01-241-4/+4
|\
| * * movemail.c (main): Use setregid, as setegid is missing on HP-UX (Bug#6811).Chong Yidong2011-01-231-4/+4
* | Check return values of some library calls.Paul Eggert2011-01-221-1/+2
* | Merge from mainline.Paul Eggert2011-01-171-2/+0
|\ \
| * | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\| |
| * | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\|
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| | * Fix permissions handling (CVE-2010-0825).Chong Yidong2010-04-021-26/+19
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/ /
* | Fix compilation warnings.Dan Nicolaescu2010-10-031-4/+3
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-111-6/+6
* | Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu2010-07-241-3/+3
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-8/+2