Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix possible memory corruption (#14) | milo | 2009-08-07 | 1 | -7/+7 |
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-29 | 1 | -3/+3 |
* | Don't segfault if the session or the answer is NULL. | Andreas Schneider | 2009-07-23 | 1 | -1/+1 |
* | Make the ssh_userauth_kbdint functions to get the prompts const. | Andreas Schneider | 2009-07-23 | 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 |
* | Improve kbdint_free. | Andreas Schneider | 2009-04-29 | 1 | -22/+27 |
* | Improve kbdint_new. | Andreas Schneider | 2009-04-29 | 1 | -7/+9 |
* | Improve auto public key authentication. | Andreas Schneider | 2009-04-28 | 1 | -189/+207 |
* | Rename privatekey_free() to be consistent with publickey_free(). | Andreas Schneider | 2009-04-20 | 1 | -5/+5 |
* | Fix memory leak. | Andreas Schneider | 2009-04-17 | 1 | -0/+2 |
* | Use consistent return values for packet_translate(). | Andreas Schneider | 2009-04-14 | 1 | -1/+1 |
* | Fix SSHv1 compile errors. | Andreas Schneider | 2009-04-08 | 1 | -2/+2 |
* | Check return values of buffer_add_* and packet_send functions. | Andreas Schneider | 2009-04-07 | 1 | -181/+453 |
* | Fix build warnings found with printf checking of ssh_set_error(). | Andreas Schneider | 2009-04-05 | 1 | -1/+3 |
* | Fix compile warning (const). | Andreas Schneider | 2009-04-05 | 1 | -2/+15 |
* | Add a return value to ssh_userauth_kbdint_setanswer(). | Andreas Schneider | 2009-04-02 | 1 | -13/+23 |
* | Check for errors of memory allocation. | Andreas Schneider | 2009-04-01 | 1 | -7/+38 |
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -20/+24 |
* | Change the name of the doxygen group to match the others. | Andreas Schneider | 2009-03-21 | 1 | -1/+2 |
* | Replace ssh_say with ssh_log. | Andreas Schneider | 2009-03-11 | 1 | -8/+17 |
* | Rename function to agent_is_running. | Andreas Schneider | 2009-02-09 | 1 | -2/+2 |
* | Fix the ifdefs. | Andreas Schneider | 2009-02-06 | 1 | -3/+2 |
* | Add missing ifdef for ssh-agent support. | Andreas Schneider | 2009-02-06 | 1 | -4/+3 |
* | Complete ssh client agent support. | Andreas Schneider | 2009-02-06 | 1 | -7/+147 |
* | Fix build warnings of the auth code. | Andreas Schneider | 2009-02-02 | 1 | -3/+2 |
* | Start with ssh agent implementation. | Andreas Schneider | 2009-02-02 | 1 | -0/+12 |