summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix brown paper bug comboOlivier Blin2004-06-141-7/+7
* always fill proxy fields of interfacesOlivier Blin2004-06-141-3/+3
* do not ask proxy settings if interface wasn't brought up (stupid me)Olivier Blin2004-06-111-6/+7
* add http proxy settings in interface_info struct, and ask them right after th...Olivier Blin2004-06-111-25/+57
* in ftp install, display a mirror list (fetched from http://www.linux-mandrake...Olivier Blin2004-06-081-1/+149
* include missing header for unameOlivier Blin2004-06-081-0/+1
* in ftp install, check that modules for the boot kernel are available in mdkin...Olivier Blin2004-06-081-0/+15
* instead of keeping stage1 (mostly as temporary space but with a fixed size, a...Pascal Rigaux2004-05-131-4/+4
* allow having no DNS by only using the ip callback once, see DNS == IP as a sp...Guillaume Cottenceau2004-01-281-1/+10
* until we haven't loaded the usb interface and the keyboard usb driver, we can...Guillaume Cottenceau2004-01-221-1/+1
* http proxy support for ftp/http install contributed by Olivier Blin <blino at...Guillaume Cottenceau2003-12-221-31/+74
* handle "boot" clp and "main" clp. passing argument "live" can force to not us...Guillaume Cottenceau2003-10-221-1/+1
* support cloop over NFS too. stay flexible enough so that server= parameter ca...Guillaume Cottenceau2003-10-181-1/+1
* boot live_tree! :)Guillaume Cottenceau2003-10-091-0/+4
* when detected too little memory in ftp/http, inform user that he/she may try ...Guillaume Cottenceau2003-02-131-2/+2
* indentGuillaume Cottenceau2003-02-081-2/+2
* don't save hostname if intf->boot_proto == BOOTPROTO_DHCPDamien Chaumette2003-01-311-1/+1
* gcsuxGuillaume Cottenceau2002-12-031-1/+1
* try to not save the hostname answered by the dhcp serverGuillaume Cottenceau2002-09-261-2/+3
* http: don't add a / between the hostname and the url, apacheGuillaume Cottenceau2002-09-141-1/+1
* english fixes thx to vincent meyerGuillaume Cottenceau2002-06-031-1/+1
* don't save DHCP_HOSTNAME if the value is voidGuillaume Cottenceau2002-03-201-1/+1
* better error msg regarding pcmcia netGuillaume Cottenceau2002-03-071-1/+1