]> diplodocus.org Git - nmh/history - uip/popsbr.c
Added context_find_prefix().
[nmh] / uip / popsbr.c
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