Version V1.0: (date 2008/04/16) =============================== File: rpc.V1.0.tar.gz Initial version after take-over by Franz Regensburger Bug fixes: - added some kfree() in ipt_rpc.c after a LIST_DELETE - added some lock statement around a LIST_FIND in ip_conntrack_rpc_udp.c and ip_conntrack_rpc_tcp.c - removed call by value parameter 'struct list_head request_p_list' in the check_rpc_packet functions of ip_conntrack_rpc_udp.c, ip_conntrack_rpc_tcp.c and ipt_rpc.c. The list manipulation functions require the original list_head. A copy results in a core dump since iterators do not terminate if the entire list is traversed. Extensions: - added support for RPC DUMP calls (needed for Linux RPC clients) - added support for ClearCase portmapper albd/371 - added lots of comments - port to kernel version 2.6.18 - changed patchlet's storage class from extra to external. Created WEB page at people.netfilter.org/regens/pom Version last_extra_from_svn: (date 2008/04/16) ============================================== File: rpc.last_extra_from_svn.tar.gz This is the final version of the rpc patchlet as it was stored in the SVN repository path patchlets/rpc (date 2008/04/16). With the take-over of maintenance by Franz Regensburger the rpc patchlet moved to an external repository (Repository: extra -> external) This version contains the code base prior to any changes applied by Franz.