summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagV10_3_0_52mdkMystery Man2005-09-021-1232/+0
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-281-0/+25
* do not crash if automatic mode isn't usedOlivier Blin2005-07-291-1/+1
* don't corrupt the choice variableOlivier Blin2005-07-281-2/+1
* fix indentationOlivier Blin2005-07-281-10/+10
* if interface is "auto", try to detect the first interface with a link beatOlivier Blin2005-07-221-0/+47
* write DHCP_HOSTNAME in /tmp/ifcfg-* file instead of /tmp/networkOlivier Blin2005-06-031-5/+4
* domain name is already in /etc/resolv.conf (and stage2 reads this file too), ...Olivier Blin2005-06-031-2/+0
* Stage 1 compilation fixes for gcc 4.0 :Rafael Garcia-Suarez2005-05-061-3/+3
* always initialize proxy settingsOlivier Blin2005-04-261-0/+3
* fix typoOlivier Blin2005-04-261-1/+1
* initial wireless support (needs ESSID, and optionally a WEP key)Olivier Blin2005-04-201-3/+14
* move definesOlivier Blin2005-04-181-0/+3
* rephrase message (#14813)Olivier Blin2005-03-211-1/+1
* remove spurious spaceOlivier Blin2005-03-071-1/+1
* try to reuse hostname and domain information from dhcp step (#14285)Olivier Blin2005-03-071-6/+17
* ask if the http proxy should be used for ftp (#13492)Olivier Blin2005-03-071-4/+13
* don't segault if proxy step is cancelledOlivier Blin2005-03-071-4/+4
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-311-1/+1
* create unset_automatic()Pascal Rigaux2004-12-201-5/+5
* fix http directory not starting with a "/" (it was handled for stage1, but no...Pascal Rigaux2004-12-151-1/+1
* major switch from ramdisk to clpPascal Rigaux2004-11-161-5/+5
* use install/stage2/mdkinst.kernels to check stage2 kernel version instead of ...Pascal Rigaux2004-11-051-6/+19
* LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"Pascal Rigaux2004-11-041-1/+1
* create str_ftp_error()Pascal Rigaux2004-11-041-11/+3
* normalize codePascal Rigaux2004-11-021-2/+4
* rename MEM_LIMIT_RAMDISK into MEM_LIMIT_DRAKXPascal Rigaux2004-11-021-2/+2
* normalize codePascal Rigaux2004-11-021-3/+6
* use IMAGE_LOCATION_DIR where it should bePascal Rigaux2004-11-021-1/+1
* compile less things when MANDRAKE_MOVE is definedPascal Rigaux2004-11-021-2/+4
* adapt to new directories layout:Pascal Rigaux2004-07-261-1/+1
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* umount nfs directory if an error occurs tooOlivier Blin2004-07-131-2/+2
* fix segfault when hostname resolves as weird name without any dot (forOlivier Blin2004-07-131-11/+26
* properly handle error return code in nfs installOlivier Blin2004-07-051-0/+2
* rephrase previous patch, with correct indentation this timeOlivier Blin2004-07-011-12/+4
* add a slash at beginning of the given directory if not already present (ftp a...Olivier Blin2004-07-011-3/+14
* properly handle "back" behavior in mirror list stepOlivier Blin2004-06-291-2/+2
* do not unset automatic if mirror list selection fails, we know it wasn't auto...Olivier Blin2004-06-291-3/+1
* remove http proxy settings from interface structure, that was really dumbOlivier Blin2004-06-291-26/+12
* allow to use a specific ACNAME for pppoe connectionsOlivier Blin2004-06-291-0/+1
* unset automatic in ftp/http install when ramdisk can't be loadedOlivier Blin2004-06-251-1/+4
* use new http_proxy variables instead of the old answers (not anymore available)Olivier Blin2004-06-251-2/+2
* allow to use ISO images in NFS installOlivier Blin2004-06-211-23/+6
* allow to go back in proxy selection windowOlivier Blin2004-06-151-1/+3
* fix return code handling in mirror list selectionOlivier Blin2004-06-151-1/+1
* fix typo spotted by John KellerOlivier Blin2004-06-151-2/+2
* redesign to add "Specify the mirror manually" entries in mirror list selectionOlivier Blin2004-06-151-51/+85
* move mirror list functions upperOlivier Blin2004-06-141-144/+145
* rename variables for extra cohesionOlivier Blin2004-06-141-7/+7