Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Asynchronous service request | Aris Adamantiadis | 2009-12-26 | 1 | -9/+13 |
* | Made packet_wait issue warnings | Aris Adamantiadis | 2009-12-13 | 1 | -1/+2 |
* | Improve standard logging. | Andreas Schneider | 2009-11-12 | 1 | -1/+2 |
* | Allow use of SSH_DIR/ when expanding key paths | Aris Adamantiadis | 2009-10-17 | 1 | -12/+12 |
* | Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems. | Andreas Schneider | 2009-10-15 | 1 | -6/+6 |
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -24/+23 |
* | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+9 |
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+5 |
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -19/+19 |
* | Use new ssh options interface in auth functions. | Andreas Schneider | 2009-09-22 | 1 | -7/+7 |
* | Added more logging output for publickey auth. | Andreas Schneider | 2009-09-21 | 1 | -1/+3 |
* | Fix possible memory corruption (#14) | milo | 2009-08-06 | 1 | -7/+7 |
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -3/+17 |
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-27 | 1 | -3/+3 |
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -4/+4 |
* | Fix conflicting declarations of ssh_session and ssh_kbdint. | Andreas Schneider | 2009-07-25 | 1 | -5/+5 |
* | Change PRIVATE_KEY * to ssh_private_key | Aris Adamantiadis | 2009-07-24 | 1 | -2/+2 |
* | Changed all PUBLIC_KEY * to ssh_public_key | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -35/+35 |
* | replacing keys_struct with ssh_keys_struct | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
* | Fixed namespace problem in public structures | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
* | Don't segfault if the session or the answer is NULL. | Andreas Schneider | 2009-07-22 | 1 | -1/+1 |
* | Make the ssh_userauth_kbdint functions to get the prompts const. | Andreas Schneider | 2009-07-21 | 1 | -3/+3 |
* | Fix a possible crash bug. | Andreas Schneider | 2009-06-09 | 1 | -4/+4 |
* | Fix build warnings. | Andreas Schneider | 2009-06-09 | 1 | -2/+7 |
* | Add missing vim modeline. | Andreas Schneider | 2009-05-13 | 1 | -0/+1 |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -3/+0 |
* | Change variable names of the keys_struct to avoid conflicts. | Andreas Schneider | 2009-05-11 | 1 | -18/+18 |
* | Improve ssh_userauth_password(). | Andreas Schneider | 2009-04-30 | 1 | -84/+91 |
* | Initialize the vars with NULL to prevent a segfault on error. | Andreas Schneider | 2009-04-30 | 1 | -11/+11 |
* | Improve ssh_userauth_agent_pubkey(). | Andreas Schneider | 2009-04-30 | 1 | -42/+44 |
* | Improve ssh_userauth_pubkey(). | Andreas Schneider | 2009-04-30 | 1 | -94/+103 |
* | Improve ssh_userauth_offer_pubkey(). | Andreas Schneider | 2009-04-30 | 1 | -86/+95 |
* | Improve ssh_userauth_none(). | Andreas Schneider | 2009-04-30 | 1 | -65/+73 |
* | Improve ssh_userauth_list(). | Andreas Schneider | 2009-04-30 | 1 | -4/+10 |
* | Reformat ssh_auth_list(). | Andreas Schneider | 2009-04-30 | 1 | -4/+5 |
* | Improve wait_auth_status(). | Andreas Schneider | 2009-04-30 | 1 | -83/+102 |
* | Fix segfault. | Andreas Schneider | 2009-04-30 | 1 | -1/+1 |
* | Add a BURN_STRING macro and use it in auth.c. | Andreas Schneider | 2009-04-30 | 1 | -10/+5 |
* | Improve ask_userauth(). | Andreas Schneider | 2009-04-30 | 1 | -11/+15 |
* | Improve the autopubkey authentication. | Andreas Schneider | 2009-04-30 | 1 | -3/+10 |
* | Improve ssh_userauth_kbdint_getprompt. | Andreas Schneider | 2009-04-29 | 1 | -15/+25 |
* | Reformat ssh_userauth_kbdint functions. | Andreas Schneider | 2009-04-29 | 1 | -23/+33 |
* | Improve ssh_userauth_kbdint. | Andreas Schneider | 2009-04-29 | 1 | -61/+85 |
* | Improve kbdauth_send. | Andreas Schneider | 2009-04-29 | 1 | -4/+3 |
* | Improve kbdauth_info_get. | Andreas Schneider | 2009-04-29 | 1 | -69/+107 |
* | Improve kbdauth_init. | Andreas Schneider | 2009-04-29 | 1 | -20/+10 |
* | Improve kbdint_clean. | Andreas Schneider | 2009-04-29 | 1 | -29/+28 |