switch to utf8 encoding of all files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23814 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
2007-04-11 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-04-11 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* pagsh.1,afslog.1: - options must be lexicographically ordered;
|
||||
again, options without arguments must be placed before options
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
From Igor Sobrado.
|
||||
|
||||
2006-10-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: Add man_MANS to EXTRA_DIST
|
||||
|
||||
2006-01-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-01-03 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* afslog.1: Document options to allow select principal or
|
||||
credential cache when doing afslog.
|
||||
@@ -20,7 +20,7 @@
|
||||
* afslog.c: Add options to allow select principal or credential
|
||||
cache when doing afslog.
|
||||
|
||||
2005-02-12 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-02-12 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: man_MANS += pagsh.1
|
||||
|
||||
@@ -30,12 +30,12 @@
|
||||
|
||||
* pagsh.1: manpage for pagsh
|
||||
|
||||
2004-09-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-09-03 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* afslog.c: use negative string help string for arg_negative_flag
|
||||
Pointed out by Harald Barth
|
||||
|
||||
2004-07-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-07-27 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* pagsh.c: use setprogname, if we stripped off -c, try use the
|
||||
fallback code
|
||||
@@ -44,22 +44,22 @@
|
||||
|
||||
* pagsh.c: mkstemp formats must end in exactly six X's
|
||||
|
||||
2003-07-15 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-07-15 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* afslog.c (do_afslog): is cell is unset, set it "<default cell>"
|
||||
for error printing
|
||||
|
||||
* pagsh.c: unconditionally set KRBTKFILE
|
||||
|
||||
2003-04-23 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-04-23 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* afslog.c (log_func): drop the error number
|
||||
|
||||
2003-04-14 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-04-14 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* afslog.c: set kafs log function if verbose is turned on
|
||||
|
||||
2003-03-18 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am (LDADD): use LIB_kafs
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2002 - 2007 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 2002 - 2007 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997-2003 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997-2003 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 2005 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,12 +1,12 @@
|
||||
2007-12-13 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-12-13 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: Add missing files, from Buchan Milne.
|
||||
|
||||
2006-08-08 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-08-08 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* k5dcecon.c: Check for seteuid failure, prompted by MIT advisory.
|
||||
|
||||
2005-04-06 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-06 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* testpag.c: use NULL as last argument to execl, not 0
|
||||
|
||||
|
@@ -49,9 +49,9 @@ krb5.conf where x = whatever the DCE implementation understands, (usually
|
||||
Thanks for adding that...
|
||||
|
||||
|
||||
<EFBFBD>ke Sandgren (ake@hpc2n.umu.se)
|
||||
Åke Sandgren (ake@hpc2n.umu.se)
|
||||
HPC2N
|
||||
Ume<EFBFBD> University
|
||||
Umeå University
|
||||
Sweden
|
||||
|
||||
PS
|
||||
|
@@ -1,8 +1,8 @@
|
||||
2008-05-29 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@kth.se>
|
||||
2008-05-29 Love Hörnquist Åstrand <lha@kth.se>
|
||||
|
||||
* ftp/ftp.c: use the correct length to munmap and use msync.
|
||||
|
||||
2008-05-28 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@kth.se>
|
||||
2008-05-28 Love Hörnquist Åstrand <lha@kth.se>
|
||||
|
||||
* ftp/ftp.c: Rewrite sliding window code so it doesn't have a
|
||||
integer overrun.
|
||||
@@ -10,15 +10,15 @@
|
||||
* ftp/ftp.c: Try sliding mmap window over memory file (10MB
|
||||
window), works better with larger files (ie doesn't fail).
|
||||
|
||||
2008-04-10 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2008-04-10 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/logwtmp.c: Use asl for logging ftpd wtmp messages.
|
||||
|
||||
2007-07-12 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-07-12 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/gssapi.c: Fix pointer vs strict alias rules.
|
||||
|
||||
2007-06-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-06-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/security.c: if no mech have no session, its ok, just don't
|
||||
call it.
|
||||
@@ -27,20 +27,20 @@
|
||||
|
||||
* move ksetpag after initgroups to make it work on Linux when its
|
||||
without syscall hooks to change sys_setgroups preserve the
|
||||
pag. From Alexsander Bostr<EFBFBD>m.
|
||||
pag. From Alexsander Boström.
|
||||
|
||||
2007-06-09 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-06-09 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/Makefile.am: don't clean yacc/lex files in CLEANFILES,
|
||||
maintainers clean will do that for us.
|
||||
|
||||
2006-10-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/Makefile.am: Add man_MANS to EXTRA_DIST
|
||||
|
||||
* ftp/Makefile.am: Add man_MANS to EXTRA_DIST
|
||||
|
||||
2006-08-08 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-08-08 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpd.c: Add comment by seteuid call isn't not needed.
|
||||
|
||||
@@ -48,16 +48,16 @@
|
||||
advisory. Thanks to Tom Yu at MIT, and Michael Calmer and Marcus
|
||||
Meissner at SUSE. Either of CVE-2006-3083 or CVE-2006-3084.
|
||||
|
||||
2006-06-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-06-27 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/gss_userok.c (gss_userok): create a local krb5_context and
|
||||
use that instead of the libgssapi context (that might not exist).
|
||||
|
||||
2006-05-05 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-05-05 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Rename u_intXX_t to uintXX_t
|
||||
|
||||
2006-03-23 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-03-23 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/ftp.1: Add undocument flags and spelling, from Ted Percival
|
||||
<Ted.Percival@quest.com>
|
||||
@@ -67,7 +67,7 @@
|
||||
* ftpd/ftpd.8: fix grammar in --no-insecure-oob option (partly
|
||||
from Thomas Klausner)
|
||||
|
||||
2006-01-24 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-01-24 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/ftp.c: Indent.
|
||||
|
||||
@@ -75,20 +75,20 @@
|
||||
|
||||
* ftpd/ftpd.c (pass): remove unused variable in the !OTP case
|
||||
|
||||
2005-10-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ls.c: Check return value from asprintf instead of string !=
|
||||
NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn Sandell
|
||||
NULL since it undefined behavior on Linux. From Björn Sandell
|
||||
|
||||
* ftpd/gss_userok.c: Check return value from asprintf instead of
|
||||
string != NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn
|
||||
string != NULL since it undefined behavior on Linux. From Björn
|
||||
Sandell
|
||||
|
||||
* ftpd/ftpd.c: Check return value from asprintf instead of string
|
||||
!= NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn Sandell
|
||||
!= NULL since it undefined behavior on Linux. From Björn Sandell
|
||||
|
||||
* ftp/gssapi.c: Check return value from asprintf instead of string
|
||||
!= NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn Sandell
|
||||
!= NULL since it undefined behavior on Linux. From Björn Sandell
|
||||
|
||||
2005-10-12 Johan Danielsson <joda@pdc.kth.se>
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
|
||||
* ftp/main.c: add -x (encrypt) option
|
||||
|
||||
2005-07-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-07-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpcmd.y: Fix shadow warning.
|
||||
|
||||
@@ -124,11 +124,11 @@
|
||||
|
||||
* ftp/cmds.c: fix shadow warnings
|
||||
|
||||
* Add Kerberos 5 klist, old patch from Tomas Nystr<EFBFBD>m (remove krb4
|
||||
* Add Kerberos 5 klist, old patch from Tomas Nyström (remove krb4
|
||||
support). Support klist in client for kerberos 5 clase.
|
||||
Clean up delegation of gss tokens and do afslog.
|
||||
|
||||
2005-07-13 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-07-13 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/gssapi.c (gss_adat): avoid leaking memory
|
||||
(gss_auth): always try next kname if there is one, independant of
|
||||
@@ -137,7 +137,7 @@
|
||||
* ftp/gssapi.c: avoid const warning, use sin4 instead of sin to
|
||||
avoid shadow warning, free target_name
|
||||
|
||||
2005-07-09 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-07-09 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/security.c: keep track of if CCC was passed
|
||||
|
||||
@@ -146,12 +146,12 @@
|
||||
* ftpd/ftpcmd.y: sprinkel check_secure, check if CCC was passed in
|
||||
check_secure
|
||||
|
||||
2005-06-02 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-06-02 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpd.c (filename_check): change signednes of p to avoid
|
||||
warning, move typecasts
|
||||
|
||||
2005-05-29 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-05-29 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpd.c: avoid 'unused variable' warnings
|
||||
|
||||
@@ -159,45 +159,45 @@
|
||||
|
||||
* ftpd/pathnames.h: #ifdef protect _PATH_ISSUE
|
||||
|
||||
2005-04-25 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-25 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/domacro.c: handle string trunctions
|
||||
|
||||
2005-04-24 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-24 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/security.c: use strlcat
|
||||
|
||||
* ftp/domacro.c: use strlcpy
|
||||
|
||||
2005-04-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/security.c: cast size_t to unsigned long
|
||||
|
||||
2005-04-18 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-18 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpd.c (statcmd): cast argument to isdigit to unsigned char
|
||||
|
||||
* ftp/cmds.c (mget): cast char to unsigned char to make sure its
|
||||
not negative when passing it to tolower
|
||||
|
||||
2005-04-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/ftp.c: fix 3 'var' might be used uninitialized warnings
|
||||
|
||||
2005-04-04 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-04 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/cmds.c: MacOS is also a unix that doesn't define
|
||||
__unix__/unix While here, rewrite this part of the function to not
|
||||
modify that string, but rather take a copy of it and them modify
|
||||
is, all this just to pacify gcc
|
||||
|
||||
2005-01-09 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-01-09 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/domacro.c: cast argument to is* to unsigned char
|
||||
|
||||
* ftp/ftp.c: cast argument to tolower to unsigned char
|
||||
|
||||
2004-08-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-08-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/ftp.c: send ABOR protect with security layer if its there
|
||||
|
||||
@@ -216,16 +216,16 @@
|
||||
* ftp/main.c: reverse help strings for --no-gss-bindings and
|
||||
--no-gss-delegate
|
||||
|
||||
2004-06-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-06-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpcmd.y: make cbuf 64k to handle lager tickets From:
|
||||
MAAAAA MOOOR <huaraz@btinternet.com>
|
||||
|
||||
2004-03-14 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-03-14 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpd.c (main): setpag if there is krb4 OR krb5 support
|
||||
|
||||
2003-12-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-12-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/security.h: add ftp_do_gss_delegate
|
||||
|
||||
@@ -233,13 +233,13 @@
|
||||
|
||||
* ftp/gssapi.c (ftp_do_gss_delegate): delegate creds (default on)
|
||||
|
||||
2003-09-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-09-03 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/ftp.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
|
||||
|
||||
* ftp/cmds.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
|
||||
|
||||
2003-07-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-07-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/security.h: add ftp_do_gss_bindings
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
|
||||
* ftp/gssapi.c (gss_adat): fix name allocation bug
|
||||
|
||||
2003-05-21 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-05-21 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/gss_userok.c (gss_userok): release delegated cred handle
|
||||
|
||||
@@ -272,12 +272,12 @@
|
||||
* ftpd/gss_userok.c (gss_userok): remove poking inside the
|
||||
delegated handle
|
||||
|
||||
2003-05-14 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-05-14 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpcmd.y: support afslog <cell> and afslog when compiled
|
||||
with krb5
|
||||
|
||||
2003-05-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-05-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/cmdtab.c: include afslog in both the krb4 and krb5 case
|
||||
|
||||
@@ -285,21 +285,21 @@
|
||||
|
||||
* ftp/Makefile.am: always include auth.c
|
||||
|
||||
2003-05-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-05-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/Makefile.am: always include auth.c
|
||||
|
||||
* ftpd/kauth.c: do afslog in the krb5 case too
|
||||
|
||||
2003-04-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-04-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/ftp.1: replace > with \*[Gt]
|
||||
|
||||
2003-04-16 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-04-16 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpd.c: make sure argument to is* functions are unsigned
|
||||
|
||||
2003-04-06 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-04-06 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpd.8: s/kerberos/Kerberos/
|
||||
|
||||
@@ -307,7 +307,7 @@
|
||||
|
||||
* ftpd/pathnames.h (_PATH_FTPUSERS): conditionalize
|
||||
|
||||
2003-03-18 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ftpd.c (krb5_verify): always do krb5_afslog, remove setpag
|
||||
(its done in main)
|
||||
@@ -321,17 +321,17 @@
|
||||
|
||||
* ftpd/ftpd_locl.h: always include kafs
|
||||
|
||||
2003-03-16 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-03-16 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/gssapi.c (gss_adat): now that gss_export_name exports a
|
||||
principal, bandaid with gss_display_name, and check that oid is
|
||||
GSS_KRB5_NT_PRINCIPAL_NAME, also free memory
|
||||
|
||||
2003-02-25 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-02-25 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftp/gssapi.c (gss_auth): print out the name we authenticated too
|
||||
|
||||
2003-02-25 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-02-25 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* ftpd/ls.c: use readlink with bufsize - 1, From NetBSD
|
||||
|
||||
@@ -345,7 +345,7 @@
|
||||
|
||||
2002-10-29 Johan Danielsson <joda@pdc.kth.se>
|
||||
|
||||
* ftp/main.c: reinstate -n flag (from Torbj<EFBFBD>rn Granlund)
|
||||
* ftp/main.c: reinstate -n flag (from Torbjörn Granlund)
|
||||
|
||||
2002-10-16 Johan Danielsson <joda@pdc.kth.se>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995-2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995-2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998 - 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1998 - 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995-1999 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995-1999 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998-2002, 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1998-2002, 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998 - 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1998 - 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1998 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998 - 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1998 - 2001 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 1999, 2003 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 1999, 2003 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999 - 2002 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1999 - 2002 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2006 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2006 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2006 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2006 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2006 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2000 - 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 2000 - 2001 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2000, 2002 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2000, 2002 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 1999, 2002 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 1999, 2002 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2000 - 2002 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 2000 - 2002 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2002 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2002 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,17 +1,17 @@
|
||||
2007-04-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-04-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* make encoding function independent of krb4 and krb5, enable
|
||||
removal of krb4
|
||||
|
||||
2006-10-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: Add man_MANS to EXTRA_DIST
|
||||
|
||||
2006-05-05 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-05-05 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Rename u_intXX_t to uintXX_t
|
||||
|
||||
2005-07-09 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-07-09 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* kxd.c (doit): only cleaup for active sockets, passive does it
|
||||
own cleaning up
|
||||
@@ -23,34 +23,34 @@
|
||||
* krb4.c: Do not assume that des_key_schedule is an
|
||||
array.
|
||||
|
||||
2005-06-07 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-06-07 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* (recv_conn): init variables to using them uninitialized
|
||||
|
||||
2005-04-30 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-30 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* kx.c (connect_host): make sure s is initialized
|
||||
|
||||
2005-04-20 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-20 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* krb5.c: cast size_t to unsigned long
|
||||
|
||||
2004-03-15 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-03-15 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* krb5.c (krb5_destroy): free allocated memory, not something else
|
||||
|
||||
2004-03-07 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-03-07 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rxtelnet.1: document new behavior
|
||||
|
||||
* rxtelnet.in: even if kx failes, start anyway From: Harald Barth
|
||||
<haba@pdc.kth.se>
|
||||
|
||||
2004-02-18 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-02-18 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* krb4.c: remove dup on
|
||||
|
||||
2004-01-08 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-01-08 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* krb5.c: clean up krb5 support, log to syslog instead of stdout
|
||||
(very confusing for the other end tcp connection), patch
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
* rxtelnet.in: add telnet -F option
|
||||
|
||||
2003-05-15 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-05-15 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* kxd.c (recv_conn): pass pointer to sockaddr, not pointer to
|
||||
pointer
|
||||
@@ -78,14 +78,14 @@
|
||||
* kx.h: don't directly use sockaddr_storage, since we can't always
|
||||
know what it looks like
|
||||
|
||||
2003-04-11 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-04-11 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rxterm.1: spelling, from jmc <jmc@prioris.mini.pw.edu.pl>
|
||||
* rxtelnet.1: spelling, from jmc <jmc@prioris.mini.pw.edu.pl>
|
||||
* kxd.8: spelling, from jmc <jmc@prioris.mini.pw.edu.pl>
|
||||
* kx.1: spelling, from jmc <jmc@prioris.mini.pw.edu.pl>
|
||||
|
||||
2003-02-25 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-02-25 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* krb4.c: remove \n from warnx, from NetBSD
|
||||
|
||||
@@ -404,7 +404,7 @@ Wed Nov 18 20:25:37 1998 Assar Westerlund <assar@sics.se>
|
||||
Fri Oct 2 06:34:51 1998 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* kx.c (doit_active): check DISPLAY to figure out what local
|
||||
socket to connect to. From <EFBFBD>ke Sandgren <ake@cs.umu.se>
|
||||
socket to connect to. From Åke Sandgren <ake@cs.umu.se>
|
||||
|
||||
Thu Oct 1 23:02:29 1998 Johan Danielsson <joda@hella.pdc.kth.se>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 1999 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 1999 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1996 - 1997 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 1996 - 1997 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995-2003 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995-2003 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1996 - 1997, 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 1996 - 1997, 2001 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2003 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2003 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1996 - 1998, 2001 - 2002 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 1996 - 1998, 2001 - 2002 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1996 - 1997, 2001 - 2003 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 1996 - 1997, 2001 - 2003 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1997, 2001 - 2002 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 1997, 2001 - 2002 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,35 +1,35 @@
|
||||
2008-04-15 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2008-04-15 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* utmp_login.c: Reorder to avoid prototype.
|
||||
|
||||
* login_locl.h: If cygwin doesnt have WTMPX_FILE, it uses wtmp for
|
||||
wtmpx http://www.cygwin.com/ml/cygwin/2006-12/msg00630.html
|
||||
|
||||
2008-04-10 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2008-04-10 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* utmp_login.c: Remove utmp warning on mac os x
|
||||
|
||||
2006-12-05 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-12-05 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* limits_conf.c: Clear errno before calling the strtol
|
||||
functions. From Paul Stoeber to OpenBSD by Ray Lai and Bj<EFBFBD>rn
|
||||
functions. From Paul Stoeber to OpenBSD by Ray Lai and Björn
|
||||
Sandell.
|
||||
|
||||
* limits_conf.c: Report to syslog strings that start with NUL;
|
||||
prevents negative index array access. Ray Lai of OpenBSD via Bj<EFBFBD>rn
|
||||
prevents negative index array access. Ray Lai of OpenBSD via Björn
|
||||
Sandell.
|
||||
|
||||
2006-10-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: Add man_MANS to EXTRA_DIST
|
||||
|
||||
2006-09-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-09-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* read_string.c: try to not call signaction for signal 0 and use
|
||||
NSIG if it exists to determin how many signals there exists, also,
|
||||
only restore those signalhandlers that we got out.
|
||||
|
||||
2006-04-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-04-27 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* login_locl.h: Include "loginpaths.h"
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
* login.c: log successful logins
|
||||
|
||||
2005-08-08 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-08-08 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* login.c (do_login): only do krb4_get_afs_tokens if we have done
|
||||
v4 authentication or done a 5to4 conversion of tickets. This is to
|
||||
@@ -77,11 +77,11 @@
|
||||
* login.c: use krb5_appdefault_boolean instead of
|
||||
krb5_config_get_bool
|
||||
|
||||
2003-09-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-09-03 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* login.c (krb5_to4): set client princ of the mcred
|
||||
|
||||
2003-07-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-07-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* login.c (krb5_to4): use krb5_cc_clear_mcred
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
|
||||
* login.access.5: login.access manual page
|
||||
|
||||
2003-03-18 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* login.c: also need pag_set
|
||||
* login.c: if there is kerberos 5, call krb5_afslog\*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1999 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2006 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2006 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1998 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,18 +1,18 @@
|
||||
2006-10-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: Add man_MANS to EXTRA_DIST
|
||||
|
||||
2005-05-29 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-05-29 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: add LIB_roken as a explit dependency
|
||||
|
||||
2003-09-03 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-09-03 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* otpprint.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
|
||||
|
||||
* otp.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
|
||||
|
||||
2003-02-25 Love H<EFBFBD>rquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-02-25 Love Hörquist Åstrand <lha@it.su.se>
|
||||
|
||||
* otp.c: remove \n from errx, from NetBSD
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1996, 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 1996, 2000 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995-1997, 1999 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995-1997, 1999 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1996, 2000 - 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 1996, 2000 - 2001 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995-1999 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995-1999 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,23 +1,23 @@
|
||||
2006-11-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-11-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* pop_pass.c: Make krb5_get_init_creds_opt_free take a context
|
||||
argument.
|
||||
|
||||
2006-10-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: Add man_MANS to EXTRA_DIST
|
||||
|
||||
2006-05-05 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-05-05 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Rename u_intXX_t to uintXX_t
|
||||
|
||||
2005-10-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* pop_dropinfo.c: Check return value from asprintf instead of
|
||||
string != NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn
|
||||
string != NULL since it undefined behavior on Linux. From Björn
|
||||
Sandell
|
||||
|
||||
2005-05-29 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-05-29 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* pop_user.c: avoid 'unused variable' warnings
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
* popper.h: add AUTH_SASL flag
|
||||
|
||||
2003-12-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-12-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* popper.c (main): avoid warning by sending empty string as
|
||||
formatstring instead of NULL (even though pop_msg handles that
|
||||
@@ -54,19 +54,19 @@
|
||||
|
||||
* pop_init.c (pop_init): change call to authentication function,
|
||||
from a ?: construct (which toubles some versions of gcc) to if;
|
||||
from Bj<EFBFBD>rn Gr<EFBFBD>nvall
|
||||
from Björn Grönvall
|
||||
|
||||
2003-09-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-09-03 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* pop_pass.c: use
|
||||
krb5_get_init_creds_opt_alloc/krb5_get_init_creds_opt_free
|
||||
|
||||
2003-09-02 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-09-02 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* popper.c (tgets): avoid be clobbered by `longjmp' or `vfork'
|
||||
warning
|
||||
|
||||
2003-04-16 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-04-16 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* popper.8: spelling, from jmc <jmc@prioris.mini.pw.edu.pl>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2004 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2004 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1998 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2004 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2004 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2002 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2002 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2001 - 2004 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 2001 - 2004 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
2005-04-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* push.c: catch when snprint needs a larger buffer
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
* push.c: fixed one incorrect fprintf to stderr
|
||||
|
||||
2003-03-18 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* push.c: add names of pop states, add some more debugging and use
|
||||
fprintf(stderr) for all dbg stmts.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2000 - 2002 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 2000 - 2002 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997-2004 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997-2004 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 1998 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997, 1998 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,17 +1,17 @@
|
||||
2008-04-17 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2008-04-17 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Sync with NetBSD rcp, add v6 parsing support and no setuid code
|
||||
at all.
|
||||
|
||||
2007-12-13 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-12-13 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: Add missing files, from Buchan Milne.
|
||||
|
||||
2006-10-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: more files
|
||||
|
||||
2006-08-08 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-08-08 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* util.c: Check return values from setuid, prompted by MIT
|
||||
advisory. Thanks to Tom Yu at MIT, and Michael Calmer and Marcus
|
||||
@@ -25,16 +25,16 @@
|
||||
advisory. Thanks to Tom Yu at MIT, and Michael Calmer and Marcus
|
||||
Meissner at SUSE. Either of CVE-2006-3083 or CVE-2006-3084.
|
||||
|
||||
2005-10-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rcp.c: Check return value from asprintf instead of string !=
|
||||
NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn Sandell
|
||||
NULL since it undefined behavior on Linux. From Björn Sandell
|
||||
|
||||
2005-08-30 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-08-30 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* util.c: Explicit typecast to avoid signess warning.
|
||||
|
||||
2005-05-29 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-05-29 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rcp_locl.h: undef _PATH_RSH to make sure our version is used
|
||||
|
||||
@@ -43,11 +43,11 @@
|
||||
* rcp.c: MODEMASK is defined in sys/vnode.h on Solaris, so undef
|
||||
it before we define our own.
|
||||
|
||||
2005-04-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-27 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rcp_locl.h: use BINDIR instead of "/usr/bin/ with _PATH_RSH
|
||||
|
||||
2005-04-18 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-18 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* util.c: use unsigned char * to make sure its not negative when
|
||||
passing it to is* functions
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2001 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,27 +1,27 @@
|
||||
2007-07-12 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-07-12 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rsh.c: Fix pointer vs strict alias rules.
|
||||
|
||||
* rshd.c: Fix pointer vs strict alias rules.
|
||||
|
||||
2007-01-04 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-01-04 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rshd.c: Declare iruserok if needed, based on bug report from
|
||||
David Love.
|
||||
|
||||
2006-11-14 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-11-14 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rsh_locl.h: Forward decl.
|
||||
|
||||
2006-10-14 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-14 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rsh_locl.h: Include "crypto-headers.h".
|
||||
|
||||
2006-10-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: Add man_MANS to EXTRA_DIST
|
||||
|
||||
2006-04-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-04-27 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: rshd_SOURCES += add limits_conf.c
|
||||
|
||||
@@ -38,30 +38,30 @@
|
||||
|
||||
* rshd.c (krb5_start_session): syslog failures to store cred cache
|
||||
|
||||
2005-12-21 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-12-21 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rshd.c (doit): move creation of users ticket file to later to
|
||||
avoid seteuid/setuid dance. this breaks DCE, so remove support for
|
||||
it completely.
|
||||
|
||||
2005-10-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rshd.c: Check return value from asprintf instead of string !=
|
||||
NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn Sandell
|
||||
NULL since it undefined behavior on Linux. From Björn Sandell
|
||||
|
||||
* rsh.c: Check return value from asprintf instead of string !=
|
||||
NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn Sandell
|
||||
NULL since it undefined behavior on Linux. From Björn Sandell
|
||||
|
||||
2005-06-08 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-06-08 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rshd.c: init some important variables and check that they are
|
||||
set checking authentication, all to please gcc
|
||||
|
||||
2005-05-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-05-27 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rshd.c: case uid_t to unsigned long in printf format
|
||||
|
||||
2005-04-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-27 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rsh_locl.h: Use larger buffer for recving data to be compatible
|
||||
with older versions of heimdal (0.4 branch specificly)
|
||||
@@ -69,11 +69,11 @@
|
||||
* rshd.c: Use larger buffer for recving data to be compatible with
|
||||
older versions of heimdal (0.4 branch specificly)
|
||||
|
||||
2005-04-25 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-25 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rshd.c: use snprintf to format tkfile
|
||||
|
||||
2005-04-24 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-24 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rsh.c: use strlcat
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
* rsh_locl.h: forward declaration for private structures
|
||||
|
||||
2005-04-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rsh.c: cast size_t to unsigned long
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
|
||||
* rshd.c: -P also with KRB5
|
||||
|
||||
2003-04-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-04-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rsh.1: replace > with \*[Gt]
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
|
||||
* rsh.c (loop): only check errsock if it's valid
|
||||
|
||||
2003-03-18 Love Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-03-18 Love Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* rshd.c: do krb5_afslog when compling with afs support
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997-2004 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997-2004 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2002 - 2003 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 2002 - 2003 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2004 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2004 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2004 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2004 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2001 - 2006 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 2001 - 2006 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997-2007 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997-2007 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,24 +1,24 @@
|
||||
2008-07-15 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2008-07-15 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: no krb4
|
||||
|
||||
* su.c: Drop kerberos 4 support.
|
||||
|
||||
2007-10-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-10-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* su.c: read environment from _PATH_ETC_ENVIRONMENT
|
||||
|
||||
* supaths.c: paths
|
||||
|
||||
2007-08-02 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-08-02 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* su.c: Check all local realms when su-ing, from Magnus Holmberg.
|
||||
|
||||
2007-06-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-06-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* su.c: If not root and not setuid, print warning.
|
||||
|
||||
2006-01-17 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-01-17 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* su.c (group_member_p): rename from group_member to avoid name
|
||||
pollution from glibc headers. Fixed based on report from David Love.
|
||||
@@ -27,16 +27,16 @@
|
||||
|
||||
* su.c: fix reversed logic when deciding to print tty or not
|
||||
|
||||
2005-10-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* su.c: Check return value from asprintf instead of string != NULL
|
||||
since it undefined behavior on Linux. From Bj<EFBFBD>rn Sandell
|
||||
since it undefined behavior on Linux. From Björn Sandell
|
||||
|
||||
2005-05-10 Dave Love <fx@gnu.org>
|
||||
|
||||
* su.c: Include <crypt.h>.
|
||||
|
||||
2003-09-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-09-03 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* su.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
* su.c: remove accidentally committed code that prints the command
|
||||
being executed
|
||||
|
||||
2003-03-18 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* su.c (krb5_start_session): krb5_afslog doesn't depend on KRB4
|
||||
any more
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2003 - 2006 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
.\" Copyright (c) 2003 - 2006 Kungliga Tekniska Högskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999 - 2008 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1999 - 2008 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2007 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
2008-04-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2008-04-27 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* libtelnet/enc_des.c: Use RAND_bytes() + DES_is_weak_key() to
|
||||
generate random DES key. Introdunce random by feeding the des
|
||||
@@ -8,40 +8,40 @@
|
||||
This avoid depenency on DES_new_random_key() that doesn't exists
|
||||
in OpenSSL.
|
||||
|
||||
2008-04-18 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2008-04-18 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* libtelnet/enc_des.c: No need to call
|
||||
DES_init_random_number_generator, hcrypto is sane now.
|
||||
|
||||
* libtelnet/enc_des.c: Use DES_new_random_key().
|
||||
|
||||
2008-04-10 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2008-04-10 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/sys_term.c: Really, mac os uses wtmpx (or asl).
|
||||
|
||||
2008-03-09 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2008-03-09 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/sys_term.c: Dont need to set this as the controlling PTY
|
||||
on steams sockets, don't abort on failure. From Harald Barth and
|
||||
Ian Delahorne.
|
||||
|
||||
2007-12-31 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-12-31 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/sys_term.c: Use strlcpy instead of strncpy, thanks to
|
||||
Antoine Brodin.
|
||||
|
||||
2007-07-31 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-07-31 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/telnetd.c (usage): use exit_code, add --version and
|
||||
--help.
|
||||
|
||||
* telnetd/telnetd.c: Add --help, reported by David Love.
|
||||
|
||||
2007-07-30 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-07-30 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/main.c: Catch --help, reported by David Love.
|
||||
|
||||
2007-07-12 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-07-12 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/sys_term.c: GLIBC made the choice that ut_tv should be
|
||||
shared between 32 and 64 bit platforms so now we can no longer use
|
||||
@@ -49,7 +49,7 @@
|
||||
pointer (gettimeofday for example) since ut_tv is now not a struct
|
||||
timeval but rather a struct { int32_t tv_sec; int32_t tv_usec; };
|
||||
|
||||
2006-10-21 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/telnet_locl.h: Include roken.h before the local
|
||||
headerfiles.
|
||||
@@ -63,13 +63,13 @@
|
||||
* telnetd/telnetd.h: includes some STREAMSPTY header here to avoid
|
||||
ioctl vs socket_wrapper horror.
|
||||
|
||||
2006-10-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/Makefile.am: more files
|
||||
|
||||
* telnetd/Makefile.am: more files
|
||||
|
||||
2006-09-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-09-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/telnetd.8: Add documentation for -e, require encryption.
|
||||
|
||||
@@ -81,50 +81,50 @@
|
||||
* telnetd/state.c: If encryption is required, don't allow it to be
|
||||
turned off.
|
||||
|
||||
2006-09-04 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-09-04 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* libtelnet/kerberos5.c (kerberos5_forward): use KDCOptions2int on
|
||||
flags before passing them to krb5_get_forwarded_creds.
|
||||
|
||||
2006-05-05 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-05-05 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Rename u_intXX_t to uintXX_t
|
||||
|
||||
2006-03-23 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-03-23 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* libtelnet/encrypt.c: Spelling.
|
||||
|
||||
2005-12-01 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-12-01 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/telnetd.c: Initialize the slc mapping table before its
|
||||
used. Based on bug report from Russell Sanford
|
||||
<rrs@clyde.dcccd.edu>
|
||||
|
||||
2005-11-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-11-03 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/telnet.c: Spelling in comments, from Dave Love
|
||||
<fx@gnu.org>
|
||||
|
||||
2005-10-31 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-10-31 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* libtelnet/kerberos5.c (Data): Use right variable. From Tomas
|
||||
Olsson
|
||||
|
||||
2005-10-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/commands.c: Check return value from asprintf instead of
|
||||
string != NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn
|
||||
string != NULL since it undefined behavior on Linux. From Björn
|
||||
Sandell
|
||||
|
||||
* libtelnet/kerberos5.c: Check return value from asprintf instead
|
||||
of string != NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn
|
||||
of string != NULL since it undefined behavior on Linux. From Björn
|
||||
Sandell
|
||||
|
||||
* libtelnet/kerberos.c: Check return value from asprintf instead
|
||||
of string != NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn
|
||||
of string != NULL since it undefined behavior on Linux. From Björn
|
||||
Sandell
|
||||
|
||||
2005-08-08 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-08-08 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/telnetd.c: Fix printing of /etc/issue{,.net}.
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
* libtelnet/kerberos.c: Do not assume that des_key_schedule is an
|
||||
array.
|
||||
|
||||
2005-05-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-05-27 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* libtelnet/kerberos5.c: case uid_t to unsigned long in printf
|
||||
format
|
||||
@@ -150,7 +150,7 @@
|
||||
* telnetd/sys_term.c (set_termbuf): use {} around if to make else
|
||||
unambiguous
|
||||
|
||||
2005-05-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-05-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/sys_term.c (start_login): put utmpx code into a new
|
||||
scope to avoid pre c99 problems.
|
||||
@@ -180,33 +180,33 @@
|
||||
|
||||
* telnetd/sys_term.c (getpty): Declare p.
|
||||
|
||||
2005-04-25 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-25 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/telnetd.c: use strlcpy
|
||||
|
||||
2005-04-24 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-24 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/global.c, telnetd/state.c, telnetd/telnetd.c,
|
||||
telentd/ext.h: remove another strcpy
|
||||
|
||||
2005-04-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/sys_term.c: rewrite getpty to make use openpty when its
|
||||
found, save the slave fd so that cleanopen can use it if its
|
||||
available
|
||||
|
||||
2005-04-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/sys_term.c: clean_ttyname might be unused, mark it so
|
||||
with __attribute__
|
||||
|
||||
2005-04-06 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-04-06 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/sys_term.c: use NULL as last argument to execl, not 0
|
||||
|
||||
* telnet/commands.c: use NULL as last argument to execl, not 0
|
||||
|
||||
2005-03-29 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-03-29 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/telnet.c: From FreeBSD:
|
||||
|
||||
@@ -232,20 +232,20 @@
|
||||
These fixes are based in part on patches Submitted by: Solar
|
||||
Designer <solar@openwall.com>
|
||||
|
||||
2005-03-23 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-03-23 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/telnetd.c: remove setting of DES_check_key, all code
|
||||
uses DES_set_key_checked
|
||||
|
||||
* libtelnet/enc_des.c: use DES_set_key_checked
|
||||
|
||||
2005-01-09 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-01-09 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/telnet.c: cast argument to toupper to unsigned char
|
||||
|
||||
* telnet/commands.c: cast argument to is* to unsigned char
|
||||
|
||||
2004-06-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-06-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/network.c: make network rings larger From: MAAAAA MOOOR
|
||||
<huaraz@btinternet.com>
|
||||
@@ -256,19 +256,19 @@
|
||||
* libtelnet/kerberos5.c (Data): allocate the data needed to be
|
||||
send From: MAAAAA MOOOR <huaraz@btinternet.com>
|
||||
|
||||
2004-04-02 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-04-02 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/main.c: make encrypt, forwardable, forward use appdefault
|
||||
(that also searches libdefaults), prompted by Thomas Nystrom
|
||||
<thn@saeab.se>
|
||||
|
||||
2004-03-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-03-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/telnetd.c: call setprogname to make libvers happy
|
||||
|
||||
* telnet/main.c: call setprogname to make libvers happy
|
||||
|
||||
2003-09-25 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-09-25 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/externs.h: export Scheduler and scheduler_lockout_tty
|
||||
|
||||
@@ -278,13 +278,13 @@
|
||||
* telnet/authenc.c (telnet_spin): if Scheduler() returns failure
|
||||
(-1) propagate to higher level
|
||||
|
||||
2003-09-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-09-03 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnetd/telnetd.c: use new DES_ api
|
||||
|
||||
* libtelnet/enc_des.c: use new DES_ api
|
||||
|
||||
2003-04-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2003-04-22 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* telnet/telnet.1: replace <,> with \*[Lt],\*[Gt]
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003 - 2005 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 2003 - 2005 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 1999 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1997 - 1999 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user