summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-13Document how to generate an RSA1 host key (#141703).Colin Watson
2003-09-12Some small improvements to the English templates courtesy of ChristianColin Watson
Perrier. I've manually unfuzzied a few translations where it was obvious, on Christian's advice, but the others will have to be updated.
2003-09-12debconf-updatepo appears to rejustify ja.po.Colin Watson
2003-09-12Update French debconf template translation (Christian Perrier, #208801).Colin Watson
2003-09-11Update Japanese debconf template translation (Kenshi Muto, #210380).Colin Watson
2003-09-03Finish 3.6.1p2-6.Colin Watson
2003-09-03Fix login delay, spurious auth.log entry, and PermitRootLogin informationColin Watson
leakage due to PAM issues with upstream's recent security update (thanks, Darren Tucker; closes: #99168, #192207, #193546).
2003-09-02Policy version 3.6.1: recode debian/changelog to UTF-8.Colin Watson
2003-09-02Don't run 'sshd -t' in init script if the server isn't to be run (#197576).Colin Watson
2003-09-02Update Brazilian Portuguese debconf template translation (Andre Luis Lopes,Colin Watson
#208036).
2003-09-01Remove debian/templates from CVS; it's generated by debian/rules.Colin Watson
2003-09-01Use a more CVS-friendly means of setting SSH_VERSION.Colin Watson
2003-09-01Add more ignores for the Debian package.Colin Watson
2003-09-01Add most of upstream's .cvsignore files. I'd avoided them until now becauseColin Watson
they made importing otherwise pristine upstream releases difficult.
2003-09-01Debian release 3.6.1p2-5.Colin Watson
2003-09-01Debian release 3.6.1p2-4.Colin Watson
2003-09-01Debian release 3.6.1p2-3.Colin Watson
2003-09-01Debian release 3.6.1p2-2.Colin Watson
2003-09-01Debian release 3.6.1p2-1.Colin Watson
2003-09-01Import OpenSSH 3.6.1p2.Colin Watson
2003-09-01Debian release 3.6.1p1-1.Colin Watson
2003-09-01Import OpenSSH 3.6.1p1.Colin Watson
2003-09-01Debian release 3.6p1-1.Colin Watson
2003-09-01Import OpenSSH 3.6p1.Colin Watson
2003-09-01Debian release 3.5p1-5.Colin Watson
2003-09-01Debian release 3.5p1-4.Colin Watson
2003-09-01Debian release 3.5p1-3.Colin Watson
2003-09-01Debian release 3.5p1-2.Colin Watson
2003-09-01Debian release 3.5p1-1.Colin Watson
2003-09-01Import OpenSSH 3.5p1.Colin Watson
2003-09-01Debian release 3.4p1-4.Colin Watson
2003-09-01Debian release 3.4p1-3.Colin Watson
2003-09-01Debian release 3.4p1-2.Colin Watson
2003-09-01Debian release 3.4p1-1.Colin Watson
2003-09-01Import OpenSSH 3.4p1.Colin Watson
2003-04-29 - (djm) Add back radix.o (used by AFS support), after it went missing fromDamien Miller
Makefile many moons ago - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer - (djm) Fix blibpath specification for AIX/gcc - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
2003-04-28 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bitBen Lindstrom
hacked code.
2003-04-27 - (bal) auth2.c same changed as above.Ben Lindstrom
2003-04-27 - (bal) auth1.c minor resync while looking at the code.Ben Lindstrom
2003-04-27 - (bal) Since we don't support platforms lacking u_int_64. We mayBen Lindstrom
as well clean out some of those evil #ifdefs
2003-04-27 - (bal) Bug #541: return; was dropped by mistake. Reported byBen Lindstrom
furrier@iglou.com
2003-04-09 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. ReportDamien Miller
from matth@eecs.berkeley.edu
2003-04-09 - (djm) Fix missed log => logit occurance (reference by function pointer)Damien Miller
2003-04-09 - hin@cvs.openbsd.org 2003/04/09 08:23:52Damien Miller
[servconf.c] Don't include <krb.h> when compiling with Kerberos 5 support
2003-04-09 - itojun@cvs.openbsd.org 2003/04/08 20:21:29Damien Miller
[*.c *.h] rename log() into logit() to avoid name conflict. markus ok, from netbsd - (djm) XXX - Performed locally using: "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h" - (djm) Fix up missing include for packet.c
2003-04-09*** empty log message ***Damien Miller
2003-04-09 - millert@cvs.openbsd.org 2003/04/07 21:58:05Damien Miller
[progressmeter.c] The UCB copyright here is incorrect. This code did not originate at UCB, it was written by Luke Mewburn. Updated the copyright at the author's request. markus@ OK
2003-04-09 - markus@cvs.openbsd.org 2003/04/07 08:29:57Damien Miller
[monitor_wrap.c] typo: get correct counters; introduced during rekeying change.
2003-04-09 - itojun@cvs.openbsd.org 2003/04/03 07:25:27Damien Miller
[progressmeter.c] $OpenBSD$ - itojun@cvs.openbsd.org 2003/04/03 10:17:35 [progressmeter.c] remove $OpenBSD$, as other *.c does not have it.
2003-04-09 - markus@cvs.openbsd.org 2003/04/02 14:36:26Damien Miller
[ssh-keysign.c] potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526