diff options
Diffstat (limited to 'src/appl')
34 files changed, 85 insertions, 17 deletions
diff --git a/src/appl/ChangeLog b/src/appl/ChangeLog index 5efe7930f..6f0342b3a 100644 --- a/src/appl/ChangeLog +++ b/src/appl/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2001-11-05 Ezra Peisach <epeisach@mit.edu> * configure.in: Add KRB5_GETPEERNAME_ARGS and diff --git a/src/appl/Makefile.in b/src/appl/Makefile.in index 217aee5b3..9c8df958b 100644 --- a/src/appl/Makefile.in +++ b/src/appl/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl mydir=. -BUILDTOP=$(REL)$(U) +BUILDTOP=$(REL).. MY_SUBDIRS= sample simple user_user bsd gss-sample gssftp telnet diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index ead7e866b..dbc1a5109 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-08-23 Ezra Peisach <epeisach@bu.edu> * compat_recv.c: Include defines.h for prototypes. diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in index a8d2ea624..c0569494c 100644 --- a/src/appl/bsd/Makefile.in +++ b/src/appl/bsd/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl/bsd mydir=. -BUILDTOP=$(REL)$(U)$(S)$(U) +BUILDTOP=$(REL)../.. LOCALINCLUDES=@KRB4_INCLUDES@ PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index b466bae61..59f69a240 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-06-13 Ken Raeburn <raeburn@mit.edu> * Makefile.in ($(OUTPRE)gss-server.exe, $(OUTPRE)gss-server.exe): diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in index 42519e922..8a67aac96 100644 --- a/src/appl/gss-sample/Makefile.in +++ b/src/appl/gss-sample/Makefile.in @@ -2,7 +2,7 @@ thisconfigdir=./.. myfulldir=appl/gss-sample mydir=gss-sample MY_SUBDIRS=. -BUILDTOP=$(REL)$(U)$(S)$(U) +BUILDTOP=$(REL)../.. DEFINES = -DUSE_AUTOCONF_H -DGSSAPI_V2 PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/gssftp/ChangeLog b/src/appl/gssftp/ChangeLog index b40111dae..96fc245f4 100644 --- a/src/appl/gssftp/ChangeLog +++ b/src/appl/gssftp/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2001-07-24 Tom Yu <tlyu@mit.edu> * configure.in: Add check for getev() to avoid problems when diff --git a/src/appl/gssftp/Makefile.in b/src/appl/gssftp/Makefile.in index b498b13d7..3a866a61c 100644 --- a/src/appl/gssftp/Makefile.in +++ b/src/appl/gssftp/Makefile.in @@ -1,6 +1,6 @@ thisconfigdir=. myfulldir=appl/gssftp mydir=. -BUILDTOP=$(REL)$(U)$(S)$(U) +BUILDTOP=$(REL)../.. LOCAL_SUBDIRS=ftp ftpd LDFLAGS = -g diff --git a/src/appl/gssftp/ftp/ChangeLog b/src/appl/gssftp/ftp/ChangeLog index 7953c7782..1e4acdce8 100644 --- a/src/appl/gssftp/ftp/ChangeLog +++ b/src/appl/gssftp/ftp/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-06-13 Ken Raeburn <raeburn@mit.edu> * Makefile.in ($(OUTPRE)ftp.exe): Use ws2_32.lib instead of diff --git a/src/appl/gssftp/ftp/Makefile.in b/src/appl/gssftp/ftp/Makefile.in index fac256f89..5c5e0dc56 100644 --- a/src/appl/gssftp/ftp/Makefile.in +++ b/src/appl/gssftp/ftp/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=appl/gssftp/ftp mydir=ftp -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. # # appl/gssftp/ftp/Makefile.in # diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 08a2ceb47..1d664e645 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-08-23 Ezra Peisach <epeisach@bu.edu> * ftpd.c (auth_data, reply_gss_code): Use OM_uint32 instead of int diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in index dabfe1d30..a2b8a36f8 100644 --- a/src/appl/gssftp/ftpd/Makefile.in +++ b/src/appl/gssftp/ftpd/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=appl/gssftp/ftpd mydir=ftpd -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. # # appl/gssftp/ftpd/Makefile.in # diff --git a/src/appl/sample/ChangeLog b/src/appl/sample/ChangeLog index 890c7f34e..5d2c078ad 100644 --- a/src/appl/sample/ChangeLog +++ b/src/appl/sample/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 1999-10-26 Wilfredo Sanchez <tritan@mit.edu> * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in index e0c7ce53d..1476fa128 100644 --- a/src/appl/sample/Makefile.in +++ b/src/appl/sample/Makefile.in @@ -2,4 +2,4 @@ thisconfigdir=./.. myfulldir=appl/sample mydir=sample MY_SUBDIRS = sclient sserver -BUILDTOP=$(REL)$(U)$(S)$(U) +BUILDTOP=$(REL)../.. diff --git a/src/appl/sample/sclient/ChangeLog b/src/appl/sample/sclient/ChangeLog index 4fdcef4ad..d70b4b835 100644 --- a/src/appl/sample/sclient/ChangeLog +++ b/src/appl/sample/sclient/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-04-05 Ken Raeburn <raeburn@mit.edu> * sclient.c: Include fake-addrinfo.h. Include stdlib.h diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in index cf286a4ae..8240529cf 100644 --- a/src/appl/sample/sclient/Makefile.in +++ b/src/appl/sample/sclient/Makefile.in @@ -3,7 +3,7 @@ myfulldir=appl/sample/sclient mydir=sample/sclient MY_SUBDIRS=. -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/sample/sserver/ChangeLog b/src/appl/sample/sserver/ChangeLog index 041e776fb..f9b741607 100644 --- a/src/appl/sample/sserver/ChangeLog +++ b/src/appl/sample/sserver/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2001-11-05 Ezra Peisach <epeisach@mit.edu> * sserver.c (main): Use GETPEERNAME_ARG3_TYPE instead of int. diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in index cf3a1517c..0fc1561df 100644 --- a/src/appl/sample/sserver/Makefile.in +++ b/src/appl/sample/sserver/Makefile.in @@ -3,7 +3,7 @@ myfulldir=appl/sample/sserver mydir=sample/sserver MY_SUBDIRS=. -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/simple/ChangeLog b/src/appl/simple/ChangeLog index 88db925fd..541fac7b1 100644 --- a/src/appl/simple/ChangeLog +++ b/src/appl/simple/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 1999-10-26 Wilfredo Sanchez <tritan@mit.edu> * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, diff --git a/src/appl/simple/Makefile.in b/src/appl/simple/Makefile.in index 1331664b9..27638d002 100644 --- a/src/appl/simple/Makefile.in +++ b/src/appl/simple/Makefile.in @@ -2,4 +2,4 @@ thisconfigdir=./.. myfulldir=appl/simple mydir=simple MY_SUBDIRS = client server -BUILDTOP=$(REL)$(U)$(S)$(U) +BUILDTOP=$(REL)../.. diff --git a/src/appl/simple/client/ChangeLog b/src/appl/simple/client/ChangeLog index 908eef056..6ee16e927 100644 --- a/src/appl/simple/client/ChangeLog +++ b/src/appl/simple/client/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-04-05 Ken Raeburn <raeburn@mit.edu> * sim_client.c: Always include stdlib.h. diff --git a/src/appl/simple/client/Makefile.in b/src/appl/simple/client/Makefile.in index 5ac73b964..c9a3b65a2 100644 --- a/src/appl/simple/client/Makefile.in +++ b/src/appl/simple/client/Makefile.in @@ -2,7 +2,7 @@ thisconfigdir=./../.. myfulldir=appl/simple/client mydir=simple/client MY_SUBDIRS=. -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/simple/server/ChangeLog b/src/appl/simple/server/ChangeLog index d8204db8b..921fda120 100644 --- a/src/appl/simple/server/ChangeLog +++ b/src/appl/simple/server/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2000-10-16 Ezra Peisach <epeisach@mit.edu> * sim_server.c: Cast to int strings width arguments in printf. diff --git a/src/appl/simple/server/Makefile.in b/src/appl/simple/server/Makefile.in index ade8d583b..2bef3c9d7 100644 --- a/src/appl/simple/server/Makefile.in +++ b/src/appl/simple/server/Makefile.in @@ -2,7 +2,7 @@ thisconfigdir=./../.. myfulldir=appl/simple/server mydir=simple/server MY_SUBDIRS=. -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. LOCALINCLUDES= -I.. -I$(srcdir)/.. diff --git a/src/appl/telnet/ChangeLog b/src/appl/telnet/ChangeLog index 62fb2e8a0..ae4d6b8aa 100644 --- a/src/appl/telnet/ChangeLog +++ b/src/appl/telnet/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Set the myfulldir and mydir variables (which are diff --git a/src/appl/telnet/Makefile.in b/src/appl/telnet/Makefile.in index 6d7f9632e..004d9c1a7 100644 --- a/src/appl/telnet/Makefile.in +++ b/src/appl/telnet/Makefile.in @@ -1,4 +1,4 @@ thisconfigdir=. myfulldir=appl/telnet mydir=. -BUILDTOP=$(REL)$(U)$(S)$(U) +BUILDTOP=$(REL)../.. diff --git a/src/appl/telnet/libtelnet/ChangeLog b/src/appl/telnet/libtelnet/ChangeLog index be7e4d7a5..73a9d5407 100644 --- a/src/appl/telnet/libtelnet/ChangeLog +++ b/src/appl/telnet/libtelnet/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-04-12 Sam Hartman <hartmans@mit.edu> * kerberos5.c forward.c: Build without k5-int.h diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in index ed380799e..479da6609 100644 --- a/src/appl/telnet/libtelnet/Makefile.in +++ b/src/appl/telnet/libtelnet/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl/telnet/libtelnet mydir=. -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. # derived from the original Makefile.generic # # Copyright (c) 1991 The Regents of the University of California. diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index af380bf20..5e642e734 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-04-12 Tom Yu <tlyu@mit.edu> * configure.in: Sepcial-case solaris+gcc to always find curses.h, diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in index 21408b322..962a71f3b 100644 --- a/src/appl/telnet/telnet/Makefile.in +++ b/src/appl/telnet/telnet/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl/telnet/telnet mydir=. -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. # derived from the original Makefile.generic # # Copyright (c) 1991 The Regents of the University of California. diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index 3bdfec6e7..2be421534 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-08-08 Jen Selby <jenselby@mit.edu> * telnetd.c: Switched the valid and user descriptions under the -a diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in index f07cbf74d..9a9b34574 100644 --- a/src/appl/telnet/telnetd/Makefile.in +++ b/src/appl/telnet/telnetd/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl/telnet/telnetd mydir=. -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. # derived from the original Makefile.generic # # Copyright (c) 1991 The Regents of the University of California. diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog index 0d226a154..01a1c397f 100644 --- a/src/appl/user_user/ChangeLog +++ b/src/appl/user_user/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-03-28 Ken Raeburn <raeburn@mit.edu> * client.c, server.c: Include errno.h. diff --git a/src/appl/user_user/Makefile.in b/src/appl/user_user/Makefile.in index 5185da516..7a71515ae 100644 --- a/src/appl/user_user/Makefile.in +++ b/src/appl/user_user/Makefile.in @@ -2,7 +2,7 @@ thisconfigdir=./.. myfulldir=appl/user_user mydir=user_user MY_SUBDIRS=. -BUILDTOP=$(REL)$(U)$(S)$(U) +BUILDTOP=$(REL)../.. DEFINES = -DDEBUG PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) |