summaryrefslogtreecommitdiffstats
path: root/src/util/pty
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Quote the argument to AC_CHECK_HEADER. AutoconfEzra Peisach2002-12-062-1/+6
* * pty_err.et: Add final "end" statementKen Raeburn2002-08-292-0/+4
* * 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/+2
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * Makefile.in (install): Don't install libpty.h.Ken Raeburn2002-07-133-3/+9
* update dependenciesKen Raeburn2002-06-151-14/+14
* update dependenciesKen Raeburn2002-06-151-14/+14
* Include "com_err.h" instead of <com_err.h>Ken Raeburn2002-06-1314-13/+18
* * pty-int.h: Don't include syslog.hKen Raeburn2002-06-122-1/+4
* * sane_hostname.c (pty_make_sane_hostname): Always initialize "ai"Ken Raeburn2002-05-252-1/+6
* update dependenciesKen Raeburn2002-03-261-2/+1
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-262-2/+6
* shlib version number updates from 1.2.x branchKen Raeburn2002-03-071-1/+2
* * Makefile.in (LIBMINOR): BumpKen Raeburn2002-02-202-1/+5
* * update_utmp.c (PTY_GETUTXENT): Fix typo. Thanks to ShawnTom Yu2001-12-082-2/+16
* Fix documentation bugSam Hartman2001-12-042-1/+5
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-13/+13
* * sane_hostname.c (pty_make_sane_hostname): Do not declare addrbufEzra Peisach2001-10-182-1/+6
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-15/+15
* * Makefile.in (includes): Depend onEzra Peisach2001-10-022-0/+9
* * configure.in: Cosmetic fix in utmpx.ut_exit checkTom Yu2001-09-122-1/+5
* * Makefile.in ($(BUILDTOP)/include/krb5/autoconf.h): Add rules toEzra Peisach2001-09-062-0/+10
* add automatically generated dependenciesKen Raeburn2001-09-011-0/+34
* add commentKen Raeburn2001-08-311-0/+5
* use fake-addrinfo, get rid of non-getnameinfo supportKen Raeburn2001-08-302-82/+26
* * update_utmp.c (pty_update_utmp): Remember to chop off leadingTom Yu2001-07-022-7/+22
* oops, forgot to save fixed versionKen Raeburn2001-06-281-4/+0
* misc cleanup in dump-utmpKen Raeburn2001-06-282-5/+14
* * update_utmp.c (pty_update_utmp): Don't copy host if it's a null pointerKen Raeburn2001-06-282-1/+7
* * libpty.h: Change variable line in prototype to tty_line toEzra Peisach2001-06-222-1/+6
* * pty-int.h: Provide revoke() prototype if system headers lackingEzra Peisach2001-06-114-4/+32
* * configure.in: Check for system provided getutmp() prototypeEzra Peisach2001-06-113-1/+26
* * getpty.c: Make pty_getpty() into ptyint_getpty_ext(), which hasTom Yu2001-05-164-36/+379
* * pty_paranoia.c: New file; do many paranoid checks about cttyTom Yu2001-05-115-2/+367
* * logwtmp.c: Delete code under "#if 0". Fix reversed test forTom Yu2001-05-093-49/+20
* * cleanup.c: Call update_utmp() with the correct pid to assist inTom Yu2001-05-086-215/+288
* * open_slave.c (pty_open_slave): If revoke() present on system butEzra Peisach2001-05-042-1/+6
* * dump-utmp.c: Fix some off-by-one errors. Handle cases where weTom Yu2001-05-042-10/+18
* * pty-int.h: Fix typo; VHANG_first -> VHANG_FIRSTTom Yu2001-05-043-2/+27
* * sane_hostname.c (pty_make_sane_hostname): Preserve constEzra Peisach2001-05-032-1/+6
* * cleanup.c (pty_cleanup): Delcare local variable only ifEzra Peisach2001-05-034-1/+21
* * update_utmp.c (pty_update_utmp): Fix typo (OWRONLY -> O_WRONLY)Ken Raeburn2001-05-022-1/+6
* * update_wtmp.c (ptyint_update_wtmpx): Add missing semi-colon inEzra Peisach2001-05-012-1/+6
* * configure.in: Fix some quoting of shell variables when passingTom Yu2001-04-304-23/+46
* * configure.in(K5_CHECK_UT_MEMBER): Fix typo in previous; makeTom Yu2001-04-282-1/+5
* * configure.in: Many changes to support the rewriting of the utmpTom Yu2001-04-289-398/+1111
* * sane_hostname.c: Switch off of KRB5_USE_INET6 instead ofTom Yu2001-01-132-2/+9
* Use const sockaddr pointer in interface.Ken Raeburn2000-12-064-17/+87
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-063-7/+20