Displaying 5 results from an estimated 5 matches for "santised".
Did you mean:
sanitised
2017 Apr 07
2
[Bug 2706] New: remote code execution via ProxyCommand+browser exploit
https://bugzilla.mindrot.org/show_bug.cgi?id=2706
Bug ID: 2706
Summary: remote code execution via ProxyCommand+browser exploit
Product: Portable OpenSSH
Version: 7.4p1
Hardware: All
OS: Mac OS X
Status: NEW
Severity: security
Priority: P5
Component: ssh
Assignee:
2020 Mar 02
0
samba_dnsupdate
...so is it safe to (maybe at a future date) turn off IPv6 on Ubuntu and change to ifupdown if I want to?
> add 'log level = 4' to the smb.conf on the DC
Thanks.
>> 2. Can I watch for DNS requests in tcpdump?
> I do not see why you couldn't.
Done. Here are a few lines of santised output...
13:25:35.264891 IP 130.130.0.252.63006 > 130.130.0.218.53: 29782 update [1a] [3n] SOA? mydomain.com. (108)
13:25:35.265196 IP 130.130.0.218.53 > 130.130.0.252.63006: 29782 update Refused- 1/3/0 (Class 254) CNAME V-RDS02.mydomain.com. (108)
13:25:35.274443 IP 130.130.0.252.55001 >...
2020 Mar 02
6
samba_dnsupdate
On 02/03/2020 11:51, Paul Littlefield via samba wrote:
> On 02/03/2020 10:49, Rowland penny via samba wrote:
>> Does your DC have a fixed IP and if not, why not ?
>
> Yes, using netplan in Ubuntu 18.04...
>
> network:
> ? ethernets:
> ??? ens18:
> ????? addresses:
> ????? - 130.130.0.218/16
> ????? gateway4: 130.130.0.1
> ????? nameservers:
> ???????
2017 Sep 21
19
Call for testing: OpenSSH 7.6
Hi,
OpenSSH 7.6p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a bugfix release.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available via git using the
instructions at
2012 Apr 25
5
[PATCH v2 4/4] drm/nouveau: gpu lockup recovery
Overall idea:
Detect lockups by watching for timeouts (vm flush / fence), return -EIOs,
handle them at ioctl level, reset the GPU and repeat last ioctl.
GPU reset is done by doing suspend / resume cycle with few tweaks:
- CPU-only bo eviction
- ignoring vm flush / fence timeouts
- shortening waits
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---