ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/reslib.c
Revision 3852 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 13:12:45 2014 UTC (11 years, 2 months ago) by michael
File length: 29615 byte(s)
Diff to previous 3369 , to selected 1256
- reslib.c: style corrections

Revision 3369 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 15:16:02 2014 UTC (11 years, 4 months ago) by michael
File length: 29406 byte(s)
Diff to previous 3322 , to selected 1256
- reslib.c:parse_resvconf(): replaced irccmp with strcasecmp()

Revision 3322 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:11:11 2014 UTC (11 years, 4 months ago) by michael
File length: 29402 byte(s)
Copied from: ircd-hybrid/trunk/src/irc_reslib.c revision 3318
Diff to previous 3297 , to selected 1256
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c

Revision 3297 - (view) (annotate) - [select for diffs]
Modified Fri Apr 11 16:08:55 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_reslib.c
File length: 29410 byte(s)
Diff to previous 2611 , to selected 1256
- Made irc_nscount an unsigned type

Revision 2611 - (view) (annotate) - [select for diffs]
Modified Thu Nov 28 19:20:43 2013 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_reslib.c
File length: 29401 byte(s)
Diff to previous 1592 , to selected 1256
- src/irc_reslib.c: removed advertising clause

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_reslib.c
File length: 29640 byte(s)
Diff to previous 1346 , to selected 1256
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1346 - (view) (annotate) - [select for diffs]
Modified Mon Apr 9 17:35:40 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/irc_reslib.c
File length: 29640 byte(s)
Diff to previous 1325 , to selected 1256
- irc_reslib.c: add localhost as default nameserver in case we cannot find
  a suitable entrie in resolv.conf
- irc_res.c:res_ourserver(): no need to test against INADDR_ANY.
  This is a relict of old BIND versions which added INADDR_ANDY as default
  nameserver if no other servers could be found.

Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/irc_reslib.c
File length: 29692 byte(s)
Diff to previous 1256
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it

Revision 1256 - (view) (annotate) - [selected]
Modified Sun Jan 15 05:58:40 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/irc_reslib.c
File length: 29717 byte(s)
Diff to previous 1156
- irc_res_mkquery(): fixed compile warning with gcc 4.6

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/src/irc_reslib.c
File length: 29759 byte(s)
Diff to previous 1155 , to selected 1256
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/src/irc_reslib.c
File length: 29759 byte(s)
Diff to previous 1123 , to selected 1256
- recreate "trunk"

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/src/irc_reslib.c
File length: 29759 byte(s)
Diff to previous 1029 , to selected 1256
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/src/irc_reslib.c
File length: 29796 byte(s)
Diff to previous 1028 , to selected 1256
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/src/irc_reslib.c
File length: 29796 byte(s)
Diff to previous 1011 , to selected 1256
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_reslib.c
File length: 29796 byte(s)
Diff to previous 998 , to selected 1256
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 998 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 12:43:17 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_reslib.c
File length: 29796 byte(s)
Diff to previous 996 , to selected 1256
- change resolver/auth to use balloc memory pool
- ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise
  recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks
  with a host that needs to be resolved on the very first configuration read.

Revision 996 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:16:29 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_reslib.c
File length: 29798 byte(s)
Diff to previous 995 , to selected 1256
- properly clean out irc_nsaddr_list before re-reading resolv.conf

Revision 995 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:11:14 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_reslib.c
File length: 29742 byte(s)
Diff to previous 993 , to selected 1256
- remove add_local_domain

Revision 993 - (view) (annotate) - [select for diffs]
Modified Thu Aug 20 10:44:18 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_reslib.c
File length: 29854 byte(s)
Diff to previous 912 , to selected 1256
- update irc_reslib.c to latest libbind 6.0

Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_reslib.c
File length: 30131 byte(s)
Diff to previous 708 , to selected 1256
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

Revision 708 - (view) (annotate) - [select for diffs]
Modified Fri Jul 7 08:56:45 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_reslib.c
File length: 30130 byte(s)
Diff to previous 34 , to selected 1256
- Applied nenolod's parse_resvconf() fix

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/irc_reslib.c
File length: 30104 byte(s)
Diff to previous 33 , to selected 1256
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/irc_reslib.c
File length: 30104 byte(s)
Diff to previous 32 , to selected 1256
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/irc_reslib.c
File length: 30104 byte(s)
Diff to previous 31 , to selected 1256
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/irc_reslib.c
File length: 30104 byte(s)
Diff to previous 30 , to selected 1256
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/src/irc_reslib.c
File length: 30154 byte(s)
Diff to selected 1256
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a