Fix blind list alias expansion
[mmh] / uip / aliasbr.c
2018-11-18 David LevineFix blind list alias expansion
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2016-03-25 m@mmmmarascio.xyzremove unnecessary casts
2016-03-17 m@mmmmarascio.xyzReplace mh_xmalloc() with mh_xcalloc()
2015-08-27 markus schnalkeDrop register storage class
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-22 markus schnalkeRemoved the DBMPWD (aka. DBM) define. It was per defaul...
2012-03-21 markus schnalkeMinor refactoring.
2012-03-21 markus schnalkeRemoved support for UUCP bang path addresses.
2012-01-30 markus schnalkeAlias: Removed the address group `*', which meant every...
2012-01-28 markus schnalkeFixed path lookup for alias files: ali, send, whatnow.
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2011-12-12 markus schnalkeRemoved the global alias file
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
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-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-01-26 Dan HarklessJust added a comment explaining that akvalue() does...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision