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
359c225b24
* Reworked state engine of netcfg-static to change order of
questions:
-IP address
(-Point to Point)
-Netmask
-Gateway
-DNS servers
-Machine name
-Domain name
* change debconf priority of nameserver question to high, don't
know how this was supposed to work without nameservers
r6052
20 years ago
Alastair McKinstry
8d42c43b70
Rework state machine so that we can goback via "goback" buttons.
r5876
20 years ago
Alastair McKinstry
814715d293
- Use the new cdebconf macros
r4690
20 years ago
Martin Sjögren
73ed21c3e9
Remove empty netcfg-ppp package, and do some i18n fixes
r4365
20 years ago
Matt Kraai
10ed940e29
Copy configuration to /target and make it work
r1807
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
Tollef Fog Heen
5f677a6717
Make netcfg-static be a bit smarter about default gw and subnet masks and prepare for upload
r1216
21 years ago
Bastian Blank
528abbb0c4
add s390 network types
r1055
21 years ago
David Whedon
5c8bf698f1
check hostname to make sure it is valid
some cleanups
r930
21 years ago
David Whedon
f6dceb6c66
indent -kr -i8 -nut *.c
r929
21 years ago
Tollef Fog Heen
e79f739bf0
Apply more patches from Thomas Poindessous <thomas@poindessous.com>
r722
21 years ago
Tollef Fog Heen
d4146ec65e
apply patch from thomas poindessous to use libdebian-installer
r720
21 years ago
David Whedon
489c2b5855
- add french templates
- generate templates we use better at build time
- s/Whedon/Kimdon/g
- fix compiler warning
r645
21 years ago
Tollef Fog Heen
feb8ccb187
num2dot uses a static buffer, so split the snprintf call into three
21 years ago
Matt Kraai
bc6b9dc667
Add pointopoint support.
r605
22 years ago
Matt Kraai
43f26c7705
Add and use snprintfcat.
r604
22 years ago
David Whedon
df3002df0b
first attempt at supporting hurd
made a little smaller
r548
22 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
0a31366682
route now in /sbin
r466
22 years ago
David Whedon
ec40d92878
need to add default gateway
r432
22 years ago
David Whedon
101fd7e022
add copyright, added German translatiosn from Michael Bramer <grisu@debian.org>
r375
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
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