[cvs] / netsukuku / src / andns_snsd.c Repository:
ViewVC logotype

Log of /netsukuku/src/andns_snsd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 18 01:27:51 2007 UTC (3 years, 5 months ago) by efphe
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
ntkresolv uses now andns_shared functions. general dbg.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 15 21:19:31 2006 UTC (4 years, 2 months ago) by efphe
Branch: MAIN
Changes since 1.18: +11 -11 lines
Diff to previous 1.18
SNSD recursion works.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 15 20:55:48 2006 UTC (4 years, 2 months ago) by efphe
Branch: MAIN
Changes since 1.17: +47 -26 lines
Diff to previous 1.17
Recursion for SNSD queries is implemented.
Need to debug.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 15 00:00:12 2006 UTC (4 years, 2 months ago) by efphe
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
A very stupidissimus bug.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 12 23:05:01 2006 UTC (4 years, 2 months ago) by efphe
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Implemented hex_str->u_int_hash.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 11 17:41:09 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.14: +14 -5 lines
Diff to previous 1.14
gol. You can ask to ntk-resolv to make a recursive query.
It works, now, only for Global Query and it has to be implemented for
snsd queries. ntk-resolv.pod updated. RFC 006 updated.
The problem is: How to print the HashName on STDOUT?

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 11 14:54:38 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.13: +5 -4 lines
Diff to previous 1.13
Debugging....

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 10 22:32:03 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.12: +5 -2 lines
Diff to previous 1.12
Adding protocol info to answers when the query is a global SNSD query.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 10 22:02:49 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 10 20:56:33 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.10: +8 -2 lines
Diff to previous 1.10
debugging...

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 7 21:47:25 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.9: +55 -0 lines
Diff to previous 1.9
That's one small step for a man, one giant bug for Ntk.
SNSD Global (and Holy) Query is implemented, but totally not tested.
Also ntk-resolv is ready to formule the new query.
So, let me pray.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 1 12:30:24 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.8: +3 -0 lines
Diff to previous 1.8
* Check for active ntkd processes. Use a pid file in /var/run/
* various fixes

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 31 05:48:37 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7
- functions added:
	* str_to_snsd_service()
	* snsd_proto_to_str()
	* snsd_service_to_str()
- PACKET compression now works
- code cleaned
- test results:
	* snsd service registration	 WORKS
	* andna reverse ip resolution 	 WORKS
	* andna normal resolution 	 WORKS
	* andna snsd resolution		 UNTESTED

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 27 18:17:27 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
ntk-dig is not completely tested, but seems to work ;)

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 9 21:22:58 2006 UTC (4 years, 4 months ago) by efphe
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
updating resolving functions to snsd.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 9 20:28:22 2006 UTC (4 years, 4 months ago) by efphe
Branch: MAIN
Changes since 1.4: +47 -30 lines
Diff to previous 1.4
andns_snsd `first' end :)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 6 22:47:34 2006 UTC (4 years, 4 months ago) by efphe
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 5 10:31:28 2006 UTC (4 years, 4 months ago) by alpt
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
include errors solved

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 5 08:29:01 2006 UTC (4 years, 4 months ago) by efphe
Branch: MAIN
Changes since 1.1: +16 -13 lines
Diff to previous 1.1

Building andns_snsd.
andns_init() now takes a family argument.
andna.c updated.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 4 08:01:13 2006 UTC (4 years, 4 months ago) by efphe
Branch: MAIN
- Andns and SNSD
- Renaming some file

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

alpt (at) freaknet (dot) org
ViewVC Help
Powered by ViewVC 1.1-dev