| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
conf.c
doc/Makefile.am
doc/manual.html
omfwd.c
plugins/omgssapi/omgssapi.c
This was a bit hard to merge; if there are problems, they
may be in the area of the new "comment in action line" code
that came from the beta.
|
| |
| |
| |
| |
| | |
For some actions (e.g. forwarding(, this could also lead
to invalid configuration.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
thanks to varmojfekoj for the patch
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
|
| | |
| | |
| | |
| | |
| | | |
Also added redirector to web description of error codes
closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
|
| | |
| | |
| | |
| | |
| | |
| | | |
thanks to varmojfekoj for the patch
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
|
| | |
| | |
| | |
| | |
| | | |
- some (small) cleanup of omgssapi
- optimized omfwed, now loads TCP code only if this is actually necessary
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
reduced dependencies, moved non-runtime files to its own directory except
for some whom's status is unclear
|
|/ / |
|
|/
|
|
|
|
|
|
|
|
| |
GNU/Hurd does not define it (because it has no limit), and we have taken
care for cases where it is undefined now. However, some very few places
remain where IMHO it currently is not worth fixing the code. If it is
not defined, we have used a generous value of 1K, which is above IETF
RFC's on hostname length at all. The memory consumption is no issue, as
there are only a handful of this buffers allocated *per run* -- that's
also the main reason why we consider it not worth to be fixed any further.
|
|
|
|
|
|
| |
messages
- added new $ActionForwardDefaultTemplate directive
- added new $ActionGSSForwardDefaultTemplate directive
|
|
|
|
| |
Results in reducing code complexity.
|
|
|
|
| |
segfault. thanks to varmojfekoj for the patch.
|
|
|
|
| |
wrong framing (caused, among others, interop problems)
|
|
|
|
|
| |
tcpclt class; (stage work, among others, for more intelligent recovery
from TCP session recovery)
|
|
|
|
| |
scheme (like im* and om*)
|
|
|
|
|
|
| |
own class and converted to new object calling conventions
(interface-based)
- converted gss-misc into a loadable library module
|
| |
|
| |
|
| |
|
|
|
|
|
| |
work for the new queueing engine - we need a way to delay rule
execution and that's what the module currently does ;)
|
|
|