]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/resolve.c
Wait for DNS reverse lookup (and ident request) before writing results to pipe.
[ngircd-alex.git] / src / ngircd / resolve.c
2005-09-03 Florian WestphalWait for DNS reverse lookup (and ident request) before...
2005-09-02 Florian Westphalfix fd leak (happens on failure of fork() ).
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-28 Florian Westphalchanged RES_STAT buffer to array
2005-07-25 Florian WestphalReverse lookup now checks result by additional forward...
2005-07-24 Florian Westphaladd reverse lookup check
2005-07-07 Florian Westphalcleanup, use new io layer.
2005-05-28 Florian Westphalminor cleanup
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-05 Alexander BartonNew function New_Res_Stat() to initialize RES_STAT...
2004-05-11 Alexander BartonFixed resolver when using IDENT lookups, cleaned up...
2004-03-11 Alexander BartonFixed some warnings of non-gcc-compilers (e. g. origina...
2003-12-27 Alexander BartonAdded optional support for IDENT lookups (configure...
2003-04-21 Alexander BartonFixed up some castings.
2002-12-26 Alexander Barton- replaced a lot of strcpy() calls with strlcpy() which...
2002-12-12 Alexander Barton- new file header format (in english);
2002-06-09 Alexander Barton- Bessere Logging, wenn malloc() fehl schlaegt.
2002-05-30 Alexander Barton- Weitere Anpassungen an pre-ANSI-Compiler.
2002-05-27 Alexander Barton- neues Modul "resolve" begonnen.