fanhsu: changes by file
switch to: grouped by commit view, user index
branch to review (2009-06-23 to 2009-06-30) v209
- src/hg/hgTracks/hgTracks.c
- 1.1576 lines changed: 19, context: html, text, full: html, text
Added logic to check user authentication for the GISAID server. For other servers,
a dummy/empty validation function is called, which just pass thru.
- src/hg/hgc/hgc.c
- 1.1558 lines changed: 5, context: html, text, full: html, text
Added logic to validate GISAID user if the server is a GISAID server.
- src/hg/inc/hCommon.h
- 1.24 lines changed: 2, context: html, text, full: html, text
Added validateGisaidUser() to be used ONLY on the GISAID server.
This will be a dummy blank function for other servers.
- src/hg/inc/web.h
- 1.44 lines changed: 2, context: html, text, full: html, text
Added validateGisaidUser() declaration.
- src/hg/lib/makefile
- 1.390 lines changed: 1, context: html, text, full: html, text
Added validateGisaid.o.
- src/hg/lib/validateGisaid.c
- 1.1 lines changed: 18, context: html, text, full: html, text
Dummy/empty validateGisaidUser() for non-GISAID servers.
The real validateGisaidUser() for GISAID server is confidential and is kept elsewhere.
- src/hg/lib/validateGisaid.dummy
- 1.1 lines changed: 18, context: html, text, full: html, text
Created validateGisaid.dummy,
which should be used as validateGisaid.c for non-GISAID servers.
switch to: grouped by commit view, user index