Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop loadlin handling | Pascal Rigaux | 2002-12-13 | 1 | -2/+0 |
| | |||||
* | perl_checker --generate-pot is a bit picky about the localisation of "#-PO:" ↵ | Pascal Rigaux | 2002-12-10 | 1 | -4/+4 |
| | | | | comments | ||||
* | remove old code | Pascal Rigaux | 2002-12-09 | 1 | -1/+0 |
| | |||||
* | format => sub { ...} doesn't pass parameter as $_, but as $_[0] | Pascal Rigaux | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -7/+2 |
| | |||||
* | allow #, and other characters in phone number | damien | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -16/+11 |
| | |||||
* | any::get_autologin() doesnt modify $o, it returns a hash | Pascal Rigaux | 2002-12-02 | 1 | -3/+2 |
| | |||||
* | use $::prefix | Pascal Rigaux | 2002-12-02 | 1 | -11/+11 |
| | |||||
* | (get_autologin): $o->{autologin} is set to the chosen user only if AUTOLOGIN ↵ | Pascal Rigaux | 2002-12-02 | 1 | -1/+1 |
| | | | | is set (it now mirrors what set_autologin() does) | ||||
* | any::runlevel() doesnt need the prefix anymore | Pascal Rigaux | 2002-12-02 | 1 | -2/+2 |
| | |||||
* | use output and append_to_file | Pascal Rigaux | 2002-12-02 | 1 | -12/+3 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | load_category__prompt: use formatAlaTeX | Guillaume Cottenceau | 2002-11-28 | 1 | -2/+2 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | - fix duplication of sec level setting: | Thierry Vignaud | 2002-11-19 | 1 | -7/+0 |
| | | | | | | | | | | | | | merge any::get_secure_level() with secure::msec::get_secure_level() - move security level functions from secure::msec to secure::level - uses secure::level in install_steps - fix duplication of security level labels - draksec: use same strings in drakx, got nice translations - get_default_checks(): make it more readable | ||||
* | rename modparm as modules::parameters | Thierry Vignaud | 2002-11-18 | 1 | -2/+2 |
| | |||||
* | s/wantarray/wantarray()/ | Pascal Rigaux | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -6/+6 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -139/+139 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | make new perl_checker happy: replacing PKG::f by PKG::f() | Pascal Rigaux | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | do not allow to create user "root" (thanks to Eric Fernandez) | Pascal Rigaux | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | change load_category__prompt_for_more dying 'already displayed' in return | Damien Chaumette | 2002-09-24 | 1 | -1/+2 |
| | |||||
* | do something with "Security Administrator (login or email)" | Pascal Rigaux | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | when "password" or "restricted" is set, propose the entries to change them | Pascal Rigaux | 2002-09-09 | 1 | -1/+1 |
| | | | | | (thanks to Aleksander Adamowski) | ||||
* | fix detection of mixed_kind_of_disks (eg: hde with hda) | Pascal Rigaux | 2002-09-09 | 1 | -2/+3 |
| | |||||
* | (ask_window_manager_to_logout): do not su into user before doing dcop if | Pascal Rigaux | 2002-09-05 | 1 | -2/+4 |
| | | | | | | we are not root (otherwise localedrake in user ask for user's password before login out) (thanks to H. Narfi Stefansson for reporting it) | ||||
* | - set GRP_TOGGLE to '' when no GRP_TOGGLE are used | Pascal Rigaux | 2002-08-30 | 1 | -7/+9 |
| | | | | | - defaults to previous GRP_TOGGLE if one is available | ||||
* | - use $::prefix in any::get_secure_level() | Pascal Rigaux | 2002-08-28 | 1 | -5/+3 |
| | | | | | - fix any::get_secure_level() not using prefix when it should | ||||
* | (selectLanguage): fix the ugly use of focus_out for setting langs. Was ↵ | Pascal Rigaux | 2002-08-28 | 1 | -1/+2 |
| | | | | completly rubbish in newt. | ||||
* | :x | Pascal Rigaux | 2002-08-27 | 1 | -1/+0 |
| | |||||
* | set password2 to password so that upgrading bootloader with an existing ↵ | Pascal Rigaux | 2002-08-27 | 1 | -0/+1 |
| | | | | password works (thanks to Aleksander Adamowski) | ||||
* | add ntools and ctools in %high_security_groups | Pascal Rigaux | 2002-08-27 | 1 | -0/+2 |
| | |||||
* | (devfssymlinkf): use "mksymlink" instead of "symlink" so that devfsd doesn't ↵ | Pascal Rigaux | 2002-08-17 | 1 | -2/+2 |
| | | | | give an error when the symlink already exists | ||||
* | fix "Security Administrator (login or email)" missing field | Pascal Rigaux | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | use setExportedVarsInSh for setting /etc/profile.d/proxy.sh so that http_proxy | Pascal Rigaux | 2002-08-12 | 1 | -4/+3 |
| | | | | | and ftp_proxy are exported (thanks to Pascal <pascal@vmfacility.fr>) | ||||
* | - fix module parameter dialog box handling | Pascal Rigaux | 2002-08-09 | 1 | -10/+12 |
| | | | | | - enable the cancel on load_module__ask_options | ||||
* | - write_passwd_user: ensure {pw} is set (at least '') | Pascal Rigaux | 2002-08-08 | 1 | -11/+1 |
| | | | | | - cleanup dead code | ||||
* | (ask_window_manager_to_logout): adapt to new gnome | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | sort security level descriptions | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | (ddcxinfos): use the new run_program::raw with a 20s timeout to workaround ↵ | Pascal Rigaux | 2002-08-06 | 1 | -1/+2 |
| | | | | ddcxinfos going wild using 100% system CPU | ||||
* | Put _() around two strings in security level choosing | Pablo Saratxaga | 2002-08-06 | 1 | -2/+2 |
| | |||||
* | do the job of devfsd in case devfsd doesn't do it | Pascal Rigaux | 2002-08-05 | 1 | -13/+19 |
| | |||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 1 | -0/+16 |
| | | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE | ||||
* | get rid of some $prefix parameter passing (using $::prefix where needed instead) | Pascal Rigaux | 2002-08-01 | 1 | -3/+3 |
| | |||||
* | (devfssymlinkf): when creating a symlink on the system, use devfs name if ↵ | Pascal Rigaux | 2002-07-31 | 1 | -0/+3 |
| | | | | devfs is mounted | ||||
* | replace "$foo" with $foo | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -6/+2 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -7/+6 |
| |