~ubuntu-branches/ubuntu/vivid/wpasupplicant/vivid

« back to all changes in this revision

Viewing changes to vs2005/wpasvc/wpasvc.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2006-10-05 08:04:01 UTC
  • mfrom: (1.1.5 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061005080401-r8lqlix4390yos7b
Tags: 0.5.5-2
* Update madwifi headers to latest SVN. (Closes: #388316)
* Remove failed attempt at action locking. [debian/functions.sh,
  debian/wpa_action.sh]
* Add hysteresis checking functions, to avoid "event loops" while
  using wpa-roam. [debian/functions.sh, debian/wpa_action.sh]
* Change of co-maintainer email address.
* Add ishex() function to functions.sh to determine wpa-psk value type in
  plaintext or hex. This effectively eliminates the need for the bogus and
  somewhat confusing wpa-passphrase contruct specific to our scripts and
  allows wpa-psk to work with either a 8 to 63 character long plaintext
  string or 64 character long hex string.
* Adjust README.modes to not refer to the redundant wpa-passphrase stuff.
* Add big fat NOTE about acceptable wpa-psk's to top of example gallery.
* Strip surrounding quotes from wpa-ssid if present, instead of just whining
  about them.
* Update email address in copyright blurb of functions.sh, ifupdown.sh and
  wpa_action.sh.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
100
100
                        IntermediateDirectory="$(ConfigurationName)"
101
101
                        ConfigurationType="1"
102
 
                        CharacterSet="1"
 
102
                        CharacterSet="0"
103
103
                        WholeProgramOptimization="1"
104
104
                        >
105
105
                        <Tool
119
119
                        />
120
120
                        <Tool
121
121
                                Name="VCCLCompilerTool"
122
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
122
                                AdditionalIncludeDirectories="C:\dev\WpdPack\include;C:\dev\openssl\include"
 
123
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS"
123
124
                                RuntimeLibrary="2"
124
125
                                UsePrecompiledHeader="0"
125
126
                                WarningLevel="3"
126
127
                                Detect64BitPortabilityProblems="true"
127
128
                                DebugInformationFormat="3"
 
129
                                DisableSpecificWarnings="4244;4267;4311"
128
130
                        />
129
131
                        <Tool
130
132
                                Name="VCManagedResourceCompilerTool"
137
139
                        />
138
140
                        <Tool
139
141
                                Name="VCLinkerTool"
 
142
                                AdditionalDependencies="wbemuuid.lib ws2_32.lib Crypt32.lib Winscard.lib Packet.lib wpcap.lib libeay32MT.lib ssleay32Mt.lib"
140
143
                                LinkIncremental="1"
 
144
                                AdditionalLibraryDirectories="C:\dev\WpdPack\lib;C:\dev\openssl\lib"
141
145
                                GenerateDebugInformation="true"
142
146
                                SubSystem="1"
143
147
                                OptimizeReferences="2"
203
207
                                >
204
208
                        </File>
205
209
                        <File
206
 
                                RelativePath="..\..\ctrl_iface_udp.c"
 
210
                                RelativePath="..\..\ctrl_iface_named_pipe.c"
207
211
                                >
208
212
                        </File>
209
213
                        <File