2013-12-09 10:36:07 -06:00
|
|
|
# In-tree build files
|
2010-10-18 10:14:05 -05:00
|
|
|
configure
|
|
|
|
config.h
|
|
|
|
config.h.in
|
|
|
|
Makefile
|
|
|
|
Makefile.in
|
|
|
|
.deps/
|
|
|
|
.libs/
|
|
|
|
*.la
|
|
|
|
*.lo
|
2013-04-16 15:22:27 -05:00
|
|
|
*.log
|
2010-10-18 10:14:05 -05:00
|
|
|
*.o
|
2013-04-16 15:22:27 -05:00
|
|
|
*.trs
|
2010-10-18 10:14:05 -05:00
|
|
|
version.m4
|
2013-12-09 10:36:07 -06:00
|
|
|
aclocal.m4
|
|
|
|
autom4te.cache/
|
|
|
|
config.guess
|
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
config.sub
|
|
|
|
depcomp
|
|
|
|
install-sh
|
|
|
|
ltmain.sh
|
|
|
|
missing
|
|
|
|
stamp-h1
|
|
|
|
libtool
|
|
|
|
build/
|
2014-11-13 10:31:09 -06:00
|
|
|
compile
|
2016-10-25 05:34:29 -05:00
|
|
|
test-driver
|
2016-11-09 09:20:56 -06:00
|
|
|
freeipa-*.tar.gz
|
2013-12-09 10:36:07 -06:00
|
|
|
|
|
|
|
# Python compilation
|
|
|
|
*.pyc
|
|
|
|
py-compile
|
|
|
|
|
|
|
|
# Developer documentation
|
|
|
|
freeipa2-dev-doc
|
|
|
|
~/doc/guide/Makefile
|
|
|
|
|
|
|
|
# Root directory
|
|
|
|
/freeipa.spec
|
|
|
|
/dist/
|
2016-10-04 06:23:22 -05:00
|
|
|
/*/dist/
|
2013-12-09 10:36:07 -06:00
|
|
|
/RELEASE
|
2013-12-19 15:45:55 -06:00
|
|
|
/rpmbuild/
|
2016-10-04 06:23:22 -05:00
|
|
|
# Build
|
|
|
|
/ipasetup.py
|
|
|
|
*.egg-info
|
2013-12-09 10:36:07 -06:00
|
|
|
|
|
|
|
# Subdirectories
|
2016-11-02 14:48:08 -05:00
|
|
|
/daemons/dnssec/ipa-dnskeysyncd.service
|
|
|
|
/daemons/dnssec/ipa-ods-exporter.service
|
|
|
|
/daemons/dnssec/ipa-ods-exporter.socket
|
2013-12-09 10:36:07 -06:00
|
|
|
/daemons/ipa-otpd/ipa-otpd
|
|
|
|
/daemons/ipa-otpd/ipa-otpd.socket
|
|
|
|
/daemons/ipa-otpd/ipa-otpd@.service
|
|
|
|
/daemons/ipa-version.h
|
|
|
|
/daemons/test-driver
|
|
|
|
|
2016-10-13 08:42:30 -05:00
|
|
|
/po/test.po
|
|
|
|
/po/test_locale/xh_ZA/LC_MESSAGES/ipa.mo
|
2016-11-03 05:03:03 -05:00
|
|
|
|
|
|
|
/init/ipa_memcached
|
|
|
|
/init/systemd/ipa-custodia.service
|
|
|
|
/init/systemd/ipa.service
|
|
|
|
/init/systemd/ipa_memcached.service
|
|
|
|
/init/tmpfilesd/ipa.conf
|
|
|
|
|
2013-12-09 10:36:07 -06:00
|
|
|
!/install/ui/doc/Makefile.in
|
|
|
|
/install/ui/release
|
2014-04-04 10:08:31 -05:00
|
|
|
/install/ui/css/ipa.css
|
2013-12-09 10:36:07 -06:00
|
|
|
/install/ui/src/dojo
|
|
|
|
/install/ui/src/build
|
|
|
|
/install/ui/src/libs/loader.js
|
|
|
|
/install/ui/src/plugins
|
|
|
|
!/install/ui/doc/Makefile
|
|
|
|
|
Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts)
Make ipaclient a Python library like ipapython, ipalib, etc.
Use setup.py instead of autotools for installing it.
Move C client tools, Python scripts, and man pages, to client/.
Remove old, empty or outdated, boilerplate files (NEWS, README, AUTHORS).
Remove /setup-client.py (ipalib/setup.py should be used instead).
Update Makefiles and the spec file accordingly.
https://fedorahosted.org/freeipa/ticket/5638
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2016-01-14 07:15:49 -06:00
|
|
|
/client/ipa-getkeytab
|
|
|
|
/client/ipa-join
|
|
|
|
/client/ipa-rmkeytab
|
2013-12-09 10:36:07 -06:00
|
|
|
|
|
|
|
/ipapython/version.py
|
2014-06-03 05:35:53 -05:00
|
|
|
|
2015-05-20 08:51:26 -05:00
|
|
|
/ipaplatform/__init__.py
|
2016-10-20 08:27:44 -05:00
|
|
|
/ipaplatform/constants.py
|
|
|
|
/ipaplatform/paths.py
|
|
|
|
/ipaplatform/services.py
|
|
|
|
/ipaplatform/tasks.py
|
|
|
|
/ipaplatform/setup.py
|