summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Expand)AuthorAgeFilesLines
* don't use ioctl KDSKBENT with kernel 2.6, until fixed...Pascal Rigaux2004-01-261-1/+1
* (Repaint) help perl_checker in checking time_to_rad() argumentsThierry Vignaud2004-01-261-1/+2
* (spinned) do not pass extra arguments to time_to_rad()Thierry Vignaud2004-01-261-3/+1
* reindent gtkpack callsThierry Vignaud2004-01-261-42/+43
* rename adj_* variables as adj* in order to help cperl-mode parsingThierry Vignaud2004-01-261-15/+15
* (getNetDriver) introduce getHwIDs() alias that return pci/usb/... hwThierry Vignaud2004-01-261-3/+12
* kill unused dhcp_hostname stepThierry Vignaud2004-01-251-5/+1
* fix again adsl type setting :-(Thierry Vignaud2004-01-251-1/+1
* modem connection: install kpppThierry Vignaud2004-01-251-0/+1
* set adsl protocol to use according to provider database when using a sagem 800Thierry Vignaud2004-01-251-2/+3
* modem connection: default to pap/chap authentification method (should work forThierry Vignaud2004-01-251-0/+1
* typo fixThierry Vignaud2004-01-251-1/+1
* typo fixThierry Vignaud2004-01-251-1/+1
* s/ppptp/pptp/Thierry Vignaud2004-01-241-1/+1
* factorize lan module search for adsl through ethernetThierry Vignaud2004-01-241-1/+3
* make adsl device choose somewhat readable (detabable thoughThierry Vignaud2004-01-241-1/+1
* fix adsl device setting :-(Thierry Vignaud2004-01-241-1/+1
* kill unreachable codeThierry Vignaud2004-01-241-1/+0
* kill unused variableThierry Vignaud2004-01-241-1/+1
* cleanupThierry Vignaud2004-01-241-6/+2
* perl_checker: assigned, but not readStew Benedict2004-01-231-5/+2
* More perl_checker fixes. Remove another unused sub.Stew Benedict2004-01-231-81/+76
* don't miss the hook with 2.6 usb kernels (might explain fredl problem with us...Guillaume Cottenceau2004-01-231-1/+1
* UpdateDavid Baudens2004-01-2341-0/+0
* fix adsl connection type retrievingThierry Vignaud2004-01-231-1/+1
* fix interface name when doing adsl over an ethernet cardThierry Vignaud2004-01-231-1/+1
* sort ADSL connection typesThierry Vignaud2004-01-231-1/+1
* offer to configure sagem800 (needed because of unfriendly vpi/vci parameters)Thierry Vignaud2004-01-231-1/+21
* provider database needed in oder to not arbitrary set obfuscated vpiThierry Vignaud2004-01-231-0/+212
* (adsl_probe_info) make it aware of the fact we now see the adsl modemThierry Vignaud2004-01-231-2/+3
* remove debug messageThierry Vignaud2004-01-231-1/+0
* "use USER" is unecessary and probably comes from copy-pasting userdrake's GUIGuillaume Cottenceau2004-01-231-1/+0
* checking {notFormatted} must never be done alone, one must check {isFormatted...Pascal Rigaux2004-01-231-1/+1
* Rework timestamp for backup files to please perl_checker.Stew Benedict2004-01-231-12/+12
* (ask_fromW) enable TreeView to take all availlable spaceThierry Vignaud2004-01-231-2/+4
* (search_dir_font) kill unused variableThierry Vignaud2004-01-231-2/+0
* upfdated pot filePablo Saratxaga2004-01-232-1849/+2041
* fix doble "IP address" entriesThierry Vignaud2004-01-221-1/+1
* typo fixThierry Vignaud2004-01-221-1/+0
* config some stuff about adsl protocolThierry Vignaud2004-01-221-0/+14
* kill debug statementThierry Vignaud2004-01-221-1/+0
* factorize out adsl protocols' translationsThierry Vignaud2004-01-221-9/+11
* get rid of uselesss net_device variablThierry Vignaud2004-01-221-5/+3
* code simplification due to previous assertionThierry Vignaud2004-01-221-3/+3
* ensure struct XXX and o_XXX parameters always reference the same hashesThierry Vignaud2004-01-221-3/+3
* s/(Mandrake Linux is one) (the most widely used)/\1 of \2/Thierry Vignaud2004-01-223-3/+3
* help perl_checkerPascal Rigaux2004-01-221-4/+4
* draksound doesn't write the sound alias b/c of wrong comparison with theThierry Vignaud2004-01-221-4/+4
* update copyright noticesThierry Vignaud2004-01-2225-28/+29
* (ask_fromW) gc prefers ->isa()Thierry Vignaud2004-01-221-1/+1