cascardo/rnetproxy.git
2013-05-02 Thadeu Lima... Compila rnetserver e rnetclient. master
2013-05-02 Thadeu Lima... Implementa suporte a compressao no cliente.
2013-05-02 Thadeu Lima... rnetclient: antecipa mensagem de handshake
2013-05-02 Thadeu Lima... rnetclient: usa o mesmo certificado para o cliente
2013-05-02 Thadeu Lima... Inclui pequeno cliente de teste.
2013-05-02 Thadeu Lima... rnetserver: Imprime mensagens recebidas na saida padrao.
2013-05-02 Thadeu Lima... Renomeia codigo do servidor para rnetserver.c.
2013-05-02 Thadeu Lima... Testando comunicação SSL.
2013-05-02 Thadeu Lima... Nosso proxy nao utiliza controle de acesso.
2013-05-02 Thadeu Lima... Nenhum suporte a pop em nosso proxy.
2013-05-02 Thadeu Lima... Remove gdbm do autoconf.
2011-04-14 Thadeu Lima... Proxy para ReceitaNET.
2010-10-25 Thadeu Lima... Increment version. v0.1.3
2010-10-25 Thadeu Lima... Accept GNUTLS priority in configuration file.
2009-07-20 Thadeu Lima... Increment version.
2009-07-20 Thadeu Lima... Use init functions from CentOS 5, instead of those...
2009-07-20 Thadeu Lima... Always wait for the SSL handshake before connecting...
2009-07-20 Thadeu Lima... Use version macro in source file name.
2009-07-20 Thadeu Lima... Increment version.
2009-07-20 Thadeu Lima... Only connect to server when SSL handshake is completed.
2009-07-20 Thadeu Lima... Push connect event when finishing SSL handshake success...
2009-07-20 Thadeu Lima... Push other events as well in pop connection handler.
2009-07-20 Thadeu Lima... We need glib2, not glib1.2 from the system.
2009-07-20 Thadeu Lima... Initial support for RPM packages.
2009-07-20 Thadeu Lima... Support very old GNUTLS versions.
2009-07-20 Thadeu Lima... Although less safe, this GNUTLS call is present in...
2009-07-20 Thadeu Lima... Use equivalent but more common GNUTLS call.
2009-07-20 Thadeu Lima... Report a SSL handshaking error as a CLOSE event.
2009-07-20 Thadeu Lima... If receive returns an error report it using CLOSE event.
2009-07-20 Thadeu Lima... Handle ERROR event as a CLOSE one and use masks not...
2009-07-20 Thadeu Lima... Block/ignore SIGPIPE.
2009-07-20 Thadeu Lima... FIX: use ssl connection as lower layer for pop connecti...
2009-07-07 Thadeu Lima... Library linking flag should be in LIBS variable.
2009-07-07 Thadeu Lima... Allow sysadmin to set the default policy.
2009-07-07 Thadeu Lima... Do not use quotes for filenames.
2009-07-07 Thadeu Lima... User GDBM instead of QDBM.
2009-07-07 Thadeu Lima... Added option server_ssl to indicate whether server...
2009-07-07 Thadeu Lima... Added support for configuring certificate and key files.
2009-07-07 Thadeu Lima... Change anonymous SSL credentials to X.509 credentials.
2009-07-07 Thadeu Lima... Added separate header for SSL connection support.
2009-07-07 Thadeu Lima... Changed header protection macro name.
2009-07-07 Thadeu Lima... Added support for server-side SSL with anonymous creden...
2009-07-07 Thadeu Lima... Add function to create client connection channel.
2009-07-07 Thadeu Lima... Added comment to fix address printing later.
2009-07-07 Thadeu Lima... Allow set_driver to fail and handle this case.
2009-07-07 Thadeu Lima... Split code so we can reuse it without copying it.
2009-07-07 Thadeu Lima... Rename functions so we can distinguish client and serve...
2009-07-07 Thadeu Lima... Split SSL data initialization into GNUTLS session and...
2009-07-07 Thadeu Lima... Remove no more needed files: nethook and null hook.
2009-07-03 Thadeu Lima... Use POP connection layer, reintroducing POP access...
2009-07-03 Thadeu Lima... No nethook available anymore.
2009-07-03 Thadeu Lima... Check if connection to server is successfull.
2009-07-03 Thadeu Lima... Rewrite POP nethook as a connection layer.
2009-07-03 Thadeu Lima... Remove dependency on nethook and null hook.
2009-07-03 Thadeu Lima... Close the other end of the connection too.
2009-07-03 Thadeu Lima... Handle close event in SSL layer watch.
2009-07-03 Thadeu Lima... Check for driver methods before calling them and reset...
2009-07-03 Thadeu Lima... Use close instead of shutdown.
2009-07-03 Thadeu Lima... Handle other socket events and push them forward.
2009-07-03 Thadeu Lima... Only start logging after successfully starting server.
2009-07-03 Thadeu Lima... Add option to make program run in foreground.
2009-07-03 Thadeu Lima... Added some comments and reminders in connection system.
2009-07-03 Thadeu Lima... Update documentation to popproxy, instead of improxy.
2009-07-03 Thadeu Lima... Implement server port support and update copyright...
2009-07-03 Thadeu Lima... Remove the ssl hook files, since we don't need them...
2009-07-03 Thadeu Lima... Use the null hook instead of the ssl hook.
2009-07-03 Thadeu Lima... Make null hook use SSL connection driver and pop3s...
2009-07-03 Thadeu Lima... Export ssl connection driver in header and reorganize...
2009-07-03 Thadeu Lima... Added SSL client layer.
2009-07-03 Thadeu Lima... Fix memory leak: destroy channel layer when closing.
2009-07-02 Thadeu Lima... Separate iochannel implementation from HCConn interface.
2009-07-02 Thadeu Lima... Split copyright years in different lines.
2009-07-02 Thadeu Lima... Remove watch before closing connection.
2009-07-02 Thadeu Lima... Allow server to reuse bound address.
2009-07-02 Thadeu Lima... Split internal details of HCConn into header to allow...
2009-07-02 Thadeu Lima... Remove unneeded server name information in ssl status.
2009-07-02 Thadeu Lima... Rename iochannel to hcconn.
2009-07-02 Thadeu Lima... BUG: write call was replaced by a read call
2009-07-02 Thadeu Lima... Only set socket as non blocking after sending connectio...
2009-07-02 Thadeu Lima... Do not consider handshaking done if some error was...
2009-07-02 Thadeu Lima... Remove the write hook.
2009-07-02 Thadeu Lima... Dispatch connect event.
2009-07-02 Thadeu Lima... Change from GNet to HCConn.
2009-07-02 Thadeu Lima... Let user set HCConn callback function and data.
2009-07-02 Thadeu Lima... Added connection structure to replace GNet.
2009-07-02 Thadeu Lima... Added watch for server connections.
2009-07-02 Thadeu Lima... Added support for creating a TCP server.
2009-07-02 Thadeu Lima... Make some internal functions static.
2009-07-02 Thadeu Lima... Added library to do a TCP connection.
2009-07-01 Thadeu Lima... Really remove unused files for popproxy
2009-07-01 Thadeu Lima... Make server port configurable
2009-07-01 Thadeu Lima... Tell automake to include the configuration file in...
2009-07-01 Thadeu Lima... Remove protocol detection altogether
2009-07-01 Thadeu Lima... Do not require jabber headers
2009-07-01 Thadeu Lima... Remove jabber files from Makefile too
2009-07-01 Thadeu Lima... Remove unneeded libraries for popproxy
2009-06-22 Thadeu Lima... Stop leaking connections to the server when denying...
2009-06-22 Thadeu Lima... Close databases for every query to avoid concurrency.
2009-06-22 Thadeu Lima... Implement database listing.
2009-06-20 Thadeu Lima... Destroy SSL connection properly.
next