]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/resolve.c
Merge pull request #240 from bkuhls/fix_Get_Error
[ngircd-alex.git] / src / ngircd / resolve.c
2017-09-17 Alexander BartonMerge pull request #240 from bkuhls/fix_Get_Error
2017-09-13 Bernd KuhlsFix Get_error usage
2014-12-10 Alexander BartonChange log message for "Can't resolve address"
2014-12-10 Alexander BartonChange log messages issued for IP address forgeries
2014-03-17 Alexander BartonRe-add #include's for header files of the C file itself
2014-03-17 Alexander BartonUpdate copyright notices of recently changed files
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2013-12-27 Alexander BartonCheck for working getaddrinfo() function
2012-12-25 Alexander BartonAdd some more casts in assert() statemens
2012-12-25 Alexander BartonAdd a cast in ForwardLookup() to fix a gcc warning...
2011-09-07 Alexander BartonOnly close "unrelated" sockets in forked child processes
2011-04-26 Alexander BartonMerge branch 'master' of git://arthur.barton.de/ngircd...
2011-04-26 Alexander BartonDo reverse lookups using the AF of the incoming connection
2011-04-25 Florian Westphalresolve: fix reverse lookups of client connections...
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-10-24 Alexander BartonMake sourcecode compatible with ansi2knr again
2010-07-14 Alexander BartonRemove Proc_Kill(), use timeout to kill child processes generic-proc
2010-07-13 Alexander BartonUse Proc_GenericSignalHandler() as handler for SIGTERM...
2010-07-12 Alexander BartonMake sure signal.h is #include'd when needed
2010-07-11 Alexander BartonRefactor Resolve_Read() into generic Proc_Read() function
2010-07-11 Alexander BartonNew function Conn_GetProcStat()
2010-06-30 Alexander BartonNew function Proc_GenericSignalHandler()
2010-06-30 Alexander BartonRename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit...
2010-06-29 Alexander BartonResolver: Implement signal handler and catch TERM signal
2010-06-29 Alexander BartonNew "module" proc.c/proc.h for generic process handling
2010-04-09 Alexander BartonOnly compile in Get_Error() if really needed
2009-12-30 Alexander BartonReverseLookup(): fix documentation comment
2009-09-11 Florian Westphalresolve.c: fix valgrind 'uninitialized memory' warning
2009-09-11 Alexander BartonFix "implicit conversion shortens 64-bit value" warning
2009-01-09 Florian Westphalremove unneeded LOG_DEBUG when not compiling with DEBUG...
2008-11-19 Alexander BartonNew configuration option "NoIdent" to disable IDENT...
2008-10-19 Alexander BartonFix ForwardLookup(): "ISO C90 forbids specifying subobj...
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-20 Florian WestphalIPv6: Add config options to disabe ipv4/ipv6 support.
2008-02-26 Florian WestphalIPv6 support.
2008-01-02 Florian Westphal[Resolver]: Use dotted-decimal IP address if hostname...
2007-11-25 Florian Westphalinclude <arpa/inet.h> inside tool.h
2006-12-17 Florian Westphaldon't call Resolve_Shutdown() when io_event_create...
2006-08-12 Florian Westphalsimplify Resolve_Read().
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2006-02-08 Florian Westphalremoved Resolve_SUCCESS() Macro and Res_Stat->sucess...
2006-02-08 Florian WestphalMake connid same as connection fd.
2005-09-12 Florian Westphalmerge new resolver code
2005-09-11 Florian WestphalMinimal changes (needed for merging resolver changes)
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.