Joshua Kwan
d4f6e2ab02
port some wireless fixes backward
r15240
18 years ago
Joshua Kwan
e5cb978a10
annihilate netcfg_get_dhcp, netcfg_get_dhcp_hostname, netcfg/dhcp_hostname
question
r15113
18 years ago
Joshua Kwan [obsolete]
a4a0987c87
Commit initial wireless configurator support. Probably doesn't work too
well but initial testing seems to have concluded that there aren't any
egregious bugs.
r9077
19 years ago
Steinar H. Gunderson
dcd2e2eac5
The state machine in netcfg-dhcp was broken and never really activated DHCP; fixed.
r8171
19 years ago
Joey Hess
6d5d28e07b
- Only prompt for a hostname after dhcp has succeeded, to avoid
double prompt on failed dhcp followed by static config.
Closes : #227897
- Add back button to the dhcp retry dialog. Closes half of #225861
r7984
19 years ago
Thiemo Seufer
c17a709eca
Code cleanup and whitespace police, run through the testmill this time.
r7149
19 years ago
Joey Hess
81be209f88
* Reverted Thiemo Seufer's "code cleanup", which broke the state machine
and made netcfg hang after getting a dhcp lease. Test before committing,
people!
r7114
19 years ago
Thiemo Seufer
e127e06e98
Code cleanup.
r6941
19 years ago
Thiemo Seufer
6bef87d787
Fix function prototypes. Improve Makefile.
r6781
19 years ago
Gaudenz Steinlin
621989658a
- add new combined dhcp and static netcfg
(udeb netcfg)
- implement joey's dhcp idea
(wait 10s and then ask if we should try
longer)
- move common code to netcfg-common.c
- improve state machines
r6416
19 years ago
Gaudenz Steinlin
abafc45df5
remove unnecessary and confusing dhcp confirm question
before running the dhcp client
r6033
19 years ago
Alastair McKinstry
8d42c43b70
Rework state machine so that we can goback via "goback" buttons.
r5876
19 years ago
Matt Kraai
e76efe7674
Pass -e to dhclient so that it exits unsuccessfully if it is unable to
obtain a lease (closes : #219392 ).
r5750
19 years ago
Joey Hess
a9d0c5b422
* Step dhcp progress display to 100% before clearing it.
r5070
19 years ago
Joey Hess
a018b7f6b7
* Claus Hindsgaul
- Update da (Danish) translation.
* Alastair McKinstry
- Move to new cdebconf macros.
- Added versioned depends on libdebconfclient-dev to ensure we get
working debonf_* macros
* Joey Hess
- Fixed the libdebconfclient0-dev package name.
- Run a progress bar with dhcp, just so something will be on the screen
then.
r5061
19 years ago
Alastair McKinstry
814715d293
- Use the new cdebconf macros
r4690
19 years ago
Martin Sjögren
73ed21c3e9
Remove empty netcfg-ppp package, and do some i18n fixes
r4365
19 years ago
Matt Kraai
10ed940e29
Copy configuration to /target and make it work
r1807
20 years ago
Matt Kraai
c07bab0470
Print "<none>" for an unspecified hostname
r1724
20 years ago
Richard Hirst
3a52ac8abb
rename debconf_input() to my_debconf_input() to avoid clashes with
#defines in cdebconf/debconfclient.h. Also make it static everywhere.
r1573
20 years ago
Denis Barbier
60a234f02f
Add _ macro for future i18n
r1434
20 years ago
Matt Kraai
2cced3fed2
modprobe af_packet before trying DHCP.
r1289
20 years ago
Tollef Fog Heen
b6d25a2d94
Make netcfg-dchp not ask about name servers and such -- those should
be gotten from the dhcp server.
r1212
20 years ago
Matt Kraai
b935f955d3
fix handling of empty DHCP hostname
r1091
20 years ago
David Whedon
5c8bf698f1
check hostname to make sure it is valid
some cleanups
r930
20 years ago
David Whedon
f6dceb6c66
indent -kr -i8 -nut *.c
r929
20 years ago
Tollef Fog Heen
d4146ec65e
apply patch from thomas poindessous to use libdebian-installer
r720
20 years ago
David Whedon
489c2b5855
- add french templates
- generate templates we use better at build time
- s/Whedon/Kimdon/g
- fix compiler warning
r645
20 years ago
Matt Kraai
43f26c7705
Add and use snprintfcat.
r604
21 years ago
Matt Kraai
01614251b9
Canonicalize /etc/network/interfaces contents.
r602
21 years ago
Matt Kraai
7263298eee
Add support for udhcpc.
r601
21 years ago
David Whedon
abf9ed8c8a
-fix nameserver problem
-build with cdebconf-dev
-add -g when DEB_BUILD_OPTIONS tells me to
-remove libnetcfg stuff, it doesn't save space, maybe I make a unified netcfg
udeb some day
r525
22 years ago
David Whedon
180266b143
make it play better with dhcp-client-udeb
r482
22 years ago
David Whedon
101fd7e022
add copyright, added German translatiosn from Michael Bramer <grisu@debian.org>
r375
22 years ago
David Whedon
3d5cc4b0ff
fix name of dhclient exe
r365
22 years ago
David Whedon
8cae2faa12
choose b/w dhclient and pump at runtime, with a preference towards dhclient.
r363
22 years ago
David Whedon
d708c90cdd
make dhclient the default dhcp client
fix a couple buglets
r353
22 years ago
David Whedon
aba0cb9c0d
I was handling the debconf substitution wrong, the result of splitting static and dhcp up, but not doing it properly. removed support for dhcpcd since it is no longer with us.
r348
22 years ago
David Whedon
0dde5a3895
We can now use dhcpcd, pump or dhclient by throwing a define at build time.
r345
22 years ago
David Whedon
8063172870
broke dhcp and static cfg's into different modules so we can share
common code between them.
In theory it would save about 3k, I think, though my
initialy efforts didn't save any space, so we still aren't sharing.
r335
22 years ago