search for: intra2net

Displaying 20 results from an estimated 72 matches for "intra2net".

2015 Sep 25
24
[Bug 2472] New: Add support to load additional certificates
...Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh-agent Assignee: unassigned-bugs at mindrot.org Reporter: thomas.jarosch at intra2net.com Created attachment 2715 --> https://bugzilla.mindrot.org/attachment.cgi?id=2715&action=edit Patch part 1/3 Add support to load additional certificates for already loaded private keys. Useful if the private key is on a PKCS#11 hardware token. The private keys inside ssh-agent are now...
2006 Feb 09
1
[Bug 445] ipt_account reports: sleeping function called from invalid context at mm/slab.c:2063
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=445 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|laforge@netfilter.org |opensource@intra2net.com ------- Additional Comments From laforge@netfilter.org 2006-02-09 15:38 MET ------- ipt_account is not part of netfilter/iptables and was never distributed with the mainline kernel. It's a contributed extension. I've reassigned it to intra2net. -- Configure bugmail: https://bug...
2019 May 02
2
username map with “security = ads”
-<| Quoting Rowland Penny via samba <rpenny at samba.org>, on Thursday, 2019-05-02 01:12:41 PM |>- > On Thu, 2 May 2019 13:34:01 +0200 > Philipp Gesang <philipp.gesang at intra2net.com> wrote: > > > Hi Rowland, > > > > > > > > Now our use case requires for the machine to be joined but also > > > > grant access to shares to local users. > > > > > > Not going to happen, because your local users will be un...
2008 Jul 02
2
[patch] Small compile fix for 2.2.2
Hello together, attached is a small compile fix for nut 2.2.2, again it's my friend "struct timeval" which was undefined without the #include statement. Cheers, Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: nut-fix-compile.patch Type: text/x-diff Size: 318 bytes Desc: not available Url :
2011 Aug 27
1
[PATCH 2/3] Fix use of uninitialized variable
Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- drivers/mge-utalk.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mge-utalk.c b/drivers/mge-utalk.c index c6114c7..616e2ad 100644 --- a/drivers/mge-utalk.c +++ b/drivers/mge-utalk.c @@ -465,7 +465,8 @@ void upsdrv_shutdown(void) { char buf[BUFFLE...
2011 Aug 27
1
[PATCH 3/3] Fix pointer check on wrong variable
Credit goess to "cppcheck" Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- drivers/usb-common.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb-common.c b/drivers/usb-common.c index e51f3cf..e459872 100644 --- a/drivers/usb-common.c +++ b/drivers/usb-common.c @@ -116,7 +116,7 @@ int USBNewExactMatcher(USBDeviceMatcher_t *...
2011 Aug 27
1
[PATCH 1/3] Fix file descriptor leak
Credit goes to "cppcheck" Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- common/common.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/common/common.c b/common/common.c index f443cb7..e8004d7 100644 --- a/common/common.c +++ b/common/common.c @@ -244,6 +244,7 @@ int sendsignalfn(const char *pidfn, int sig) if (fgets(buf, s...
2011 Oct 14
2
[PATCH] Fix logic error in rhino driver
The if() statement always evaluated to true. Detected by "cppcheck", not tested on real hardware. Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- drivers/rhino.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rhino.c b/drivers/rhino.c index ca66169..e478bcb 100644 --- a/drivers/rhino.c +++ b/drivers/rhino.c @@ -187,7 +187,7 @@ AutonomyCalc( int ia ) /* all models */ { currin = ( Uti...
2019 May 02
3
username map with “security = ads”
Hi Rowland, thanks for the quick response! -<| Quoting Rowland Penny via samba <rpenny at samba.org>, on Thursday, 2019-05-02 11:41:15 AM |>- > On Thu, 2 May 2019 11:59:45 +0200 > Philipp Gesang via samba <samba at lists.samba.org> wrote: > > > Hey guys, > > > > on a machine with the role “member server”, joining AD requires > > setting
2017 Mar 07
6
[Bug 2691] New: Add ability to disable escape char forward menu
...Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Linux Status: NEW Severity: security Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: thomas.jarosch at intra2net.com Created attachment 2955 --> https://bugzilla.mindrot.org/attachment.cgi?id=2955&action=edit Patch to make escape char forward menu optional Hello, attached patch adds the ability to disable the escape char based forward menu. People in support departments routinely ssh into remote...
2018 Jan 05
11
[Bug 2817] New: Add support for PKCS#11 URIs (RFC 7512)
https://bugzilla.mindrot.org/show_bug.cgi?id=2817 Bug ID: 2817 Summary: Add support for PKCS#11 URIs (RFC 7512) Product: Portable OpenSSH Version: 7.6p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Smartcard Assignee: unassigned-bugs at
2015 Jul 26
2
[PATCH] ssh-agent: Add support to load additional certificates
...ode might have redirected ("wrap") the RSA functions to a hardware token. We don't want to mess with those internals. Tested with an OpenGPG card. Patch developed against 6.9p and applies to original 6.9, too. Please CC: comments. Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> diff -u -r -p openssh-6.9p1/ssh-add.1 openssh.cert_shadow/ssh-add.1 --- openssh-6.9p1/ssh-add.1 2015-07-01 04:35:31.000000000 +0200 +++ openssh.cert_shadow/ssh-add.1 2015-07-26 16:02:14.119312097 +0200 @@ -122,6 +122,10 @@ Remove keys provided by the PKCS#11 shar .It Fl k When loading ke...
2020 Oct 06
0
[Announce] Samba 4.11.14 Available for Download
...the Samba 4.11 release series. Please note that there will be *security releases only* beyond this point. Changes since 4.11.13 --------------------- o G?nther Deschner <gd at samba.org> * BUG 14166: lib/util: Do not install /usr/bin/test_util. o Philipp Gesang <philipp.gesang at intra2net.com> * BUG 14490: smbd: don't log success as error. o Volker Lendecke <vl at samba.org> * BUG 14465: idmap_ad does not deal properly with a RFC4511 section 4.4.1 response. o Laurent Menase <laurent.menase at hpe.com> * BUG 14388: winbind: Fix a memleak. o Stef...
2019 May 02
0
username map with “security = ads”
On Thu, 2 May 2019 13:34:01 +0200 Philipp Gesang <philipp.gesang at intra2net.com> wrote: > Hi Rowland, > > > > > Now our use case requires for the machine to be joined but also > > > grant access to shares to local users. > > > > Not going to happen, because your local users will be unknown to the > > domain. > &...
2019 May 02
0
username map with “security = ads”
On Thu, 2 May 2019 14:27:32 +0200 Philipp Gesang <philipp.gesang at intra2net.com> wrote: > with > > server role = member server > security = user The 'security = user' overrides the 'server role = member server' It is a 'standalone server' What is more, unless you have changed the workgroup, you now have a 'workgroup' an...
2020 Oct 06
0
[Announce] Samba 4.11.14 Available for Download
...the Samba 4.11 release series. Please note that there will be *security releases only* beyond this point. Changes since 4.11.13 --------------------- o G?nther Deschner <gd at samba.org> * BUG 14166: lib/util: Do not install /usr/bin/test_util. o Philipp Gesang <philipp.gesang at intra2net.com> * BUG 14490: smbd: don't log success as error. o Volker Lendecke <vl at samba.org> * BUG 14465: idmap_ad does not deal properly with a RFC4511 section 4.4.1 response. o Laurent Menase <laurent.menase at hpe.com> * BUG 14388: winbind: Fix a memleak. o Stef...
2008 Jul 02
1
libupsclient.so packaging
Hello together, after upgrading from nut 2.2.1 to nut 2.2.2, I noticed there's a (new?) libupsclient.so library. On my Redhat based system, f.e. the "upsc" binary links against it and is unhappy as the library is not included in the current RPM file. If you look at the .spec file for Redhat, the libupsclient.* stuff is included in the "nut-devel" package only. The SuSE
2017 Aug 31
0
[Announce] Samba 4.5.13 Available for Download
...() chdir() to directories directly. o Günther Deschner <gd at samba.org> * BUG 12840: vfs_fruit: Add fruit:model = <modelname> parametric option. o David Disseldorp <ddiss at samba.org> * BUG 12911: vfs_ceph: fix cephwrap_chdir(). o Thomas Jarosch <thomas.jarosch at intra2net.com> * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p. o Stefan Metzmacher <metze at samba.org> * BUG 12782: winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change. * BUG 12890: s3:smbd: consistently use talloc_tos()...
2017 Aug 31
0
[Announce] Samba 4.5.13 Available for Download
...() chdir() to directories directly. o Günther Deschner <gd at samba.org> * BUG 12840: vfs_fruit: Add fruit:model = <modelname> parametric option. o David Disseldorp <ddiss at samba.org> * BUG 12911: vfs_ceph: fix cephwrap_chdir(). o Thomas Jarosch <thomas.jarosch at intra2net.com> * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p. o Stefan Metzmacher <metze at samba.org> * BUG 12782: winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change. * BUG 12890: s3:smbd: consistently use talloc_tos()...
2017 Aug 09
0
[Announce] Samba 4.6.7 Available for Download
...fruit:model = <modelname> parametric option. o David Disseldorp <ddiss at samba.org> * BUG 12911: vfs_ceph: Fix cephwrap_chdir(). o Dustin L. Howett * BUG 12720: idmap_ad: Retry query_user exactly once if we get TLDAP_SERVER_DOWN. o Thomas Jarosch <thomas.jarosch at intra2net.com> * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p. o Volker Lendecke <vl at samba.org> * BUG 12925: smbd: Fix a connection run-down race condition. o Stefan Metzmacher <metze at samba.org> * BUG 12782: winbindd changes the local password and gets...