Activity for Bernd Eckenfels

  • Bernd Eckenfels Bernd Eckenfels committed [07bade] on Code

    README: Mention Weblate translation server and new languages

  • Bernd Eckenfels Bernd Eckenfels committed [fc30ca] on Code

    Translated using Weblate (Catalan)

  • Bernd Eckenfels Bernd Eckenfels committed [71964f] on Code

    Added translation using Weblate (Catalan)

  • Bernd Eckenfels Bernd Eckenfels committed [cdbb41] on Code

    Translated using Weblate (Japanese)

  • Bernd Eckenfels Bernd Eckenfels committed [b13157] on Code

    Translated using Weblate (German)

  • Bernd Eckenfels Bernd Eckenfels committed [d7c736] on Code

    Update translation files

  • Bernd Eckenfels Bernd Eckenfels committed [fc3a13] on Code

    po: Update Georgian translation

  • Bernd Eckenfels Bernd Eckenfels committed [d17320] on Code

    Revert 55c95c0

  • Bernd Eckenfels Bernd Eckenfels committed [33a61d] on Code

    Merge translation updates from Debian.

  • Bernd Eckenfels Bernd Eckenfels committed [f7a6ec] on Code

    Change interface name length overflow to warning.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on merge request #14

    yes also an good option. i cant imagine some scripts using that value, so a illegal character should not break it. so i agree, we just print ?? for the digits we know we did not get info,

  • Bernd Eckenfels Bernd Eckenfels posted a comment on merge request #14

    can you compare it to ip link as well please? (yes we can lowecase it as well) - i wonder if we should orint the address truncated instead of 0 filled, then its less confusing

  • Bernd Eckenfels Bernd Eckenfels updated merge request #11

    Make netstat host name truncations obvious

  • Bernd Eckenfels Bernd Eckenfels posted a comment on merge request #11

    one option would be to use only ".." as its not legal in addresses or hostnames and only wastes 2 char..

  • Bernd Eckenfels Bernd Eckenfels posted a comment on merge request #11

    sorry for commenting so late i am not sure about this, since it will lose 4 characters, people should use the text only for informational purpose and when rhey need details use the -W flag. we could consider printing a warning but then again rhat might be annoying and/or break scripts. so i am inclined to change nothing, however i have here a code simplification (and it also truncates overly long service names) https://github.com/ecki/net-tools/commit/5ed46d54370af613f14e52428e7815a4ae69b8c2

  • Bernd Eckenfels Bernd Eckenfels updated merge request #13

    netstat(8) treat ipx port numbers in host byte order (fixing display on little-endian systems)

  • Bernd Eckenfels Bernd Eckenfels posted a comment on merge request #13

    thanks for the patch, merged now

  • Bernd Eckenfels Bernd Eckenfels updated merge request #13

    netstat(8) treat ipx port numbers in host byte order (fixing display on little-endian systems)

  • Bernd Eckenfels Bernd Eckenfels posted a comment on merge request #14

    thanks for the ptch and sorry I somehow missed it (did not even know SF has merge requests :), do you happen to have ib hardware? can you post the output before and after the patch? what i am wondering, is the kernel still claiming its address type ether? or can we maybe format this with thr more usuak 0000:0000.. quad format based on the address type?

  • Bernd Eckenfels Bernd Eckenfels updated merge request #15

    Fix sprintf that should be snprintf

  • Bernd Eckenfels Bernd Eckenfels posted a comment on merge request #15

    thanks, no idea how that got lost :)thanks!

  • Bernd Eckenfels Bernd Eckenfels modified ticket #48

    ifconfig buffer overflow in ax25 and netrom

  • Bernd Eckenfels Bernd Eckenfels modified ticket #48

    ifconfig buffer overflow (net-tools 3.14-alpha)

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #48

    I fixed the buffer sizes for NETROM_print and AX25_print in the master branch (with some additional hardening using snprintf) Would be good Bernd and Bernard if you can test it. I am not sure how to deal with longer callsigns, but at least they wont crash it.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #48

    I dont think we Need Futter help, the bug is unzerstood and easy to fix, I think it is even found in more places, so it takes a good come through the source to fix all places. If you want you can help with that, specifically looking at the smaller stack buffers in various functions.other than that I just had no time to code it up myself, a GitHub PR can speed this up a bit.Gruß,Bernd-- https://bernd.eckenfels.net Von: bugs@net-tools.p.re.sourceforge.net <bugs@net-tools.p.re.sourceforge.net> im Auftrag...

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #47

    is there anything needed to trigger a translation lr ill you monitor upstream automatically? i think i will do the next release without major structural changes but after that i remove the i10n dirs for manoages when you deal with distributions, they might have their own copies (for example hostname)

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #48

    thanks for the files Bernard, do all 3 stations crash? i would agree woth Martin, its not q optimizer problem, but those optimisations are know to chqmge the packing qnd therefore can trigger crashes more easily. but fixing the overflow should be enough to avoid it.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #48

    thanks for debugging, will make sure that buffer cant overflow in the future. can you maybe add your /proc/net/ax25 file for testing (not sure that actually works without ioctl, but at least i can validate the kernel version view)

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #51

    it is now fixed by debian in bug#1106147 in dsa-5923-2

  • Bernd Eckenfels Bernd Eckenfels modified ticket #51

    ifconfig can no logner collect stats for RX/TX packets by Linux kernel 6.6 or later

  • Bernd Eckenfels Bernd Eckenfels modified ticket #51

    ifconfig can no logner collect stats for RX/TX packets by Linux kernel 6.6 or later

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #51

    yes and no, net-tools is obsoleted by iproute2 and retired. however the function you mention normally works. i suspect that debian and ubuntu backported a (broken) security fix and forgot to add the regression fix commit https://sourceforge.net/p/net-tools/code/ci/ddb0e375fb9ca95bb69335540b85bbdaa2714348/ if you can report it thrm to them that would be fine, otherwise i can try to do so. you can also tell them they missed more of the security fix commits.

  • Bernd Eckenfels Bernd Eckenfels committed [c74c0c] on Code

    Update ifconfig.c: describe internal error condition

  • Bernd Eckenfels Bernd Eckenfels committed [f990eb] on Code

    Prevent null pointer dereference in ifconfig.c

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #48

    i dont think it works without strlen the first part can be up to 6, in the example from Bernard it is only 5. we could exit the loop and use i instead of strlen, though.

  • Bernd Eckenfels Bernd Eckenfels committed [9ee124] on Code

    po: Add Georgian translation

  • Bernd Eckenfels Bernd Eckenfels committed [a54a5d] on Code

    slattach: Support tty speeds 230400 to 4000000.

  • Bernd Eckenfels Bernd Eckenfels committed [6bf587] on Code

    statistics: Show recvbuf/sendbuf errors for IPv6+UDP.

  • Bernd Eckenfels Bernd Eckenfels committed [852296] on Code

    statistics: Add checksum errors for UDP.

  • Bernd Eckenfels Bernd Eckenfels committed [840707] on Code

    fix minor miss in route man (fr_FR)

  • Bernd Eckenfels Bernd Eckenfels committed [92345d] on Code

    fix typos in netstat man (de_DE)

  • Bernd Eckenfels Bernd Eckenfels committed [dbbf45] on Code

    fix decoding of MII vendor ids

  • Bernd Eckenfels Bernd Eckenfels modified a comment on ticket #48

    looks like the snprintf in ax should be easy tonfund with your contributed info, 2ill let you know. is that some malicious host or just regilsr enabled kernel? has it aftually such hardware? maybe you can share the related proc files, meanwhile? thanks ait for reporting!

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #48

    looks like the snprintf in ax should be easy tonfund with your contributed info, 2ill let you know. is that some malicious host or just regilsr enabled kernel? has it aftually such hardware? maybe you can share the related proc files, meanwhile? thanks ait for reporting - whats the 3.14 refering to?

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #47

    hello Helge, we are not doing translations ourself, we just merged request from helpful contributors. how they do the translation or corrections I am not sure. They might have used po4a before. They can always run the tool themself. but if you think we can aid that process with an addition to the makefile, i am all for it. i will merge such a patch (i am just not planning to read up on this translation tool. keep in mind net-tools is mostly obsolete these days.) but i think that was not the point...

  • Bernd Eckenfels Bernd Eckenfels modified a comment on ticket #47

    while searching around looks like old init ecripts used the file to prepopulate arp tables, not sure of this is a good thing but since RH issued an errata for it... https://bugzilla.redhat.com/show_bug.cgi?id=696788 (but thats very old rhel6)

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #47

    while seqrching around looks like old init ecripts used the file to prepopulate arp tables, not sure of this is a good thing but since RH issued an errata for it... https://bugzilla.redhat.com/show_bug.cgi?id=696788 (but thats very old rhel6)

  • Bernd Eckenfels Bernd Eckenfels modified a comment on ticket #47

    yes good point (just changed my domment). i am not sure but i thought wireshark, tcpdump (ibm manpage says so, linux manpage does not) and arpd also use it.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #47

    just to mention another conflict, the hostname package has its own manpage, its a fork of net-tools.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #47

    yes good point (just chsnged my domment)

  • Bernd Eckenfels Bernd Eckenfels modified a comment on ticket #47

    oh just a comment, given that sooner or later net-tools is optional package it makes sense to move some of tne more generic manpages out of it. i dont know where they would go, is the manpwges project used for those base pages? in that case ether(5) feel free to adopt them, i would then delete all languages from this package. however the tools specific pages should remain. This is asuming other tools besides arp(8) would use the file, not really sure about that. they should then be added as links...

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #47

    oh just a comment, given that sooner or later net-tools is optional package it makes sense to move some of tne more generic manpages out of it. i dont know where they would go, is the manpwges project used for those base pages? in that case ether(5) feel free to adopt them, i would then delete all languages from this package. however the tools specific pages should remain.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #47

    Hello, I don’t really have a plan or idea about translations. We regularly accept pull requests but have no means to verify or refresh them. If you have a better source in Debian feel free toexclude those files from the package. However i would feel the natural place to keep those contributions would be in the upstream project. So if you have a fixed ether.5 please send the patch. same is probably true for adding po4a (but i dont know what it is and what it is used for) Gruss Bernd

  • Bernd Eckenfels Bernd Eckenfels modified a comment on ticket #46

    I maintain a clone of it on GitHub here: https://github.com/ecki/net-tools

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #46

    For a new and active project I would probably change it, but in this maintenance mode i would not expect much discussions and dont want to split the communication. we do accept PR and issues on github (and i pushed the missing commits).

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #46

    </div><div><div> <div dir="ltr">Hello,</div><div dir="ltr"><br></div><div dir="ltr">I maintain a clone of it o GitHub here:&nbsp;<a rel="noreferrer noopener" href="https://github.com/ecki/net-tools">https://github.com/ecki/net-tools</a></div><div dir="ltr"><br></div><div dir="ltr">Gruss</div><div dir="ltr">Bernd</div><div id="ms-outlook-mobile-signature"><div style="direction:ltr">-- </div><div style="direction:ltr">http://bernd.eckenfels.net</div></div> </div> Von: bugs@net-tools.p.re.sourceforge.net...

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #45

    </div><div><div> <div dir="ltr"><span style="caret-color:rgb(0, 0, 0);background-color:rgb(255, 255, 255);display:inline !important">Can’t remember I think I was inspired by BSD tools but not sure. I would agree to change pointtopoint, because PROMISC might be more security critical (even when the linked patch modified it from M to P …)</span><br></div> <div id="ms-outlook-mobile-signature"><div><br></div><div>Gruss</div><div dir="ltr">Bernd</div><div style="direction:ltr">-- </div><div style="direction:ltr">http://bernd.eckenfels.net</div></div>...

  • Bernd Eckenfels Bernd Eckenfels committed [28bcb2]

    Fix typo in french man

  • Bernd Eckenfels Bernd Eckenfels posted a comment on merge request #3

    this might be related to this github issue and a gentoo patch (for musl?) https://github.com/ecki/net-tools/issues/14

  • Bernd Eckenfels Bernd Eckenfels created a blog post

    net-tools 2.10 released

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #28

    hm, I am not sure if we need many sort options, however sorting by metric/prefixlength to find the most applicable route seems to be an good additional criteria.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion jTDS Developer

    you have to change the default in the source, it is 100 and cant be changed as a URL parameter. You can limit it on the statement, possibly your Pool implementation can be configured to set that on the new statements. https://github.com/seeburger-ag/jTDS/blob/jTDS_1.3_(stable)-seeburger/src/main/net/sourceforge/jtds/jdbc/JtdsStatement.java#L87

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion Open Discussion

    unfortunatelly yes since the default is no (you may of course recompile this)

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion Open Discussion

    ... and if you specify the correct port you dont need to specify the instance name, it just slows down resolving and need the SQL Browser service which is no longer available by default.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion Open Discussion

    the 1.3.1 versions on maven central ave the XA emulation code working, not sure about the native/full XA support (but if you need that most likely the MS driver is better anyway)

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion Open Discussion

    Why would you want to use any version older than 1.3.1? Anyway, the Kerberos readme was added in 2.x and since this is not yet available it was backported to 1.3.x here: https://sourceforge.net/p/jtds/code/1236/ which is not included in 1.3.0

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion jTDS Developer

    David, I would not expect any upstream (here) releases anymore, it has been silent for years. There are a few forks/local builds where you get (some) patches, but I think all of them are basically on the 1.3.1 version. Having said that, this version does work for me for later SQL servers. So did you actually try it and are you sure you need a new release? (besides not beeng able to use later features of cause).

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #10

    Ah yes you are probably right comm is the beter source for this case. I think there have been some discussion around that before (which I cannot find) regarding possible argv[0] changes of running programs as well as symlinks. Did you notice any changed names with your patch besides the one in question here? But as long as we do not want to try to pass the cmdline correctly (which I guess is not even possible as the quotes are not preserved) switching to comm would be better (I guess I would root...

  • Bernd Eckenfels Bernd Eckenfels committed [0eebec]

    Spell checking for German netstat manpage (#9)

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion jTDS Developer

    I have a fork of jtds, if you want to submit a pull request against it, I will integrate it. We still use jtds for better performance (however I am not sure how long) https://github.com/seeburger-ag/jtds feel free to expore the 1.3-seeburger branch which has some parches which float around alrrady integrated.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion jTDS Developer

    BTW I think its not a good idea to open TDS connections from a mobile app to a database,...

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion jTDS Developer

    Check your port setting in the sql server configuration tool. It is unlikely that...

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion jTDS Developer

    Can you tell us which of the 3 ERRORx cases your error is? You should also use e.toString()...

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #34

    Thanks Christopher for the note, the file is already the latest version in Git since...

  • Bernd Eckenfels Bernd Eckenfels modified ticket #34

    COPYING is obsolete

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #14

    Fixed with https://sourceforge.net/p/net-tools/code/ci/452f8e2e9087cc064afc71d38df61300557a7fb2/...

  • Bernd Eckenfels Bernd Eckenfels modified ticket #14

    hostname -s fails on resolver problems / inconsitent with debian

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion jTDS Developer

    Hard to say without any error message or other diagnostics, but I strongly suspect...

  • Bernd Eckenfels Bernd Eckenfels committed [adf6f5]

    netstat: unrecognized option -> non-zero exit code

  • Bernd Eckenfels Bernd Eckenfels created ticket #30

    Rename all references to axattach to kissattach.

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #27

    I mirror the repo on github.com/ecki/net-tools, and it is up-to-date (now) on commit...

  • Bernd Eckenfels Bernd Eckenfels modified ticket #27

    Update git mirror

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #25

    It sure qualifies. I am not sure if the distributions would be particular happy,...

  • Bernd Eckenfels Bernd Eckenfels modified ticket #25

    no new release for long time

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion jTDS Developer

    The instanceName is only used for looking up the port with the help of the SQL Browser...

  • Bernd Eckenfels Bernd Eckenfels posted a comment on discussion jTDS Developer

    You need to forward the connection to the instance port. You can see that in the...

  • Bernd Eckenfels Bernd Eckenfels modified ticket #23

    route: bluetooth support is not documented and does not work

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #23

    Merged: 34ea18c netstat: Fix short options for --l2cap and --rfcomm 2246c64 pathnames:...

  • Bernd Eckenfels Bernd Eckenfels committed [6b7923]

    Thanks: Lubomir

  • Bernd Eckenfels Bernd Eckenfels committed [2246c6]

    pathnames: Bluetooth stuff is now in debugfs

  • Bernd Eckenfels Bernd Eckenfels committed [b2a5d5]

    man: Document Bluetooth options

  • Bernd Eckenfels Bernd Eckenfels committed [34ea18]

    netstat: Fix short options for --l2cap and --rf...

  • Bernd Eckenfels Bernd Eckenfels committed [1fbf05]

    netstat.8: bump date

  • Bernd Eckenfels Bernd Eckenfels created ticket #23

    route: bluetooth support is not documented and does not work

  • Bernd Eckenfels Bernd Eckenfels committed [80ac2b]

    First version of a contributors acknowledgement...

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #22

    (NB: i chose to fail the operation as this was the intended old behaviour (the problem...

  • Bernd Eckenfels Bernd Eckenfels modified ticket #22

    route(8) fails to add rules in some cases but returns non-error (0).

  • Bernd Eckenfels Bernd Eckenfels posted a comment on ticket #22

    Thanks Conrad, a bugfix [d621c2] is commited to the master.

  • Bernd Eckenfels Bernd Eckenfels committed [d621c2]

    [Bug#22] Return non-zero exit code if route arg...

1 >
MongoDB Logo MongoDB