netcdf-c/libsrc
dmh f423f27693 Sync with oc project.
This supports better authorization
handling for DAP requests, especially redirection
based authorization. I also added a new test case
ncdap_tests/testauth.sh.

Specifically, suppose I have a netrc file /tmp/netrc
containing this.
    machine uat.urs.earthdata.nasa.gov login xxxxxx password yyyyyy
Also suppose I have a .ocrc file containing these lines
    HTTP.COOKIEJAR=/tmp/cookies
    HTTP.NETRC=/tmp/netrc
Assume that .ocrc is in the local directory or HOME.

Then this command should work (assuming a valid login and password).
    ncdump -h "https://54.86.135.31/opendap/data/nc/fnoc1.nc"
2014-12-24 10:22:47 -07:00
..
attr.c sync lines for generated C files 2014-12-05 12:55:49 -06:00
attr.m4 The effect of this change is to make the struct NC structure 2012-09-06 19:44:03 +00:00
CMakeLists.txt Manual merge of pull request https://github.com/Unidata/netcdf-c/pull/64 contributed by nschloe. Assorted CMake improvements. 2014-06-11 15:51:31 -06:00
depend
dim.c The effect of this change is to make the struct NC structure 2012-09-06 19:44:03 +00:00
ffio.c Integrated changes from trunk, began adding CMake support, updated 'build everything' script. 2012-07-02 22:59:59 +00:00
lookup3.c
Makefile.am sync lines for generated C files 2014-12-05 12:55:49 -06:00
memio.c Corrected a double-free issue reported by Coverity. 2013-12-17 15:54:14 -07:00
mmapio.c The effect of this change is to make the struct NC structure 2012-09-06 19:44:03 +00:00
nc3dispatch.c Modified comment to adhere to doxygen format. 2014-09-18 13:31:30 -06:00
nc3internal.c Revert "Corrected several static analysis issues related to potential null pointer dereferences and memory leaks." 2014-12-09 11:49:32 -07:00
ncFile.c
ncio.c add NC_MMAP flag and tests 2012-06-23 19:25:49 +00:00
ncio.h Corrected a couple resource leak issues reported by Coverity static analysis. 2013-08-09 16:19:45 -06:00
ncstdio.c
ncstdio.h
ncx_cray.c
ncx.c Sync with oc project. 2014-12-24 10:22:47 -07:00
ncx.h Cleaned up tst_atts3.c test program. Fixed several bugs in detection 2012-05-31 01:28:42 +00:00
ncx.m4 fix m4 dealing with split lines 2014-12-05 12:55:38 -06:00
posixio.c Corrected a logic error introduced in previous commit. 2014-08-27 15:40:41 -06:00
pstdint.h
putget.c sync lines for generated C files 2014-12-05 12:55:49 -06:00
putget.m4 The effect of this change is to make the struct NC structure 2012-09-06 19:44:03 +00:00
t_ncio.c
t_ncio.in
t_ncxx.m4
test_nc.sav
v1hpg.c Change assertions that indicate file corruption into error status return. 2014-04-16 08:04:00 -06:00
var.c Added a fix for a 'garbage/undefined value' bug reported by clang. in var.c, when varp->shape was being allocated, it was not being initialized properly and as a result, in some circustances, could potentially be dereferenced and evaluated without having a proper value. It is now initialized to 0. Hopefully this does not cause a problem. All the tests continue to pass, but I'm leaving a verbose comment here in case there is a knock-on problem discovered somewhere down the line. 2014-11-06 14:43:09 -07:00
winceio.c
XGetopt.c Merge from latest netcdf-cmake branch. 2012-12-05 18:35:42 +00:00