Displaying 3 results from an estimated 3 matches for "kfoo".
Did you mean:
foo
2024 Oct 16
1
SIGSEGV in rbtree_find_less_equal
...foo.com. is an occluded name and this situation is purely
hypothetical).
I used the attached zone file along with the following commands to
generate a zone file to The input I used to generate:
ldns-keygen -a 13 -k foo.com
dnssec-signzone -3 AA61D5A398769C09 -H 0 -S -A -z -o foo.com.
foo.com.zone Kfoo.com.+013+58636
Doesn't get me the exact the same thing, but good enough to get the
same segfault.
- Jeroen
On Wed, 2024-10-09 at 13:53 +0200, Jeroen Koekkoek via nsd-users wrote:
> Hi Chris,
>
> I can reproduce with your zone. Thanks!
>
> Best,
> Jeroen
>
>
>...
2015 Dec 28
3
synonym expansion for boolean prefixes.
...bar or tag:fub, depending on
some kind of configuration.
Please CC me on any replies, I'm not subscribed to the list.
######################################################################
import xapian
db=xapian.WritableDatabase("db",xapian.DB_CREATE_OR_OPEN)
db.add_synonym("Kfoo","Kbar")
db.commit();
qp = xapian.QueryParser()
qp.set_database(db);
# replacing add_prefix with add_boolean_prefix stops synonym expansion, tested with 1.2.21
qp.add_prefix("tag","K")
query=qp.parse_query("tag:foo",xapian.QueryParser.FLAG_AUTO_SYNO...
2024 Oct 09
1
SIGSEGV in rbtree_find_less_equal
Hi Chris,
I can reproduce with your zone. Thanks!
Best,
Jeroen
On Tue, 2024-10-08 at 14:07 +0000, Chris LaVallee wrote:
>
> Hi Jeroen,
>
>
> Attached is the zone I used. Did you add the record for a.bar ?
>
>
> Ex:
>
>
> a.bar ? 300 ? ? IN ?NS ? ? ?ns.somewhere.net.
>
>
> Chris
>
>
>
>
>
>
>
>
>
>
>