summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 52mdkThierry Vignaud2002-09-201-1/+4
|
* updated pot filePablo Saratxaga2002-09-2040-20075/+23387
|
* removed unneeded '\t' in translatable textPablo Saratxaga2002-09-201-1/+1
|
* 51mdkThierry Vignaud2002-09-201-1/+9
|
* fixes:Thierry Vignaud2002-09-201-2/+2
| | | | | | - don't create bogus 1 file (deush: s/2>1&/2>&1/) - don't print error messages when which cannot find the program
* updateThierry Vignaud2002-09-201-3/+2
|
* *** empty log message ***Pascal Rigaux2002-09-191-1/+25
|
* Fixed bug of printerdrake installing LPRng when it is started for theTill Kamppeter2002-09-191-3/+35
| | | | | | first time and CUPS is already installed without local queues but with remote CUPS servers broadcasting in their printer info.
* Catch non-existant config files on copy.Stew Benedict2002-09-191-2/+2
|
* prefer cups for lpddaemonPascal Rigaux2002-09-191-1/+1
|
* *** empty log message ***Pascal Rigaux2002-09-191-1/+29
|
* try to avoid infinite loop on error to install package.Francois Pons2002-09-191-2/+10
|
* *** empty log message ***Pascal Rigaux2002-09-191-1/+64
|
* fix titisucks making cards choice in bttv dialog unavailableGuillaume Cottenceau2002-09-191-4/+7
|
* catch error in Done (mainly "reboot needed"), so that fstab can be writtenPascal Rigaux2002-09-191-1/+5
| | | | | even if reboot needed (useful when removing partitions mounted by default)
* when in install mode, log when a **** does a "use standalone"Guillaume Cottenceau2002-09-191-0/+7
|
* require log will reliably fail, use require 'log.pm' insteadGuillaume Cottenceau2002-09-191-1/+1
|
* - do not set type to ext2 when the type is ntfsPascal Rigaux2002-09-191-2/+2
| | | | | - set to ext3 instead of ext2
* revertGuillaume Cottenceau2002-09-191-3/+0
|
* fix spurious ";" before closing blockGuillaume Cottenceau2002-09-191-1/+1
|
* try to workaround strange situations when mkinitrd fail becauseGuillaume Cottenceau2002-09-191-0/+3
| | | | | | loop is not loaded (we don't know who calls mkinitrd), by loading the loop module right after format-mount'ing the partitions
* don't use standalone while installingThierry Vignaud2002-09-191-2/+1
|
* remove old WIZARDS packageFlorent Villard2002-09-191-9/+4
| | | | | add drakwizard
* remove LPRngFlorent Villard2002-09-191-2/+2
|
* avoid proposing ntfs partition to be formatted.Francois Pons2002-09-191-1/+1
|
* - s/rpm/mdk/ in package version matchingDaouda Lo2002-09-191-1/+1
|
* s/package draksec::libsafe/package security::libsafe/Thierry Vignaud2002-09-191-1/+1
| | | | | anyway nobody uses that one
* remove *-mdk-cdcomFlorent Villard2002-09-181-11/+5
|
* *** empty log message ***Pascal Rigaux2002-09-181-1/+242
|
* - add ntfs in isOtherAvailableFSPascal Rigaux2002-09-181-2/+2
| | | | | - but ensure it is not in isMountableRW
* remove forgotten debug hash printingsFlorin Grad2002-09-181-7/+0
|
* more details for the dhcp serverFlorin Grad2002-09-181-14/+36
|
* - factorize @sec_levels and %sec_levels for get_default() andThierry Vignaud2002-09-181-9/+7
| | | | | | | | get_seclevel_list() - use them in get_default() - get_value() : don't assume a space between "function_name" and "(parameters)"
* fix wait_message doesn't displayThierry Vignaud2002-09-181-2/+4
|
* remove brackets on function values loadingThierry Vignaud2002-09-181-4/+8
|
* run msec after setting changesThierry Vignaud2002-09-181-1/+5
|
* respect msec syntaxThierry Vignaud2002-09-181-1/+1
|
* "kill quart of draksec code" patch aka make it really working aka "happy fred" :Thierry Vignaud2002-09-183-224/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - security::msec : o consolidate get_function_value() and get_value into get_value() o really apply changes, aka save them : * config_check() : use substInFile and setVarsInSh * config_function() : use substInFile and append_to_file * kill stupid and bogus config_option() o don't overwrite previous changes, aka reread them : * fix checks and functions current value loading * fix checks and functions default loading - security::main : o simplify ui creation, make it more readable o kill offuscating basic_secadmin_check(), basic_secadmin_entry(), network_generate_page(), system_generate_page() and checks_generate_page() o increase default height because of stupid "add_with_viewport" in ugtk::createScrolledWindow o consolidate network and system functions managment, they're all the same for msec, splitting is only a draksec "feature"; all go in %options_values - draksec : o let standalone module configure standalone mode o security::main already take care of initializing gtk o security::main already take care of exiting o don't play with embedded mode special variables it overall looks better but big cleanups're still possible for mdk9.1
* updated Norwegian filePablo Saratxaga2002-09-171-147/+149
|
* small updatesFlorin Grad2002-09-171-9/+12
|
* add warning messageFlorin Grad2002-09-171-0/+2
|
* add the nameserver IP variable in advanced modeFlorin Grad2002-09-171-1/+5
|
* add a silly messageFlorin Grad2002-09-171-0/+5
|
* - security::msec :Thierry Vignaud2002-09-172-19/+17
| | | | | | | | | | | | | | | | | | | | | o config_check: use MDK::Common to set option rather than overwriting config file o remove all stupid prefix that just ofuscate code whereas it's always set to '', $::prefix will be a lot better o s/shift @_/shift/ o kill config_option() o simplify get_default() o get_secure_level() : replace if cascade by an array o set_secure_level() : * replace if cascade by an hash * default to runlevel 3 if undefined o get_functions() : simplify by merging code paths - security::main : o security::libsafe is unneeded o don't pass useless prefix o begin to read default values
* - msec::config_check: use MDK::Common to set option ratherThierry Vignaud2002-09-172-138/+99
| | | | | | | | than overwriting config file - remove all stupid prefix that just ofuscate code whereas it's always set to '', $::prefix will be a lot better
* - sync option names with server's name.Daouda Lo2002-09-171-2/+2
|
* updated Turkish filePablo Saratxaga2002-09-171-6/+25
|
* remove !CDCOM flag for OpenOffice.orgFlorent Villard2002-09-171-5/+5
|
* Use the right imageDavid Baudens2002-09-171-0/+0
|
* - fix typoDaouda Lo2002-09-171-1/+1
|