Age | Commit message (Expand) | Author |
2004-07-28 | more s/illegal/invalid/ | Markus Friedl |
2004-07-21 | bz#899: Don't display invalid usernames in setproctitle | Damien Miller |
2004-05-23 | Add MaxAuthTries sshd config option; ok markus@ | Darren Tucker |
2003-11-04 | standardise arguments to auth methods - they should all take authctxt. | Damien Miller |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-08-26 | fix passwd auth for 'username leaks via timing'; with djm@, original patches ... | Markus Friedl |
2003-08-22 | nuke "kerberos-2@ssh.com" | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-05-14 | implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-02-06 | undo broken fix for #387, fixes #486 | Markus Friedl |
2002-08-22 | auth_root_allowed() is handled by the monitor in the privsep case, | Markus Friedl |
2002-06-30 | lint asks that we use names that do not overlap | Theo de Raadt |
2002-05-31 | move Authmethod definitons to per-method file. | Markus Friedl |
2002-05-25 | split auth2.c into one file per method; ok provos@/deraadt@ | Markus Friedl |
2002-05-13 | less warnings. skey_{respond,query} are public (in auth.h) | Jun-ichiro itojun Hagino |
2002-05-12 | Fix sshd Banner option for privsep; ok markus@ provos@ | Damien Miller |
2002-03-19 | make getpwnamallow() allways call pwcopy() | Markus Friedl |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-03-18 | have the authentication functions return the authentication context | Niels Provos |
2002-03-17 | getpwnamallow returns struct passwd * only if user valid; okay markus@ | Niels Provos |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2002-02-04 | cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok stev... | Markus Friedl |
2002-01-29 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ | Markus Friedl |
2002-01-13 | use buffer API and avoid static strings of fixed size; ok provos@/mouring@ | Markus Friedl |
2002-01-11 | a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED' | Markus Friedl |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-18 | log fingerprint on successful public key authentication; ok markus@ | Jakob Schlyter |
2001-12-09 | add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions, | Markus Friedl |
2001-12-05 | make it compile with more strict prototype checking | Jun-ichiro itojun Hagino |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves |
2001-11-07 | unused includes | Markus Friedl |
2001-09-27 | typos; from solar | Markus Friedl |
2001-09-20 | key_read returns now -1 or 1 | Markus Friedl |
2001-07-23 | use %lu; ok markus@ | Kevin Steves |
2001-06-26 | new interface for secure_filename() | Markus Friedl |
2001-06-25 | prototype cleanup; ok markus@ | Kevin Steves |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-23 | restore correct ignore_user_known_hosts logic. | Markus Friedl |
2001-06-23 | *known_hosts2 is obsolete for hostbased authentication and | Markus Friedl |
2001-06-22 | merge authorized_keys2 into authorized_keys. | Markus Friedl |
2001-06-07 | style is used for bsdauth. | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | merge | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl |