- Mar 15, 2019
-
-
Dean Rasheed authored
client to use the latest TLS version available on both the client and the server. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@98
-
Dean Rasheed authored
by both the client and the server. Currently, the server supports TLS 1.0, 1.1, 1.2 and 1.3 (and no SSL versions). Back when this code was written, it only supported SSLv3 and TLS 1.0, so forcing TLS 1.0 made sense, but things have move on since then. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@97
-
- Mar 04, 2019
-
-
Dean Rasheed authored
method to return all people (in batches, sorted by CRSid). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@95
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@94
-
- Oct 16, 2018
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@93
-
- Oct 15, 2018
-
-
Dean Rasheed authored
Also included the root certificates themselves, and all intermediate certificates we have ever used, just for reference, and instructions on how cacerts.txt is constructed (from the root certificates alone). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@92
-
- Jun 04, 2018
-
-
Dean Rasheed authored
QuoVadis root certificate for the python and PHP clients. Java ships this by default, starting with Java 8u91. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@90
-
Dean Rasheed authored
and PHP clients to allow them to connect to lookup-test, which has had its certificates renewed. This will be necessary for clients to connect to live Lookup when its certificates are renewed in Jan 2019. No change needed for Java clients, provided that they are running on Java 8u91 or later, which ships with this new root certificate. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@89
-
- Apr 26, 2018
-
-
Dean Rasheed authored
Fixed a typo in the docs for the IbisInstitution DTO class. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@88
-
- Nov 17, 2017
-
-
Dean Rasheed authored
certificate and hostname checking when connecting to localhost (for testing only). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@87
-
- Dec 23, 2016
-
-
Dean Rasheed authored
in the python and PHP XML parsers, fixing a problem parsing the membersOfInst field of groups. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@83
-
Dean Rasheed authored
The membersOfInst field in the group DTO class needs a special case when it is being parsed, since its XML element tag name differs from the usual name that institution XML elements have. Added a new unit test to test this, and fixed an existing test to reflect a change in the Lookup test data, so that all the tests pass again. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@82
-
- Dec 22, 2016
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@81
-
- Jun 29, 2015
-
-
Dean Rasheed authored
documentation, and includes a few improvements to the Java and Python documentation. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@79
-
Dean Rasheed authored
This involved some tweaks to the code comment blocks, using a combination of Javadoc tags and markdown/reST markup. Also needed to fix the generated results in a few places (did also try phpDocumentor, but the results were nowhere near as good and would have required a lot more fixing up). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@78
-
Dean Rasheed authored
method names. Also added support for PHP docs (to come). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@77
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@76
-
- Jun 23, 2015
-
-
Dean Rasheed authored
documentation. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@75
-
- Jun 18, 2015
-
-
Dean Rasheed authored
* Adds python 2 and 3 documentation. * Updated javadocs, now built using Java 7. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@73
-
Dean Rasheed authored
the input files have changed and reports "Nothing to do". Always delete the old tar file immediately before running the tar task. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@72
-
Dean Rasheed authored
updates to the build script to keep the build output stable when the sources haven't changed. Make all the files in the Javadoc tarball have a common prefix directory, so that unpacking it creates just one directory. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@71
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@70
-
- Jun 17, 2015
-
-
Dean Rasheed authored
to allow Python documentation to be generated using Sphinx. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@69
-
Dean Rasheed authored
documentation. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@68
-
- Jun 11, 2015
-
-
Dean Rasheed authored
Previously the order was unspecified and the server would usually list them in the order they were defined in the source code, but would occasionally switch to a different random order. Their order is now fully deterministic (path, name). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@67
-
Dean Rasheed authored
this can be made to produce better looking javadocs. Keep using Java 6 to compile the client JAR file, to maintain backwards compatibility. Annoyingly, when using Java 7 the order of attributes in the WADL file changes, which leads to a large number of diffs, even though the API hasn't actually changed. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@66
-
- May 20, 2015
-
-
Dean Rasheed authored
QuoVadis root certificate in the Python and PHP clients. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@64
-
Dean Rasheed authored
code. The certificates on the Lookup server are about to be updated, and the new certificates will be signed by this new root. This update will be needed by many systems using Python and PHP, since the default is for them not to include any root certificates. Java clients won't be affected, since Java uses the system's default root certificates. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@63
-
- Mar 04, 2015
-
-
Dean Rasheed authored
* Fixes boolean and date-time parameter passing bug in PHP. * Updated unit tests. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@60
-
Dean Rasheed authored
server. By default PHP converts true to the string '1', but we need it to be the string 'true'. Also the PHP ternary operator is completely broken, so the old code would not have worked correctly for DateTime parameters. Replace the nested ternary operators with a sequence of 'if's. Boolean parameter problem reported by Chris Wilkinson. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@59
-
Dean Rasheed authored
(use UIS instead in several tests). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@58
-
Dean Rasheed authored
instead of using stream_context_create(). This has the advantage of being able to force the use of the TLSv1 protocol, but doesn't seem to have a decent error handling mechanism, so isn't yet a workable alternative. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@57
-
- Oct 16, 2014
-
-
Dean Rasheed authored
* No longer includes intermediate certificates in the client code (this was unnecessary, and they will change at some point when the server certificates are upgraded to SHA-2). * Updated unit tests. * Updated README files documenting supported language versions. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@56
-
- Oct 15, 2014
-
-
Dean Rasheed authored
are provided by the server, and so should never be needed by a client, and they will change when the server certificates are upgraded to SHA-2. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@55
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@54
-
- Sep 18, 2014
-
-
Dean Rasheed authored
bugs in the PHP error handling code. Report and patch by Chris Wilkinson. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@52
-
- Jul 11, 2013
-
-
Dean Rasheed authored
the new v1.2 API methods to fetch the cancelled members of groups and institutions. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@50
-
- Nov 27, 2012
-
-
Dean Rasheed authored
Python 3. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@48
-
- Jul 18, 2012
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@46
-
- Jul 16, 2012
-
-
Dean Rasheed authored
highlighted. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@45
-