search for: start_key

Displaying 3 results from an estimated 3 matches for "start_key".

2014 Jan 29
2
[Bug 890] New: Bug in ulogd_filter_IP2BIN
...the issue (attachment too): --- ulogd-2.0.3.orig/filter/ulogd_filter_IP2BIN.c 2013-06-18 16:52:50.269920891 -0400 +++ ulogd-2.0.3/filter/ulogd_filter_IP2BIN.c 2014-01-29 10:49:37.641807142 -0500 @@ -205,7 +205,7 @@ int fret; /* Iter on all addr fields */ - for(i = START_KEY; i < MAX_KEY; i++) { + for(i = START_KEY; i <= MAX_KEY; i++) { if (pp_is_valid(inp, i)) { fret = ip2bin(inp, i, i-START_KEY); if (fret != ULOGD_IRET_OK) -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?t...
2009 Mar 23
0
regpatch problem ?
...not used, so regpatch defaults to local registry, wich doesn't exists, as i'm using regpatch standalone What about something like that ? if (remote) { h = reg_common_open_remote (remote, ev_ctx, cmdline_lp_ctx, cmdline_credentials); + } else if (file != NULL) { + start_key = reg_common_open_file(file, ev_ctx, cmdline_lp_ctx, cmdline_credentials); } else { h = reg_common_open_local (cmdline_credentials, ev_ctx, cmdline_lp_ctx); } But the problem is that start_key is a reg_key struct, and reg_diff_apply needs a reg_context struct, so start_key has t...
2011 May 14
3
regpatch writing to local registry hive with -F not working (registery-utils 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1)
Hi, I was hoping I could modify a locally mounted registry hive using regpatch and a .reg file but the -F argument seems to have no function. (Strace shows it ignores it and just operates on /var/lib/samba/private/hklm.ldb) Below is output with debug on. rfm6 at ubuntuSSDx64:cp /mnt/xp/WINDOWS/system32/config/software /tmp/software rfm6 at ubuntuSSDx64:/tmp/config$ sudo regpatch -d=10 -F