summaryrefslogtreecommitdiff
path: root/master.c
AgeCommit message (Expand)Author
2025-06-19Check the return value of the fchdir() system callNed T. Crigler
2025-06-17Make dtach -N return the exit status of the programNed T. Crigler
2025-06-17Move umask(omask) call after bindNed T. Crigler
2025-06-17Avoid permission race condition when dtach socket is createdRobert de Bath
2017-03-05Update license header in source files.Ned T. Crigler
2016-05-08Update copyrights for 2016.Ned T. Crigler
2016-05-08Improve error message when dtach can't find a pty.Ned T. Crigler
2015-12-01Call init_pty before signals are set up.Ned T. Crigler
2015-07-18Update copyrights for 2015.Ned T. Crigler
2014-08-04Try to use chdir to get around the sun_path length limit.Ned T. Crigler
2014-08-04Prevent buffer overflow with a long socket path name.Ned T. Crigler
2014-08-04Add dtach -N.Ned T. Crigler
2014-08-04Make socket executable when there are attached clients.Ned T. Crigler
2012-07-26Add AIX support to openpty and forkpty.Ned T. Crigler
2012-07-01Fix error handling for read from stdin in attach.cNed T. Crigler
2012-07-01Use ssize_t for the return type of read/write instead of int.Ned T. Crigler
2008-01-29Update copyrights for 2008.Ned T. Crigler
2008-01-26If FD_CLOEXEC works, create a pipe and use it to report any errors that occurNed T. Crigler
2006-09-27Add a comment to the waitattach code.Ned T. Crigler
2006-06-03Print an error message if we could not execute the desired command, instead ofNed T. Crigler
2005-04-10Allow the dtach -n mode to be used without a terminal. If a terminal is notNed T. Crigler
2004-11-03Use non-blocking mode a little better by repeatedly trying to send data out toNed T. Crigler
2004-10-04Try to set non-blocking mode when accepting new clients.Ned T. Crigler
2004-06-24Allow the redraw method to be chosen by the user, and include the old Ctrl LNed T. Crigler
2004-06-23First attempt at proper process group handling.Ned T. Crigler
2004-05-26dtach 0.6Ned T. Crigler
2001-11-28Fix fd leakage.Ned T. Crigler
2001-11-05Portability updates thanks to sourceforge's compile farm. dtach should nowNed T. Crigler
2001-09-28initial import to sourceforgeNed T. Crigler