Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt | |
2002-06-11 | no longer use uidswap.[ch] from the ssh client | Markus Friedl | |
run less code with euid==0 if ssh is installed setuid root just switch the euid, don't switch the complete set of groups (this is only needed by sshd). ok provos@ | |||
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl | |
2002-05-23 | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased ↵ | Markus Friedl | |
authentication in protocol v2 (needs to access the hostkeys). | |||
2001-10-08 | some more IPv4or6 cleanup | Markus Friedl | |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl | |
and out of sync | |||
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino | |
- () -> (void) - no variable names | |||
2001-06-23 | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | Markus Friedl | |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl | |
similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) | |||
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl | |
is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks to olar@openwall.com is comments. we had many requests for this. | |||
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl | |
2001-02-15 | genericize password padding function for SSH1 and SSH2. | Markus Friedl | |
add stylized echo to 2, too. | |||
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2001-01-16 | indent | Theo de Raadt | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
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. | |||
2000-04-26 | split auth/sshconnect in one file per protocol version | Markus Friedl | |