Commit Graph

  • 36bd2a3bbd remove the last argument from ssh_dispatch_run() since it's always the same as the first... Markus Friedl 2012-01-10 12:55:29 +01:00
  • e38108317d generate the compat dispatch API only if requested Markus Friedl 2012-01-10 12:50:54 +01:00
  • bb19f6ffb3 switch sshd-auth2 to ssh_packet_* Markus Friedl 2012-01-10 12:40:22 +01:00
  • a9e3bee9b9 switch sshd-auth2 code from dispatch to ssh_dispatch Markus Friedl 2012-01-10 12:31:26 +01:00
  • 81b6a34857 the host key verification callbacks always get a 'struct ssh *' so change the prototypes accordingly (from void *). Markus Friedl 2012-01-10 12:09:22 +01:00
  • c8197a3b42 change all protocol handlers from 'void *' to 'struct ssh *' Markus Friedl 2012-01-10 11:50:23 +01:00
  • b1920d0ebe sshd: pass struct ssh instead of authctxt to authentication handlers Markus Friedl 2012-01-10 11:29:59 +01:00
  • 543ff8b66b skip compat api for sshconnect2.c Markus Friedl 2012-01-09 22:58:54 +01:00
  • 746426cf6e replace dispatch wrapper with #defines Markus Friedl 2012-01-09 22:57:52 +01:00
  • 93081a66ae move statics from userauth_gssapi to Authctxt Markus Friedl 2012-01-09 22:16:34 +01:00
  • 3cb4b0e6de userauth: add # of attempts to authctxt Markus Friedl 2012-01-09 21:51:20 +01:00
  • 6e946b8c40 client userauth: packet_ -> ssh_packet_ and dispatch_ -> ssh_dispatch_ remove globals: move hostname/address for hostkey verification to 'struct ssh' Markus Friedl 2012-01-09 17:37:47 +01:00
  • b2a6a55106 sync to openssh cvs as of 2012/01/08 Markus Friedl 2012-01-08 23:11:02 +01:00
  • 9ab2398fe8 remove unused packet_*() defines Markus Friedl 2012-01-08 20:03:15 +01:00
  • 205959230c ssh_api.h: remove obsolete comment Markus Friedl 2012-01-06 14:33:08 +01:00
  • 1b2b926894 unifdef ETCDIR Markus Friedl 2012-01-06 14:31:04 +01:00
  • 474a076bdf how to diff against openbsd cvs Markus Friedl 2012-01-06 14:29:11 +01:00
  • 3bbc21f3af packet.c: s/ssh->state/state/ Markus Friedl 2012-01-06 14:14:10 +01:00
  • c44b8a2397 active_state declaration already in packet.h Markus Friedl 2012-01-06 14:07:56 +01:00
  • 6043e0c641 let packet_set_connection create the active_state, again Markus Friedl 2012-01-06 13:20:12 +01:00
  • bb5f42a34e replace most of opacket.c with #defines Markus Friedl 2012-01-06 13:12:02 +01:00
  • b0189c3239 sort .gitignore; add ID, tags Markus Friedl 2012-01-06 12:25:11 +01:00
  • fd206f1cc3 remove duplicates from session_state Markus Friedl 2012-01-06 12:20:01 +01:00
  • 6c9eb04eb4 enable warnings Markus Friedl 2012-01-06 12:19:41 +01:00
  • 9cc85e2464 move packet state internals back from packet.h to packet.c Markus Friedl 2012-01-06 11:58:10 +01:00
  • ba502644ad disable ptrace test, since it depends on ssh-agent being setuid Markus Friedl 2012-01-05 20:08:20 +01:00
  • 530367aafa Move the key exchange state and other global variables into a per connection state struct, add a initial API that could be used for a proxy (see ssh-proxy.c) Markus Friedl 2012-01-05 20:02:45 +01:00
  • a2da7c5afd add readme & .gitignore Markus Friedl 2012-01-05 19:42:32 +01:00
  • 63220169a2 login-shell agnostic tests Markus Friedl 2012-01-05 19:34:30 +01:00
  • e0775fa393 step into subdirs and use in-tree executables for regression tests. Markus Friedl 2012-01-05 12:21:26 +01:00
  • 9de07cbdf5 import openssh-regress as of 2012/01/05 Markus Friedl 2012-01-05 12:10:12 +01:00
  • a87828ec88 import openssh as of 2012/01/05 Markus Friedl 2012-01-05 12:08:12 +01:00