summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dhcp.c
Commit message (Expand)AuthorAgeFilesLines
* fix invalid usage of memset()Thierry Vignaud2013-08-301-1/+1
* 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
* Stage 1 compilation fixes for gcc 4.0 :Rafael Garcia-Suarez2005-05-061-3/+3
* support DHCP over Wireless, Token Ring (great), Firewire, you name itOlivier Blin2005-04-211-7/+7
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* instead of keeping stage1 (mostly as temporary space but with a fixed size, a...Pascal Rigaux2004-05-131-1/+1
* 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
* support "filename" in DHCP answers and give thisGuillaume Cottenceau2001-12-111-0/+4
* 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
* 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 norm...Guillaume Cottenceau2001-05-141-4/+14
* 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
* polish for integration into cookerGuillaume Cottenceau2000-12-181-0/+399