summaryrefslogtreecommitdiff
path: root/sys/src/libauth/auth_chuid.c
AgeCommit message (Collapse)Author
2022-12-25auth: use caphash and capuse under /dev instead of #ยคcinap_lenrek
2020-12-09backout OCEXEC changes when potentially opening /srv filescinap_lenrek
Opening a /srv file sets the close-on-exec flag on the shared channel breaking the exportfs openmount() hack. The devsrv tries to prevent posting a channel with the close-on-exec or remove-on-close flags. but nothing currently prevents this poisoning on open. Until this gets fixed in eigther exportfs or devsrv, i'll back out the changes that could have potential side effects like this.
2020-12-07libauth: open internal file-descriptors with OCEXEC flagcinap_lenrek
2016-08-04libauth: fix mount file-descriptor leak in auth_chuid()cinap_lenrek
2013-04-11libauth: auth_chuid empty (from sources)cinap_lenrek
instead of an "i/o count too small", detect a missing capability (empty, null string) before the write, and diagnose it as such.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen