summaryrefslogtreecommitdiffstats
path: root/loader2/telnetd.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-251/+0
|
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-251-89/+88
| | | | | | | | | | | Finally, no more libdhcp. This is the first set of changes to take anaconda over to the wonderful world of NetworkManager. We are no longer linking with libdhcp to do interface configuration. NM is started early in the installation and opens the door to things like WPA installation support and things like that.
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-6/+4
|
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-3/+1
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-7/+13
|
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
|
* piece of shitDavid Cantrell2007-05-291-0/+250
|
* Get ready for a surprise... no more telnet support! SSH is it. It's 2007, ↵David Cantrell2007-05-291-250/+0
| | | | update your client systems. Besides, telnet was b0rk3n in RHEL5 and only one person complained. Time to advance loader to a telnet-free world. Also, this only affects mainframes.
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-6/+9
| | | | to it) all over the place.
* HERE COMES YOUR WATER! ....David Cantrell2006-06-071-1/+5
| | | | | | Ok, so what exactly are we looking at here? A slapped-together pile of stuff that uses libdhcp instead of pump. I call it a work in progress. Right now we have support for regular IPv4-based installs. IPv6 is sort-of halfway there. I'm still wedging it in to place (i.e., dodging sigsegvs). I wanted to get an IPv4-libdhcp-move committed now so that it's in CVS. The pump-compatible API in libdhcp is mostly useless, so I'm moving things from using the core-dumping pump API functions to just using the libdhcp stuff directly. I had to back out a lot of IPv6 stuff I did in the interim. Please avoid making huge changes to the loader2 network code because I'm still tearing through that.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-5/+5
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* 2005-05-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-191-3/+5
| | | | | * loader2/telnetd.c: Switch to using ptys via devpts instead of hard-coded ptyp* (#124248)
* actually, use socklen_t for addrLengthPeter Jones2005-03-021-1/+1
|
* Catch returns from read, write, and openPeter Jones2005-03-021-6/+11
| | | | | fix sign of addrLength for passing to socket() actually make sure beTelnet's ttys are ttyp0, which we've just opened.
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-4/+2
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-6/+6
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* fix for change in kickstartNetworkUp invocationJeremy Katz2003-01-271-2/+4
|
* merge telnet mode back inJeremy Katz2002-12-091-0/+236