Author: glebius Date: Thu Jan 31 10:29:22 2013 New Revision: 246144 URL: http://svnweb.freebsd.org/changeset/base/246144
Log: - Move AUTHORS and ACKNOWLEDGEMENTS to the end of the page. - Add myself to list of authors. Modified: head/sys/netinet/libalias/libalias.3 Modified: head/sys/netinet/libalias/libalias.3 ============================================================================== --- head/sys/netinet/libalias/libalias.3 Thu Jan 31 08:55:21 2013 (r246143) +++ head/sys/netinet/libalias/libalias.3 Thu Jan 31 10:29:22 2013 (r246144) @@ -901,39 +901,6 @@ is provided for error checking purposes. This function can be used if an already-aliased packet needs to have its original IP header restored for further processing (e.g.\& logging). .Ed -.Sh AUTHORS -.An Charles Mott Aq [email protected] , -versions 1.0 - 1.8, 2.0 - 2.4. -.An Eivind Eklund Aq [email protected] , -versions 1.8b, 1.9 and 2.5. -Added IRC DCC support as well as contributing a number of architectural -improvements; added the firewall bypass for FTP/IRC DCC. -.An Erik Salander Aq [email protected] -added support for PPTP and RTSP. -.An Junichi Satoh Aq [email protected] -added support for RTSP/PNA. -.An Ruslan Ermilov Aq [email protected] -added support for PPTP and LSNAT as well as general hacking. -.An Paolo Pisati Aq [email protected] -made the library modular, moving support for all -protocols (except for IP, TCP and UDP) to external modules. -.Sh ACKNOWLEDGEMENTS -Listed below, in approximate chronological order, are individuals who -have provided valuable comments and/or debugging assistance. -.Bd -ragged -offset indent -.An -split -.An Gary Roberts -.An Tom Torrance -.An Reto Burkhalter -.An Martin Renters -.An Brian Somers -.An Paul Traina -.An Ari Suutari -.An Dave Remien -.An J. Fortes -.An Andrzej Bialecki -.An Gordon Burditt -.Ed .Sh CONCEPTUAL BACKGROUND This section is intended for those who are planning to modify the source code or want to create somewhat esoteric applications using the packet @@ -1475,3 +1442,38 @@ with the facility and the .Dv LOG_INFO level. +.Sh AUTHORS +.An Charles Mott Aq [email protected] , +versions 1.0 - 1.8, 2.0 - 2.4. +.An Eivind Eklund Aq [email protected] , +versions 1.8b, 1.9 and 2.5. +Added IRC DCC support as well as contributing a number of architectural +improvements; added the firewall bypass for FTP/IRC DCC. +.An Erik Salander Aq [email protected] +added support for PPTP and RTSP. +.An Junichi Satoh Aq [email protected] +added support for RTSP/PNA. +.An Ruslan Ermilov Aq [email protected] +added support for PPTP and LSNAT as well as general hacking. +.An Gleb Smirnoff Aq [email protected] +ported the library to kernel space. +.An Paolo Pisati Aq [email protected] +made the library modular, moving support for all +protocols (except for IP, TCP and UDP) to external modules. +.Sh ACKNOWLEDGEMENTS +Listed below, in approximate chronological order, are individuals who +have provided valuable comments and/or debugging assistance. +.Bd -ragged -offset indent +.An -split +.An Gary Roberts +.An Tom Torrance +.An Reto Burkhalter +.An Martin Renters +.An Brian Somers +.An Paul Traina +.An Ari Suutari +.An Dave Remien +.An J. Fortes +.An Andrzej Bialecki +.An Gordon Burditt +.Ed _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
