summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* increase versiondistro/mdv2009.0Pascal Terjan2010-03-041-1/+1
|
* Backport fix by Peroyvind to install from hard drive on ccissPascal Terjan2010-03-042-16/+21
|
* 11.71.12Eugeni Dodonov2010-02-242-1/+3
|
* drakauth: do not show bogus error message when using LDAP auth (#57800)Eugeni Dodonov2010-02-242-2/+10
|
* run_program: set XAUTHORITY and HOME for the user we will drop privileges toPascal Terjan2010-02-113-2/+10
|
* Installing and enabling ccreds only when required (#44027).Eugeni Dodonov2009-09-231-11/+15
|
* release a 1.31.1Pascal Terjan2009-09-212-1/+5
|
* prefer UUID on VirtIO tooPascal Terjan2009-09-181-2/+2
|
* Handle virtio in devices.pm tooPascal Terjan2009-09-171-0/+4
|
* Fix VirtiIO on old kernelPascal Terjan2009-09-171-2/+4
|
* Handle virtioPascal Terjan2009-09-1710-5/+91
|
* - drakhelp: fix firefox launch bug #29775Aurélien Lefebvre2009-08-172-1/+4
|
* 11.71.9Pascal Terjan2009-04-272-1/+3
|
* don't crash when creating a partition in LVM with the partition type buttons ↵Pascal Terjan2009-04-272-1/+3
| | | | (#38078)
* allow creating partition starting after 1TBPascal Terjan2009-04-272-1/+2
|
* Allow LVM in non expert mode and allow Encrypted partition inside LVMPascal Terjan2009-04-272-2/+6
|
* do not try to install skim-scim-pinyin anymore, it is not available in 2009.0Olivier Blin2009-03-042-1/+3
|
* fix reading default input method setting (skim was read if scim-bridge was ↵Olivier Blin2009-03-032-7/+7
| | | | configured before)
* give console rights for current session when renaming user in finish-install ↵Olivier Blin2009-02-252-0/+4
| | | | (backport from trunk)
* add finit support in finish-install (backport from trunk)Olivier Blin2009-02-252-0/+8
|
* 11.71.8Thierry Vignaud2009-02-252-1/+3
|
* better logThierry Vignaud2009-02-251-1/+1
|
* prevent wrongly notifying we switched from proprietary to free driverThierry Vignaud2009-02-252-1/+6
| | | | | (anssi, #41969) (regression introduced in r248278 on 16 October 2008)
* 11.71.7Pascal Rigaux2009-01-152-1/+3
|
* - diskdrake:Pascal Rigaux2009-01-152-2/+5
| | | | | | | | | o --smb: fix netbios name resolution (#42483, thanks to Derek Jennings) (domain= should not be set in credentials for mount.cifs) (backport from trunk)
* revert previous commit (it's all wrong)Pascal Rigaux2009-01-152-5/+2
|
* - diskdrake:Pascal Rigaux2009-01-152-2/+5
| | | | | | | o --smb: fix netbios name resolution (#42483, thanks to Derek Jennings) (backport from trunk)
* 11.71.6Thierry Vignaud2009-01-092-1/+3
|
* (_create_Window) prevent mdkapplet from crashing (#46477)Thierry Vignaud2009-01-092-1/+3
|
* releasing 11.71.5 which replaces 11.71.4Pascal Rigaux2009-01-093-11/+6
| | | | | | | | | | | the switch to cifs suggested in #42483 was only partially done, comment #11 of the #42483 completes the fix. this (should) completly fixes: - diskdrake: o --smb: cifs must be used instead of smbfs (#42483)
* lookup for Samba master browsers too (backport from trunk)Olivier Blin2009-01-082-1/+4
|
* 11.71.4Pascal Rigaux2009-01-082-1/+3
|
* since cifs, /etc/samba/auth.xxx format has changed slightly: spaces are notPascal Rigaux2009-01-081-1/+1
| | | | | | | allowed around "=" (at least that's what comment #6 of bug #42483 says) (backported from trunk)
* - disdrakePascal Rigaux2009-01-084-5/+8
| | | | | | | o --smb: cifs must be used instead of smbfs (#42483) (backported from trunk)
* track regressionsThierry Vignaud2009-01-071-0/+1
|
* 11.71.3Thierry Vignaud2009-01-062-1/+3
|
* fix displaying in proper category sound coprocessor & misc ACPI eventThierry Vignaud2009-01-062-2/+3
| | | | | keys NEWS harddrake [backported from trunk]
* perl_checker cleanups [backported from trunk]Thierry Vignaud2009-01-061-5/+5
|
* normalize device IDs for devices that came from mouse.pm in order toThierry Vignaud2009-01-061-0/+9
| | | | | | track input devices whose format name differs between ldetect & mouse.pm (hexa vs base10) [backported from trunk]
* no need to probe input devices thrice (they are already listed inThierry Vignaud2009-01-061-6/+8
| | | | | | | @devices through detect_devices::probe_all() -> getInputDevices_and_usb() -> getInputDevices()) [backported from trunk]
* (pciusb_id) try harder to find duplicates: ignore description for USBThierry Vignaud2009-01-061-1/+2
| | | | | | devices (especially usefull in order to track eg: input devices whose name differs between ldetect & mouse.pm) [backported from trunk]
* (pciusb_id) try harder to find duplicates: ignore pci bus & functionThierry Vignaud2009-01-061-1/+1
| | | | | | for USB devices (especially usefull in order to track eg: input devices) [backported from trunk]
* (pciusb_id) try harder to find duplicates: ignore case (b/c bus can beThierry Vignaud2009-01-062-1/+2
| | | | | either 'USB' or 'usb' (eg: input devices) [backported from trunk]
* (pciusb_id) split out fields list (needed for next commits) [backported from ↵Thierry Vignaud2009-01-061-1/+2
| | | | trunk]
* do not sduplicated hardware as unknown (#46242): track duplicatedThierry Vignaud2009-01-062-2/+3
| | | | | input devices [backported from trunk]
* do not show duplicated hardware as unknown (#46242): list PC SpeakerThierry Vignaud2009-01-062-1/+4
| | | | | as sound card [backported from trunk]
* do not list PATA controllers as SATA (alternative would be to justThierry Vignaud2009-01-062-2/+6
| | | | | list all ATA controllers together) [backported from trunk]
* (make) fix racing with udev (#41832) [backported from trunk]Thierry Vignaud2009-01-062-1/+4
|
* (write_fstab) fix crashing on writing fstab when using SMB (#46084) ↵Thierry Vignaud2009-01-062-0/+2
| | | | [Backported from trunk]
* - diskdrake:Pascal Rigaux2008-12-162-1/+4
| | | | | | | o --nfs: handle "host:/" (#44320) (backported from trunk)