Re: OpenBSD projects

2015-07-24 Thread Nicholas Marriott
Nice list.

Also: file(1), rcs(1), sdiff(1), bgplg(8)



On Thu, Jul 23, 2015 at 09:56:14PM -0700, jungle Boogie wrote:
 On 28 December 2014 at 15:14, Ingo Schwarze schwa...@usta.de wrote:
  Hi,
 
  as this request met quite a bit of interest, i have drafted
  a list at this *temporary* URI:
 
http://mdocml.bsd.lv/openbsd_projects.html
 
  If developers want it, moving it to the OpenBSD web site would
  be fine with me.
 
 
 Looks like doas, tame and resflash need to be added! What about rcctl?
 
 Nice work, devs!
 
 
 -- 
 ---
 inum: 883510009027723
 sip: jungleboo...@sip2sip.info
 xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2015-07-23 Thread jungle Boogie
On 28 December 2014 at 15:14, Ingo Schwarze schwa...@usta.de wrote:
 Hi,

 as this request met quite a bit of interest, i have drafted
 a list at this *temporary* URI:

   http://mdocml.bsd.lv/openbsd_projects.html

 If developers want it, moving it to the OpenBSD web site would
 be fine with me.


Looks like doas, tame and resflash need to be added! What about rcctl?

Nice work, devs!


-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-30 Thread Jungle Boogie

Dear Bryan,

From: Bryan Steele bry...@gmail.com
Sent:  Sun, 28 Dec 2014 22:01:16 -0500
To: misc@openbsd.org
Subject: Re: OpenBSD projects


AnonCVS is probably a worthy addition to the list. OpenBSD is the
first open source project to expose their repos publically. By this I
mean allowing read-only CVS access, history as it happened.

The functionally was added to GNU CVS by Theo and Chuck Cranor, and
prior to this work, you were lucky to get weekly source snapshots
with changelogs, which required manual reconstruction.

There's probably some historical significance to their work..

http://www.openbsd.org/papers/anoncvs-paper.pdf
http://www.openbsd.org/papers/anoncvs-slides.pdf

.. right? :-)

http://marc.info/?l=freebsd-hackersm=94346786026588w=2



Wow, thanks for sharing! We all take instant source control code viewing for 
granted with things like github, fossil-scm and even

https://secure.freshbsd.org/

Now that we have this read only instant access, I hope its never reverted in 
the name of security.



-Bryan.



Thanks,
Jungle

--
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-29 Thread Constantine A. Murenin
On 27 December 2014 at 16:32, Predrag Punosevac punoseva...@gmail.com wrote:
 OpenBSD has its own sensorsd which is pure gold and unlike other BSDs

Yes, and sensorsd(8) / sensor_attach(9) stuff has also been imported
into DragonFly BSD (and also briefly into FreeBSD, too).

http://mdoc.su/d/sensor_attach.9

http://BXR.SU/DragonFly/search?q=sensor_attach

Plus pretty much more than half of the wireless device drivers
available all across BSDs (and even OpenSolaris, RIP) have originated
in OpenBSD:


http://en.wikipedia.org/wiki/Comparison_of_open-source_wireless_drivers#OpenBSD

http://bxr.su/f,n,d/s?q=%22Damien+Bergamini%22+OR+damien@openbsd

Lots of misc stuff from OpenBSD in the other 3 BSDs, too:

http://bxr.su/f,n,d/search?q=$OpenBSD+OR+openbsd.org

C.



Re: OpenBSD projects

2014-12-28 Thread Reyk Floeter
On Sat, Dec 27, 2014 at 07:32:06PM -0500, Predrag Punosevac wrote:
 I was too quick with my earlier message. 
 
 I don't think anybody mentioned OpenBSD implementation of dhcp server
 and client. IIRC FreeBSD uses OpenBSD version of the client for its base
 installation. Traditionally FreeBSD doesn't come with dhcp server which
 needs to be installed from ports.
 
 OpenBSD has its own sensorsd which is pure gold and unlike other BSDs
 IPMI driver is disabled from generic. FreeBSD has half finished native
 sensoring framewark but encourages the use of IPMI. 
 
 OpenBSD has its own SNMP daemon. Somebody could probably clarify what is
 the relation to BSD SNMP (bsnmp) daemon found in FreeBSD for example.

Don't get fooled, the term BSD is often used as an alias for FreeBSD.

OpenBSD's snmpd is not related to bsnmp.  I started snmpd in 2007
after dissatisfaction with other implementations.  And, in contrast to
net-snmp and bsnmp, snmpd is designed to be monolithic, non-modular
and is specifically for OpenBSD. 

 The OpenBSD snmpd comes with bunch of custom MIBs comparing to net-snmp
 which can be installed from the ports and it is too bad that no tool can
 out of box pool all PF for example related stuff into RRD and display it
 in nice fashion (at least Observium which I am using is not capable of
 doing it).
 

? You can use the OpenBSD MIBs to generate fancy graphs with many tools.

Reyk



Re: OpenBSD projects

2014-12-28 Thread Marcus MERIGHI
jungleboog...@gmail.com (jungle Boogie), 2014.12.26 (Fri) 18:42 (CET):
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?
 openssh (p)
 opensmtpd (p)
 mandoc (p)
 openntpd (p)
 openbgpd
 libressl (p)
 openiked (p?)
 pf
 relayd
 httpd
 carp

Do not forget the inet6 pioneering!

since Predrag goes into details, I'll dare, too:

spamd(8) (p) 
HISTORY
The spamd command first appeared in OpenBSD 3.3.

pflogd(8) (p)
HISTORY
The pflogd command appeared in OpenBSD 3.0.
AUTHORS
pflogd was written by Can Erkin Acar cana...@openbsd.org.

hotplugd(8)
HISTORY
The hotplugd program first appeared in OpenBSD 3.6.
AUTHORS
The hotplugd program was written by Alexander Yurchenko
gra...@openbsd.org.

watchdogd(8)
Revision 1.1 Mon Aug 8 12:08:56 2005 UTC by mbalmer 
Branch: MAIN 
Initial import of watchdogd, a daemon to retrigger the watchdog timer
from userland (not yet linked to the build process).
ok henning@
HISTORY
The watchdogd program first appeared in OpenBSD 3.8.
AUTHORS
watchdogd was written by Marc Balmer mbal...@openbsd.org.

ftp-proxy(8)
Revision 1.1, Thu May 26 04:38:35 2005 UTC by camield 
Branch: MAIN 
Import new FTP proxy.  Handles IPv6 and all FTP modes.  It was
previously known as pftpx.
Not connected to the builds yet.
ok beck

hostapd(8)
HISTORY
The hostapd program first appeared at the 21st Chaos Communication
Congress (http://www.ccc.de/congress/2004/) and later in OpenBSD 3.8.
AUTHORS
The hostapd program was written by Reyk Floeter r...@openbsd.org.

tftpd(8)
HISTORY
The tftpd command was originally a process run via inetd(8) and appeared
in 4.2BSD.  It was rewritten for OpenBSD 5.2 as a persistent
non-blocking daemon.
Revision 1.1, Fri Mar 2 04:43:13 2012 UTC dlg 
Branch: MAIN 
Initial revision

(farther down it's stuff I've never used)

ldomd(8)
HISTORY
The ldomd daemon first appeared in OpenBSD 5.3.
AUTHORS
The ldomd daemon was written by Mark Kettenis kette...@openbsd.org.

iscsid(8)
HISTORY
The iscsid program first appeared in OpenBSD 4.9.
AUTHORS
Claudio Jeker clau...@openbsd.org.

ldpd(8)
HISTORY
The ldpd program first appeared in OpenBSD 4.6.
Revision 1.1, Mon Jun 1 20:59:45 2009 UTC by michele 
Branch: MAIN 
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6 
Welcome ldpd, the Label Distribution Protocol daemon.
Built using the imsg/three process framework, its main aim
is to redistribute MPLS labels between peers.
Right now it has some really basic functionalities,
the basic protocol works and peers are able to exchange
labels and insert them in the kernel.
It still does not react to changes of topology.
Not yet connected to the builds.
ok claudio@ deraadt@

dvmrpd(8)
HISTORY
The dvmrpd program first appeared in OpenBSD 4.0.
Revision 1.1, Thu Jun 1 14:12:20 2006 UTC by norby 
Branch: MAIN 
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0 
Welcome dvmrpd
started by Esben Norby some time ago by using the imsg/three process
framework of ospfd.

ripd(8)
HISTORY
The ripd program first appeared in OpenBSD 4.1.
Revision 1.1, Wed Oct 18 16:11:58 2006 UTC by norby 
Branch: MAIN 
Welcome ripd
started by Michele Marchetto some time ago by using the imsg/three
process framework of ospfd. He implemented most of the daemon with a
little help and guidance from Claudio and I.


I think all the others from /etc/rc.conf were already discussed. 
Thanks, jungle Boogie, for raising that question, I wasn't aware it's
that many. Thanks, @openbsd people!

Compiling the list was fun and easy: read /etc/rc.conf, do ``man '',
jump to end, see HISTORY and AUTHORS, when in doubt take a look at
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin//Makefile
jump to end, see comments on first revision.

Bye, Marcus



Re: OpenBSD projects

2014-12-28 Thread Predrag Punosevac
There is so much work done by OpenBSD developers that is all too easy to
miss even things I use in daily work:

OpenBSD got its own upd - USB Power Devices sensor for UPS monitoring.
It is still in rapid development. As a casual observer of tech@openbsd
I noticed that OpenBSD team have practically forked version 1.79 of nvi
which comes with the base and did great deal of cleaning of obsolite
code and bugs.

Predrag



Re: OpenBSD projects

2014-12-28 Thread jungle Boogie
Hi Marcus,
On 28 December 2014 at 07:50, Marcus MERIGHI mcmer-open...@tor.at wrote:

 Compiling the list was fun and easy: read /etc/rc.conf, do ``man '',
 jump to end, see HISTORY and AUTHORS, when in doubt take a look at
 http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin//Makefile
 jump to end, see comments on first revision.


I knew about cvsweb but I didn't know exactly how I would look for the
first commit and at which file. Thanks for explaining that to me and
/etc/rc.conf as well as the man page history section.

There's also the online version of the man file. For example, iked:
http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/iked.8?query=ikedsec=8



 Bye, Marcus

Best,
jungle

-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-28 Thread Ingo Schwarze
Hi,

as this request met quite a bit of interest, i have drafted
a list at this *temporary* URI:

  http://mdocml.bsd.lv/openbsd_projects.html

If developers want it, moving it to the OpenBSD web site would
be fine with me.

One thing that became obvious while drafting the list is that
it is quite difficult to draw a line what to include and what
to omit.  There are so many small things that were added and
rewritten...  In case of doubt, i should probably include what
any developer considers relevant.

Information about what was ported to which other systems is
still very sparse.

I deliberately didn't include kernel space projects - both
because these are by definition less portable and because
i know much less about them than about userland.

Yours,
  Ingo



Re: OpenBSD projects

2014-12-28 Thread Bryan Steele
On Mon, Dec 29, 2014 at 12:14:11AM +0100, Ingo Schwarze wrote:
 Hi,
 
 as this request met quite a bit of interest, i have drafted
 a list at this *temporary* URI:
 
   http://mdocml.bsd.lv/openbsd_projects.html
 
 If developers want it, moving it to the OpenBSD web site would
 be fine with me.
 
 One thing that became obvious while drafting the list is that
 it is quite difficult to draw a line what to include and what
 to omit.  There are so many small things that were added and
 rewritten...  In case of doubt, i should probably include what
 any developer considers relevant.
 
 Information about what was ported to which other systems is
 still very sparse.
 
 I deliberately didn't include kernel space projects - both
 because these are by definition less portable and because
 i know much less about them than about userland.
 
 Yours,
   Ingo

AnonCVS is probably a worthy addition to the list. OpenBSD is the
first open source project to expose their repos publically. By this I
mean allowing read-only CVS access, history as it happened.

The functionally was added to GNU CVS by Theo and Chuck Cranor, and
prior to this work, you were lucky to get weekly source snapshots
with changelogs, which required manual reconstruction.

There's probably some historical significance to their work..

http://www.openbsd.org/papers/anoncvs-paper.pdf
http://www.openbsd.org/papers/anoncvs-slides.pdf

.. right? :-)

http://marc.info/?l=freebsd-hackersm=94346786026588w=2

-Bryan.



Re: OpenBSD projects

2014-12-27 Thread Alexandre Ratchov
On Fri, Dec 26, 2014 at 09:42:18AM -0800, jungle Boogie wrote:
 Hello All,
 
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?
 openssh (p)
 opensmtpd (p)
 mandoc (p)
 openntpd (p)
 openbgpd
 libressl (p)
 openiked (p?)
 pf
 relayd
 httpd
 carp
 

sndio and aucat are developped on OpenBSD and work on Linux. Same
for midish, though it's not part of base (doesn't fit my definition
of base operating system).

Out of curiousity, what would you do with this list?

-- Alexandre



Re: OpenBSD projects

2014-12-27 Thread Predrag Punosevac
I am not sure if it classifies as OpenBSD project but pdksh is for
practical purposes as far as I know maintained by OpenBSD people. Many
will argue that so called Mir Korn Shell mksh is just a version of pdksh
developed within OpenBSD project.

OpenBSD also has its own LDAP server as well indigenous ypldap daemon
and as far as I know is the only widely deployed UNIX which doesn't use
infamous PAM for LDAP authentication.

Cheers,
Predrag



Re: OpenBSD projects

2014-12-27 Thread jungle Boogie
Hi Alexandre,
On 27 December 2014 at 04:01, Alexandre Ratchov a...@caoua.org wrote:
 Out of curiousity, what would you do with this list?


Well in the coming weeks you'll see a water color painting my wife did
of puffy and some bubbles of some of the openBSD projects. I didn't
know there were so many so I don't think all will fit on the painting.

Also, I'm genuinely interested in the lineage of the projects that
openBSD has created.

For instance, openNTPD is now ten years old! The oBSD developers saw
issues with the standard ntpd ten years ago and wrote their own. Ted's
signify was started about 1 year ago and was, I think, first used with
5.5 -release. oBSD didn't want to rely on existing tools to sign their
software so they wrote their own tool to do the signing and verifying.

From what I'm gathering, the newest project is httpd. Apache was too
old in base and nginx was becoming too bloated for something
lightweight so httpd was created.

Happy new year to all openBSD developers, fans, and users. October
2015 will be 19 years since the original release of openBSD.

 -- Alexandre

jungle

-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-27 Thread Adam Thompson

On 14-12-27 09:59 AM, Predrag Punosevac wrote:

OpenBSD also has its own LDAP server as well indigenous ypldap daemon
and as far as I know is the only widely deployed UNIX which doesn't use
infamous PAM for LDAP authentication.

Cheers,
Predrag


Going OT here to correct that impression...

HP/UX, AIX and UnixWare/OpenServer all support LDAP authentication 
without going through the PAM layer.


Theoretically, any BSDauth-enabled OS could do so but most others 
(NetBSD, FreeBSD) take the, umm... easy way out and do it through PAM.


--
-Adam Thompson
 athom...@athompso.net



Re: OpenBSD projects

2014-12-27 Thread Reyk Floeter
On Fri, Dec 26, 2014 at 09:42:18AM -0800, jungle Boogie wrote:
 Hello All,
 
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?
 openssh (p)
 opensmtpd (p)
 mandoc (p)
 openntpd (p)
 openbgpd
 libressl (p)
 openiked (p?)

OpenIKED -portable hasn't been updated for while.  OpenBSD's version
is alive and well.  I'm missing a maintainer for the portable version,
and that's some difficult work.

 pf

An ancient version of pf is found in FreeBSD, OS X, iOS etc.  But it
is actively used.

 relayd

FreeBSD has an active port of relayd.

 httpd

Not yet.

 carp
 
 Thanks,
 Jungle
 

You're welcome, Jungle
Reyk



Re: OpenBSD projects

2014-12-27 Thread Predrag Punosevac
I was too quick with my earlier message. 

I don't think anybody mentioned OpenBSD implementation of dhcp server
and client. IIRC FreeBSD uses OpenBSD version of the client for its base
installation. Traditionally FreeBSD doesn't come with dhcp server which
needs to be installed from ports.

OpenBSD has its own sensorsd which is pure gold and unlike other BSDs
IPMI driver is disabled from generic. FreeBSD has half finished native
sensoring framewark but encourages the use of IPMI. 

OpenBSD has its own SNMP daemon. Somebody could probably clarify what is
the relation to BSD SNMP (bsnmp) daemon found in FreeBSD for example.
The OpenBSD snmpd comes with bunch of custom MIBs comparing to net-snmp
which can be installed from the ports and it is too bad that no tool can
out of box pool all PF for example related stuff into RRD and display it
in nice fashion (at least Observium which I am using is not capable of
doing it).

While on the topics of various monitoring utilities. IIRC symon 

http://wpd.home.xs4all.nl/symon/documentation.html

is developed on OpenBSD.

Also fdm is developed by an OpenBSD person

http://sourceforge.net/p/fdm/git/ci/master/tree/MANUAL

Predrag



OpenBSD projects

2014-12-26 Thread jungle Boogie
Hello All,

Here's a list of projects that I'm aware of that openBSD created. Is
that correct? (p) is for portable. What else am I missing?
openssh (p)
opensmtpd (p)
mandoc (p)
openntpd (p)
openbgpd
libressl (p)
openiked (p?)
pf
relayd
httpd
carp

Thanks,
Jungle

-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-26 Thread ludovic coues
2014-12-26 18:42 GMT+01:00 jungle Boogie jungleboog...@gmail.com:
 Hello All,

 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?
 openssh (p)
 opensmtpd (p)
 mandoc (p)
 openntpd (p)
 openbgpd
 libressl (p)
 openiked (p?)
 pf
 relayd
 httpd
 carp

 Thanks,
 Jungle

 --
 ---
 inum: 883510009027723
 sip: jungleboo...@sip2sip.info
 xmpp: jungle-boo...@jit.si



openiked isn't portable.



Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Ludovic,
On 26 December 2014 at 09:46, ludovic coues cou...@gmail.com wrote:
 2014-12-26 18:42 GMT+01:00 jungle Boogie jungleboog...@gmail.com:
 openiked (p?)

 Thanks,
 Jungle



 openiked isn't portable.

Thanks for the confirmation, That's pretty much what Theo stated as
well but there's this page:
https://github.com/reyk/openiked/

Internet Key Exchange version 2 (IKEv2) daemon - portable version of
OpenBSD iked

-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-26 Thread Miod Vallat
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?

 mandoc (p)

Mandoc was not initiated by OpenBSD, although it got engulfed very
quickly thanks to Ingo's hard work.



Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Miod,
On 26 December 2014 at 10:19, Miod Vallat m...@online.fr wrote:
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?

 mandoc (p)

 Mandoc was not initiated by OpenBSD, although it got engulfed very
 quickly thanks to Ingo's hard work.

Very true!
http://mdocml.bsd.lv/porthistory.html

(2008 Nov 22): start of development
1.7.12 (2009 Apr 6): OpenBSD base (2009 Apr 6, Kristaps Dzonsons)
pkgsrc (2009 Apr 9)

So about five months after it was created, it was in base!


-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-26 Thread Carsten Kunze
jungle Boogie jungleboog...@gmail.com wrote:

 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?

How about tmux (p)?



Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Carsten,0
On 26 December 2014 at 11:11, Carsten Kunze carsten.ku...@arcor.de wrote:
 jungle Boogie jungleboog...@gmail.com wrote:

 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?

 How about tmux (p)?


Damn good one!

Apologizes to the developer for omitting that!

-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-26 Thread Otto Moerbeek
On Fri, Dec 26, 2014 at 09:42:18AM -0800, jungle Boogie wrote:

 Hello All,
 
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?
 openssh (p)
 opensmtpd (p)
 mandoc (p)
 openntpd (p)
 openbgpd
 libressl (p)
 openiked (p?)
 pf
 relayd
 httpd
 carp
 
 Thanks,
 Jungle
 
 -- 
 ---
 inum: 883510009027723
 sip: jungleboo...@sip2sip.info
 xmpp: jungle-boo...@jit.si

I wrote our dc(1) and bc(1) about eleven years ago, they have been
imported into freebsd at least. 


-Otto



Re: OpenBSD projects

2014-12-26 Thread Todd
Not sure, but what about cwm(1) and mg(1)?

On Fri, Dec 26, 2014 at 1:23 PM, jungle Boogie jungleboog...@gmail.com
wrote:

 Hi Carsten,0
 On 26 December 2014 at 11:11, Carsten Kunze carsten.ku...@arcor.de
 wrote:
  jungle Boogie jungleboog...@gmail.com wrote:
 
  Here's a list of projects that I'm aware of that openBSD created. Is
  that correct? (p) is for portable. What else am I missing?
 
  How about tmux (p)?
 

 Damn good one!

 Apologizes to the developer for omitting that!

 --
 ---
 inum: 883510009027723
 sip: jungleboo...@sip2sip.info
 xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-26 Thread Carsten Kunze
Todd norr...@gmail.com wrote:

 Not sure, but what about cwm(1) and mg(1)?

I think cwm had been started as evilwm elsewhere, derived as cwm from evilwm 
(outside?) OpenBSD and later imported to the OpenBSD code base.



Re: OpenBSD projects

2014-12-26 Thread Raf
On Fri, Dec 26, 2014 at 02:11:04PM EST, Carsten Kunze wrote:
 jungle Boogie jungleboog...@gmail.com wrote:
 
  Here's a list of projects that I'm aware of that openBSD created. Is
  that correct? (p) is for portable. What else am I missing?
 
 How about tmux (p)?

Nope - tmux(1), similarly to mandoc(1), has been started outside of
OpenBSD (in 2007) and hadn't made its way to the project's CVS tree
until 2009.

BTW, some think that sudo(8) is an OpenBSD creation - that's not the
case either.

Regards,

Raf



Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Raf,
On 26 December 2014 at 12:13, Raf r...@devio.us wrote:
 On Fri, Dec 26, 2014 at 02:11:04PM EST, Carsten Kunze wrote:
 jungle Boogie jungleboog...@gmail.com wrote:

  Here's a list of projects that I'm aware of that openBSD created. Is
  that correct? (p) is for portable. What else am I missing?

 How about tmux (p)?

 Nope - tmux(1), similarly to mandoc(1), has been started outside of
 OpenBSD (in 2007) and hadn't made its way to the project's CVS tree
 until 2009.

 BTW, some think that sudo(8) is an OpenBSD creation - that's not the
 case either.

Was Tim Miller (guy that created sudo, right?) an openbsd developer
before/during/after/never when sudo was put in base in 2009?


 Regards,

 Raf




-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-26 Thread Miod Vallat
 Was Tim Miller (guy that created sudo, right?) an openbsd developer
 before/during/after/never when sudo was put in base in 2009?

He's Todd Miller, he did not create sudo, and sudo was imported in 1999,
not 2009.



Re: OpenBSD projects

2014-12-26 Thread David Coppa
On Fri, Dec 26, 2014 at 9:36 PM, jungle Boogie jungleboog...@gmail.com wrote:
 Hi Raf,
 On 26 December 2014 at 12:13, Raf r...@devio.us wrote:
 On Fri, Dec 26, 2014 at 02:11:04PM EST, Carsten Kunze wrote:
 jungle Boogie jungleboog...@gmail.com wrote:

  Here's a list of projects that I'm aware of that openBSD created. Is
  that correct? (p) is for portable. What else am I missing?

 How about tmux (p)?

 Nope - tmux(1), similarly to mandoc(1), has been started outside of
 OpenBSD (in 2007) and hadn't made its way to the project's CVS tree
 until 2009.

 BTW, some think that sudo(8) is an OpenBSD creation - that's not the
 case either.

 Was Tim Miller (guy that created sudo, right?) an openbsd developer
 before/during/after/never when sudo was put in base in 2009?

http://en.wikipedia.org/wiki/Sudo



Re: OpenBSD projects

2014-12-26 Thread Raf
On Fri, Dec 26, 2014 at 03:36:11PM EST, jungle Boogie wrote:

 Hi Raf,

Hi jungle Boogie,

 Was Tim Miller (guy that created sudo, right?) an openbsd developer
 before/during/after/never when sudo was put in base in 2009?

As already pointed out - Todd C. Miller, not Tim.

http://www.sudo.ws/sudo/history.html

Regards,

Raf

P.S. Doing your own research doesn't hurt - I promise ;^)



Re: OpenBSD projects

2014-12-26 Thread Ted Unangst
On Fri, Dec 26, 2014 at 09:42, jungle Boogie wrote:
 Hello All,
 
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?

The now deleted gzsig!



Re: OpenBSD projects

2014-12-26 Thread jimchoffman
npppd ?
ifstated ?

On 12/26/2014 11:42 AM, jungle Boogie wrote:
 Hello All,
 
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?
 openssh (p)
 opensmtpd (p)
 mandoc (p)
 openntpd (p)
 openbgpd
 libressl (p)
 openiked (p?)
 pf
 relayd
 httpd
 carp
 
 Thanks,
 Jungle



Re: OpenBSD projects

2014-12-26 Thread L.R. d S.
arc4random
OpenBSD Cryptographic Framework
W^x
patch's on Xenocara... 
[?]



Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Raf,
On 26 December 2014 at 12:56, Raf r...@devio.us wrote:
 On Fri, Dec 26, 2014 at 03:36:11PM EST, jungle Boogie wrote:

 Hi Raf,

 Hi jungle Boogie,

 Was Tim Miller (guy that created sudo, right?) an openbsd developer
 before/during/after/never when sudo was put in base in 2009?

 As already pointed out - Todd C. Miller, not Tim.

 http://www.sudo.ws/sudo/history.html


Thanks! This looks really interesting.

 Regards,

 Raf

 P.S. Doing your own research doesn't hurt - I promise ;^)


You're right. I had his first name mixed up but I knew he is an
openbsd developer and at least maintained sudo.

-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Ted,
On 26 December 2014 at 13:23, Ted Unangst t...@tedunangst.com wrote:
 On Fri, Dec 26, 2014 at 09:42, jungle Boogie wrote:
 Hello All,

 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?

 The now deleted gzsig!

Your too kind way to say that I forgot signigy!

http://www.tedunangst.com/flak/post/signify


And it looks like its portable as well.


-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-26 Thread Martin Schröder
2014-12-26 18:42 GMT+01:00, jungle Boogie jungleboog...@gmail.com:
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?

opencvs

Best
Martin



Re: OpenBSD projects

2014-12-26 Thread Nikolai Fetissov
Looks like openospfd is missing from the list.

 On Dec 26, 2014, at 7:34 PM, jungle Boogie jungleboog...@gmail.com wrote:
 
 Hi Ted,
 On 26 December 2014 at 13:23, Ted Unangst t...@tedunangst.com wrote:
 On Fri, Dec 26, 2014 at 09:42, jungle Boogie wrote:
 Hello All,
 
 Here's a list of projects that I'm aware of that openBSD created. Is
 that correct? (p) is for portable. What else am I missing?
 
 The now deleted gzsig!
 
 Your too kind way to say that I forgot signigy!
 
 http://www.tedunangst.com/flak/post/signify
 
 
 And it looks like its portable as well.
 
 
 -- 
 ---
 inum: 883510009027723
 sip: jungleboo...@sip2sip.info
 xmpp: jungle-boo...@jit.si



Re: OpenBSD projects

2014-12-26 Thread jungle Boogie
Hi Nikolai,
On 26 December 2014 at 16:49, Nikolai Fetissov niko...@fetissov.org wrote:
 Looks like openospfd is missing from the list.


Would you consider that a companion to openbgpd since the site says:
OpenBGPD's companions, ospfd(8), ospf6d(8), ripd(8), and dvmrpd(8) add
support for the respective protocols. ldpd(8) and mpe(4) add MPLS
support.


http://www.openbgpd.org/



-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si