-
- Downloads
Build outgoing SSH agent requests in a strbuf.
This simplifies the client code both in ssh.c and in the client side of Pageant. I've cheated a tiny bit by preparing agent requests in a strbuf that has space reserved at the front for the packet frame, which makes life easier for the code that sends them off.
Showing
- aqsync.c 2 additions, 2 deletionsaqsync.c
- misc.c 13 additions, 0 deletionsmisc.c
- misc.h 4 additions, 0 deletionsmisc.h
- pageant.c 64 additions, 103 deletionspageant.c
- putty.h 2 additions, 2 deletionsputty.h
- ssh.c 62 additions, 76 deletionsssh.c
- unix/uxagentc.c 6 additions, 3 deletionsunix/uxagentc.c
- windows/winpgntc.c 6 additions, 2 deletionswindows/winpgntc.c
Loading
Please register or sign in to comment