]> diplodocus.org Git - nmh/history - uip/sendsbr.c
getpass.c: Move interface to own file.
[nmh] / uip / sendsbr.c
2017-11-12 Ralph Corderoycpydgst.c: Move interface to own file.
2017-11-12 Ralph Corderoytrimcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoyuprf.c: Move interface to own file.
2017-11-12 Ralph Corderoygetcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoym_convert.c: Move interface to own file.
2017-11-12 Ralph Corderoym_backup.c: Move interface to own file.
2017-11-12 Ralph Corderoyfolder_read.c: Move interface to own file.
2017-11-12 Ralph Corderoyfolder_free.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_find.c: Move interface to own file.
2017-11-12 Ralph Corderoybrkstring.c: Move interface to own file.
2017-11-12 Ralph Corderoypidstatus.c: Move interface to own file.
2017-11-12 Ralph Corderoyarglist.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-02 Ralph CorderoyDon't have `static' of a function definition on its...
2017-11-02 Ralph CorderoyMove the opening brace of a C function to its own line.
2017-11-01 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-09-23 Ralph CorderoyStop failed m_mktemp2() that give directory reporting...
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-18 Ralph CorderoyReplace `_exit(-1)' with `_exit(1)'.
2017-09-12 Ralph Corderoymh_oauth_cred_fn()'s return value no longer needs dupli...
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-09 Ralph CorderoyOnly call fork(2) once, not up to five times on failure.
2017-08-22 Ralph CorderoyReformat else-if that are split over two or more lines...
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-08-09 Ralph CorderoySilence more gcc format-string warnings.
2017-06-01 David LevineFixed double fclose().
2017-05-25 Ralph CorderoyDon't cast lseek(2)'s offset to off_t when it's 0.
2017-05-16 Ralph Corderoysbr/message_id.c: Move duplicate prototypes to new...
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-15 Ralph CorderoyMatch `NORETURN' function prototypes by adding it to...
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-30 Ralph Corderoyfgets() reserves space for the NUL itself.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyPut, rather than print, single characters.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyDeference char pointer to test for empty string instead...
2016-10-16 Ralph CorderoyUse mh_xstrdup() instead of getcpy() for a string constant.
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-24 David LevineRemoved send and post -eai switches. Instead, post...
2016-09-24 David LevineRenamed mhbuild -headerencoding 8bit to utf-8.
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-06 David LevineAdded some NMH_UNUSED's to prevent compile warnings...
2016-09-06 David LevineProtected call of mh_oauth_do_xoauth() with #ifdef...
2016-09-06 David LevineProtected use of setup_oauth_params() with #ifdef OAUTH...
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-09-05 Ken HornsteinFix up a few minor nits to make OAuth2 (finally!) work...
2016-08-21 David LevineCheck result of setup_oauth_params() for != OK instead...
2016-08-21 Ken HornsteinVery close, but it doesn't passes the tests just yet.
2016-08-20 Ken HornsteinRetrieve appropriate profile entries and pass them...
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-07-08 David LevineAdded Envelope-From and Sender support to sendfrom.
2016-07-05 David LevineMoved sendfrom code from contrib into send(1).
2016-07-05 David LevineMoved sendfrom code from contrib into send(1).
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-03-07 Ken HornsteinRearrange all callers of post(8) so that the filename...
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineAdded unregister_for_removal(0) calls to the couple...
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-24 Ken HornsteinSwitch from volatile char * to the more correct char...
2014-01-23 Ken HornsteinTry to suppress warnings from changes (but why is this...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-19 Ken HornsteinAdd support for not outputting any MIME headers when...
2014-01-18 Ken HornsteinBeginning of work to run mhbuild always. A bit more...
2014-01-05 David LevineMoved the functions that implement whatnow attach from
2013-12-22 David Levinefile --mime on OpenBSD returns strings such as "text...
2013-12-22 David LevineWhooops, gcc on OpenBSD noticed a nasty in the last...
2013-12-22 David LevineWith whatnow attach, determine the content MIME type...
2013-12-22 David LevineIncreased size of file command buffer in make_mime_comp...
2013-12-11 David LevineRemoved a bunch of unreachable break statements found by
2013-10-06 David LevineThe Content-Disposition type needs to be "inline" for...
2013-06-30 David LevineRemoved exit() after a longjmp() in uip/sendsbr.c to...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-07 Ken HornsteinMore conversion to argsplit().
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-30 Ken HornsteinMore changes to use argsplit() for helper programs.
2013-01-29 David LevineAdded m_getfld_track_filepos() for callers to indicate...
next