/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to network-hooks.d/openvpn.conf

  • Committer: Teddy Hogeborn
  • Date: 2009-03-27 13:33:17 UTC
  • mfrom: (288.1.2 mandos-pipe-ipc)
  • Revision ID: teddy@fukt.bsnet.se-20090327133317-riwt5s5orrisozuj
Merge from pipe IPC branch.

* mandos (AvahiService.rename, main): Include PID in log messages when
                                      using a different service name.
  (Client.ReceivedSecret, Client.Rejected): New D-Bus signals.
  (TCP_handler.handle): Send IPC to parent process.
  (ForkingMixInWithPipe): New mixin class.
  (IPv6_TCPServer): Inherit from ForkingMixInWithPipe instead of
                    SocketServer.ForkingMixIn.
  (IPv6_TCPServer.handle_ipc): New method.
  (main/mandos_server): Renamed to "mandos_dbus_service" and made
                        global.
  (main/MandosServer): Renamed to "MandosDBusService".
  (main/MandosDBusService.ClientNotFound): New D-Bus signal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Sample OpenVPN configuration file
2
 
# Uncomment and change - see openvpn(8)
3
 
 
4
 
# Network device.
5
 
#dev tun
6
 
 
7
 
# Our remote peer
8
 
#remote 192.0.2.3
9
 
#float 192.0.2.3
10
 
#port 1194
11
 
 
12
 
# VPN endpoints
13
 
#ifconfig 10.1.0.1 10.1.0.2
14
 
 
15
 
# A pre-shared static key
16
 
#secret openvpn.key
17
 
 
18
 
# Cipher
19
 
#cipher AES-128-CBC