Changeset 1169
- Timestamp:
- 03/24/07 21:44:43 (1 year ago)
- Files:
-
- nepenthes/trunk/configure.ac (modified) (1 diff)
- nepenthes/trunk/modules/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/submit-mwserv (added)
- nepenthes/trunk/modules/submit-mwserv/Makefile.am (added)
- nepenthes/trunk/modules/submit-mwserv/TransferSession.cpp (added)
- nepenthes/trunk/modules/submit-mwserv/TransferSession.hpp (added)
- nepenthes/trunk/modules/submit-mwserv/submit-mwserv.conf.dist (added)
- nepenthes/trunk/modules/submit-mwserv/submit-mwserv.cpp (added)
- nepenthes/trunk/modules/submit-mwserv/submit-mwserv.hpp (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/configure.ac
r840 r1169 918 918 modules/submit-postgres/Makefile 919 919 modules/submit-http/Makefile 920 modules/submit-mwserv/Makefile 920 921 modules/vuln-asn1/Makefile 921 922 modules/vuln-bagle/Makefile nepenthes/trunk/modules/Makefile.am
r839 r1169 5 5 SUBDIRS = download-creceive download-csend download-curl download-ftp download-http download-link download-tftp download-rcp\ 6 6 log-download log-irc \ 7 submit-file submit-gotek submit-norman submit-postgres submit-http \7 submit-file submit-gotek submit-norman submit-postgres submit-http submit-mwserv \ 8 8 shellcode-generic shellemu-winnt \ 9 9 vuln-asn1 vuln-bagle vuln-dcom vuln-iis vuln-kuang2 vuln-lsass \
