summaryrefslogtreecommitdiff
path: root/src/attacher.c
Commit message (Expand)AuthorAgeFilesLines
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* Revert "Remove unnecessary condition check"Amadeusz Sławiński2019-05-131-0/+2
* Remove unnecessary condition checkAmadeusz Sławiński2019-04-141-2/+0
* Close file descriptor after query commandAmadeusz Sławiński2019-04-141-0/+1
* Prevent Panic causing Panic, and children removing socketsScott Shambarger2019-01-271-1/+1
* mark AttacherFinit, AttacherFinitBye & Attacher as noreturnAmadeusz Sławiński2019-01-271-0/+1
* get rid of (sometype *)0 castsAmadeusz Sławiński2018-04-071-2/+2
* use NULL instead of 0 where applicableAmadeusz Sławiński2018-04-061-1/+1
* fix non-ANSI function declarationsAmadeusz Sławiński2018-04-061-1/+1
* refactor use of sizeofAmadeusz Sławiński2017-07-091-24/+24
* LockTerminal is now unused, so remove itAmadeusz Sławiński2017-06-221-38/+0
* authenticate on attach/detachAmadeusz Sławiński2017-06-221-2/+0
* remove LockTerminal callAmadeusz Sławiński2017-06-221-2/+0
* screen: handle pts devices in different namespacesChristian Brauner2017-04-061-3/+3
* cosmetic type and name changesAmadeusz Sławiński2017-02-151-5/+5
* int -> boolAmadeusz Sławiński2016-10-051-21/+17
* change various pid variables type to pid_t from intAmadeusz Sławiński2016-06-201-2/+2
* wire up new auth codeAmadeusz Sławiński2016-06-181-154/+4
* introduce new auth handlingAmadeusz Sławiński2016-06-181-1/+1
* move config.h to top of includesAmadeusz Sławiński2016-06-181-1/+2
* make sure NSIG is defined on all OSesAmadeusz Sławiński2016-04-051-3/+3
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-0/+2
* Fix more hardcoded termlenAmadeusz Sławiński2015-12-061-2/+2
* struct msg -> MessageAmadeusz Sławiński2015-09-021-5/+5
* Remove unused variablesAmadeusz Sławiński2015-08-311-3/+1
* int -> size_tAmadeusz Sławiński2015-08-311-1/+2
* TIOCGWINSZ, TIOCSWINSZ is no linuxAmadeusz Sławiński2015-06-261-8/+0
* get rid of extern.hAmadeusz Sławiński2015-06-261-1/+0
* mark unused attribute differentlyAmadeusz Sławiński2015-06-261-21/+32
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+2
* Use xsignal() so it's clear that we are not using signal()Amadeusz Sławiński2015-06-251-35/+26
* quiet unused parameter warningsAmadeusz Sławiński2015-06-251-11/+11
* more header stuffAmadeusz Sławiński2015-06-251-0/+5
* remove #ifdef BSDJOBSAmadeusz Sławiński2015-06-251-4/+0
* bye bye DEBUGAmadeusz Sławiński2015-06-251-61/+0
* attacher.c - move headers, remove use of LOCKPRGAmadeusz Sławiński2015-06-251-57/+10
* replace NAME_MAX with FILENAME_MAXAmadeusz Sławiński2015-06-251-4/+2
* remove SETEUID definesAmadeusz Sławiński2015-06-251-76/+1
* it's a Socket not SockAmadeusz Sławiński2015-06-251-15/+15
* Remove NAMEDPIPE code, use socketsAmadeusz Sławiński2015-06-251-2/+0
* Code reformatingAmadeusz Sławiński2015-06-251-799/+690
* remove #BSDWAITAmadeusz Sławiński2015-06-251-4/+0
* Simplify debugging macrosAmadeusz Sławiński2015-06-251-12/+12
* trailing whitespace removalAmadeusz Sławiński2015-06-251-5/+5
* removal of #define NONLINUXOS etc.Amadeusz Sławiński2015-06-251-3/+0
* more work around signalsAmadeusz Sławiński (amade)2015-06-251-33/+33
* remove SIGARG SIGPROTOARG SIGDEFARG macrosAmadeusz Sławiński (amade)2015-06-251-24/+24
* move extern's into one placeAmadeusz Sławiński (amade)2015-06-251-13/+1
* replace some of strcpy with strncpyAmadeusz Sławiński (amade)2015-06-251-3/+3
* replace (r)index with str(r)chrAmadeusz Sławiński (amade)2015-06-251-2/+2