Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • build-env
  • bz2
  • portal
  • db-rlp09
  • proinfo_rlp09
  • v1.4.0
  • v1.3.13-buildpackage
  • v1.3.13-client
  • v1.3.12-buildpackage
  • v1.3.12-collect
  • v1.3.13-collect
  • v1.3.11-collect
  • v1.3.10-collect
  • v1.3.11-buildpackage
  • v1.3.10-client
  • v1.3.11-client
  • v1.3.12-client
  • v1.3.10-buildpackage
  • v1.2.0-buildpackage
  • v1.2.0-collect
  • v1.2.0-client
  • v1.1.1-buildpackage
  • v1.1.1-client
  • v1.1.1-collect
  • v1.1.0-client
26 results

unstable

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Vinicius Ruoso authored
    This common functions file will be shared by the agent and client
    applications.
    
    The current shared function is getProxyConf(). It will access the
    client/conf/proxy file and sets the following proxy variables:
     - phost: the proxy host
     - pport: the proxy port
     - puid: the proxy user name (if authentication is required)
     - ppasswd: the proxy password
    
    Signed-off-by: default avatarVinicius Ruoso <vkr07@c3sl.ufpr.br>
    Acked-by: default avatarRicardo Tavares de Oliveira <rto07@c3sl.ufpr.br>
    Acked-by: default avatarDiego Giovane Pasqualin <dgp06@c3sl.ufpr.br>
    Acked-by: default avatarJosiney de Souza <josineys@c3sl.ufpr.br>
    Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
    e17a5118
    History
    #######################################################################
    #                  SEED2 CLIENT
    #######################################################################
    
    SEED2 CLIENT is a webservice client. Comunicates with SEED2 SERVER.
    
    For installation support read "INSTALL".
    For changes read "ChangeLog".
    For new features and other news read "NEWS".
    For credits read "AUTHORS".
    For copyright information read "COPYING".