index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
auth-krb4.c
Age
Commit message (
Expand
)
Author
2001-01-22
only AFS needs radix.[ch]
Markus Friedl
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-19
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-10-03
move fake-auth from auth1.c to individual auth methods, disables s/key in deb...
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-08-28
print uid/gid as unsigned
Theo de Raadt
2000-08-02
disallow kerberos authentication if we can't verify the TGT; from
Niels Provos
2000-06-22
Missing CVS idents; ok markus
Damien Miller
2000-04-14
whitespace cleanup
Markus Friedl
2000-03-21
-Wall
Markus Friedl
2000-03-16
-pedantic: signed vs. unsigned, void*-arithm, etc
Markus Friedl
1999-12-01
move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
Markus Friedl
1999-11-24
much more KNF
Theo de Raadt
1999-11-23
KNF part 1
Markus Friedl
1999-11-15
disconnect if getpeername() fails
Markus Friedl
1999-11-14
missing xfree(*client)
Markus Friedl
1999-11-10
remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup
Markus Friedl
1999-11-02
remove unused argument. ok dugsong
Markus Friedl
1999-10-01
s/long/int/
Theo de Raadt
1999-09-29
numerous sprintf, strncpy, strcpy cleanups
Theo de Raadt
1999-09-29
update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...
Dug Song
1999-09-26
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
Theo de Raadt