jra1mw.git
2012-01-30 Zdeněk Šustrinstall destination for my.cnf fixed
2012-01-28 Marcel Poulcanl_cred_load_chain_file() implemented,
2012-01-28 Marcel Poulcanl_ctx_set_cred implemented
2012-01-27 Zdeněk ŠustrBrutal redesign of notification status changes
2012-01-27 Zdeněk Šustr- Check for states not covered by the copy routine
2012-01-27 František DvořákConfiguration of MySQL server in separated file (savann...
2012-01-26 František DvořákFix build with Kerberos mechanism yet.
2012-01-26 František DvořákUpdate build for flavour-less globus (using GSSAPI_...
2012-01-26 Zdeněk Šustr- Notif keeping explained
2012-01-26 Marcel Poulremember cert. chain in context
2012-01-26 Zdeněk ŠustrAnonymize flag supercedes all, even owners.
2012-01-25 Zdeněk ŠustrConfig file is not executable
2012-01-25 Zdeněk ŠustrInclude the notif keeper mechanism in the build process
2012-01-25 Zdeněk ŠustrAdjustments done after an almost real-world experiment
2012-01-25 František DvořákReshuffle Debian package names - prefer package names...
2012-01-25 Michal Vocůbuild and fixes for Kerberos GSSAPI support
2012-01-25 Zdeněk ŠustrMoving the cron file to its proper place
2012-01-24 František DvořákMerge branch_3_0_job_summaries (Job History) to HEAD.
2012-01-24 Daniel Kouřilthe _gsi call made use only GSI and return silently...
2012-01-24 Zdeněk ŠustrExceptions for the canl-c package naming
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
next