christos
6a493f9311
no more amd, factor out more stuff.
2011-04-13 22:16:52 +00:00
elric
7a6a7ae08a
Build framework for Heimdal.
2011-04-13 19:16:44 +00:00
elric
bca0060340
Autogenerated headers for heimdal head-20110412.
2011-04-13 19:15:27 +00:00
elric
0b13a02041
Autogenerated files for HEIMDAL head-20110412.
2011-04-13 19:08:57 +00:00
elric
b8d761750a
Script to convert a git clone of Heimdal into our dist format.
2011-04-13 19:04:40 +00:00
elric
170f4091e1
Autogenerated headers for heimdal head-20110412.
2011-04-13 19:03:58 +00:00
elric
893dd9bedb
_gss_DES3_get_mic_compat() requires that ctx->target has been defined, and,
...
well, it hasn't yet. Move the call down to after it is defined and things
are better.
2011-04-13 18:30:04 +00:00
elric
f22e4d20b3
Conditionalise the sqlite3 HDB backend.
2011-04-13 18:23:42 +00:00
elric
ca1c9b0c53
Import latest Heimdal from the head of their git repository into the
...
new location for externally maintained software.
2011-04-13 18:14:29 +00:00
agc
a2e4cd88b7
fix a repeated typo
2011-03-29 21:43:17 +00:00
wiz
f96ea8d1d8
Sort sections.
2011-03-22 09:42:00 +00:00
jruoho
bed0d8a5ad
* Remove saslc_strmech(), which does not appear in the sources.
...
Instead, document saslc_sess_getmech().
* Add FUNCTIONS and describe the functions in a list for readability.
* Sort SYNOPSIS in the order of appearance in FUNCTIONS.
* Split couple of long paragraphs for readability.
* Split the code example into EXAMPLES.
* Add missing prototypes to SYNOPSIS.
* Small markup improvements.
No contextual change.
2011-03-22 07:06:02 +00:00
njoly
6f070d3570
Add missing quotes.
2011-03-21 15:04:18 +00:00
vanhu
2337f22d7b
fixed a memory leak in oakley_append_rmconf_cr() while generating plist. patch by Roman Hoog Antink <rha@open.ch>
2011-03-17 14:42:58 +00:00
vanhu
949304356c
free name later, to avoid a memory use after free in oakley_check_certid(). also give iph1->remote to some plog() calls. patch by Roman Hoog Antink <rha@open.ch>
2011-03-17 14:39:06 +00:00
vanhu
ebfca0c74d
fixed a memory leak in oakley_check_certid(). patch by Roman Hoog Antink <rha@open.ch>
2011-03-17 14:35:24 +00:00
vanhu
5279815e7c
directly call isakmp_ph1delete() instead of scheduling isakmp_ph1delete_stub(), as it is useless an can lead to memory access after free
2011-03-15 13:20:14 +00:00
tteras
4e499ee605
Explicitly compare return value of cmpsaddr() against a return value
...
define to make it more obvious what is the intended action. One more
return value is also added, to fix comparison of security policy
descriptors. Namely, getsp() should not allow wildcard matching (as the
comment says, it does exact matching) - otherwise we get problems when
kernel has generic policy with no ports, and a second similar policy with
ports.
2011-03-14 17:18:12 +00:00
vanhu
fd67cc6416
avoid some memory leaks / free memory access when reloading conf and have inherited config. patch from Roman Hoog Antink <rha@open.ch>
2011-03-14 15:50:36 +00:00
vanhu
ba228a2812
removed an useless comment
2011-03-14 14:54:07 +00:00
njoly
a5664dbb36
Fix Kerberos prefix in xrefs (krb55 -> krb5).
2011-03-14 12:31:13 +00:00
vanhu
7683f452c1
check if we got RMCONF_ERR_MULTIPLE from getrmconf_by_ph1() in revalidate_ph1tree_rmconf()
2011-03-14 09:19:23 +00:00
njoly
c35f59108f
Fix compile_et section (3 -> 1).
2011-03-11 15:33:22 +00:00
vanhu
ffa3b61f55
directly delete a ph1 in remove_ph1-) instead of scheduling it, to avoid (completely ?) a race condition when reloading configuration
2011-03-11 14:30:07 +00:00
tteras
349228b78c
Quiet a gcc warning when strict-aliasing checks are enabled. Reported by
...
Stephen Clark.
2011-03-06 08:28:10 +00:00
vanhu
65023b30e4
flush sainfo list when closing session. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 15:09:16 +00:00
vanhu
7e1e999bc0
free rsa structures when deleting a struct rmconf. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 15:04:01 +00:00
vanhu
78c9c4b8d1
free spspec when deleting a rmconf struct. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 14:58:27 +00:00
vanhu
82409028c9
fixed some memory leaks in remoteconf. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 14:52:32 +00:00
vanhu
ff2e315ab3
fixed some memory leaks during configuration parsing. patch by Roman Hoog Antink <rha@open.ch>
2011-03-02 14:49:21 +00:00
vanhu
acd79fcecf
plog text fixes, patch from M E Andersson <debian@gisladisker.se>
2011-03-01 14:33:58 +00:00
vanhu
3b9e5ba27f
reset yyerrorcount before doing parse stuff. patch by Roman Hoog Antink <rha@open.ch>
2011-03-01 14:14:50 +00:00
joerg
9674b81ed9
Introduce __weakref_visible to handle the different required visibility
...
for weak references. GCC 4.2+ and Clang require static, older GCC wants
extern. Change __weak_reference to include sym. This requires changes
the existing users to not reuse the name of the symbol, but avoids
further differences between GCC 4.1 and GCC 4.2+/clang.
2011-02-22 05:45:05 +00:00
tteras
004dc7976f
From Roman Hoog Antink <rha@open.ch>: Fix memory leak when using plain RSA
...
key authentication.
2011-02-20 17:32:02 +00:00
joerg
729a0eaa85
Include bsd.prog.mk to ensure that make includes actually works.
2011-02-20 05:42:34 +00:00
christos
743bf4fef9
Re-do using bsd.files.mk
2011-02-20 05:17:47 +00:00
christos
761d5d7e88
don't install dirs.
2011-02-20 02:14:42 +00:00
christos
0498c1530c
Add example configuration file from Anon Ymous and a README file from me.
2011-02-20 02:12:31 +00:00
christos
09484ebb41
improve error handling, from Anon Ymous
2011-02-20 01:59:46 +00:00
christos
acb231545c
Property name change:
...
SASLC_PROP_SERVICENAME ("SERVICENAME")
to
SASLC_PROP_SERVNAME ("SERVNAME")
Hopefully this will avoid confusion with SASLC_PROP_SERVICE ("SERVICE").
SERVNAME is also closer to the name used in the RFC2831 ("serv-name").
(Discussed with christos@.)
Change the hash parameters to keep that collision-less after the above
name change.
While here, go back to using .Sh in the manpage for unknown section
headers as the PostScript output from .Ss is slightly different.
(Discussed with wiz@.)
2011-02-16 02:14:22 +00:00
christos
1fa7e8d953
From Anon Ymous:
...
1) Fix a memory leak in cipher_context_create().
2) Fix a goof in the construction of the digest-uri.
3) Allow SASLC_PROP_SERVICENAME to be a hostname qualified comma
delimited list of service names to select from and update the manpage
to reflect this.
4) Make libsaslc.3 pass mdoclint(1).
2011-02-15 18:36:08 +00:00
christos
d02347a68e
fix the loop sentinel.
2011-02-14 12:45:31 +00:00
christos
561e85ba95
Make all mechanisms optional, so we can compile in only the ones we want.
2011-02-13 05:39:52 +00:00
christos
beea8b97d4
Fix botched merges of the patch that Anon Ymous sent. From Anon Ymous
2011-02-12 23:21:32 +00:00
christos
16e81cb945
fix size_t inconsistencies.
2011-02-12 22:46:14 +00:00
matt
97519f2fe4
Fix some LP64/IPL32 issues
2011-02-12 22:24:01 +00:00
matt
bb5019fabd
Don't use DPADD/LDADD for libraries. Use LIBDPLIBS instead.
2011-02-12 22:23:11 +00:00
christos
e9a3875280
glue in saslc
2011-02-12 19:07:35 +00:00
christos
e43cceb285
just include <sys/types.h>; don't inclue stdbool.h because postfix does not
...
like it.
2011-02-12 19:03:39 +00:00
wiz
17646a9411
Various formatting fixes and a typo or two.
2011-02-12 16:08:18 +00:00