jra1mw.git
2012-01-24 cvs2svnThis commit was manufactured by cvs2svn to create tag... emi-canl-c_R_1_0_0_1
2012-01-24 Zdeněk ŠustrUpdating version, ChangeLog and copying the most recent...
2012-01-24 František DvořákRemovine 'emi-' prefix from the packages.
2012-01-23 Daniel KouřilShorted name for the Kerberos mechanism
2012-01-23 Daniel Kouřildon't fail on problems with creds
2012-01-23 Daniel Kouřilstop linking against efence
2012-01-23 Marcel PoulPOSIX_ERROR instead of SSL_ERROR if connection closed...
2012-01-23 Marcel Pouluse ssl error code instead of CANL_ERR_GeneralSSLError...
2012-01-23 Marcel Poulupdate_error and set_error now construct error msg.
2012-01-23 Marcel PoulUse update_error instead of set_error where could be...
2012-01-20 František DvořákBuild of examples after library name change, CFLAGS...
2012-01-20 František DvořákUse language name in library name.
2012-01-19 František DvořákNew build dependencies for caNl (for building stage).
2012-01-19 Daniel Kouřilerror code mappings
2012-01-19 Daniel KouřilA small rename to stay consistent with other names
2012-01-19 Daniel KouřilUse proper type
2012-01-19 Daniel Kouřils/posix_error/POSIX_ERROR/
2012-01-19 Daniel KouřilUse appropriate type for error in the context
2012-01-19 Daniel Kouřil- install all the headers
2012-01-19 Daniel KouřilRefactoring of the error structures/codes to follow...
2012-01-19 Daniel KouřilA generic warning is generated on encountering an unkno...
2012-01-19 Daniel KouřilRemoved useless call from the API
2012-01-19 Daniel KouřilCorrected the loop making authenticated connection
2012-01-19 Daniel Kouřilmake sure socket is only stored on success (even with...
2012-01-18 Marcel Poulcanl_cred_save_(chain, cert) methods def.
2012-01-18 Marcel Poulset lifetime, cert_type, extension to canl_cred
2012-01-18 Marcel Poulload certificate chain
2012-01-18 Marcel Poulmethods loading cert from X509 as well as file added
2012-01-18 Daniel KouřilAddressed some warnings
2012-01-18 Marcel Poulload priv. key and request to canl_cred
2012-01-18 Marcel Poulmake some parameters const.
2012-01-18 Marcel Poulno need for this method call anymore
2012-01-18 Marcel Poulmake set_(key,cert)_file() method more efficient
2012-01-18 Daniel Kouřil- SSL-specific calls grouped in a separate header
2012-01-18 Marcel Poulrequests handling methods definitions
2012-01-18 Marcel Poulcall method by its new namcall method by its new name
2012-01-18 Marcel Poulclean new canl_cred struct.
2012-01-18 Daniel KouřilMade the error codes start sufficiently high
2012-01-18 Marcel Poulrequest handling structure added
2012-01-18 Daniel Kouřilremoved unnecessary calls
2012-01-18 Daniel Kouřilsome notes
2012-01-17 Daniel KouřilTemporarily hard-wired host credentials to be used...
2012-01-17 Daniel Kouřilcorrect the order of params
2012-01-17 Daniel Kouřil- polished the methods and their prototypes in the...
2012-01-17 Daniel Kouřilper-connection SSL context remove from the contexts
2012-01-17 Daniel KouřilSSL_CTX removed from the global context.
2012-01-17 Daniel KouřilIterate over (potentially) multiple available authentic...
2012-01-17 Daniel KouřilInitialization of SSL contexts moved to more appropriat...
2012-01-17 Daniel KouřilAdded ssl_finish() to free the global context
2012-01-17 Daniel KouřilPass SSL_CTX as a parameter to the initialization routines.
2012-01-17 Daniel Kouřiladded ssl_free() to cleanup per-connection contexts
2012-01-17 Daniel Kouřilinitialize all the authN mechs available.
2012-01-17 Daniel Kouřildefine a per-connection context for the particular...
2012-01-17 Daniel Kouřilupdate_error can be be passed err codes, too
2012-01-17 Daniel Kouřil- fixed the connection loop
2012-01-17 Daniel Kouřilroutines to establish authentication grouped into a...
2012-01-17 Daniel Kouřilssl_init() moved among the other ssl calls
2012-01-17 Marcel Poulmethods for init. and free credential structures
2012-01-17 Marcel Poulmake the library build again
2012-01-17 Marcel Poulstubs of methods handling peer credentials and certific...
2012-01-17 Marcel Poulstructer holding peer credentials defined
2012-01-17 Marcel Poultypo
2012-01-13 Marcel Pouluse CN for server cert verification if approp. extensio...
2012-01-13 Daniel KouřilAdded examples for the new API (X.509 credentials handling)
2012-01-13 Daniel Kouřilmake the examples build again
2012-01-13 Daniel KouřilExamples moved to ... examples
2012-01-13 Daniel KouřilAPI to handle certificate and requests
2012-01-13 Daniel Kouřilcanl_ctx_set_ssl_cred() added to public API
2012-01-13 Zdeněk ŠustrFront matter facelift
2012-01-12 Marcel Poulserver hostname check on certificate extensions
2012-01-12 Zdeněk ŠustrSpin off section on reading configuration and use it...
2012-01-12 Zdeněk ŠustrPlaying with footnote marks
2012-01-12 Daniel Kouřilmake it build again
2012-01-12 Daniel KouřilPrototype polishing
2012-01-12 Daniel KouřilMake canl_io_connect() retun a canl_code (to be consist...
2012-01-12 Zdeněk ŠustrExtended description for some cfg files, preparation...
2012-01-12 Daniel KouřilIntroduced other (optional) parameters of the connect...
2012-01-12 Daniel KouřilIntroduced other (optional) parametrs of the connect...
2012-01-12 Daniel KouřilPrincipal handling
2012-01-12 Daniel KouřilCallback has been moved
2012-01-12 Daniel KouřilRemoved unused cred_handler
2012-01-12 Daniel KouřilSSL/PKI specific calls moved to canl_ssl.h
2012-01-12 Daniel KouřilMake the functional usable with c++
2012-01-11 Marcel Poulstub of method for post handshake cert check (server...
2012-01-11 Marcel Poulstructure for peer's identity information (not credenti...
2012-01-11 Zdeněk ŠustrSmoke Test clarifications
2012-01-11 Marcel Poulno need to use BIO; seg. fault avoided.
2012-01-11 Marcel Poulcheck whether paths to certs returned by voms methods...
2012-01-11 Zdeněk ŠustrNew section on config files. Not 100-% sure about inclu...
2012-01-11 Zdeněk ŠustrDG facelift
2012-01-11 Daniel KouřilWork around the globus bug that actually makes it impos...
2012-01-10 Zdeněk ŠustrPreparing for a new version and an updated package...
2012-01-10 Zdeněk ŠustrA few paragraphs on Job History
2012-01-10 Marcel Poulclient uses VOMS method to get proxy filenames, (should...
2012-01-01 František DvořákNew packaging for caNl.
2011-12-28 František DvořákDebian packaging for PX.
2011-12-28 František DvořákDebian packaging for L&B: emi-lb and yaim modules.
2011-12-28 František DvořákDebian packaging for L&B.
2011-12-28 František DvořákPolishing Debian packaging of L&B/JP common.
2011-12-28 František DvořákInstall also testplan.
next