Displaying 20 results from an estimated 47 matches for "cisa".
Did you mean:
cesa
2024 Jun 26
1
CISA et al: "Exploring Memory Safety in Critical Open Source Projects"
Since openssh-portable is mentioned in this report, I thought I'd make
this list aware of it.
(I am not associated with the report or the agencies that published it.?
I just try to keep aware of what CISA reports.)
Cybersecurity and Infrastructure Agency (CISA) and other agencies have
released a report that catalogues the amount of code in a number of
large open source projects that is written in memory-unsafe languages.
Exploring Memory Safety in Critical Open Source Projects
<https://www.ci...
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
I have, but I will be happy to review it once again.
On 12/18/18 2:14 PM, admin wrote:
> Am Dienstag, den 18.12.2018, 14:06 -0500 schrieb Albert E. Whale, CEH
> CHS CISA CISSP:
>>
>> I have two servers pointing to an NFS mounted mail spool with
>> dovecot.? Since I recently switched from using Dovecot v1.X, I have
>> been experiencing high CPU use with the two Dovecot servers.? I am
>> not certain why they are not well behaved. Here...
2024 Jun 26
2
CISA et al: "Exploring Memory Safety in Critical Open Source Projects"
Has anyone done any initial research into how much effort it would take
to port OpenSSH to Rust? If not, I might find that interesting to
start. (Mind you, this would be just to get a handle on the project,
not do the full porting work--unless it somehow turns out to be very
easy.)
- Joe
--
Joseph S. Testa II
Founder & Principal Security Consultant
Positron Security
2024 Jun 26
1
CISA et al: "Exploring Memory Safety in Critical Open Source Projects"
i'm not sure if anything has changed since
https://marc.info/?l=openbsd-misc&m=151233345723889&w=2
On Wed, Jun 26, 2024 at 9:32?AM Joseph S. Testa II
<jtesta at positronsecurity.com> wrote:
>
> Has anyone done any initial research into how much effort it would take
> to port OpenSSH to Rust? If not, I might find that interesting to
> start. (Mind you, this would
2018 Dec 18
1
High Load average on NFS Spool - v.2.1.15 & 2.2.13
...s throats heres
one for you, if you want to try dictate to someone to bottom post to
suite you how about you use proper net etiquette yourself and TRIM
your posts
On 12/19/18, admin <admin at awib.it> wrote:
> Am Dienstag, den 18.12.2018, 14:26 -0500 schrieb Albert E. Whale, CEH
> CHS CISA CISSP:
>> I have, but I will be happy to review it once again.
>>
>>
>> On 12/18/18 2:14 PM, admin wrote:
>>
>>
>>
>> >
>> > Am Dienstag, den 18.12.2018, 14:06 -0500 schrieb Albert E.
>> > Whale, CEH CHS CISA...
2018 Dec 18
0
High Load average on NFS Spool - v.2.1.15 & 2.2.13
Am Dienstag, den 18.12.2018, 14:26 -0500 schrieb Albert E. Whale, CEH
CHS CISA CISSP:
> I have, but I will be happy to review it once again.
>
>
> On 12/18/18 2:14 PM, admin wrote:
>
>
>
> >
> > Am Dienstag, den 18.12.2018, 14:06 -0500 schrieb Albert E.
> > Whale, CEH CHS CISA CISSP:
> >...
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
...protocol lda {
? postmaster_address = postmaster at example.com
}
protocol imap {
? mail_max_userip_connections = 40
}
Can you please offer a suggestion on what is happening?? The timeouts to
the imap server are frequent due to the load average.
Thank you.
--
--
--
Albert E. Whale, CEH CHS CISA CISSP
*President - Chief Info Security Officer*
IT Security, Inc. <http://www.IT-Security-inc.com> - A Service Disabled
Veteran Owned Company - (*SDVOSB*)
*HUBZone Certified*
LinkedIn <https://www.linkedin.com/in/albertwhale> Profile
Phone: 412-515-3010 | Email: Albert.Whale at IT-Se...
2010 Aug 26
1
New problem with migration to 2.0
...0 home=/mail/%d/%n allow_all_users=yes }
As you can see pretty simple, but for me it looks like that the
driver=static won't be accepted.
Does anyone know which driver to use here ?
Mit freundlichem Gru?
Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)
Hauptstrasse 13
D-67705 Trippstadt
Phone: +49 (6306) 992140
Mobile: +49 (151) 27530865
email: carsten.laun-delellis at delellis.net
2013 May 10
2
Windows 8 and Samba 4 - network path not found
...supdate
[netlogon]
path = /var/lib/samba/sysvol/delellis.lan/scripts
read only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No
Regards,
Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)
Hauptstrasse 13
D-67705 Trippstadt
Phone: +49 (6306) 992140
Mobile: +49 (151) 27530865
Fax: +49 (6306) 992142
email: <mailto:carsten.delellis at delellis.net>
carsten.delellis at delellis.net
<http://www.linkedin.com/in/carstenlaundelellis>
http://www.lin...
2008 Oct 26
3
cannot use password-file for userdb
...:1152:/home/health:userdb_mail=maildir:~/Maildir
The configuration was set up as:
userdb passwd {
}
I changed this to:
userdb passwd-file {
args = /home/dovecot.conf
}
And unfortunately the dovecot daemon dies after successfully launching.
Suggestions?
--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
------------------------------------------------------------------------
ABS Computer Technology, Inc. <http://www.ABS-CompTech.com> - Email,
Internet and Security Consultants
SPAMZapper <http://www.Spam-Zapper.com> - N...
2013 May 20
3
as.vector with mode="list" and POSIXct
...l)
}
listPOSIXct <- function(x) {
? retval = list()
? for (i in 1:length(x)) retval[[i]] = x[i]
? return(retval)
}
Is there a better way to do this (other than using *apply instead of for above) that better leverages vectorization? Am I missing something here?
Thanks!
--?
Alexandre Sieira
CISA, CISSP, ISO 27001 Lead Auditor
"The truth is rarely pure and never simple."
Oscar Wilde, The Importance of Being Earnest, 1895, Act I
2018 Oct 18
2
Dovecot 2.2.13 error message
...dovecot: pop3(aewhale): Connection closed top=0/0,
retr=0/0, del=0/11520, size=1566929900
This is significantly more information than what I can receive from 2.1.15,
but still does not resolve the communications issues.
Any help is certainly appreciated.
--
Albert E. Whale, CEH CHS CISA CISSP
President - Chief Security Officer
IT Security, Inc. <http://www.it-security-inc.com/> -
A Service Disabled Veteran Owned Company - (SDVOSB)
HUBZone Certified
LinkedIn <https://www.linkedin.com/in/albertwhale> Profile
Phone: 412-515-3010 | Email: Albert.Whale at IT-Sec...
2008 Oct 12
2
Can I translate the userid to match the UW-POP3 server?
...rently translates
all login ids as lowercase (i.e. Anthony becomes anthony).
Now the Dovecot server is very flexible and currently I have not found
how to translate the upper case characters to lowercase.
What configuration setting will translate the userids to lowercase?
--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
------------------------------------------------------------------------
ABS Computer Technology, Inc. <http://www.ABS-CompTech.com> - Email,
Internet and Security Consultants
SPAMZapper <http://www.Spam-Zapper.com> - N...
2008 Oct 27
2
mail_location: mbox: mkdir failed
...3(evelina2): Namespace
initialization failed
Oct 27 08:00:51 192.168.50.5 dovecot: POP3(evelina2): mail_location:
mbox: mkdir(/home/popuser_evelina2/mail) failed: Permission denied
Oct 27 08:00:51 192.168.50.5 dovecot: Fatal: POP3(evelina2): Namespace
initialization failed
--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
------------------------------------------------------------------------
ABS Computer Technology, Inc. <http://www.ABS-CompTech.com> - Email,
Internet and Security Consultants
SPAMZapper <http://www.Spam-Zapper.com> - N...
2010 Jul 20
1
Sieve Installation
...zu installieren.
Konfig: OpensSuse 11.2, dovecot 1.2.9, postfix , spamassassin, amavis, mysql
Wenn ich versucht dovecot sieve zu ?bersetzen bekomme ich immer folgende
Fehlermeldung:
Mit freundlichem Gru?
Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)
Hauptstrasse 13
D-67705 Trippstadt
Phone: +49 (6306) 992140
Mobile: +49 (151) 27530865
email: carsten.laun-delellis at delellis.net
2010 Dec 21
1
dovecot 2.08 start script
...th a start script for dovecot 2.08 that could be
placed in /etc/init.d ?
I did an installation from the sources and followed the documentation at
dovecot.org.
Thankx in advance.
Mit freundlichem Gru?
Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)
Hauptstrasse 13
D-67705 Trippstadt
Phone: +49 (6306) 992140
Mobile: +49 (151) 27530865
email: <mailto:carsten.laun-delellis at delellis.net>
carsten.laun-delellis at delellis.net
2013 Mar 09
1
Unexpected behavior looping through sequence of dates
...ange[i]))
[1] "Date"
[1] "Date"
>
> for (i in seq(from=d1, to=d2, by="day")) print(class(i))
[1] "numeric"
[1] "numeric"
This is output from R version 2.15.2 (2012-10-26) on Mac OS X 10.8.2.
Is this expected behavior?
--
Alexandre Sieira
CISA, CISSP, ISO 27001 Lead Auditor
"The truth is rarely pure and never simple."
Oscar Wilde, The Importance of Being Earnest, 1895, Act I
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
2018 Dec 18
0
High Load average on NFS Spool - v.2.1.15 & 2.2.13
Am Dienstag, den 18.12.2018, 14:06 -0500 schrieb Albert E. Whale, CEH
CHS CISA CISSP:
> I have two servers pointing to an NFS mounted mail spool with
> dovecot. Since I recently switched from using Dovecot v1.X, I
> have been experiencing high CPU use with the two Dovecot
> servers.
> I am not certain why they are not well behaved. Here...
2008 Oct 29
3
Authentication Error Message formats
...vents.
Is there a way to indicate that the user does not exist (Invalid user),
and authentication Failure (Failed Password)?
Clearly these two failures indicate a different error in the system.
One that some forgot their password, the other indicates a dictionary
attack.
--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
------------------------------------------------------------------------
ABS Computer Technology, Inc. <http://www.ABS-CompTech.com> - Email,
Internet and Security Consultants
SPAMZapper <http://www.Spam-Zapper.com> - N...
2012 Sep 16
3
Error: User doesn't have home dir set, disabling duplicate database
...I have one server up and running with postfix, dovecot and a mysql backend.
The error above happens on another server with postfix, dovecot and a ldap
backend.
Any hints ?
Mit freundlichem Gru?
Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)
Hauptstrasse 13
D-67705 Trippstadt
Phone: +49 (6306) 992140
Mobile: +49 (151) 27530865
Fax: +49 (6306) 992142
email: <mailto:carsten.delellis at delellis.net>
carsten.delellis at delellis.net