summaryrefslogtreecommitdiff
path: root/tlsserver.go
AgeCommit message (Collapse)Author
2024-01-15mark and drop stuborn bad actorsÖzgür Kesim
2020-08-27use conn.RemoteAddr() for remote addrÖzgür Kesim
2020-02-02use syscall.Exec after set(g|u)id and setgroupsÖzgür Kesim
2020-02-02better argument forwarding to childÖzgür Kesim
2020-02-02Forking model to set uid/gid introducedÖzgür Kesim
If -uid is set, we fork a child process with the uid, the gid and the supplimentary gids for that user.
2016-03-04rely on setcap rather than setuid/setgidÖzgür Kesim
2016-01-02re-implemented setuid/setgid supportÖzgür Kesim
2013-07-30gofmtÖzgür Kesim
2013-07-30setuid/gid implementedÖzgür Kesim
2013-07-29env addedÖzgür Kesim
2013-07-29initial tlsserver workingÖzgür Kesim