summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakauth
Commit message (Collapse)AuthorAgeFilesLines
* do not use a la LaTeX format (which just wastes space here)Thierry Vignaud2008-09-081-1/+1
|
* latest commit enable us to remove old sizing hacksThierry Vignaud2008-09-081-3/+0
|
* improve drakauth GUIThierry Vignaud2008-09-081-2/+3
|
* - do not let authentication module (used for ask_user_and_root) mess window sizePascal Rigaux2008-06-201-0/+3
|
* handle required package(s) not installed correctly (bugzilla #18180)Pascal Rigaux2005-09-051-1/+1
|
* use network::network::write_network_conf (fix crash)Olivier Blin2005-06-241-1/+1
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> 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->{isdn_internal} - network::netconnect : main -> 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->{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->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured
* read existing authentication conf (only minimal support for now)Pascal Rigaux2005-06-031-2/+1
|
* don't display description for non proposed authentication kindsPascal Rigaux2005-03-311-2/+3
|
* SmartCard authentication needs a (bloody) proprietary package,Pascal Rigaux2005-03-221-1/+1
| | | | | only propose it when the package is available
* perl_checker fixPascal Rigaux2004-11-301-1/+1
|
* shorterPascal Rigaux2004-11-301-3/+1
|
* don't pass the prefix/etc/sysconfig/network to ↵Pascal Rigaux2004-11-301-1/+1
| | | | network::network::write_conf(), we always use the same file name
* $when_network_is_up is now optionalPascal Rigaux2004-11-301-1/+1
|
* only allow Active Directory for the corporate productPascal Rigaux2004-09-301-1/+2
|
* perl_checker fixThierry Vignaud2004-07-211-1/+1
|
* better looking wizardThierry Vignaud2004-07-201-2/+2
|
* put help out of the radiobuttonThierry Vignaud2004-07-201-2/+2
|
* Add type => 'list' in ask_fromVicent Guardiola2004-07-201-1/+1
|
* - integrate chkauth (which is now deprecated)Pascal Rigaux2004-01-081-5/+8
| | | | | - new module authentication
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-121-2/+2
|
* display errors occuring in any::set_authentication()Pascal Rigaux2003-09-171-1/+6
| | | | | (esp. for "Can't use broadcast with no NIS domain")
* add drakauthPascal Rigaux2003-08-011-0/+33