Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-12 | Some small improvements to the English templates courtesy of Christian | Colin 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-12 | debconf-updatepo appears to rejustify ja.po. | Colin Watson | |
2003-09-12 | Update French debconf template translation (Christian Perrier, #208801). | Colin Watson | |
2003-09-11 | Update Japanese debconf template translation (Kenshi Muto, #210380). | Colin Watson | |
2003-09-03 | Finish 3.6.1p2-6. | Colin Watson | |
2003-09-03 | Fix login delay, spurious auth.log entry, and PermitRootLogin information | Colin Watson | |
leakage due to PAM issues with upstream's recent security update (thanks, Darren Tucker; closes: #99168, #192207, #193546). | |||
2003-09-02 | Policy version 3.6.1: recode debian/changelog to UTF-8. | Colin Watson | |
2003-09-02 | Don't run 'sshd -t' in init script if the server isn't to be run (#197576). | Colin Watson | |
2003-09-02 | Update Brazilian Portuguese debconf template translation (Andre Luis Lopes, | Colin Watson | |
#208036). | |||
2003-09-01 | Remove debian/templates from CVS; it's generated by debian/rules. | Colin Watson | |
2003-09-01 | Use a more CVS-friendly means of setting SSH_VERSION. | Colin Watson | |
2003-09-01 | Add more ignores for the Debian package. | Colin Watson | |
2003-09-01 | Add most of upstream's .cvsignore files. I'd avoided them until now because | Colin Watson | |
they made importing otherwise pristine upstream releases difficult. | |||
2003-09-01 | Debian release 3.6.1p2-5. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-4. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-3. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-2. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.6.1p2. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p1-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.6.1p1. | Colin Watson | |
2003-09-01 | Debian release 3.6p1-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.6p1. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-5. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-4. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-3. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-2. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.5p1. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-4. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-3. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-2. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.4p1. | Colin Watson | |
2003-04-29 | - (djm) Add back radix.o (used by AFS support), after it went missing from | Damien 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 64bit | Ben 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 may | Ben Lindstrom | |
as well clean out some of those evil #ifdefs | |||
2003-04-27 | - (bal) Bug #541: return; was dropped by mistake. Reported by | Ben Lindstrom | |
furrier@iglou.com | |||
2003-04-09 | - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report | Damien 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:52 | Damien 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:29 | Damien 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:05 | Damien 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:57 | Damien Miller | |
[monitor_wrap.c] typo: get correct counters; introduced during rekeying change. | |||
2003-04-09 | - itojun@cvs.openbsd.org 2003/04/03 07:25:27 | Damien 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:26 | Damien Miller | |
[ssh-keysign.c] potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526 | |||
2003-04-09 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- markus@cvs.openbsd.org 2003/04/02 09:48:07 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c] [readconf.h serverloop.c sshconnect2.c] reapply rekeying chage, tested by henning@, ok djm@ |