Michael Rash
9a21bc11ba
[server] update access.conf comments to conform to no trailing semicolon or colon within the variable name
2013-05-22 21:21:59 -04:00
Michael Rash
3bc28305c3
minor client man page wording update
2013-05-22 21:20:42 -04:00
Michael Rash
47d235f4fe
[test suite] minor formatting update to access.conf files to mimic fwknoprc vars (no colon or trailing semicolon)
2013-05-21 22:12:03 -04:00
Michael Rash
cfbbac2654
man page updates - access.conf section now includes variable guidance
2013-05-21 22:10:13 -04:00
Michael Rash
52462e7dba
Use {0} initializer for all stack allocated char arrays
...
Lots of places in the code were already using {0} to initialize stack char
arrays, but memset() was being used as well. This commit removes all
unnecessary memset() calls against char arrays that are already initialized
via {0} (which sets all members to zero for such arrays).
2013-05-21 22:00:15 -04:00
Michael Rash
2e2e7fcc0e
Merge remote-tracking branch 'fjoncourt/save_rc_stanza'
...
Closes issues #81 and #82 thanks to Franck.
2013-05-20 21:57:42 -04:00
Franck Joncourt
05585cab8a
Merge remote-tracking branch 'upstream/master'
2013-05-20 22:02:31 +02:00
Franck Joncourt
98e631451f
Fixed stanza name in log message. We display the stanza we were looking for, not the current one.
2013-05-20 21:58:18 +02:00
Franck Joncourt
209b189f20
Merge remote-tracking branch 'upstream/master' into save_rc_stanza
2013-05-20 11:08:33 +02:00
Michael Rash
fad0ef8690
[test suite] added 'equal keys' files
2013-05-19 16:15:19 -04:00
Franck Joncourt
5e3d9b6e0b
Do not assume two rc sections are separated by an empty line. ( mrash/fwknop#81 )
2013-05-19 22:00:51 +02:00
Michael Rash
dc2ff2119c
[client] finished documenting client command line options via the man page
2013-05-19 15:50:16 -04:00
Michael Rash
72ab0bf5d5
[test suite] added client -f firewall timeout tests
2013-05-19 15:29:20 -04:00
Michael Rash
16f96a3e53
[server] port list memory leak bug fix for OpenBSD/pf and FreeBSD/ipfw firewall interface code found by Coverity
2013-05-19 14:36:32 -04:00
Michael Rash
e31459bb1e
updated client and server man page material
2013-05-19 14:12:58 -04:00
Michael Rash
0cc5c3495e
Merge branch 'master' of github.com:mrash/fwknop
2013-05-19 12:57:36 -04:00
Michael Rash
4e5b96054c
Merge pull request #80 from fjoncourt/fix-gpl2.0
...
[FTBS] Fixed gpl2.0.texi
2013-05-19 09:57:07 -07:00
Franck Joncourt
3e16d6694c
Fixed gpl2.0.texi to make it build.
...
The @appendixsubsec entries are substituted by @appendixsec entries.
2013-05-19 17:14:35 +02:00
Franck Joncourt
6c59c9ade8
Merge remote-tracking branch 'upstream/master'
2013-05-19 15:34:20 +02:00
Michael Rash
0a279ccbfc
[client] minor --verbose display update to say source port is 'OS assigned' when not otherwise set
2013-05-18 22:49:38 -04:00
Michael Rash
96bbf7e61a
[client] bug fix to separate out --named-config vs. --no-save-args command line args
2013-05-18 22:36:13 -04:00
Michael Rash
15b1382160
[test suite] slurp openssl HMAC from file into single string (it may be binary data)
2013-05-18 16:39:08 -04:00
Michael Rash
61459c65f5
added test suite HMAC != enc key conf files
2013-05-18 12:13:50 -04:00
Michael Rash
23a354fced
[client+server] ensure HMAC key and encryption passphrase are not the same
2013-05-18 12:10:18 -04:00
Michael Rash
731ca0e038
[client] added warning in --verbose mode if -s is used instead of -a or -R
2013-05-18 10:51:49 -04:00
Michael Rash
c02ec41ca0
[test suite] minor bug fix to preserve the init file
2013-05-18 08:34:20 -04:00
Franck Joncourt
cee5807deb
First draft to be able to use stdin as an input for submitting fwknop key.
...
mrash/fwknop#74
2013-05-18 10:54:44 +02:00
Michael Rash
ebe1aec542
continued man page updates in preparation for the 2.5 release
2013-05-17 23:05:58 -04:00
Michael Rash
7cb23c75cc
[server] added check to ensure any existing fwknop jump rule is not duplicated at init
2013-05-17 22:34:26 -04:00
Michael Rash
cabcaf2174
[server] apply same logging policy for --fw-* modes as --foreground mode
2013-05-17 22:28:03 -04:00
Michael Rash
45244114f8
[client] --key-gen bug fix to print keys to stdout
2013-05-17 21:03:16 -04:00
Michael Rash
b6562d3bf3
Merge remote-tracking branch 'fjoncourt/master'
...
Closes issues #76 and #60 .
2013-05-15 21:31:17 -04:00
Michael Rash
2c8469e95e
[client] man page update for GPG key signing material
2013-05-15 21:17:39 -04:00
Michael Rash
a6f9f1d9ec
[client] completed fwknop client man page rc variable documentation
2013-05-15 20:59:29 -04:00
Michael Rash
366255188a
HMAC and PBKDF1 ChangeLog updates
2013-05-14 23:28:45 -04:00
Michael Rash
e1a7011bf3
[docs] fwknop client man page update for HMAC material
2013-05-14 23:22:03 -04:00
Franck Joncourt
95615c90e2
Merge remote-tracking branch 'upstream/master'
2013-05-14 22:15:19 +02:00
Franck Joncourt
bb90a8bf75
Fixed gcc warnings on openbsd. - mrash/fwknop#60
2013-05-14 22:08:44 +02:00
Michael Rash
e73d13e140
minor write_test_file() path bug fix
2013-05-13 23:11:33 -04:00
Michael Rash
4e5fb77dd0
Merge remote-tracking branch 'fjoncourt/master'
...
Merged update from Franck - closes issue #71 .
2013-05-13 23:10:26 -04:00
Michael Rash
fb80575209
[server] minor memory leak bug fix during SPA digest calculation found by Coverity
2013-05-13 20:52:14 -04:00
Michael Rash
6a2bc3db27
[server] minor memory leak bug fix during access.conf parsing found by Coverity
2013-05-13 20:48:23 -04:00
Michael Rash
8e31f8feb0
[server] varargs cleanup bug fix found by Coverity
2013-05-13 20:42:07 -04:00
Michael Rash
d60870740d
[server] fix pointer NULL check after strdup() - found by Coverity
2013-05-13 20:41:25 -04:00
Michael Rash
0c3da4bee4
[server] minor cosmetic (unnecessary NULL checks and one un-triggerable memory leak) found by Coverity
2013-05-13 20:40:29 -04:00
Michael Rash
cdd0a5f3f3
[server] minor memory leak bug fix during access.conf parsing found by Coverity
2013-05-13 20:38:39 -04:00
Franck Joncourt
9dbb62ae1e
Merge remote-tracking branch 'upstream/master'
2013-05-13 16:30:27 +02:00
Michael Rash
48a3f7a179
added m4/gpgme.m4 file
2013-05-12 23:48:44 -04:00
Michael Rash
c83bc15c5e
bumped VERSION file to fwknop-2.5-pre1
2013-05-12 22:42:13 -04:00
Michael Rash
1144284913
Merge branch 'master' into gpgme_autoconf_macro
2013-05-12 22:31:18 -04:00