2013-05-06 |
Martin Willi | kernel-interface: get_address_by_ts() can tell if a...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-interface: support enumeration of virtual-only IPs
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfkey: refactor route installation to a dedicate...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: split /0 routes to avoid conflict with...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfkey: check if we have a gateway before comparing...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfkey: install route along with input, not forward...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: rescan address list for an interface...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: add newly appearing interfaces to the...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: implement get_nexthop()
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: install and uninstall routes
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: collect replies received for our own...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: refactor PF_ROUTE message processing...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfkey: use an int to set esp_port with a sysctl...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: use INIT() macro for allocations
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: use only a single PF_ROUTE socket for...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfroute: fix length check when receiving PF_ROUTE...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-pfkey: remove obsolete pluto specific behavior
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | kernel-netlink: remove obsolete pluto specific behavior
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | tun_device: add a getter for the address previously...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | tun_device: add a getter for the underlying file descriptor
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | tun-device: use host_create_netmask() to calculate...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | host: add a netmask constructor taking the number of...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | host: remove unused host_t.get_differences() method
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | host: print %#H format specifiers not as %any, but...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | host: initialize sockaddr->sa_len if it is available
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | child-sa: pass traffic selector to add_sa() regardless...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | socket-default: to bind to one dynamic port on OS X...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | socket-default: refactor socket pair opening to a function
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | socket-default: Don't try to send packet if we haven...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | socket-default: Use -1 if socket is not available,...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | semaphore: similar to thread_create(), semaphore_create...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | .gitignore: add OS X .DS_Store files
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Merge branch 'charon-cmd'
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: add an option to set a different server...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | proposals: try next if IKEv2 algorithm could not be...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: add support for different IKEv1/IKEv2 authentica...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: support multi-line help text for each option...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: add --local/remote-ts options to set traffic...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: Use dynamic ports with the socket-default...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | settings: Add a set_default_str() to set a different...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: prompt for EAP passwords on-demand using...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: authenticate with EAP if no private key...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: pass arguments to all handlers, even if...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: build long_opts only once when reading...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: add support for using dynamic ports in...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | socket-dynamic: when sending from port zero, allocate...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | controller: clean up job data if a thread gets cancelled...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: load certificates and RSA private keys
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: add a connection object and its initiation...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: move command line options to separate file...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | charon-cmd: add a stub for charon-cmd, a simple command...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Merge branch 'leak-detective-dlsym'
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | scripts: add a simple test utility to do some malloc...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | backtrace: use atos instead of addr2line on OS X to...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | backtrace: add an alternative stack unwinding implementation...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | leak-detective: add support for OS X by hooking default...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | leak-detective: remove unused malloc call counters
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | leak-detective: align allocations on both 32 and 64...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | leak-detective: call tzset() explicitly before enabling...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | leak-detective: override malloc functions instead of...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Merge branch 'silent-automake'
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Add -s to make if --enable-silent-rules is ./configured
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Use the GEN silent rule when generating files with sed
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Use the GEN silent rule when generating oid database...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Use the GEN silent rule when generating gperf files
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Provide the --enable-silent-rules ./configure option...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Introduce an optional logger_t.vlog() method with format...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Raise an ALERT_PROPOSAL_MISMATCH_CHILD also when receiving...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Raise an ALERT_PROPOSAL_MISMATCH_IKE also when receiving...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | eap-radius: add an option to disable accounting for...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | eap-radius: use IKE_SA unique id instead of peer identity...
|
commit | commitdiff | tree |
2013-05-06 |
Martin Willi | Don't unset IKE_SA on bus before we released virtual...
|
commit | commitdiff | tree |
2013-05-03 |
Martin Willi | In memwipe_check(), don't put magic on stack when calling...
|
commit | commitdiff | tree |
2013-05-03 |
Martin Willi | Dump stack if memwipe() check fails
|
commit | commitdiff | tree |
2013-04-10 |
Martin Willi | eap-radius: Add an option to exclude ports from Called...
|
commit | commitdiff | tree |
2013-04-04 |
Martin Willi | duplicheck: track multiple IKE_SAs in checking state...
|
commit | commitdiff | tree |
2013-04-03 |
Martin Willi | Refactor check_for_rekeyed_child() in quick_mode task
|
commit | commitdiff | tree |
2013-04-03 |
Martin Willi | Reuse reqid of an existing Quick Mode, even if it has...
|
commit | commitdiff | tree |
2013-04-03 |
Martin Willi | List all stroke counters when "all" is given, and report...
|
commit | commitdiff | tree |
2013-04-03 |
Martin Willi | Defer CHILD_SA rekeying if allocating an SPI fails
|
commit | commitdiff | tree |
2013-04-02 |
Martin Willi | Accept a certificate/key pair to use client authentication...
|
commit | commitdiff | tree |
2013-03-26 |
Martin Willi | Use new strongSwan HA kernel patchset keeping iptables ABI
|
commit | commitdiff | tree |
2013-03-26 |
Martin Willi | Define SSHCONF from strongswan testing directory, not...
|
commit | commitdiff | tree |
2013-03-26 |
Martin Willi | Lazy unmount guest filesystem after building image...
|
commit | commitdiff | tree |
2013-03-21 |
Martin Willi | Add a load-tester option to keep allocated external...
|
commit | commitdiff | tree |
2013-03-19 |
Martin Willi | Add an option to autobalance a HA cluster automatically
|
commit | commitdiff | tree |
2013-03-19 |
Martin Willi | Check if for some reason we handle a HA segment on...
|
commit | commitdiff | tree |
2013-03-19 |
Martin Willi | Acquire HA segment lock while sending heartbeat
|
commit | commitdiff | tree |
2013-03-19 |
Martin Willi | Fix scheduling of heartbeat sending in HA plugin
|
commit | commitdiff | tree |
2013-03-19 |
Martin Willi | Fix compiler warning in HA plugin
|
commit | commitdiff | tree |
2013-03-19 |
Martin Willi | Don't try to mmap() empty ipsec.secret files
|
commit | commitdiff | tree |
2013-03-19 |
Martin Willi | In stroke counters, check if we have an IKE_SA before...
|
commit | commitdiff | tree |
2013-03-18 |
Martin Willi | Add an "esp" load-tester option to configure custom...
|
commit | commitdiff | tree |
2013-03-18 |
Martin Willi | Add some 5.0.3 NEWS
|
commit | commitdiff | tree |
2013-03-18 |
Martin Willi | Merge branch 'radius-ext'
|
commit | commitdiff | tree |
2013-03-18 |
Martin Willi | Merge branch 'stroke-counters'
|
commit | commitdiff | tree |
2013-03-18 |
Martin Willi | Merge branch 'stroke-timeout'
|
commit | commitdiff | tree |
2013-03-18 |
Martin Willi | Merge branch 'netlink-align'
|
commit | commitdiff | tree |
2013-03-15 |
Martin Willi | Use netlink_add_attribute() to copy over attributes...
|
commit | commitdiff | tree |
2013-03-15 |
Martin Willi | Use a helper function to add XFRM_MARK attribute
|
commit | commitdiff | tree |
next |