Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | 2001-06-23 | 1 | -3/+3 | ||
| | | | | TODO; cleanup headers | |||||
* | improved kbd-interactive support. work by per@appgate.com and me | 2001-05-18 | 1 | -4/+5 | ||
| | ||||||
* | authctxt is now passed to do_authenticated | 2001-03-23 | 1 | -4/+1 | ||
| | ||||||
* | merge common ssh v1/2 code | 2001-03-21 | 1 | -2/+2 | ||
| | ||||||
* | add changes need for BSD_AUTH plus disabled BSD_AUTH code | 2001-03-20 | 1 | -3/+9 | ||
| | ||||||
* | unused; ok markus@ | 2001-03-08 | 1 | -2/+1 | ||
| | ||||||
* | use pwcopy in ssh.c, too | 2001-02-22 | 1 | -1/+2 | ||
| | ||||||
* | setproctitle(user) only if getpwnam succeeds | 2001-02-13 | 1 | -3/+3 | ||
| | ||||||
* | PermitRootLogin={yes,without-password,forced-commands-only,no} | 2001-02-12 | 1 | -2/+3 | ||
| | | | | (before this change, root could login even if PermitRootLogin==no) | |||||
* | move k_setpag() to a central place; ok dugsong@ | 2001-02-07 | 1 | -9/+1 | ||
| | ||||||
* | rename skey -> challenge response. | 2001-01-22 | 1 | -3/+3 | ||
| | | | | auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled. | |||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -2/+2 | ||
| | | | | rename util.[ch] -> misc.[ch] | |||||
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | 2001-01-19 | 1 | -1/+2 | ||
| | ||||||
* | 1) removes fake skey from sshd, since this will be much | 2001-01-18 | 1 | -115/+74 | ||
| | | | | | | | harder with /usr/libexec/auth/login_XXX 2) share/unify code used in ssh-1 and ssh-2 authentication (server side) 3) make addition of BSD_AUTH and other challenge reponse methods easier. | |||||
* | missing free, stevesk@pobox.com | 2001-01-07 | 1 | -1/+2 | ||
| | ||||||
* | typo | 2000-12-27 | 1 | -4/+4 | ||
| | ||||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -6/+6 | ||
| | | | | with u_char. | |||||
* | typo; from mouring@pconline.com | 2000-11-10 | 1 | -2/+2 | ||
| | ||||||
* | new cipher framework | 2000-10-11 | 1 | -2/+1 | ||
| | ||||||
* | move fake-auth from auth1.c to individual auth methods, disables s/key in debug-msg | 2000-10-03 | 1 | -111/+57 | ||
| | ||||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -1/+7 | ||
| | | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||||
* | Add calls to setusercontext() and login_get*(). We basically call | 2000-08-20 | 1 | -1/+2 | ||
| | | | | | setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||||
* | keysize warnings error() -> log() | 2000-04-29 | 1 | -3/+3 | ||
| | ||||||
* | split auth/sshconnect in one file per protocol version | 2000-04-26 | 1 | -0/+468 | ||