aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Revert "Check for netinet/ip.h (now that we are using it), and don't also ↵Gravatar Keith Winstein2012-10-22
| | | | | | use in.h" This reverts commit 0909ea55d635749514ced29ddeb37eb893d08708.
* Check for netinet/ip.h (now that we are using it), and don't also use in.hGravatar Keith Winstein2012-10-22
|
* Bump version to 1.2.3Gravatar Keith Winstein2012-10-19
|
* Bump version to 1.2.2.95rc1 (1.2.3 release candidate)Gravatar Keith Winstein2012-10-05
|
* Read utmpx directly instead of using "who", and prettify detached warningGravatar Keith Winstein2012-09-28
|
* Respond to explicit congestion notification (slow down sender)Gravatar Keith Winstein2012-09-28
|
* Added forkpty() and cfmakeraw() fallback implementations if they don't exist.Gravatar Timo Sirainen2012-08-11
| | | | Signed-off-by: Timo Sirainen <tss@iki.fi>
* Test if -lsocket and -lnsl are needed (for Solaris)Gravatar Timo Sirainen2012-08-11
| | | | Signed-off-by: Timo Sirainen <tss@iki.fi>
* get_SSH_IP gracefully handles missing, IPv6-formatted environment varGravatar Keith Winstein2012-07-26
| | | | Closes #292 github issue.
* Switch to OpenSSL base64 routinesGravatar Keith Winstein2012-07-20
|
* Bump version to 1.2.2.Gravatar Keith Winstein2012-06-12
|
* Bump version to 1.2.1.Gravatar Keith Winstein2012-05-25
|
* Bump version to 1.2.0.97 (1.2.1 release candidate)Gravatar Keith Winstein2012-05-23
|
* Have Debian package install ufw and bash_completion.Gravatar Keith Winstein2012-05-23
| | | | Closes #248.
* Make bash_completion installation default to off.Gravatar Keith Winstein2012-05-23
|
* Install bash_completion rule and (optionally) UFW firewall profileGravatar Keith Winstein2012-05-23
|
* Bump version to 1.2.0.95 (1.2.1 release candidate)Gravatar Keith Winstein2012-05-23
|
* Fix OS X 10.5 problem where FD_ISSET() argument isn't constGravatar Keith Winstein2012-05-23
|
* Revert "Use protobuf's Gzip streams"Gravatar Keith Winstein2012-05-23
| | | | This reverts commit b0e05776f153cb8e8ab0b80c4f2bf37081088503.
* Use protobuf's Gzip streamsGravatar Anders Kaseorg2012-05-16
| | | | This reverts commit 63459ed1c7db060b44c3ef639bd07c806ea3f737.
* Remove unused sigfd and skalibsGravatar Keegan McAllister2012-05-16
| | | | Closes #265.
* Remove unused poll(2) emulationGravatar Keegan McAllister2012-05-16
| | | | Closes #235.
* Only use AM_PROG_AR if it’s definedGravatar Anders Kaseorg2012-05-09
| | | | | | | | | | Fixes aclocal:configure.ac:22: warning: macro `AM_PROG_AR' not found in library and ./configure: line 4024: AM_PROG_AR: command not found with old automake. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Add AM_PROG_AR for automake 1.12 (closes #250)Gravatar Keith Winstein2012-04-30
|
* Bump version to 1.2Gravatar Keith Winstein2012-04-26
|
* Bump version to 1.1.99bGravatar Keith Winstein2012-04-25
|
* Bump version to 1.1.99a (release candidate)Gravatar Keith Winstein2012-04-25
|
* Bump version to 1.1.99 (release candidate)Gravatar Keith Winstein2012-04-24
|
* Fix libutil.h test under FreeBSD 7.x/8.xGravatar Ryan Steinmetz2012-04-24
|
* Bump version to 1.1.98 (release candidate)Gravatar Keith Winstein2012-04-24
|
* Rewrite Cygwin test againGravatar Keith Winstein2012-04-24
|
* Fix test for Cygwin terminfo locationGravatar Keith Winstein2012-04-24
|
* Bump version to 1.1.97Gravatar Keith Winstein2012-04-23
|
* Revert use of protobuf's Gzip streams.Gravatar Keith Winstein2012-04-23
| | | | | | | | Unfortunately some Red Hat-based distributions lack the required header. See https://bugzilla.redhat.com/show_bug.cgi?id=815587 This reverts commit 261a389a76d371034daae8f4cdcc1bdbc1b3b101. This reverts commit b6736eb0a5db212a536e10bca241ea9a09ec56c3.
* Bump version to 1.1.96 (release candidate)Gravatar Keith Winstein2012-04-23
|
* Bump version to 1.1.95 (release candidate)Gravatar Keith Winstein2012-04-22
|
* Bump version to 1.1.94eGravatar Keith Winstein2012-04-22
|
* Use protobuf’s Gzip{Input,Output}Stream wrapper around zlibGravatar Anders Kaseorg2012-04-22
| | | | | | | | | | | This removes our direct zlib dependency (although of course protobuf still uses it internally), removes a fixed 4 MiB buffer and its corresponding limit on the terminal size, reduces some string copying, and deletes some code. Signed-off-by: Anders Kaseorg <andersk@mit.edu> (Closes #230.)
* Set poll_LIBS = libpoll.a in Makefile.am so dependency tracking worksGravatar Anders Kaseorg2012-04-21
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Make sure we always use -lutil, and make test work for FreeBSD too.Gravatar Keith Winstein2012-04-20
|
* Link against libutil when checking pollGravatar Quentin Smith2012-04-20
|
* Pull in third-party poll emulator and automatically link it in if we detect ↵Gravatar Quentin Smith2012-04-20
| | | | the system's poll is broken
* Bump version to 1.1.94dGravatar Keith Winstein2012-04-19
|
* Chdir to homedir (closes #193) and honor .hushlogin (closes #216).Gravatar Keith Winstein2012-04-19
|
* Bump version for 1.2 release pre-candidateGravatar Keith Winstein2012-04-16
|
* Search for -lncurses must have different name or some autoconf will skip it.Gravatar Keith Winstein2012-04-16
|
* Check for paths.h and make sure we have _PATH_BSHELLGravatar Keith Winstein2012-04-16
|
* Fix ncurses detection at configure timeGravatar Brandon Black2012-04-16
| | | | | | | | | There appears to be a typo/thinko in the ncurses detection stuff in configure.ac. The fallout was that on a Linux host without ncurses-devel installed, "./configure" failed to find curses.h but claimed overall success, then the build failed later during make. This patch removes an extraneous comma, which seems to make it both fail and succeed correctly when it should.
* Don't leak utmpx entries on shutdown.Gravatar Ed Schouten2012-04-16
| | | | | | | | | | | | | | | | | As far as I know, for all implementations of libutempter, the utempter_remove_added_record() function depends on the file descriptor passed to utempter_add_record() to still be valid. The reason for this, is that this file descriptor is propagated to the setuid utility that is responsible for modifying utmpx. Modify the code to remove the utmpx entry before closing the pseudo-terminal master device. While there, simply use utempter_remove_record(), which takes the file descriptor explicitly. The advantage is that this prevents potential foot-shooting in the future. Visual inspection of the source code will make it more obvious that utempter depends on the file descriptor. Closes #179.
* Add support for Cygwin, which has curses headers in /usr/include/ncursesGravatar Joshua Pollack2012-04-16
| | | | | | [keithw -- applied style change from kmcallister] Closes #181.