Implementation of an ICAP server
http://c-icap.sourceforge.net/
c-icap is an implementation of an ICAP server. It can be used with HTTP proxies
that support the ICAP protocol to implement content adaptation and filtering
services.
Most of the commercial HTTP proxies must support the ICAP protocol. The open
source Squid 3.x proxy server supports it.
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:proxy/c-icap && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
c-icap-rpmlintrc | 0000000513 513 Bytes | |
c-icap-use_c-icap_user_and_group_in_config.patch | 0000000438 438 Bytes | |
c-icap.changes | 0000007098 6.93 KB | |
c-icap.init | 0000003667 3.58 KB | |
c-icap.logrotate | 0000000399 399 Bytes | |
c-icap.service | 0000000227 227 Bytes | |
c-icap.spec | 0000006579 6.42 KB | |
c-icap.tmpfiles | 0000000035 35 Bytes | |
c_icap-0.3.2-missing-call-to-setgroups-before-setu |
0000000808 808 Bytes | |
c_icap-0.4.4.tar.gz | 0000636947 622 KB |
Revision 20 (latest revision is 26)
Lars Vogdt (lrupp)
committed
(revision 20)
- update to 0.4.4: + changed the default locking scheme from posix to file. + New interfaces added to help services developers: ++ ci_regex API ++ ci_cache API ++ New API functions and structures to arrays and lists interfaces + New configuration parameters: ++ Allow204As200okZeroEncaps ++ InterProcessSharedMemScheme ++ InterProcessLockingScheme + A shared memory cache module + A memcached cache module + Bug fixes ++ ci_membuf_write: do not warn user about writting after eof, if not actualy someone try to write ++ Man pages spelling errors ++ Fix ModulesDir and ServicesDir default locations for some architectures ++ Crashes for modules if null argument passed to ci_list_first, ci_list_head and ci_list_tail macros ++ Fix allow204 outside preview responses ++ Use poll instead of select for polling network sockets and pipes ++ Fix core dumps inside client_parse_icap_header() ++ Fix c-icap.conf installation and build problems ++ Fix c-icap build problem when poll is disabled ++ Bug fix: body->unlocked can be greater than the body->readpos causing segfault to c-icap ++ Handle correctly missing proxy-user header in the case the RemoteProxyUsers is enabled ++ Bug fix: Unexpected error waiting for or reading events in control socket!
Comments 0