summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dhcp.c
Commit message (Collapse)AuthorAgeFilesLines
* fix invalid usage of memset()Thierry Vignaud2013-08-301-1/+1
| | | | | spot by gcc-4.8 introduced by Guillaume Cottenceau on Jan 8 2001 ("add dhcp")
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+2
| | | | | - move string/system utility functions in utils.c
* 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
* support DHCP over Wireless, Token Ring (great), Firewire, you name itOlivier Blin2005-04-211-7/+7
| | | | | borrow some comments from pump
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-1/+1
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* document when netauto is not provided and bootfile DHCP server param is givenGuillaume Cottenceau2004-02-031-2/+6
|
* grow MAX_ARP_RETRIES from 4 to 7 after erwan's suggestionGuillaume Cottenceau2003-05-281-1/+1
|
* put dhcp bootfile under netauto parameterGuillaume Cottenceau2003-04-141-1/+1
|
* try to not save the hostname answered by the dhcp serverGuillaume Cottenceau2002-09-261-7/+0
|
* compile with -WGuillaume Cottenceau2002-07-031-4/+4
|
* comply better to ClientID stuffGuillaume Cottenceau2002-03-091-5/+5
|
* save dhcp_hostname for stage2Guillaume Cottenceau2002-03-051-15/+17
|
* add hostname/domain in dhcp negociation,Guillaume Cottenceau2002-03-011-0/+59
| | | | | thx to david@eastcott.net
* support "filename" in DHCP answers and give thisGuillaume Cottenceau2001-12-111-0/+4
| | | | | to stage2 as --kickstart parameter
* change location of error message when no reply receivedGuillaume Cottenceau2001-06-111-1/+1
|
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-2/+2
| | | | | but rather, try to do some clever things
* Have the wait_message() with the sleep()Guillaume Cottenceau2001-05-141-1/+4
|
* - add a sleep(2) after ioctl ifupping so that further operation can work ↵Guillaume Cottenceau2001-05-141-4/+14
| | | | | | | normally - more logs
* use poll() rather than select() to win some bytesCVS: ↵Guillaume Cottenceau2001-05-081-8/+7
| | | | ----------------------------------------------------------------------
* remove unnecessary redhat history codeGuillaume Cottenceau2001-04-121-7/+4
|
* remove unneeded #defineGuillaume Cottenceau2001-04-121-3/+0
|
* do not segfault in dhcp stuff, when af_packet is not honoured by kernelGuillaume Cottenceau2001-03-081-0/+4
|
* ARP_MAX_RETRIES: s/5/4Guillaume Cottenceau2001-02-191-1/+1
|
* comply with glibc-2.2.2 more strict headersGuillaume Cottenceau2001-02-161-0/+1
|
* write down Magic Callback (tm) for static ip stuffGuillaume Cottenceau2001-02-131-1/+1
|
* consistent dot-terminated error messages, consistent no-dot log messagesGuillaume Cottenceau2001-01-221-2/+2
|
* - add dhcpGuillaume Cottenceau2001-01-081-335/+539
| | | | | - save network information for stage2
* polish for integration into cookerGuillaume Cottenceau2000-12-181-0/+399