]> diplodocus.org Git - nmh/history - uip/popsbr.c
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / uip / popsbr.c
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-10-24 Ralph CorderoyUse LEN() to save having to consider the -1.
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-21 Ralph CorderoyFix warnings caused by recent edits; don't mix declara...
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ken HornsteinRototill credentials code so that we only prompt for...
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 Ken HornsteinDon't output snoop information when doing RETR or TOP.
2016-09-23 Ken HornsteinSwitch decodeBase64() second argument to an unsigned...
2016-09-23 Ken HornsteinForgot to reset the snoop callback one time.
2016-09-23 Ken HornsteinFix some typos and warnings.
2016-09-22 Ken HornsteinAdd error reporting for one case, and move around the...
2016-09-22 Ken HornsteinI had forgotten that nesec_set_tls() has to be called...
2016-09-22 Ken HornsteinAlright, things compile now, but don't link yet; need...
2016-09-21 Ken HornsteinAdd support for a base64-decoding snoop callback.
2016-09-21 Ken HornsteinGarbage-collect all of this unused code.
2016-09-21 Ken HornsteinWe have OAauth working! But the tests don't work yet.
2016-09-21 Ken HornsteinShuffle some stuff around, change some prototypes,...
2016-09-20 Ken HornsteinMaybe ... it works? Sort of! Needs more testing,...
2016-09-19 Ken HornsteinMore work, but not there just yet.
2016-09-19 Ken HornsteinOkay, we're finally getting to implementation stage...
2016-09-09 Ken HornsteinCloser, but not there yet.
2016-09-08 Ken HornsteinStarted ... not quite working yet.
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-13 David LevineMerge branch 'master' into xoauth
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-12-06 Eric GillespieTerminate last arg in proxy argv n popsbr.c:parse_proxy().
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-06-10 Ken HornsteinUse variable-size (but in one case, fixed but larger...
2014-04-16 David LevineFixed popsbr.c to look like its nmh 1.5 version, except...
2014-02-02 David LevineRemoved all unnecessary setuid/setgid calls. Using...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-04-01 David LevineAdded const to SSL_METHOD *.
2012-10-24 David LevineCyrus SASL 2.1.25 introduced the sasl_callback_ft proto...
2012-05-07 David LevineFixed some more problems caught by gcc -ansi -pedantic.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-02-17 David LevineAdded a couple of NMH_UNUSED's to suppress warnings...
2012-01-28 David LevineChanged a variable to unsigned and noted an argument...
2010-12-09 Ken HornsteinMassive garbage collection. Remove functionality for...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2007-11-08 Joel ReicherInsert types for args of some function pointers to...
2007-04-29 Peter MaydellChange name of internal function to avoid potential...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-11-06 Peter MaydellFix a compile error if building nmh with --enable-apop.
2005-11-02 Oliver Kiddlefail when kpop connection attempted without KPOP suppor...
2005-05-18 Oliver Kiddlecorrect SASL include file locations
2005-01-27 Oliver KiddleAdded -proxy option to inc and msgchk
2003-09-05 Ken HornsteinMerge in changes from the 1.1 branch.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-07-07 Kimmo SuominenSASL support from Ken Hornstein <kenh@cmf.nrl.navy...
2000-04-16 Shantonu SenChanged some string terminations from NULL to \0.
2000-02-04 Dan Harkless* Applied wesley.craig@umich.edu's KPOP patches. Accor...
2000-01-25 Dan HarklessPut in a prototype for client() to get rid of the ...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-05-13 Dan HarklessUse "#include <errno.h>" instead of "extern int errno...
1999-04-30 Doug MorrisInitial revision