Displaying 20 results from an estimated 7000 matches similar to: "Adding OpenBSD sudo to the FreeBSD base system?"
2005 Jul 20
0
freebsd-security Digest, Vol 120, Issue 1
On Wed, Jul 20, 2005 at 12:00:36PM +0000, freebsd-security-request@freebsd.org wrote:
> From: Joachim Str?mbergson <watchman@ludd.ltu.se>
> Subject: Adding OpenBSD sudo to the FreeBSD base system?
> To: freebsd-security@freebsd.org
> Message-ID: <42DCC503.5000408@ludd.ltu.se>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Aloha!
>
>
2004 Sep 24
1
sharing /etc/passwd
How 'bout PAM? /usr/ports/security/pam_ldap. If you have machines that
can't do PAM, perhaps NIS is the way to go (assuming, of course, you're
behind a firewall). You can store login information in LDAP like you want,
then use a home-grown script to extract the information to a NIS map. Or,
if you have a Solaris 8 machine lying around, you can cut out the middle
step and use
2003 May 24
1
ipfirewall(4)) cannot be changed
root@vigilante /root cuaa1# man init |tail -n 130 |head -n 5
3 Network secure mode - same as highly secure mode, plus IP packet
filter rules (see ipfw(8) and ipfirewall(4)) cannot be changed and
dummynet(4) configuration cannot be adjusted.
root@vigilante /root cuaa1# sysctl -a |grep secure
kern.securelevel: 3
root@vigilante /root cuaa1# ipfw show
00100 0 0 allow
2005 May 18
1
cvs commit: src/usr.bin/make job.c
Max Okumoto <okumoto@ucsd.edu> wrote:
[CC changed to freebsd-security instead of the cvs list]
We're talking about replacing the home-grown mkfifo() funktion in make (a
modified copy of mkstemp()) with mkdtemp() and creating the fifo in this new
directory.
Max worries about a possible race with this new approach.
> Its not a race between two nice programs :-) The function
2015 Feb 06
2
Use z size specifier for printf-ing size_t variable
On Sun, Jan 25, 2015 at 06:13:13PM -0200, Raphael S Carvalho wrote:
> On Sat, Nov 22, 2014 at 10:39 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> > Hello.
> >
> > Use the z size specifier to printf-ing size_t variables to get rid of gcc
> > warning
> > format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int?
> Please, add
2017 Mar 25
2
where to swap
It is good to see this
----- Forwarded message from syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se> -----
Date: Sat, 25 Mar 2017 05:54:09 -0700
From: syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se>
To: Syslinux commits mailing list <syslinux-commits at zytor.com>
Cc: ams at ludd.ltu.se
Subject: [syslinux:master] mbr/isohdpfx.S: correct pointer for heads/sectors
2017 Mar 23
6
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi,
Geert Stappers wrote:
> Contact David off-list, he did unsubscribe.
Can you tell when he unsubscribed (i.e. which of the messages he got
as last one) ?
> Martin posted elsewhere in this thread "Thomas, you found the bug"
> and provided a patch.
Open question is whether the fix helps with David's BIOS.
The newest answer from Martin indicates that a failure to read
2015 Feb 06
1
Use z size specifier for printf-ing size_t variable
> On Fri, Feb 6, 2015 at 6:55 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> > On Sun, Jan 25, 2015 at 06:13:13PM -0200, Raphael S Carvalho wrote:
> >> On Sat, Nov 22, 2014 at 10:39 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> >> > Hello.
> >> >
> >> > Use the z size specifier to printf-ing size_t variables to get rid of
2015 Feb 06
0
Use z size specifier for printf-ing size_t variable
On Fri, Feb 6, 2015 at 6:55 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> On Sun, Jan 25, 2015 at 06:13:13PM -0200, Raphael S Carvalho wrote:
>> On Sat, Nov 22, 2014 at 10:39 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
>> > Hello.
>> >
>> > Use the z size specifier to printf-ing size_t variables to get rid of gcc
>> > warning
2017 Mar 21
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Thomas Schmitt wrote:
> My main point of interest is which block is really loaded as first one
> of isolinux.bin.
[Program snipped.]
> (It could be shorter if i did not insist in big endian words.)
Why insisting?
Anyway appended is a dumper version. I could put up a binery version
if needed. Let me know if so.
--
MartinS
/*
2006 Jun 26
5
[Bug 339] Kernel panic on bridged packet
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=339
------- Additional Comments From scrizt@ludd.ltu.se 2006-06-26 17:57 MET -------
Is this bug forgotten ?
Anyhow, I ran into it when setting up this strange network of mine.. I dont
think my setup is causing anything strange however.. It appears even if no
machine is connected to the "inner" port of the bridge..
I
2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
Hello.
Use the z size specifier to printf-ing size_t variables to get rid of gcc
warning
format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int?
--
MartinS
diff --git a/com32/lib/syslinux/initramfs_file.c b/com32/lib/syslinux/initramfs_file.c
index 7eb55b5..9f9fa75 100644
--- a/com32/lib/syslinux/initramfs_file.c
+++ b/com32/lib/syslinux/initramfs_file.c
@@
2013 Jul 25
3
is there any way to see what are the resources exported by a node?
Hello folks,
Is there any way to see what are the resources exported by a node when
using puppetdb and exported resources.
I am running puppet 2.7.22 and puppetdb 1.3 on Ubuntu 10.4. I have tried to
use e API and its not working for me(see
https://groups.google.com/forum/#!topicsearchin/puppet-users/puppetdb$20API$20v2$20is$20not$20working$20for$20me/puppet-users/WFo9YEw6oRo
)
Anyone know
2009 Dec 23
14
Moving a pool from FreeBSD 8.0 to opensolaris
I was wondering what the best method of moving a pool from FreeBSD 8.0 to
OpenSolaris is.
When i originally built my system, it was using hardware which wouldn''t work
in opensolairs, but i''m about to do an upgrade so i should be able to use
Opensolaris when i''m done.
My current system uses a Highpoint RocketRaid 2340. It has 12 1TB hard
drives an intel core2 quad
2015 Jan 25
0
Use z size specifier for printf-ing size_t variable
On Sat, Nov 22, 2014 at 10:39 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> Hello.
>
> Use the z size specifier to printf-ing size_t variables to get rid of gcc
> warning
> format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int?
Please, add the signed-off line.
>
>
> --
> MartinS
>
> diff --git
2005 Apr 21
6
Information disclosure?
Hello,
For some reason, I thought little about the "clear" command today..
Let's say a privileged user (root) logs on, edit a sensitive file (e.g,
a file containing a password, running vipw, etc) .. then runs clear and
logout. Then anyone can press the scroll-lock command, scroll back up
and read the sensitive information.. Isn't "clear" ment to clear the
2017 Mar 24
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On Fri, Mar 24, 2017 at 05:38:31PM +0100, Thomas Schmitt via Syslinux wrote:
> isohdpfc pushes the CX value to the stack which it gets from INT 13 AH 41.
> Quite surely bit 0 of that CX is not set. But bit 2 "Enhanced Disk Drive"
> could be set.
> https://en.wikipedia.org/wiki/INT_13H
>
> I understand on David's BIOS after
>
> andw $1,%cx
2017 Mar 26
2
where to swap
Thomas wrote:
> I think it still has good reason to exist.
Would you please clarify what do you mean with "it"? What exactly
should exist? By "it", do you mean the original code, or the patch? Do
you mean that the original code (in this section of the file) should
remain as it was/is, without applying the relevant part of Martin's
patch? Or instead, do you mean
2009 Aug 12
3
file change long - was zfs fragmentation
On Wed, Aug 12, 2009 at 11:53 AM, Damjan
Perenic<damjan.perenic at guest.arnes.si> wrote:
> On Tue, Aug 11, 2009 at 11:04 PM, Richard
> Elling<richard.elling at gmail.com> wrote:
>> On Aug 11, 2009, at 7:39 AM, Ed Spencer wrote:
>>
>>> I suspect that if we ''rsync'' one of these filesystems to a second
>>> server/pool ?that we would
2006 Jul 14
1
Any ongoing effort to port /etc/rc.d/pf_boot, /etc/pf.boot.conf from NetBSD ?
Hi,
[I have added freebsd-security to recipient list as I consider
this issue a security risk]
Paul Schenkeveld wrote:
> Hello,
>
> On Fri, Jul 14, 2006 at 01:26:38PM +0300, Ari Suutari wrote:
>> Hi,
>>
>> Does anyone know if there are any plans to bring
>> pf boot-time protection (ie. /etc/rc.d/pf_boot and
>> related config files) from NetBSD to FreeBSD