mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-12-02 20:36:40 +01:00
2f200d4fa1
POSIX was out of whack with Windows as a result of the changes made around channels. The schedular in posix was very different, and this commit brings it into line. Other than the obvious issues, a non-obvious issue with the changes was that the channel was being freed up on close prior to the thread terminating. This doesn't appear to be an issue on Windows, but was causing crashes on close in POSIX. The changes go quite deep. This changeset requires a lot of testing.
55 lines
643 B
Plaintext
55 lines
643 B
Plaintext
# Object files
|
|
*.o
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
tags
|
|
|
|
# project config output
|
|
r7_release
|
|
r7_debug
|
|
|
|
# temporary files
|
|
*.swp
|
|
|
|
# VS local dbs
|
|
*.sdf
|
|
*.opensdf
|
|
|
|
# VS ipch
|
|
workspace/ipch/*
|
|
|
|
# VS upgrade junk
|
|
UpgradeLog.*
|
|
_UpgradeReport_Files
|
|
workspace/Backup/*
|
|
source/jpeg-8/Backup/*
|
|
|
|
# other VS garbage
|
|
*.*proj.filters
|
|
|
|
# ignore posix temp stuff
|
|
posix-meterp-build-tmp/*
|
|
data/meterpreter/*
|
|
source/server/rtld/elf2bin
|
|
source/server/rtld/lib*
|
|
source/server/rtld/msflinker
|
|
source/server/rtld/msflinker.bin
|
|
source/server/rtld/rtldtest
|
|
|
|
# Doxygen output
|
|
docs/*
|