]> andersk Git - openssh.git/commitdiff
- andreas@cvs.openbsd.org 2009/10/24 11:11:58
authordtucker <dtucker>
Fri, 8 Jan 2010 05:49:52 +0000 (05:49 +0000)
committerdtucker <dtucker>
Fri, 8 Jan 2010 05:49:52 +0000 (05:49 +0000)
     [roaming.h]
     Declarations needed for upcoming changes.
     ok markus@

ChangeLog
roaming.h

index dec86124595297b1bbc7cee117e9220b9f856d04..5935fa6ad5416eb4af077c10a79be6d1feef582a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+20091208
+ - (dtucker) OpenBSD CVS Sync
+   - andreas@cvs.openbsd.org 2009/10/24 11:11:58
+     [roaming.h]
+     Declarations needed for upcoming changes.
+     ok markus@
+
 20091226
  - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1
    Gzip all man pages. Patch from Corinna Vinschen.
index e517161f628ca2c207a2317545a7cb68aef9efd1..6bb94cc391db810a96598f01acdc77abbd1e053c 100644 (file)
--- a/roaming.h
+++ b/roaming.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: roaming.h,v 1.4 2009/06/27 09:32:43 andreas Exp $ */
+/* $OpenBSD: roaming.h,v 1.5 2009/10/24 11:11:58 andreas Exp $ */
 /*
  * Copyright (c) 2004-2009 AppGate Network Security AB
  *
 #define ROAMING_H
 
 #define DEFAULT_ROAMBUF 65536
+#define ROAMING_REQUEST "roaming@appgate.com"
 
+extern int roaming_enabled;
 extern int resume_in_progress;
 
+void   request_roaming(void);
 int    get_snd_buf_size(void);
 int    get_recv_buf_size(void);
 void   add_recv_bytes(u_int64_t);
+int    wait_for_roaming_reconnect(void);
+void   roaming_reply(int, u_int32_t, void *);
 void   set_out_buffer_size(size_t);
 ssize_t        roaming_write(int, const void *, size_t, int *);
 ssize_t        roaming_read(int, void *, size_t, int *);
@@ -33,6 +38,7 @@ u_int64_t     get_recv_bytes(void);
 u_int64_t      get_sent_bytes(void);
 void   roam_set_bytes(u_int64_t, u_int64_t);
 void   resend_bytes(int, u_int64_t *);
+void   calculate_new_key(u_int64_t *, u_int64_t, u_int64_t);
 int    resume_kex(void);
 
 #endif /* ROAMING */
This page took 0.043165 seconds and 5 git commands to generate.