summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - "Out-sourced" functions for config file handling into handle_configs.pm,Till Kamppeter2003-02-043-176/+304
| | | | | | it is used by both printerdrake and scannerdrake. - Improvements and fixes on CUPS daemon configuration by printerdrake.
* 9.1-0.22mdkThierry Vignaud2003-02-041-1/+5
|
* fixed small typo.Francois Pons2003-02-041-2/+2
|
* add support for adiusbadsl 1.0.2 (using adictrl -i to find interface and usingFrancois Pons2003-02-041-17/+35
| | | | | pppoa).
* brltty supportPascal Rigaux2003-02-045-2/+46
|
* - have 3w-xxxx back in network.imgPascal Rigaux2003-02-041-8/+5
| | | | | - sort isa and non-isa scsi cards
* wildcard * in share/list allowed to match multiple files, but not multiple ↵Pascal Rigaux2003-02-041-1/+1
| | | | directories
* updated pot filePablo Saratxaga2003-02-043-4/+103
|
* move packages from 3 to 4 (fix bug #1265)Pascal Rigaux2003-02-041-3/+5
|
* don't ->set_modal during installPascal Rigaux2003-02-041-1/+1
|
* add "vcsa" (for brltty)Pascal Rigaux2003-02-041-0/+1
|
* perl_checker fixThierry Vignaud2003-02-041-1/+0
|
* adapt to new mandrake_doc-drakxtools-* packagesThierry Vignaud2003-02-041-1/+1
|
* - fix get_check_default() and get_function_default() descriptionThierry Vignaud2003-02-042-79/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix "check states were not saved if their value did not change (thus reverting it to default on disk)" - fix emebedding (no transcience when embedded) - fix "value get chop()-ed until it disapear and is reset to default" - log which security level is set and not only the switch killing latest remanent parts of christian "yeah baby, i'm piggy" work: - functions and checks listing : o rename get_functions() as list_functions() and get_default_checks() as list_checks(); this is both more homogenous and enable one to separate them from the get_(check|function)_(value|default) function group o regroup them o over simplify list_functions(): leave functions listing to msec (aka /usr/share/msec/level.<LEVEL>, assuming share/msec.py is always up to date, just don't care reparsing python code (this is plain stupid); if we cannot rely on msec, on who could we :-) ? o this allow to simplify msec gui so that we do not exclude stuff already excluded - remove config_check(), config_funtion(): replace them by: o set_check() and set_function() to store new values in data structure o apply_checks() and apply_functions() to save these new values, thus writing config files once and not twice the functions & checks count
* update theme editor to current libDrakX apiThierry Vignaud2003-02-041-6/+6
|
* now, we always have a help entry and a default value but when fredl rename aThierry Vignaud2003-02-041-4/+4
| | | | | | check and forgot to remove it from /var/lib/msec/security.conf like CHECK_SUID_GROUP => CHECK_SGID, but hopefully, he'll fix msec
* Use system configs when wrapped in mcc.Stew Benedict2003-02-041-2/+3
|
* cleanupPascal Rigaux2003-02-031-1/+1
|
* port to Gtk2Pascal Rigaux2003-02-031-36/+43
|
* don't "use diskdrake::interactive", only require it when neededPascal Rigaux2003-02-031-2/+1
|
* have the background fully transparentPascal Rigaux2003-02-033-0/+0
|
* fix test mode install when Xnest is not therePascal Rigaux2003-02-031-1/+1
|
* make perl_checker happyPascal Rigaux2003-02-031-1/+1
|
* fix some drakgw behaviourFlorin Grad2003-02-031-1/+8
|
* do not eject cdrom when already removed at the end of install (bug #1235)Pascal Rigaux2003-02-032-2/+5
|
* remove yelp-pregeneratePascal Rigaux2003-02-031-1/+0
|
* updated pot filePablo Saratxaga2003-02-033-186/+1393
|
* make perl_checker happyPascal Rigaux2003-02-031-1/+1
|
* *** empty log message ***Thierry Vignaud2003-02-031-0/+1
|
* - consolidate file namesThierry Vignaud2003-02-031-75/+87
| | | | | | | | | | | | | | - remove unused variables - rename get_(default|value as load_(default|value)s and alter them so that config file are read only one time instead of one per option; data is stocked in package variable - thus get_default_checks() is quite a lot faster - alter get_(check|function)_(value|default) to use new data structure - fix check default reading - group default values reading and current values reading what's left: do the same thing for writing tomorow
* translate keyboard namesPascal Rigaux2003-02-031-1/+1
|
* 9.1-0.21mdk (to be continued by pouly)Thierry Vignaud2003-02-031-1/+10
|
* dhcp/zeroconf stuffDamien Chaumette2003-02-031-4/+11
|
* new obsolete func (thanks drakcronat)Thierry Vignaud2003-02-031-0/+2
|
* - msec was altered to produce help suitable for formatAlaTeX()Thierry Vignaud2003-02-032-1/+34
| | | | | - use formatAlaTeX() to have nicer tooltips
* auto-generated from msec/share/draksec_help.py libmsec and moved fromThierry Vignaud2003-02-031-0/+139
| | | | | | | msec to here so that draksec help'll get translated all changes must be done in soft/msec/share/libmsec.py !!!
* fix typo (for treelist)Pascal Rigaux2003-02-031-1/+1
|
* prefer mdkkdm over kdebase-kdmPascal Rigaux2003-02-031-1/+1
|
* ensure the X test strings are translatedPascal Rigaux2003-02-031-6/+7
|
* remove drakpxe exception since fpons has at lease fixed "fpons sucks"Thierry Vignaud2003-02-031-1/+1
| | | | | in drakpxe
* integrated chmouel fixes.Francois Pons2003-02-031-0/+6
|
* *** empty log message ***Pascal Rigaux2003-02-031-1/+182
|
* use run_program::get_stdoutPascal Rigaux2003-02-031-3/+1
|
* let simplifyThierry Vignaud2003-02-031-1/+1
|
* sanitize gui (aka make it look nicer):Thierry Vignaud2003-02-031-37/+38
| | | | | | | | - put the same help label on top of each msec options notebook pages and consolidate it - use gtkpack_ instead of gtkpack so that we can tell gtk+ that label must neither fill nor expand, only the packtable should
* display again the first notebook pageThierry Vignaud2003-02-031-11/+11
|
* if no default value, then do not print one (aka for cron checks)Thierry Vignaud2003-02-031-1/+1
|
* fix help system description.Thierry Vignaud2003-02-031-1/+1
| | | | | we should really use the camille/deush help system though.
* - perl_checker fixesThierry Vignaud2003-02-031-6/+6
| | | | | | - display sorted options (hey pixel, note that the last diff trunk with execessive () was not detected by perl_checker :-( )
* pixelize(tm)Thierry Vignaud2003-02-031-3/+1
|