- 26 May, 2006 2 commits
-
-
Niels Möller authored
(main): Use setsockopt SO_RECVUCRED, if available. Rev: src/lshd-pty-helper.c:1.5
-
Niels Möller authored
Rev: configure.ac:1.71
-
- 25 May, 2006 7 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.908
-
Niels Möller authored
pty-helper socketpair. Rev: src/lshd-userauth.c:1.6
-
Niels Möller authored
Rev: src/testsuite/lsh-10-test:1.3
-
Niels Möller authored
Rev: ChangeLog:1.907
-
Niels Möller authored
Rev: src/testsuite/setup-env:1.4
-
Niels Möller authored
start_time. (spawn_source_process): Save process start time. (SOURCE_TIMEOUT): New constant. (get_system): Use a 30 timeout for the select call, and kill processes that run for too long. Rev: src/lsh-make-seed.c:1.20
-
Niels Möller authored
Rev: src/lshd-userauth.c:1.5
-
- 23 May, 2006 14 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.906
-
Niels Möller authored
headers. Needed for CMSG_SPACE and friends on Solaris. Rev: src/pty-helper.c:1.4
-
Niels Möller authored
* src/transport_read.c: Likewise. Rev: src/service_read.c:1.4 Rev: src/transport_read.c:1.4
-
Niels Möller authored
sockaddr *. Rev: src/lshd.c:1.176
-
Niels Möller authored
Needed on Solaris. Otherwise, use _PATH_WTMPX. (main): Call setsockopt with SO_PASSCRED only if SO_PASSCRED is defined, which it is on Linux. Rev: src/lshd-pty-helper.c:1.4
-
Niels Möller authored
Rev: src/lshd-connection.c:1.4
-
Niels Möller authored
(getdtablesize): Use INT_MAX, not MAX_INT. Rev: src/daemon.c:1.18
-
Niels Möller authored
of asprintf, for better portability. Rev: src/arglist.c:1.3
-
Niels Möller authored
Rev: ChangeLog:1.905
-
Niels Möller authored
Rev: configure.ac:1.70
-
Niels Möller authored
(read_some): Use io_readable_p. * src/transport_read.c (readable_p): Deleted function. (read_some): Use io_readable_p. Rev: src/service_read.c:1.3 Rev: src/transport_read.c:1.3
-
Niels Möller authored
function readable_p in service_read.c and transport_read.c. Rev: src/io.c:1.219 Rev: src/io.h:1.113
-
Niels Möller authored
Rev: src/io.h:1.112
-
Niels Möller authored
(HAVE_IOCTL_FIONREAD): New check, if ioctl FIONREAD exists, and takes an int argument. Rev: ChangeLog:1.904 Rev: configure.ac:1.69
-
- 19 May, 2006 17 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.903
-
Niels Möller authored
* src/Makefile.am (EXTRA_DIST): Deleted jpoll.h and jpoll.c. * configure.ac: Deleted tests for poll.h, sys/poll.h and the poll function. Rev: src/Makefile.am:1.30 Rev: src/jpoll.c:1.9(DEAD) Rev: src/jpoll.h:1.5(DEAD)
-
Niels Möller authored
function. Rev: configure.ac:1.68
-
Niels Möller authored
Rev: src/lsh-make-seed.c:1.19
-
Niels Möller authored
Rev: ChangeLog:1.902
-
Niels Möller authored
(main): Deleted call to get_dev_mem. (update_zlib): Deleted function, and the rest of the zlib-related code. Rev: src/lsh-make-seed.c:1.18
-
Niels Möller authored
Rev: src/channel.c:1.127
-
Niels Möller authored
Rev: ChangeLog:1.901
-
Niels Möller authored
(lsh_space_alloc, lsh_space_free, lsh_space_realloc): Don't use these wrapper functions in the !DEBUG_ALLOC case, instead, use xalloc, free and xrealloc directly using some preprocessor hacks. Rev: src/xalloc.c:1.37 Rev: src/xalloc.h:1.34
-
Niels Möller authored
Rev: src/lshd-pty-helper.c:1.3
-
Niels Möller authored
Rev: src/lshd-connection.c:1.3
-
Niels Möller authored
Rev: ChangeLog:1.900
-
Niels Möller authored
earlier change. Rev: configure.ac:1.67
-
Niels Möller authored
lshd-connectiion executable doesn't start with a "/". (canonicalize_file_name): Deleted function, reverting earlier change. (start_service): For simplicity, removed special handling of relative file names and the canonicalize_file_name call. If user insists on using a relative file name, it will be interpreted relative to the logged in user's home directory. Rev: src/lshd-userauth.c:1.4
-
Niels Möller authored
Rev: ChangeLog:1.899
-
Niels Möller authored
Rev: configure.ac:1.66
-
Niels Möller authored
implementing canonicalize_file_name on top of the broken realpath function. Not 100% robust. (start_service): Avoid using canonicalize_file_name for absolute filenames. Rev: src/lshd-userauth.c:1.3
-