summaryrefslogtreecommitdiffstats
path: root/loader2/telnetd.c
Commit message (Collapse)AuthorAgeFilesLines
* 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