Damien Miller 8f73555808 protect sshbuf_from[bs] children by refusing modification of the parent buffers
This adds a reference mechanism to struct sshbuf, making parent buffers to
those created with buffer_froms() and buffer_fromb() read-only until the
child buffer is freed. It also delays freeing of the parent buffer until
all child buffers have freed.
2012-10-09 23:22:54 +02:00
2012-09-20 03:39:41 +10:00
2012-10-05 14:40:20 +02:00
2012-01-17 14:32:47 +01:00
2012-01-17 14:32:47 +01:00

libopenssh
==========

turn openssh into a library

ssh		a copy of openbsd src/usr.bin/ssh
regress		a copy of openbsd src/regress/usr.bin/ssh

diff against vanilla openssh:

% cd ssh && cvs -qd anoncvs@anoncvs1.ca.openbsd.org:/cvs diff -u

-m
Description
No description provided
Readme 3.2 MiB
Languages
C 86.7%
Roff 8.3%
Shell 4.2%
Makefile 0.6%
Python 0.1%