gsti/src (20 files)
cvs user marcus
cvs at cvs.gnupg.org
Wed Jun 9 06:37:56 CEST 2004
Date: Wednesday, June 9, 2004 @ 06:37:56
Author: marcus
Path: /cvs/wk/gsti/src
Added: bstring.c bstring.h
Modified: ChangeLog Makefile.am api.h auth.c buffer.c buffer.h fsm.c kex.c
main.c memory.c memory.h packet.c packet.h pubkey.c pubkey.h
types.h utils.c utils.h
2004-06-09 Marcus Brinkmann <marcus at g10code.de>
Global: All users of bstring and buffer related types and
functions have changed.
* Makefile.am (libgsti_la_SOURCES): Add bstring.h, bstring.c.
* bstring.h: New file.
* bstring.c: New file.
* memory.h (_gsti_bstring_make, _gsti_bstring_free): Remove prototypes.
* memory.c (_gsti_bstring_make, _gsti_bstring_free): Remove functions.
* types.h: Include "bstring.h".
(bstring_s, BUFFER): Remove types.
(gsti_byte_t, gsti_uint32_t): New types.
* buffer.h: Rewritten.
* buffer.c: Rewritten.
-------------+
ChangeLog | 14 +
Makefile.am | 3
api.h | 26 +-
auth.c | 223 ++++++++++++++++---------
bstring.c | 81 +++++++++
bstring.h | 45 +++++
buffer.c | 457 ++++++++++++++++++++++++++++++++++-----------------
buffer.h | 185 +++++++++++++++++---
fsm.c | 6
kex.c | 514 ++++++++++++++++++++++++++++++++++++----------------------
main.c | 22 +-
memory.c | 61 ++----
memory.h | 45 ++---
packet.c | 89 ++++++----
packet.h | 20 +-
pubkey.c | 189 +++++++++++++--------
pubkey.h | 10 -
types.h | 53 ++---
utils.c | 22 +-
utils.h | 2
20 files changed, 1366 insertions(+), 701 deletions(-)
More information about the Gnupg-commits
mailing list