summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/Makefile.inc
AgeCommit message (Collapse)Author
2005-06-17turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are cleanDamien Miller
2004-06-21comment out -Wshadow for now, gcc2 sucks. noticed by markusAnil Madhavapeddy
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
markus@ ok
2003-10-14include SSHFP lookup code (not enabled by default). ok markus@Jakob Schlyter
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@
2003-09-18more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@Markus Friedl
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@
2002-03-06undoMarkus Friedl
2002-03-06compat.cMarkus Friedl
2001-10-30undo (disable debug again)Markus Friedl
2001-10-30ssh.1Markus Friedl
2001-07-29typo, add -WunusedMarkus Friedl
2001-07-26CDIAGFLAGS. Okay markus@Marc Espie
2001-06-27move -lsectok to Makefile.inc for nowMarkus Friedl
2001-06-26add smartcard support to the makefiles (commented out);Markus Friedl
the smartcard support is based on work by itoi@eecs.umich.edu
2001-06-23turn off -Wstrict-prototypes (for atomicio.h)Markus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
TODO; cleanup headers
2001-01-29$OpenBSD$Niklas Hallqvist
2000-10-15CFLAGS+= -WallMarkus Friedl
1999-10-25move common files to ./lib and link libssh.a, tested with and w/o objMarkus Friedl
1999-10-07add skey to sshd:Markus Friedl
1) pass *pw to auth_password() not user_name, do_authentication already keeps private copy of struct passwd for current user. 2) limit authentication attemps to 5, otherwise ssh -o 'NumberOfPasswordPrompts 100000' host lets you enter 100000 passwds 3) make s/key a run-time option in /etc/sshd_config 4) generate fake skeys, for s/key for nonexisting users, too limit auth-tries for nonexisting users, too. Note that % ssh -l nonexisting-user -o 'NumberOfPasswordPrompts 100000' host has NO limits in ssh-1.2.27
1999-10-06scp should not link against kerberos stuffTheo de Raadt
1999-10-04nuke genminfd/AUTH_FDMarkus Friedl
1999-10-03clean the minfd junkTheo de Raadt
1999-10-03AFS depends on kerberos, fixes KERBEROS=noTheo de Raadt
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up ↵Dug Song
unused variables, update manpages
1999-09-29krb4 support; evanc@concer.toTheo de Raadt
1999-09-28+=Theo de Raadt
1999-09-26distribution targetTheo de Raadt
1999-09-26build ssh components using our build modelTheo de Raadt