Zdeněk Šustr [Tue, 24 Jan 2012 10:56:23 +0000 (10:56 +0000)]
Exceptions for the canl-c package naming
Zdeněk Šustr [Tue, 24 Jan 2012 10:47:38 +0000 (10:47 +0000)]
Updating version, ChangeLog and copying the most recent configure from ./org.glite.lb for v. 1.0.0-1
František Dvořák [Tue, 24 Jan 2012 09:39:44 +0000 (09:39 +0000)]
Removine 'emi-' prefix from the packages.
Daniel Kouřil [Mon, 23 Jan 2012 14:27:59 +0000 (14:27 +0000)]
Shorted name for the Kerberos mechanism
Daniel Kouřil [Mon, 23 Jan 2012 14:26:00 +0000 (14:26 +0000)]
don't fail on problems with creds
Daniel Kouřil [Mon, 23 Jan 2012 14:25:15 +0000 (14:25 +0000)]
stop linking against efence
Marcel Poul [Mon, 23 Jan 2012 10:55:58 +0000 (10:55 +0000)]
POSIX_ERROR instead of SSL_ERROR if connection closed by the other side
Marcel Poul [Mon, 23 Jan 2012 10:54:54 +0000 (10:54 +0000)]
use ssl error code instead of CANL_ERR_GeneralSSLError for now (temporary solution)
Marcel Poul [Mon, 23 Jan 2012 10:27:21 +0000 (10:27 +0000)]
update_error and set_error now construct error msg.
Marcel Poul [Mon, 23 Jan 2012 10:22:36 +0000 (10:22 +0000)]
Use update_error instead of set_error where could be called more than once.
František Dvořák [Fri, 20 Jan 2012 11:20:52 +0000 (11:20 +0000)]
Build of examples after library name change, CFLAGS cleanups.
František Dvořák [Fri, 20 Jan 2012 11:12:28 +0000 (11:12 +0000)]
Use language name in library name.
František Dvořák [Thu, 19 Jan 2012 08:37:00 +0000 (08:37 +0000)]
New build dependencies for caNl (for building stage).
Daniel Kouřil [Thu, 19 Jan 2012 08:25:56 +0000 (08:25 +0000)]
error code mappings
Daniel Kouřil [Thu, 19 Jan 2012 08:25:51 +0000 (08:25 +0000)]
A small rename to stay consistent with other names
Daniel Kouřil [Thu, 19 Jan 2012 08:25:44 +0000 (08:25 +0000)]
Use proper type
Daniel Kouřil [Thu, 19 Jan 2012 08:25:40 +0000 (08:25 +0000)]
s/posix_error/POSIX_ERROR/
Daniel Kouřil [Thu, 19 Jan 2012 08:25:33 +0000 (08:25 +0000)]
Use appropriate type for error in the context
Daniel Kouřil [Thu, 19 Jan 2012 08:25:26 +0000 (08:25 +0000)]
- install all the headers
- build in the error descriptions
Daniel Kouřil [Thu, 19 Jan 2012 08:25:22 +0000 (08:25 +0000)]
Refactoring of the error structures/codes to follow the upper/lower-case convention
Daniel Kouřil [Thu, 19 Jan 2012 08:25:18 +0000 (08:25 +0000)]
A generic warning is generated on encountering an unknown error origin
Daniel Kouřil [Thu, 19 Jan 2012 08:25:13 +0000 (08:25 +0000)]
Removed useless call from the API
Daniel Kouřil [Thu, 19 Jan 2012 08:25:06 +0000 (08:25 +0000)]
Corrected the loop making authenticated connection
Daniel Kouřil [Thu, 19 Jan 2012 08:25:02 +0000 (08:25 +0000)]
make sure socket is only stored on success (even with subsuqent changes of the code)
Marcel Poul [Wed, 18 Jan 2012 21:47:22 +0000 (21:47 +0000)]
canl_cred_save_(chain, cert) methods def.
Marcel Poul [Wed, 18 Jan 2012 21:17:55 +0000 (21:17 +0000)]
set lifetime, cert_type, extension to canl_cred
Marcel Poul [Wed, 18 Jan 2012 20:52:06 +0000 (20:52 +0000)]
load certificate chain
Marcel Poul [Wed, 18 Jan 2012 19:39:24 +0000 (19:39 +0000)]
methods loading cert from X509 as well as file added
Daniel Kouřil [Wed, 18 Jan 2012 19:07:28 +0000 (19:07 +0000)]
Addressed some warnings
Marcel Poul [Wed, 18 Jan 2012 15:34:18 +0000 (15:34 +0000)]
load priv. key and request to canl_cred
Marcel Poul [Wed, 18 Jan 2012 15:31:50 +0000 (15:31 +0000)]
make some parameters const.
Marcel Poul [Wed, 18 Jan 2012 15:30:52 +0000 (15:30 +0000)]
no need for this method call anymore
Marcel Poul [Wed, 18 Jan 2012 15:19:30 +0000 (15:19 +0000)]
make set_(key,cert)_file() method more efficient
Daniel Kouřil [Wed, 18 Jan 2012 13:50:47 +0000 (13:50 +0000)]
- SSL-specific calls grouped in a separate header
- added API to set flags
- added API to use PKCS11 objects
Marcel Poul [Wed, 18 Jan 2012 13:49:03 +0000 (13:49 +0000)]
requests handling methods definitions
Marcel Poul [Wed, 18 Jan 2012 12:32:55 +0000 (12:32 +0000)]
call method by its new namcall method by its new name
Marcel Poul [Wed, 18 Jan 2012 12:28:34 +0000 (12:28 +0000)]
clean new canl_cred struct.
Daniel Kouřil [Wed, 18 Jan 2012 12:21:41 +0000 (12:21 +0000)]
Made the error codes start sufficiently high
Marcel Poul [Wed, 18 Jan 2012 12:17:45 +0000 (12:17 +0000)]
request handling structure added
Daniel Kouřil [Wed, 18 Jan 2012 09:48:06 +0000 (09:48 +0000)]
removed unnecessary calls
Daniel Kouřil [Wed, 18 Jan 2012 09:04:50 +0000 (09:04 +0000)]
some notes
Daniel Kouřil [Tue, 17 Jan 2012 20:14:39 +0000 (20:14 +0000)]
Temporarily hard-wired host credentials to be used by the server side
Daniel Kouřil [Tue, 17 Jan 2012 20:14:22 +0000 (20:14 +0000)]
correct the order of params
Daniel Kouřil [Tue, 17 Jan 2012 20:14:05 +0000 (20:14 +0000)]
- polished the methods and their prototypes in the authN "object"
- don't call the ssl routines directly but solely through the object
Daniel Kouřil [Tue, 17 Jan 2012 20:13:38 +0000 (20:13 +0000)]
per-connection SSL context remove from the contexts
Daniel Kouřil [Tue, 17 Jan 2012 20:13:20 +0000 (20:13 +0000)]
SSL_CTX removed from the global context.
Daniel Kouřil [Tue, 17 Jan 2012 20:12:55 +0000 (20:12 +0000)]
Iterate over (potentially) multiple available authentication methods
- some cleanup of the authN "object" methods
Daniel Kouřil [Tue, 17 Jan 2012 20:12:38 +0000 (20:12 +0000)]
Initialization of SSL contexts moved to more appropriate places
- credentials locations became unhandled
Daniel Kouřil [Tue, 17 Jan 2012 20:12:20 +0000 (20:12 +0000)]
Added ssl_finish() to free the global context
Daniel Kouřil [Tue, 17 Jan 2012 20:12:04 +0000 (20:12 +0000)]
Pass SSL_CTX as a parameter to the initialization routines.
Daniel Kouřil [Tue, 17 Jan 2012 20:11:47 +0000 (20:11 +0000)]
added ssl_free() to cleanup per-connection contexts
Daniel Kouřil [Tue, 17 Jan 2012 20:11:30 +0000 (20:11 +0000)]
initialize all the authN mechs available.
Daniel Kouřil [Tue, 17 Jan 2012 20:11:12 +0000 (20:11 +0000)]
define a per-connection context for the particular authN mechs
Daniel Kouřil [Tue, 17 Jan 2012 20:10:56 +0000 (20:10 +0000)]
update_error can be be passed err codes, too
Daniel Kouřil [Tue, 17 Jan 2012 20:10:37 +0000 (20:10 +0000)]
- fixed the connection loop
Daniel Kouřil [Tue, 17 Jan 2012 20:10:21 +0000 (20:10 +0000)]
routines to establish authentication grouped into a single structure
Daniel Kouřil [Tue, 17 Jan 2012 20:10:00 +0000 (20:10 +0000)]
ssl_init() moved among the other ssl calls
Marcel Poul [Tue, 17 Jan 2012 15:31:47 +0000 (15:31 +0000)]
methods for init. and free credential structures
Marcel Poul [Tue, 17 Jan 2012 13:55:31 +0000 (13:55 +0000)]
make the library build again
Marcel Poul [Tue, 17 Jan 2012 13:54:24 +0000 (13:54 +0000)]
stubs of methods handling peer credentials and certificate requests
Marcel Poul [Tue, 17 Jan 2012 13:52:09 +0000 (13:52 +0000)]
structer holding peer credentials defined
Marcel Poul [Tue, 17 Jan 2012 13:49:57 +0000 (13:49 +0000)]
typo
Marcel Poul [Fri, 13 Jan 2012 21:11:50 +0000 (21:11 +0000)]
use CN for server cert verification if approp. extensions are not present
Daniel Kouřil [Fri, 13 Jan 2012 14:52:01 +0000 (14:52 +0000)]
Added examples for the new API (X.509 credentials handling)
Daniel Kouřil [Fri, 13 Jan 2012 14:50:49 +0000 (14:50 +0000)]
make the examples build again
Daniel Kouřil [Fri, 13 Jan 2012 14:38:42 +0000 (14:38 +0000)]
Examples moved to ... examples
Daniel Kouřil [Fri, 13 Jan 2012 14:36:28 +0000 (14:36 +0000)]
API to handle certificate and requests
Daniel Kouřil [Fri, 13 Jan 2012 14:32:35 +0000 (14:32 +0000)]
canl_ctx_set_ssl_cred() added to public API
- removed the previous attempts
Zdeněk Šustr [Fri, 13 Jan 2012 11:21:50 +0000 (11:21 +0000)]
Front matter facelift
Marcel Poul [Thu, 12 Jan 2012 15:18:18 +0000 (15:18 +0000)]
server hostname check on certificate extensions
Zdeněk Šustr [Thu, 12 Jan 2012 10:16:53 +0000 (10:16 +0000)]
Spin off section on reading configuration and use it in both UG and AG
Zdeněk Šustr [Thu, 12 Jan 2012 09:39:11 +0000 (09:39 +0000)]
Playing with footnote marks
Daniel Kouřil [Thu, 12 Jan 2012 09:36:43 +0000 (09:36 +0000)]
make it build again
Daniel Kouřil [Thu, 12 Jan 2012 09:36:06 +0000 (09:36 +0000)]
Prototype polishing
- added a type for the canl return code
- added a define to posibly express "exportability" of a symbol
Daniel Kouřil [Thu, 12 Jan 2012 09:27:49 +0000 (09:27 +0000)]
Make canl_io_connect() retun a canl_code (to be consistent with other calls)
Zdeněk Šustr [Thu, 12 Jan 2012 09:20:01 +0000 (09:20 +0000)]
Extended description for some cfg files, preparation for a new config file (commented out)
Daniel Kouřil [Thu, 12 Jan 2012 08:58:48 +0000 (08:58 +0000)]
Introduced other (optional) parameters of the connect/accept routines
Daniel Kouřil [Thu, 12 Jan 2012 08:51:39 +0000 (08:51 +0000)]
Introduced other (optional) parametrs of the connect routine
Daniel Kouřil [Thu, 12 Jan 2012 08:47:51 +0000 (08:47 +0000)]
Principal handling
- this introduces dependency on a gssapi.h header
Daniel Kouřil [Thu, 12 Jan 2012 08:35:58 +0000 (08:35 +0000)]
Callback has been moved
Daniel Kouřil [Thu, 12 Jan 2012 08:22:51 +0000 (08:22 +0000)]
Removed unused cred_handler
Daniel Kouřil [Thu, 12 Jan 2012 08:21:13 +0000 (08:21 +0000)]
SSL/PKI specific calls moved to canl_ssl.h
Daniel Kouřil [Thu, 12 Jan 2012 08:16:24 +0000 (08:16 +0000)]
Make the functional usable with c++
Marcel Poul [Wed, 11 Jan 2012 22:17:00 +0000 (22:17 +0000)]
stub of method for post handshake cert check (server cert)
Marcel Poul [Wed, 11 Jan 2012 22:14:45 +0000 (22:14 +0000)]
structure for peer's identity information (not credentials) added
Zdeněk Šustr [Wed, 11 Jan 2012 19:01:55 +0000 (19:01 +0000)]
Smoke Test clarifications
Marcel Poul [Wed, 11 Jan 2012 16:41:25 +0000 (16:41 +0000)]
no need to use BIO; seg. fault avoided.
Marcel Poul [Wed, 11 Jan 2012 15:48:55 +0000 (15:48 +0000)]
check whether paths to certs returned by voms methods are correct
Zdeněk Šustr [Wed, 11 Jan 2012 15:38:06 +0000 (15:38 +0000)]
New section on config files. Not 100-% sure about including startup scripts, but found no better place.
Zdeněk Šustr [Wed, 11 Jan 2012 10:36:00 +0000 (10:36 +0000)]
DG facelift
Daniel Kouřil [Wed, 11 Jan 2012 10:30:35 +0000 (10:30 +0000)]
Work around the globus bug that actually makes it impossible to specify own OID to import_creds. See https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=7238
Zdeněk Šustr [Tue, 10 Jan 2012 14:52:31 +0000 (14:52 +0000)]
Preparing for a new version and an updated package list.
Suppressing a few orphans
Zdeněk Šustr [Tue, 10 Jan 2012 13:19:39 +0000 (13:19 +0000)]
A few paragraphs on Job History
Marcel Poul [Tue, 10 Jan 2012 12:40:08 +0000 (12:40 +0000)]
client uses VOMS method to get proxy filenames, (should change default behavior)
František Dvořák [Sun, 1 Jan 2012 13:51:42 +0000 (13:51 +0000)]
New packaging for caNl.
František Dvořák [Wed, 28 Dec 2011 17:55:53 +0000 (17:55 +0000)]
Debian packaging for PX.
František Dvořák [Wed, 28 Dec 2011 17:54:29 +0000 (17:54 +0000)]
Debian packaging for L&B: emi-lb and yaim modules.
František Dvořák [Wed, 28 Dec 2011 17:46:17 +0000 (17:46 +0000)]
Debian packaging for L&B.
František Dvořák [Wed, 28 Dec 2011 17:36:46 +0000 (17:36 +0000)]
Polishing Debian packaging of L&B/JP common.
František Dvořák [Wed, 28 Dec 2011 17:30:22 +0000 (17:30 +0000)]
Install also testplan.