summaryrefslogtreecommitdiffstats
path: root/src/util/pty/sane_hostname.c
Commit message (Expand)AuthorAgeFilesLines
* Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn2006-04-111-116/+0
* Include "com_err.h" instead of <com_err.h>Ken Raeburn2002-06-131-1/+1
* * sane_hostname.c (pty_make_sane_hostname): Always initialize "ai"Ken Raeburn2002-05-251-1/+1
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-261-2/+1
* * sane_hostname.c (pty_make_sane_hostname): Do not declare addrbufEzra Peisach2001-10-181-1/+0
* add commentKen Raeburn2001-08-311-0/+5
* use fake-addrinfo, get rid of non-getnameinfo supportKen Raeburn2001-08-301-82/+17
* * sane_hostname.c (pty_make_sane_hostname): Preserve constEzra Peisach2001-05-031-1/+1
* * cleanup.c (pty_cleanup): Delcare local variable only ifEzra Peisach2001-05-031-1/+5
* * configure.in: Many changes to support the rewriting of the utmpTom Yu2001-04-281-2/+2
* * sane_hostname.c: Switch off of KRB5_USE_INET6 instead ofTom Yu2001-01-131-2/+3
* Use const sockaddr pointer in interface.Ken Raeburn2000-12-061-14/+78
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-061-6/+13
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * sane_hostname.c (pty_make_sane_hostname): Remove unusedTom Yu1999-02-181-1/+0
* * sane_hostname.c: Re-order so that pty-int.h precedes libpty.h toTom Yu1999-02-171-2/+2
* * sane_hostname.c: Force maxlen to be 16 if it's less than 16,Tom Yu1999-02-121-1/+2
* * Makefile.in: Add sane_hostname.{o,c}Tom Yu1999-02-121-0/+99