840de9b Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts)

38 files Authored by pviktori 8 years ago, Committed by jcholast 8 years ago,
38 files changed. 111 lines added. 235 lines removed.
.gitignore
file modified
+5 -4
Makefile
file modified
+21 -18
client/Makefile.amipa-client/Makefile.am
file renamed
+7 -11
client/config.cipa-client/config.c
file renamed
+0 -0
client/configure.acipa-client/configure.ac
file renamed
+0 -15
client/ipa-certupdateipa-client/ipa-install/ipa-certupdate
file renamed
+0 -0
client/ipa-client-automountipa-client/ipa-install/ipa-client-automount
file renamed
+0 -0
client/ipa-client-common.cipa-client/ipa-client-common.c
file renamed
+0 -0
client/ipa-client-common.hipa-client/ipa-client-common.h
file renamed
+0 -0
client/ipa-client-installipa-client/ipa-install/ipa-client-install
file renamed
+0 -0
client/ipa-getkeytab.cipa-client/ipa-getkeytab.c
file renamed
+0 -0
client/ipa-join.cipa-client/ipa-join.c
file renamed
+0 -0
client/ipa-rmkeytab.cipa-client/ipa-rmkeytab.c
file renamed
+0 -0
client/man/Makefile.amipa-client/man/Makefile.am
file renamed
+0 -0
client/man/default.conf.5ipa-client/man/default.conf.5
file renamed
+0 -0
client/man/ipa-certupdate.1ipa-client/man/ipa-certupdate.1
file renamed
+0 -0
client/man/ipa-client-automount.1ipa-client/man/ipa-client-automount.1
file renamed
+0 -0
client/man/ipa-client-install.1ipa-client/man/ipa-client-install.1
file renamed
+0 -0
client/man/ipa-getkeytab.1ipa-client/man/ipa-getkeytab.1
file renamed
+0 -0
client/man/ipa-join.1ipa-client/man/ipa-join.1
file renamed
+0 -0
client/man/ipa-rmkeytab.1ipa-client/man/ipa-rmkeytab.1
file renamed
+0 -0
client/version.m4.inipa-client/version.m4.in
file renamed
+0 -0
freeipa.spec.in
file modified
+2 -1
install/po/Makefile.in
file modified
+5 -3
ipa-client/AUTHORS
file removed
-0
ipa-client/NEWS
file removed
-0
ipa-client/README
file removed
-24
ipa-client/ipa-client.spec.in
file removed
-86
ipa-client/ipa-install/Makefile.am
file removed
-15
ipa-client/ipaclient/Makefile.am
file removed
-17
ipaclient/__init__.pyipa-client/ipaclient/__init__.py
file renamed
+0 -0
ipaclient/ipa_certupdate.pyipa-client/ipaclient/ipa_certupdate.py
file renamed
+0 -0
ipaclient/ipachangeconf.pyipa-client/ipaclient/ipachangeconf.py
file renamed
+0 -0
ipaclient/ipadiscovery.pyipa-client/ipaclient/ipadiscovery.py
file renamed
+0 -0
ipaclient/ntpconf.pyipa-client/ipaclient/ntpconf.py
file renamed
+0 -0
ipaclient/setup.py.in
file added
+71
ipatests/pytest.ini
file modified
+0 -1
setup-client.py
file removed
-40
    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>
    
        
file modified
+5 -4
file modified
+21 -18
client/Makefile.am ipa-client/Makefile.am
file renamed
+7 -11
client/config.c ipa-client/config.c
file renamed
file was renamed with no change to the file
client/configure.ac ipa-client/configure.ac
file renamed
client/ipa-certupdate ipa-client/ipa-install/ipa-certupdate
file renamed
file was renamed with no change to the file
client/ipa-client-automount ipa-client/ipa-install/ipa-client-automount
file renamed
file was renamed with no change to the file
client/ipa-client-common.c ipa-client/ipa-client-common.c
file renamed
file was renamed with no change to the file
client/ipa-client-common.h ipa-client/ipa-client-common.h
file renamed
file was renamed with no change to the file
client/ipa-client-install ipa-client/ipa-install/ipa-client-install
file renamed
file was renamed with no change to the file
client/ipa-getkeytab.c ipa-client/ipa-getkeytab.c
file renamed
file was renamed with no change to the file
client/ipa-join.c ipa-client/ipa-join.c
file renamed
file was renamed with no change to the file
client/ipa-rmkeytab.c ipa-client/ipa-rmkeytab.c
file renamed
file was renamed with no change to the file
client/man/Makefile.am ipa-client/man/Makefile.am
file renamed
file was renamed with no change to the file
client/man/default.conf.5 ipa-client/man/default.conf.5
file renamed
file was renamed with no change to the file
client/man/ipa-certupdate.1 ipa-client/man/ipa-certupdate.1
file renamed
file was renamed with no change to the file
client/man/ipa-client-automount.1 ipa-client/man/ipa-client-automount.1
file renamed
file was renamed with no change to the file
client/man/ipa-client-install.1 ipa-client/man/ipa-client-install.1
file renamed
file was renamed with no change to the file
client/man/ipa-getkeytab.1 ipa-client/man/ipa-getkeytab.1
file renamed
file was renamed with no change to the file
client/man/ipa-join.1 ipa-client/man/ipa-join.1
file renamed
file was renamed with no change to the file
client/man/ipa-rmkeytab.1 ipa-client/man/ipa-rmkeytab.1
file renamed
file was renamed with no change to the file
client/version.m4.in ipa-client/version.m4.in
file renamed
file was renamed with no change to the file
file modified
+2 -1
file modified
+5 -3
file removed
-0
file removed
-0
file removed
-24
ipaclient/__init__.py ipa-client/ipaclient/__init__.py
file renamed
file was renamed with no change to the file
ipaclient/ipa_certupdate.py ipa-client/ipaclient/ipa_certupdate.py
file renamed
file was renamed with no change to the file
ipaclient/ipachangeconf.py ipa-client/ipaclient/ipachangeconf.py
file renamed
file was renamed with no change to the file
ipaclient/ipadiscovery.py ipa-client/ipaclient/ipadiscovery.py
file renamed
file was renamed with no change to the file
ipaclient/ntpconf.py ipa-client/ipaclient/ntpconf.py
file renamed
file was renamed with no change to the file
file modified
+0 -1
file removed
-40