Skip to content

Commit

Permalink
Remove ksetpwd
Browse files Browse the repository at this point in the history
ksetpwd was added in commit ec50322
but is not installed as it was "not of release quality yet."  It has
not materially improved since then, and under current policy we do not
include unfinished code in the tree, so remove it.
  • Loading branch information
greghudson committed May 23, 2017
1 parent 20991d5 commit 0f51214
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 322 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ local.properties

/src/clients/kpasswd/kpasswd

/src/clients/kpasswd/ksetpwd

/src/clients/ksu/ksu

/src/clients/kswitch/kswitch
Expand Down
10 changes: 3 additions & 7 deletions src/clients/kpasswd/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
mydir=clients$(S)kpasswd
BUILDTOP=$(REL)..$(S)..

SRCS=kpasswd.c ksetpwd.c
SRCS=kpasswd.c

kpasswd: kpasswd.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o kpasswd kpasswd.o $(KRB5_BASE_LIBS)

ksetpwd: ksetpwd.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o ksetpwd ksetpwd.o $(KRB5_BASE_LIBS)

kpasswd.o: $(srcdir)/kpasswd.c
ksetpwd.o: $(srcdir)/ksetpwd.c

##WIN32##VERSIONRC = $(BUILDTOP)\windows\version.rc
##WIN32##RCFLAGS=$(CPPFLAGS) -I$(top_srcdir) -D_WIN32 -DRES_ONLY
Expand All @@ -22,10 +18,10 @@ ksetpwd.o: $(srcdir)/ksetpwd.c
##WIN32##$(EXERES): $(VERSIONRC)
##WIN32## $(RC) $(RCFLAGS) -DKPASSWD_APP -fo $@ -r $**

all-unix: kpasswd ksetpwd
all-unix: kpasswd

clean-unix::
$(RM) kpasswd.o kpasswd ksetpwd.o ksetpwd
$(RM) kpasswd.o kpasswd

install-all install-kdc install-server install-client install-unix:
$(INSTALL_PROGRAM) kpasswd $(DESTDIR)$(CLIENT_BINDIR)/`echo kpasswd|sed '$(transform)'`
Expand Down
4 changes: 0 additions & 4 deletions src/clients/kpasswd/deps
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ $(OUTPRE)kpasswd.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \
$(top_srcdir)/include/k5-thread.h $(top_srcdir)/include/krb5.h \
kpasswd.c
$(OUTPRE)ksetpwd.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \
$(top_srcdir)/include/k5-thread.h $(top_srcdir)/include/krb5.h \
ksetpwd.c
309 changes: 0 additions & 309 deletions src/clients/kpasswd/ksetpwd.c

This file was deleted.

0 comments on commit 0f51214

Please sign in to comment.