summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-3/+3
| | | | TODO; cleanup headers
* improved kbd-interactive support. work by per@appgate.com and memarkus2001-05-181-4/+5
|
* authctxt is now passed to do_authenticatedmarkus2001-03-231-4/+1
|
* merge common ssh v1/2 codemarkus2001-03-211-2/+2
|
* add changes need for BSD_AUTH plus disabled BSD_AUTH codemarkus2001-03-201-3/+9
|
* unused; ok markus@stevesk2001-03-081-2/+1
|
* use pwcopy in ssh.c, toomarkus2001-02-221-1/+2
|
* setproctitle(user) only if getpwnam succeedsmarkus2001-02-131-3/+3
|
* PermitRootLogin={yes,without-password,forced-commands-only,no}markus2001-02-121-2/+3
| | | | (before this change, root could login even if PermitRootLogin==no)
* move k_setpag() to a central place; ok dugsong@markus2001-02-071-9/+1
|
* rename skey -> challenge response.markus2001-01-221-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.markus2001-01-211-2/+2
| | | | rename util.[ch] -> misc.[ch]
* move ssh1 definitions to ssh1.h, pathnames to pathnames.hmarkus2001-01-191-1/+2
|
* 1) removes fake skey from sshd, since this will be muchmarkus2001-01-181-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.commarkus2001-01-071-1/+2
|
* typomarkus2000-12-271-4/+4
|
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-6/+6
| | | | with u_char.
* typo; from mouring@pconline.commarkus2000-11-101-2/+2
|
* new cipher frameworkmarkus2000-10-111-2/+1
|
* move fake-auth from auth1.c to individual auth methods, disables s/key in debug-msgmarkus2000-10-031-111/+57
|
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-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 callmillert2000-08-201-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()markus2000-04-291-3/+3
|
* split auth/sshconnect in one file per protocol versionmarkus2000-04-261-0/+468