Accept GNUTLS priority in configuration file.
[cascardo/rnetproxy.git] / popproxy.c
2010-10-25 Thadeu Lima de Sou... Accept GNUTLS priority in configuration file.
2009-07-20 Thadeu Lima de Sou... Always wait for the SSL handshake before connecting...
2009-07-20 Thadeu Lima de Sou... Only connect to server when SSL handshake is completed.
2009-07-20 Thadeu Lima de Sou... Block/ignore SIGPIPE.
2009-07-20 Thadeu Lima de Sou... FIX: use ssl connection as lower layer for pop connecti...
2009-07-07 Thadeu Lima de Sou... Allow sysadmin to set the default policy.
2009-07-07 Thadeu Lima de Sou... Added option server_ssl to indicate whether server...
2009-07-07 Thadeu Lima de Sou... Added support for configuring certificate and key files.
2009-07-07 Thadeu Lima de Sou... Change anonymous SSL credentials to X.509 credentials.
2009-07-07 Thadeu Lima de Sou... Added separate header for SSL connection support.
2009-07-07 Thadeu Lima de Sou... Added support for server-side SSL with anonymous creden...
2009-07-07 Thadeu Lima de Sou... Add function to create client connection channel.
2009-07-07 Thadeu Lima de Sou... Added comment to fix address printing later.
2009-07-07 Thadeu Lima de Sou... Allow set_driver to fail and handle this case.
2009-07-07 Thadeu Lima de Sou... Rename functions so we can distinguish client and serve...
2009-07-03 Thadeu Lima de Sou... Use POP connection layer, reintroducing POP access...
2009-07-03 Thadeu Lima de Sou... No nethook available anymore.
2009-07-03 Thadeu Lima de Sou... Check if connection to server is successfull.
2009-07-03 Thadeu Lima de Sou... Remove dependency on nethook and null hook.
2009-07-03 Thadeu Lima de Sou... Only start logging after successfully starting server.
2009-07-03 Thadeu Lima de Sou... Add option to make program run in foreground.
2009-07-03 Thadeu Lima de Sou... Implement server port support and update copyright...
2009-07-03 Thadeu Lima de Sou... Use the null hook instead of the ssl hook.
2009-07-02 Thadeu Lima de Sou... Separate iochannel implementation from HCConn interface.
2009-07-02 Thadeu Lima de Sou... Rename iochannel to hcconn.
2009-07-02 Thadeu Lima de Sou... Change from GNet to HCConn.
2009-07-01 Thadeu Lima de Sou... Make server port configurable
2009-06-10 Thadeu Lima de Sou... Added a hook on top of the SSL layer, allowing to filte...
2009-06-07 Thadeu Lima de Sou... Use configuration default values.
2009-06-07 Thadeu Lima de Sou... Free strings allocated from reading the configuration...
2009-06-07 Thadeu Lima de Sou... Exit if not able to read and parse the configuration...
2009-06-07 Thadeu Lima de Sou... Exit if not able to create server.
2009-06-06 Thadeu Lima de Sou... Added support for SSL when connecting to server.
2009-06-04 Thadeu Lima de Sou... Initialize and deinitialize gnutls in main program.
2009-06-04 Thadeu Lima de Sou... Implement pretty simple bypass client-server hook.
2009-06-04 Thadeu Lima de Sou... Changed some references from improxy to popproxy.
2009-06-04 Thadeu Lima de Sou... Git works better when changes are not made when renaming.