[PATCH] 378 Added checkboxes for selecting table rows.
by Endi Sukma Dewata
The tables have been modified to provide a checkbox on each row
to select the entry for subsequent operations. The checkbox in
the column header can be used to select/deselect all rows at once.
Ticket #654
--
Endi S. Dewata
10 years, 10 months
[PATCH] 376 Fixed TPS resource statuses.
by Endi Sukma Dewata
TPS resources that are stored in CS.cfg have been refactored to update
their statuses properly. These resources include profiles, profile
mappings, connections, and authenticators.
Ticket #654
--
Endi S. Dewata
10 years, 10 months
[PATCH] 375 Added dialog for adding TPS tokens.
by Endi Sukma Dewata
A new dialog box has been added for adding TPS token. A separate
token ID attribute has been added to the REST service as required
by Backbone.
Ticket #654
--
Endi S. Dewata
10 years, 11 months
setting _NSS_INCLUDEDIR
by James White
When I try to build dogtag I have the following set:
CFLAGS += -I/usr/include/nss
CXXFLAGS += -I/usr/include/nss
but the file pki/cmake/Modules/FindNSS.cmake has:
find_path(NSS_INCLUDE_DIR
NAMES
nss.h
PATHS
${_NSS_INCLUDEDIR}
/usr/include
/usr/local/include
/opt/local/include
/sw/include
PATH_SUFFIXES
nss3
)
which finds /usr/include/nss.h instead of the proper /usr/include/nss/nss.h
so I get an error because it can't seem to determine the directory that the
nss files are in.
[ 8%] Building CXX object
base/symkey/src/com/netscape/symkey/CMakeFiles/symkey_library.dir/EncryptData.cpp.o
cd /var/cache/git/pki/build/core/base/symkey/src/com/netscape/symkey &&
/usr/bin/c++ -Dsymkey_library_EXPORTS -DHAVE_CONFIG_H -fPIC
-I/var/cache/git/pki/build/core/base/symkey/src/com/netscape/symkey
-I/var/cache/git/pki/pki/base/symkey/src/com/netscape/symkey
-I/var/cache/git/pki/build/core -I/usr/lib/jvm/java-6-openjdk/include
-I/usr/include/nspr -o CMakeFiles/symkey_library.dir/EncryptData.cpp.o
-c
/var/cache/git/pki/pki/base/symkey/src/com/netscape/symkey/EncryptData.cpp
/var/cache/git/pki/pki/base/symkey/src/com/netscape/symkey/EncryptData.cpp:23:22:
fatal error: pk11func.h: No such file or directory
compilation terminated.
build/core/CMakeCache.txt contians
_NSS_INCLUDEDIR:INTERNAL=/usr/include/nss
So I'm not really sure why it can't seem to determine where pk11func.c is.
However, if I "mv /usr/include/nss.h /usr/include/NOTHERE_nss.h" before
attempting the build, the packages all build fine.
Is there a "more correct" way to tell it where the path is than to move the
"wrong" nss.h out of the way?
I'm compiling them on Ubuntu Precise amd64.
Thanks in Advance.
10 years, 11 months
[PATCH] 374 Added dialog for adding TPS groups.
by Endi Sukma Dewata
A new dialog box has been added for adding TPS groups. A separate
group ID attribute has been added to the REST service as required
by Backbone.
Ticket #654
--
Endi S. Dewata
11 years
[PATCH] 373 Added dialog for adding TPS users.
by Endi Sukma Dewata
A new dialog box has been added for adding TPS users. Backbone requires
that a separate attribute is used to specify the user ID (instead of id)
when creating new users, so a new userID field has been added to the
backend service as well.
Ticket #654
--
Endi S. Dewata
11 years