Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -1682/+0 |
| | |||||
* | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed "@deprecated" in doxygen | Aris Adamantiadis | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Obsoletes ssh_auth_list, comment ssh_userauth_list | Aris Adamantiadis | 2010-08-19 | 1 | -11/+21 |
| | |||||
* | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 1 | -6/+6 |
| | |||||
* | options: Make sure that we have always have default options set. | Andreas Schneider | 2010-05-21 | 1 | -7/+6 |
| | |||||
* | Fixed keyboard-interactive and unit test | Aris Adamantiadis | 2010-05-19 | 1 | -60/+56 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -116/+116 |
| | |||||
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 1 | -17/+1 |
| | |||||
* | Fix doc and libgcrypt build | Aris Adamantiadis | 2010-04-28 | 1 | -1/+2 |
| | |||||
* | Do not send twice ssh_userauth_none requests | Aris Adamantiadis | 2010-04-24 | 1 | -1/+6 |
| | | | | Thanks to Xi Wang for the bug report | ||||
* | Fixes infinite loops | Aris Adamantiadis | 2010-04-24 | 1 | -1/+2 |
| | | | | Thanks to Xi Wang for the patches | ||||
* | Fixed the documentation of auth.c | Andreas Schneider | 2010-04-04 | 1 | -67/+89 |
| | |||||
* | Fixed a build warning in ssh_userauth_autopubkey. | Andreas Schneider | 2010-03-25 | 1 | -0/+3 |
| | |||||
* | Fixed spelling. | Andreas Schneider | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | Fixed and added support for several identity files. | Andreas Schneider | 2010-03-04 | 1 | -136/+115 |
| | |||||
* | Hacked SSH1 to get past authentication | Aris Adamantiadis | 2010-01-25 | 1 | -2/+6 |
| | | | | Also resolved some bugs that may impact 0.4. need to check | ||||
* | Fixed blocking bug in channel_poll | Aris Adamantiadis | 2010-01-08 | 1 | -2/+2 |
| | |||||
* | Fixed typos from a* to error.c | Aris Adamantiadis | 2010-01-06 | 1 | -3/+3 |
| | |||||
* | Add new API function ssh_userauth_privatekey_file(). | Vic Lee | 2009-12-30 | 1 | -0/+66 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | In ssh_userauth_pubkey, if publickey argument is NULL, generate it from ↵ | Vic Lee | 2009-12-30 | 1 | -2/+18 |
| | | | | | | | privatekey. Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fix a few log strings and levels in auth.c | Aris Adamantiadis | 2009-12-26 | 1 | -13/+13 |
| | |||||
* | Asynchronous authentication works ! | Aris Adamantiadis | 2009-12-26 | 1 | -97/+141 |
| | |||||
* | New packet handler for SSH_USERAUTH_BANNER | Aris Adamantiadis | 2009-12-26 | 1 | -17/+28 |
| | |||||
* | 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 |
| | | | | Thanks to Pino Toscano. | ||||
* | 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 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | 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 |
| | | | | | | | | | changed struct string_struct to ssh_string_struct buffer_struct to ssh_buffer_struct and so on. Should not break apps using the caps version of these | ||||
* | 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 |
| | | | | They shouldn't be modified or free'd by a user. | ||||
* | Fix a possible crash bug. | Andreas Schneider | 2009-06-09 | 1 | -4/+4 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@775 7dcaeef0-15fb-0310-b436-a5af3365683c |