summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
Commit message (Collapse)AuthorAgeFilesLines
* really ask dhcp domain if not guessedOlivier Blin2008-03-201-1/+1
|
* do not allow to choose outdated cooker mirror list (#37278)Olivier Blin2008-03-181-1/+1
|
* make dhcp the first choice (instead of static) in the network type menuOlivier Blin2008-02-281-2/+2
|
* use mirrors with type=distrib only (skip both type=iso and type=updates, #34912)Olivier Blin2007-10-231-2/+2
|
* include stage1.h earlier so that _GNU_SOURCE and strndup are definedOlivier Blin2007-08-271-3/+2
|
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+2
| | | | | - move string/system utility functions in utils.c
* use full buffer size when snprintfing (gb)Olivier Blin2007-04-251-1/+1
|
* use api.mandriva.com to retrieve mirror list (#29346)Olivier Blin2007-04-251-115/+80
|
* remove huge unwanted commitOlivier Blin2007-04-251-82/+118
|
* crappy commit (reverted later)Olivier Blin2007-04-251-118/+82
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-53/+52
|
* Fix minor memory leakRafael Garcia-Suarez2006-02-151-0/+1
|
* add some log message about interface auto detectionOlivier Blin2005-09-131-0/+1
|
* mirror list support for http methodOlivier Blin2005-09-071-0/+10
|
* 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
| | | | don't write it in /tmp/network
* Stage 1 compilation fixes for gcc 4.0 :Rafael Garcia-Suarez2005-05-061-3/+3
| | | | | | | | | | * more casts signed<->unsigned types * make choose_iso_in_directory()'s return type "void" * change order of .h files in network.c so strndup is included correctly * newt: initialize some variables properly * compile pcmcia and ppp with -Wno-deprecated-declarations, since they use deprecated types such as u_int32_t
* 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 ↵Pascal Rigaux2004-12-151-1/+1
| | | | not for URLPREFIX given to stage2)
* major switch from ramdisk to clpPascal Rigaux2004-11-161-5/+5
| | | | | | | | | | | | | - mdkinst_stage2.bz2 is now mdkinst.clp - rescue_stage2.bz2 is now rescue.clp - make_mdkinst_stage2 is now mdkinst_stage2_tool (we don't keep the live when building the clp, mdkinst_stage2_tool is able to create the clp from the live, or the live from the clp) - all stage1 images now need cryptoloop & gzloop - the clp can be preloaded in memory or not (see MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD) (for http & ftp, it *must* be preloaded) - we don't uncompress the ramdisk anymore since the decompression is done on the fly, this makes the rescue boot much faster - function get_ramdisk_realname() is replaced with macro CLP_FILE_REL
* use install/stage2/mdkinst.kernels to check stage2 kernel version instead of ↵Pascal Rigaux2004-11-051-6/+19
| | | | install/stage2/live/lib/modules.cz-xxx
* 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
| | | | | (needed so that future commits can restrict define's in config-stage1.h)
* adapt to new directories layout:Pascal Rigaux2004-07-261-1/+1
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* 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
| | | | | | example 24.159.64.20 resolves as TN-JACKSN-NR1) and abort domain name guess in this case
* 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 ↵Olivier Blin2004-07-011-3/+14
| | | | and http install)