~ubuntu-branches/ubuntu/lucid/wpasupplicant/lucid-updates

« back to all changes in this revision

Viewing changes to vs2005/wpa_passphrase/wpa_passphrase.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:
20
20
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21
21
                        IntermediateDirectory="$(ConfigurationName)"
22
22
                        ConfigurationType="1"
23
 
                        CharacterSet="1"
 
23
                        CharacterSet="0"
24
24
                        >
25
25
                        <Tool
26
26
                                Name="VCPreBuildEventTool"
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\openssl\include"
 
123
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS;INTERNAL_SHA1;INTERNAL_MD5"
123
124
                                RuntimeLibrary="2"
124
125
                                UsePrecompiledHeader="0"
125
126
                                WarningLevel="3"
126
127
                                Detect64BitPortabilityProblems="true"
127
128
                                DebugInformationFormat="3"
 
129
                                DisableSpecificWarnings="4244;4267"
128
130
                        />
129
131
                        <Tool
130
132
                                Name="VCManagedResourceCompilerTool"
137
139
                        />
138
140
                        <Tool
139
141
                                Name="VCLinkerTool"
 
142
                                AdditionalDependencies="ws2_32.lib"
140
143
                                LinkIncremental="1"
141
144
                                GenerateDebugInformation="true"
142
145
                                SubSystem="1"