summaryrefslogtreecommitdiffstats
path: root/libssh/auth.c
Commit message (Collapse)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-1682/+0
|
* Added missing /** in doxygen @}'sAris Adamantiadis2010-08-281-1/+1
|
* Fixed "@deprecated" in doxygenAris Adamantiadis2010-08-201-1/+1
|
* Obsoletes ssh_auth_list, comment ssh_userauth_listAris Adamantiadis2010-08-191-11/+21
|
* Continue removing old flushing codeAris Adamantiadis2010-07-231-6/+6
|
* options: Make sure that we have always have default options set.Andreas Schneider2010-05-211-7/+6
|
* Fixed keyboard-interactive and unit testAris Adamantiadis2010-05-191-60/+56
|
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-116/+116
|
* Use the new expand functions.Andreas Schneider2010-05-111-17/+1
|
* Fix doc and libgcrypt buildAris Adamantiadis2010-04-281-1/+2
|
* Do not send twice ssh_userauth_none requestsAris Adamantiadis2010-04-241-1/+6
| | | | Thanks to Xi Wang for the bug report
* Fixes infinite loopsAris Adamantiadis2010-04-241-1/+2
| | | | Thanks to Xi Wang for the patches
* Fixed the documentation of auth.cAndreas Schneider2010-04-041-67/+89
|
* Fixed a build warning in ssh_userauth_autopubkey.Andreas Schneider2010-03-251-0/+3
|
* Fixed spelling.Andreas Schneider2010-03-251-1/+1
|
* Fixed and added support for several identity files.Andreas Schneider2010-03-041-136/+115
|
* Hacked SSH1 to get past authenticationAris Adamantiadis2010-01-251-2/+6
| | | | Also resolved some bugs that may impact 0.4. need to check
* Fixed blocking bug in channel_pollAris Adamantiadis2010-01-081-2/+2
|
* Fixed typos from a* to error.cAris Adamantiadis2010-01-061-3/+3
|
* Add new API function ssh_userauth_privatekey_file().Vic Lee2009-12-301-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 Lee2009-12-301-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.cAris Adamantiadis2009-12-261-13/+13
|
* Asynchronous authentication works !Aris Adamantiadis2009-12-261-97/+141
|
* New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis2009-12-261-17/+28
|
* Asynchronous service requestAris Adamantiadis2009-12-261-9/+13
|
* Made packet_wait issue warningsAris Adamantiadis2009-12-131-1/+2
|
* Improve standard logging.Andreas Schneider2009-11-121-1/+2
|
* Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis2009-10-171-12/+12
|
* Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider2009-10-151-6/+6
| | | | Thanks to Pino Toscano.
* Get rid of the options structure.Andreas Schneider2009-10-021-24/+23
|
* more priv.h splittingAris Adamantiadis2009-09-261-0/+9
|
* More include file splittingAris Adamantiadis2009-09-261-0/+1
|
* More include file movingsAris Adamantiadis2009-09-261-0/+1
|
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+5
|
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-19/+19
|
* Use new ssh options interface in auth functions.Andreas Schneider2009-09-221-7/+7
|
* Added more logging output for publickey auth.Andreas Schneider2009-09-211-1/+3
|
* Fix possible memory corruption (#14)milo2009-08-061-7/+7
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fix build with MSVC.Andreas Schneider2009-07-301-3/+17
|
* Fix SSH1 compilation.Andreas Schneider2009-07-271-3/+3
|
* Switch completly to stdint types.Andreas Schneider2009-07-251-4/+4
|
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-5/+5
|
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-241-2/+2
|
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-1/+1
|
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-35/+35
|
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-241-1/+1
|
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-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 Schneider2009-07-221-1/+1
|
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-211-3/+3
| | | | They shouldn't be modified or free'd by a user.
* Fix a possible crash bug.Andreas Schneider2009-06-091-4/+4
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@775 7dcaeef0-15fb-0310-b436-a5af3365683c