Tollef Fog Heen
feb8ccb187
num2dot uses a static buffer, so split the snprintf call into three
22 years ago
Matt Kraai
bc6b9dc667
Add pointopoint support.
r605
22 years ago
Matt Kraai
43f26c7705
Add and use snprintfcat.
r604
22 years ago
Matt Kraai
01614251b9
Canonicalize /etc/network/interfaces contents.
r602
22 years ago
Matt Kraai
7263298eee
Add support for udhcpc.
r601
22 years ago
David Whedon
cea0c64f1a
move into subdir
r599
22 years ago
David Whedon
cc5f6a7641
rearrange
r598
22 years ago
David Whedon
4fdd2648ce
rearrange templates, add russian thanks to ilgiz kalmetev <i.kalmetev@bis.bashtelecom.ru>
r597
22 years ago
David Whedon
b55abcf07b
bump dpkg-dev build depends version
r572
23 years ago
David Whedon
adc2c92e87
use new dpkg features so build is less cludgy
r570
23 years ago
David Whedon
df3002df0b
first attempt at supporting hurd
made a little smaller
r548
23 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
23 years ago
David Whedon
f4a21c4621
priority optional -> priority standard
r489
23 years ago
David Whedon
180266b143
make it play better with dhcp-client-udeb
r482
23 years ago
David Whedon
0a31366682
route now in /sbin
r466
23 years ago
David Whedon
ec40d92878
need to add default gateway
r432
23 years ago
David Whedon
4665cef2c0
compiler warning
r376
23 years ago
David Whedon
101fd7e022
add copyright, added German translatiosn from Michael Bramer <grisu@debian.org>
r375
23 years ago
David Whedon
3d5cc4b0ff
fix name of dhclient exe
r365
23 years ago
David Whedon
8cae2faa12
choose b/w dhclient and pump at runtime, with a preference towards dhclient.
r363
23 years ago
David Whedon
d708c90cdd
make dhclient the default dhcp client
fix a couple buglets
r353
23 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
23 years ago
David Whedon
0dde5a3895
We can now use dhcpcd, pump or dhclient by throwing a define at build time.
r345
23 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
23 years ago
David Whedon
b862db5437
updates
r322
23 years ago
David Whedon
a610317a7a
fixed a segfault found by randolpg@tausq.org
r320
23 years ago
David Whedon
0e59d85796
indent,
manutest: remove ifconfig call since it doesn't behave as I thought it did
r308
23 years ago
David Whedon
7e1a00ba71
updates
r307
23 years ago
David Whedon
713b0ddb61
utils.c uses syslog, change numbering scheme,
busybox sh doesn't like exit -1, so it doesn't get it
fix spacing in templates
make clean target work
r299
23 years ago
David Whedon
e3fe0b30ea
save a few bytes
r297
23 years ago
David Whedon
2952011b8d
menutest checks /proc/net/dev as well as ifconfig
r296
23 years ago
David Whedon
7df46069a1
added utils, perhaps these should go into a debian-installer library
removed much from TODO
create dirs as necessary
install menutest into DEBIAN (fixed it's return value too)
cleaned up templates, took some phrases from etherconf
cleaned up overall flow
handle missing data better
moved functions around a bit so no need for protos (that's why the diff is unreadable)
r295
23 years ago
David Whedon
7ec48a21da
some changes to templates, fixed it so debconf talking is in postint rather than config
r293
23 years ago
David Whedon
b9c02085d2
build netcfg-common, though it didn't work as I had planned, I still have big pl
ans for it.
netcfg-dhcp asks for hostname and dns now
various bug fixes
modify dependancies
if we don't find any interfaces, allow the user to specify one
try to get udpkg to create dirs for me, still some problems there
r290
23 years ago
David Whedon
e83ef68941
cleanup, no changes of substance
r288
23 years ago
David Whedon
37d13792ac
Add some shared templates to both static and dhcp, need to perhaps put them in a netcfg-shared udeb later.
r286
23 years ago
David Whedon
0f525a3b1c
broken into two udebs
netcfg-dhcp 6k
netcfg-static 9k
They share a fair amount of code right now (3k) (a small shared library may be
in order, or perhaps they should be re-merged? Probably doesn't make sense to
do anything until later when ppp and pcmcia have been added because things may
change.)
r285
23 years ago
David Whedon
d0c1dfaebd
added dhcp support via dhcpcd, untested
r263
23 years ago
David Whedon
ea87371446
now we search for interfaces and give the user a choice of which to configure
fixed some bugs/clumsyness
r261
23 years ago
David Whedon
a99939e3c5
udpkg now creates the directories I'll need (is that kosher?, means
23 years ago
David Whedon
942e0596d8
more TODO
r249
23 years ago
David Whedon
5b8bb306e6
fix error in template format
tolerate user's refusal to enter data
fix parsing of nameservers string
r248
23 years ago
David Whedon
3ffeb65420
no longer needed
r243
23 years ago
David Whedon
a00f4dfee9
Now using libdebconf, writing more config files, still incomplete.
r242
23 years ago
David Whedon
e1d3f00cd7
Works now, asks a few questions through debconf, then write etc/network/interfaces.
Still incomplete, but it builds and can be played with.
r226
23 years ago
David Whedon
99a8525d12
Starting the network configuration. First goal iwill be manual configuration.
This is currently incomplete, just some ideas and bare bones of code (haven't
even tried to compile it.)
r224
23 years ago