Commit Graph
122 Commits
Author SHA1 Message Date
Pascal Obry 616624d069 Update README 2014-02-15 11:36:08 +01:00
Pascal Obry 7a8968ccfa Merge branch 'po/hubic-api'
* po/hubic-api:
  Rewrite the Hubic authentication to use the new API.
  Makes fuse options shared with the fuseapi.
2014-02-15 11:19:02 +01:00
Pascal Obry 983b182e61 Rewrite the Hubic authentication to use the new API. 2014-02-15 11:18:25 +01:00
Pascal Obry 9d87586fcf Makes fuse options shared with the fuseapi.
This is needed to be able to use the fuse credential with the new
Hubic API.
2014-02-15 11:17:14 +01:00
Bertrand Marc 0948762287 Get rid of unused options. 2013-03-31 11:28:08 +02:00
Bertrand Marc ae0daf0f89 Change the application name. 2013-03-31 11:25:44 +02:00
Bertrand Marc cd98f5bb59 Add a libsjon dependency. 2013-03-30 18:59:36 +01:00
Bertrand Marc b2d6e92e37 Add the OVH token logic 2013-03-30 18:58:38 +01:00
Michael Barton 809b07eaf1 remove use_openstack setting
I rewrote it to just use Auth 2.0 whenever a tenant is set.
2013-01-24 13:02:17 +00:00
Michael Bartonandroot 20dc751e4b more rhel5 mode cleanup 2013-01-24 12:25:41 +00:00
Michael Bartonandroot d336d695de rhel5 mode cleanup 2013-01-24 12:23:59 +00:00
Michael Bartonandroot 7cfc545f79 better rhel 6 fix 2013-01-24 12:19:25 +00:00
Michael Barton 52d64899d1 hopefully better rhel 5 mode 2013-01-23 11:01:43 +00:00
Michael Barton e343d6d14b namespace all api functions 2013-01-21 04:47:24 +00:00
Michael Barton 764052920c give command line options priority over .cloudfuse 2013-01-21 04:32:43 +00:00
Michael Bartonandroot 926584b674 gross workaround for broken libcurl in rhel 5 2013-01-21 04:00:49 +00:00
Michael Barton 9fda6c5921 consolidate the curl option setting code 2013-01-20 11:41:11 +00:00
Michael Barton bd9ee2d549 remove VERIFYPEER setting 2013-01-20 11:35:48 +00:00
Michael Barton 7b5630c71c refactor initialization code 2013-01-19 11:51:46 +00:00
Michael Barton dc4562ae2e ssl verification setting was broken 2013-01-19 11:50:05 +00:00
Michael Barton 08da735109 fix cloudfuse on rhel-like systems
Moved authentication into the filesystem init.
This isn't what I want, but it fixes a problem where
NSS stops working after a fork on rhel-like systems.
2013-01-18 07:45:11 +00:00
Michael Barton 4ebdfec1e2 add verify_ssl to readme 2012-12-22 12:59:25 +00:00
Michael Barton cc336a54ba ssl verification by default, option to disable 2012-12-22 12:55:36 +00:00
Michael Barton 997a06aed7 update contributors 2012-12-22 12:24:12 +00:00
Michael Barton e7556b51f1 README build packages for centos 2012-12-22 12:07:57 +00:00
Michael Barton 4713162185 suppress ftruncate compiler warning 2012-12-22 11:55:38 +00:00
Michael Barton 984daff309 suppress repeated directories due to subdir
also some style consistency things
2012-12-22 11:48:37 +00:00
Michael Barton ac5d09f5b9 Merge pull request #36 from justinsb/openstack_support
Openstack Essex / Keystone support

I want to change a few things, but this is
better than how things are now.
2012-12-22 03:27:43 -08:00
Michael Barton 2cd8214e6f Merge pull request #34 from moul/master
Fixed: st_size was always 0 for opened files
2012-06-04 11:37:28 -07:00
Michael Barton 7fb11f4f0d Merge pull request #35 from justinsb/add_gitignore
Added .gitignore file
2012-06-04 11:36:58 -07:00
Michael Barton 6d555d4550 Merge pull request #39 from maxstepanov/patch-1
Directory caching memory leak fix.
2012-06-04 11:36:34 -07:00
Max Stepanov 27c25c2787 Fix directory caching memory leak. 2012-05-29 02:56:42 +03:00
Justin Santa Barbara b1bfef1efc Warn if we get multiple services or tokens from keystone 2012-03-29 20:37:56 -07:00
Justin Santa Barbara 6bb5c9355c Use prefix, so that we can recurse without marker directory objects 2012-03-29 20:37:06 -07:00
Justin Santa Barbara fe8feb2485 Support for Keystone authentication 2012-03-29 20:31:54 -07:00
Justin Santa Barbara 4529905a5d Added .gitignore file 2012-03-29 18:27:31 -07:00
Manfred Touron 4800948427 fixed st_size=0 for opened files 2012-03-28 01:07:16 +02:00
Mike Barton 1003a82747 parse size with strtoll (Joseph Dunn) 2012-01-24 23:00:35 +04:00
Michael Barton 87e0eade93 Merge pull request #26 from abs0/556b8873
alloca.h is a non standard header
2011-10-14 14:43:12 -07:00
David Brownlee 556b887300 Only include <alloca.h> for Linux (Certainly not for NetBSD) 2011-10-14 18:25:40 +01:00
Michael Barton 266436b6d7 Merge pull request #23 from novas0x2a/master
Three small things
2011-08-31 19:55:27 -07:00
Mike Lundy f2619ee2bf make Makefile obey DESTDIR 2011-08-31 16:09:54 -07:00
Mike Lundy d0da9a0a6e regenerate configure 2011-08-31 15:58:28 -07:00
Mike Lundy f23367e19c add openssl to the configure discovery 2011-08-31 15:57:44 -07:00
Mike Lundy fd960fbb3b remove deprecated, unneeded include
libcurl removed this header completely (it hasn't used it for ~7 years)
2011-08-31 15:50:06 -07:00
Mike Barton 57a4969ef3 arrange code back to my preference ;) 2011-08-12 10:55:01 +00:00
Michael Barton 2f3b7d882f Merge pull request #14 from dillona/master
Clean up C to allow clang compilation
2011-08-12 03:51:29 -07:00
Mike Barton ad9f1246b6 protect directories from rename 2011-08-12 10:41:08 +00:00
Mike Barton be9f18d67d add contributors to README 2011-08-12 10:30:12 +00:00
Michael Barton 416c2f57e1 Merge pull request #19 from ncw/rename
Implement rename using the Copy object functionality
2011-08-12 03:18:08 -07:00