summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/telnetd
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-815/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-57/+0
* make depend, now with dependency sortingKen Raeburn2006-03-311-50/+50
* make dependKen Raeburn2006-03-271-2/+3
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-10/+10
* make dependKen Raeburn2006-03-081-1/+2
* make dependTom Yu2005-11-291-33/+28
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-1/+0
* Update dependenciesKen Raeburn2005-06-211-28/+33
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-281-4/+11
* run "make depend"Ken Raeburn2004-12-301-1/+0
* make dependKen Raeburn2004-11-161-2/+1
* Merge Athena changes for requiring encrypted connectionsTom Yu2004-11-155-22/+116
* Better support for using libutil on systems that need it for variousTom Yu2004-09-222-1/+5
* updated dependenciesKen Raeburn2004-04-241-5/+6
* Configure telnet using one script instead of fourKen Raeburn2004-03-043-92/+10
* make dependKen Raeburn2003-12-151-20/+26
* make-depend updatesKen Raeburn2003-05-241-2/+2
* errno should never be explicitly declaredKen Raeburn2003-04-242-1/+4
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-102-2/+9
* Nuke some old .orig filesKen Raeburn2003-01-082-45/+4
* * configure.in: Test for speed_t being presentEzra Peisach2002-11-157-17/+52
* update dependenciesKen Raeburn2002-08-291-2/+2
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+1
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * telnetd.c: Switched the valid and user descriptions under the -aJen Selby2002-08-082-2/+7
* update dependenciesKen Raeburn2002-06-151-8/+7
* update dependenciesKen Raeburn2002-03-261-5/+5
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-262-2/+6
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-36/+38
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-106-20/+17
* update dependenciesKen Raeburn2001-09-281-2/+2
* * telnetd.c: Move include of fake-addrinfo.c to after stdlib.h soEzra Peisach2001-09-082-3/+7
* updated dependencies for latest make-depend target codeKen Raeburn2001-09-061-21/+21
* dependenciesKen Raeburn2001-09-021-0/+47
* * configure.in: Check for ipv6 supportKen Raeburn2001-08-312-0/+3
* * ext.h: Always use prototype declarationsKen Raeburn2001-08-312-93/+88
* * defs.h: Don't include socket-utils.h until after netinet/in.hKen Raeburn2001-08-302-3/+7
* note ipv6 work still not doneKen Raeburn2001-08-301-0/+7
* support incoming ipv6 connections; debug mode still ipv4 onlyKen Raeburn2001-08-303-15/+35
* * termio-tn.c, termios-tn.c: Define dummy variables if STREAMSPTY isn't defin...Ken Raeburn2001-08-303-0/+9
* * authenc.c (net_write): Rewrite in terms of netwrite()Tom Yu2001-08-029-447/+433
* * sys_term.c (startslave): Get rid of extra argument in call toEzra Peisach2001-07-232-1/+6
* * sys_term.c (addarg): Cast char to long in indexing arrayEzra Peisach2001-07-062-4/+14
* * state.c: Declate doclientstat() static and conditionalizeEzra Peisach2001-07-025-10/+23
* * telnetd.c (main): Change variable sin to sin4.Ezra Peisach2001-06-222-11/+16
* * telnetd.c: Add prototypes for getent() and tgetent()Ezra Peisach2001-06-212-1/+8
* * configure.in: Test if prototypes needed for setenv and unsetenvEzra Peisach2001-06-213-0/+14
* * utility.c (printsub): Ensure variable set before useEzra Peisach2001-06-192-1/+5