index
:
dtach.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
master.c
Age
Commit message (
Expand
)
Author
2025-06-17
Move umask(omask) call after bind
Ned T. Crigler
2025-06-17
Avoid permission race condition when dtach socket is created
Robert de Bath
2017-03-05
Update license header in source files.
Ned T. Crigler
2016-05-08
Update copyrights for 2016.
Ned T. Crigler
2016-05-08
Improve error message when dtach can't find a pty.
Ned T. Crigler
2015-12-01
Call init_pty before signals are set up.
Ned T. Crigler
2015-07-18
Update copyrights for 2015.
Ned T. Crigler
2014-08-04
Try to use chdir to get around the sun_path length limit.
Ned T. Crigler
2014-08-04
Prevent buffer overflow with a long socket path name.
Ned T. Crigler
2014-08-04
Add dtach -N.
Ned T. Crigler
2014-08-04
Make socket executable when there are attached clients.
Ned T. Crigler
2012-07-26
Add AIX support to openpty and forkpty.
Ned T. Crigler
2012-07-01
Fix error handling for read from stdin in attach.c
Ned T. Crigler
2012-07-01
Use ssize_t for the return type of read/write instead of int.
Ned T. Crigler
2008-01-29
Update copyrights for 2008.
Ned T. Crigler
2008-01-26
If FD_CLOEXEC works, create a pipe and use it to report any errors that occur
Ned T. Crigler
2006-09-27
Add a comment to the waitattach code.
Ned T. Crigler
2006-06-03
Print an error message if we could not execute the desired command, instead of
Ned T. Crigler
2005-04-10
Allow the dtach -n mode to be used without a terminal. If a terminal is not
Ned T. Crigler
2004-11-03
Use non-blocking mode a little better by repeatedly trying to send data out to
Ned T. Crigler
2004-10-04
Try to set non-blocking mode when accepting new clients.
Ned T. Crigler
2004-06-24
Allow the redraw method to be chosen by the user, and include the old Ctrl L
Ned T. Crigler
2004-06-23
First attempt at proper process group handling.
Ned T. Crigler
2004-05-26
dtach 0.6
Ned T. Crigler
2001-11-28
Fix fd leakage.
Ned T. Crigler
2001-11-05
Portability updates thanks to sourceforge's compile farm. dtach should now
Ned T. Crigler
2001-09-28
initial import to sourceforge
Ned T. Crigler