aboutsummaryrefslogtreecommitdiff
path: root/trans
Commit message (Expand)AuthorAgeFilesLines
* Fix space styleSamuel Thibault2015-03-051-12/+12
* fakeroot: Fix initializing default faked field of nodesSamuel Thibault2014-12-101-1/+1
* Fix mode of nodes created with mkfileSamuel Thibault2014-12-091-2/+12
* trans/symlink: disable default payload to port mappingJustus Winter2014-12-071-0/+4
* trans/streamio: make the translator payload-awareJustus Winter2014-12-071-0/+3
* trans/password: add a payload-aware intrans functionJustus Winter2014-12-071-0/+1
* trans/ifsock: add a payload-aware intrans functionJustus Winter2014-12-071-0/+1
* trans/fakeroot: make the demuxer payload-awareJustus Winter2014-12-071-4/+13
* trans/mtab: avoid firmlink loopsJustus Winter2014-11-211-1/+45
* trans/hello{,-mt}: properly escape contents in trivfs_append_argsJustus Winter2014-09-052-8/+41
* hurd: make memory_object parameter polymorphicJustus Winter2014-09-041-0/+2
* trans/mtab: use setnullauth to drop privilegesJustus Winter2014-08-311-13/+2
* Fix ifsock permission checkSamuel Thibault2014-08-261-1/+1
* trans/fakeroot: fix error handlingJustus Winter2014-06-181-0/+1
* trans/fakeroot: use netfs_node_netnode instead of np->nnJustus Winter2014-05-281-46/+53
* trans/fakeroot: use fat nodes to simplify the node cacheJustus Winter2014-05-281-24/+12
* trans/mtab: fix initializationJustus Winter2014-05-261-1/+1
* trans/fakeroot: override fshelp_isownerJustus Winter2014-05-221-0/+10
* trans/fakeroot: use C99-style struct initializationJustus Winter2014-05-161-1/+1
* trans/fakeroot: fix comparison between signed and unsignedJustus Winter2014-05-161-2/+2
* trans/fakeroot: remove spurious semicolonJustus Winter2014-05-161-1/+1
* build: Remove configure check for libcrypt.Ludovic Courtès2014-04-221-2/+2
* Include the MIG-generated server header filesJustus Winter2014-04-1511-6/+29
* trans/ifsock: fix receiver lookupJustus Winter2014-03-012-5/+9
* libtrivfs: improve the mig mutator functionsJustus Winter2014-02-251-1/+1
* New RPCs, fix buildJustus Winter2014-02-251-1/+1
* trans/mtab: do not map unknown source strings to "none"Justus Winter2014-02-251-1/+1
* trans/mtab: ignore translators that do not implement file_get_sourceJustus Winter2014-02-251-13/+6
* hurd: fix the get-children and get-source proceduresJustus Winter2014-02-252-18/+3
* trans/fakeroot: fix cached node retrieval on lookupRichard Braun2014-02-071-1/+10
* trans/fakeroot: fix netfs_S_dir_lookupRichard Braun2014-02-061-1/+1
* trans/fakeroot: rework node cachingRichard Braun2014-02-051-62/+63
* trans/fakeroot: fix chmodRichard Braun2014-02-051-10/+4
* Revert "trans: fix locking issue in fakeroot"Richard Braun2014-02-051-1/+1
* trans/fakeroot: fix right leakRichard Braun2014-02-051-0/+2
* trans: fix the receiver lookup in passwordJustus Winter2014-01-202-13/+23
* trans/mtab: do not include non-filesystem translators by defaultJustus Winter2014-01-121-0/+40
* trans/mtab: make the translator multithreadedJustus Winter2014-01-121-3/+7
* trans/mtab: properly lock mtab objectsJustus Winter2014-01-121-12/+32
* trans/mtab: remove the loop detection logicJustus Winter2014-01-121-32/+11
* trans/mtab: populate mtab objects on demandJustus Winter2014-01-121-2/+47
* trans/fakeroot: shutdown the translator if the last client is goneJustus Winter2013-12-191-1/+19
* trans/fakeroot: remove dead codeJustus Winter2013-12-101-4/+2
* trans/fakeroot: remove dead codeJustus Winter2013-12-101-38/+29
* trans/fakeroot: drop elseJustus Winter2013-12-101-39/+37
* trans/fakeroot: fix ownership of newly created filesJustus Winter2013-12-101-0/+2
* trans: unlock nodes with faked attributes in fakerootJustus Winter2013-12-091-0/+3
* trans: improve the error handling in fakeauthJustus Winter2013-12-091-17/+20
* trans: fix reference counting bug in fakerootJustus Winter2013-12-091-4/+1
* trans: fix locking in fakeroot's netfs_S_dir_lookupJustus Winter2013-12-091-17/+28