<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/standalone/drakauth, branch 17.2</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>do not use a la LaTeX format (which just wastes space here)</title>
<updated>2008-09-08T10:08:13+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2008-09-08T10:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5f2dc464a830536f8ae8a51c70ef9cec3071d491'/>
<id>5f2dc464a830536f8ae8a51c70ef9cec3071d491</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>latest commit enable us to remove old sizing hacks</title>
<updated>2008-09-08T10:08:06+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2008-09-08T10:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=654ec6aa9b85cf126830393eca85a1fdfbc8fa55'/>
<id>654ec6aa9b85cf126830393eca85a1fdfbc8fa55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve drakauth GUI</title>
<updated>2008-09-08T10:07:55+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2008-09-08T10:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=354b9f730c0eb4573ac9715d3969efa1be83515a'/>
<id>354b9f730c0eb4573ac9715d3969efa1be83515a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- do not let authentication module (used for ask_user_and_root) mess window size</title>
<updated>2008-06-20T15:03:48+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-06-20T15:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f613df5fc7450a1c5dfb4e4d34900d03d0e1e8f3'/>
<id>f613df5fc7450a1c5dfb4e4d34900d03d0e1e8f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle required package(s) not installed correctly (bugzilla #18180)</title>
<updated>2005-09-05T09:25:01+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-09-05T09:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=39090f72ad4c4eb25f99e457ebbb78a765d8acc1'/>
<id>39090f72ad4c4eb25f99e457ebbb78a765d8acc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use network::network::write_network_conf (fix crash)</title>
<updated>2005-06-24T03:45:19+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.org</email>
</author>
<published>2005-06-24T03:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ed07862d5544159ef930ec200e8fdb62249ddb48'/>
<id>ed07862d5544159ef930ec200e8fdb62249ddb48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- merge network settings in a $net hash (it modifies $o fields too):</title>
<updated>2005-06-03T07:14:48+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.org</email>
</author>
<published>2005-06-03T07:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8fc41a1333f01496878ca0561f3ca1ad186b6d64'/>
<id>8fc41a1333f01496878ca0561f3ca1ad186b6d64</id>
<content type='text'>
  o $netc becomes $net-&gt;{network} and $net-&gt;{resolv}
  o $intf becomes $net-&gt;{ifcfg}
- move zeroconf config stuff in write_zeroconf
- read_tmdns_conf -&gt; read_zeroconf
- read_all_conf -&gt; read_net_conf
- configureNetwork2 -&gt; configure_network
- configure_network: write ifcfg files for ppp interfaces too
- don't install wireless-tools in configure_network, this package is in basesystem
- most functions don't need the file path as an argument in network::network
- drop network::tools::remove_initscript
- don't export too much from network::network
- don't export from network::tools
- remove adsl_unsupported_eci step in drakconnect
- drop passwd2 field in network::adsl
- drop $net-&gt;{isdn_internal}
- network::netconnect : main -&gt; safe_main
- use network::netconnect::real_main during install
- don't read network config in network::netconnect::real_main
- install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate
- try to fix install_any::generate_automatic_stage1_params to use a real interface configuration
- put authentication stuff in $net-&gt;{auth}
- drop network::ethernet::write_ether_conf
- drop network::adsl::get_wizard
- use 'static' instead of 'manual' as ADSL method
- drop first_modem and its workarounds in network::modem
- drop deprecated "multiple_internet_cnx" step in drakconnect
- don't save /etc/sysconfig/drakconnect anymore
- drop MDK::Common::Globals stuff
- drop getIP in net_applet (Pixel)
- drop $netc-&gt;{DHCP}
- configure_network(): write resolv.conf even if a dhcp interface is configured

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o $netc becomes $net-&gt;{network} and $net-&gt;{resolv}
  o $intf becomes $net-&gt;{ifcfg}
- move zeroconf config stuff in write_zeroconf
- read_tmdns_conf -&gt; read_zeroconf
- read_all_conf -&gt; read_net_conf
- configureNetwork2 -&gt; configure_network
- configure_network: write ifcfg files for ppp interfaces too
- don't install wireless-tools in configure_network, this package is in basesystem
- most functions don't need the file path as an argument in network::network
- drop network::tools::remove_initscript
- don't export too much from network::network
- don't export from network::tools
- remove adsl_unsupported_eci step in drakconnect
- drop passwd2 field in network::adsl
- drop $net-&gt;{isdn_internal}
- network::netconnect : main -&gt; safe_main
- use network::netconnect::real_main during install
- don't read network config in network::netconnect::real_main
- install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate
- try to fix install_any::generate_automatic_stage1_params to use a real interface configuration
- put authentication stuff in $net-&gt;{auth}
- drop network::ethernet::write_ether_conf
- drop network::adsl::get_wizard
- use 'static' instead of 'manual' as ADSL method
- drop first_modem and its workarounds in network::modem
- drop deprecated "multiple_internet_cnx" step in drakconnect
- don't save /etc/sysconfig/drakconnect anymore
- drop MDK::Common::Globals stuff
- drop getIP in net_applet (Pixel)
- drop $netc-&gt;{DHCP}
- configure_network(): write resolv.conf even if a dhcp interface is configured

</pre>
</div>
</content>
</entry>
<entry>
<title>read existing authentication conf (only minimal support for now)</title>
<updated>2005-06-03T07:04:44+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-06-03T07:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=df93256cccd635dfbcaffe5d3240956bdd60ecb4'/>
<id>df93256cccd635dfbcaffe5d3240956bdd60ecb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't display description for non proposed authentication kinds</title>
<updated>2005-03-31T14:40:48+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-03-31T14:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=adf16ea75a2bd9fd1742f397eb23bed89255623a'/>
<id>adf16ea75a2bd9fd1742f397eb23bed89255623a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SmartCard authentication needs a (bloody) proprietary package,</title>
<updated>2005-03-22T09:22:37+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-03-22T09:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=84d17494d696db27d51fcad95e238f58bc866646'/>
<id>84d17494d696db27d51fcad95e238f58bc866646</id>
<content type='text'>
only propose it when the package is available

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only propose it when the package is available

</pre>
</div>
</content>
</entry>
</feed>
