Commit Graph

10 Commits

Author SHA1 Message Date
Markus Friedl
d2a7c923d7 authfd.c and mac.c do not need kex.h 2012-10-12 17:49:55 +02:00
Markus Friedl
94db174dc6 replace Mac typedef with 'struct sshmac' 2012-10-12 16:45:42 +02:00
Damien Miller
60cb7a627f new functions for read-only buffers with external storage
This adds some new functions: sshbuf_from(), sshbuf_fromb() and sshbuf_froms()
that create new buffers from a read-only blob, the contents of a buffer and
the contents of a string in a buffer respectively. In all cases the memory
contents are not copied - the new buffer, which is read-only, just refers to
the original location in memory.
2012-10-09 23:22:53 +02:00
Markus Friedl
96b8844e9e sync cvs as of 2012-10-05 2012-10-05 14:40:20 +02:00
Damien Miller
5020b06a6b remove the last traces of the old buffer API
yay :)
2012-09-21 05:35:30 +10:00
Markus Friedl
e3403f3457 update to openssh-6.1 2012-07-30 20:41:29 +02:00
Markus Friedl
eb30492538 cipher-bf1.c and mac.c no longer use log.h/xmalloc.h 2012-03-04 21:19:23 +01:00
Markus Friedl
f42361df22 de-fatal mac.c 2012-03-04 21:19:23 +01:00
Markus Friedl
568a12a63e defatal mac.[ch]
Conflicts:

	ssh/packet.c
2012-01-17 14:42:52 +01:00
Markus Friedl
a87828ec88 import openssh as of 2012/01/05 2012-01-05 12:08:12 +01:00