| Commit message (Expand) | Author | Age | Files | Lines |
* | fakeroot: Fix initializing default faked field of nodes | Samuel Thibault | 2014-12-10 | 1 | -1/+1 |
* | Fix mode of nodes created with mkfile | Samuel Thibault | 2014-12-09 | 1 | -2/+12 |
* | trans/symlink: disable default payload to port mapping | Justus Winter | 2014-12-07 | 1 | -0/+4 |
* | trans/streamio: make the translator payload-aware | Justus Winter | 2014-12-07 | 1 | -0/+3 |
* | trans/password: add a payload-aware intrans function | Justus Winter | 2014-12-07 | 1 | -0/+1 |
* | trans/ifsock: add a payload-aware intrans function | Justus Winter | 2014-12-07 | 1 | -0/+1 |
* | trans/fakeroot: make the demuxer payload-aware | Justus Winter | 2014-12-07 | 1 | -4/+13 |
* | trans/mtab: avoid firmlink loops | Justus Winter | 2014-11-21 | 1 | -1/+45 |
* | trans/hello{,-mt}: properly escape contents in trivfs_append_args | Justus Winter | 2014-09-05 | 2 | -8/+41 |
* | hurd: make memory_object parameter polymorphic | Justus Winter | 2014-09-04 | 1 | -0/+2 |
* | trans/mtab: use setnullauth to drop privileges | Justus Winter | 2014-08-31 | 1 | -13/+2 |
* | Fix ifsock permission check | Samuel Thibault | 2014-08-26 | 1 | -1/+1 |
* | trans/fakeroot: fix error handling | Justus Winter | 2014-06-18 | 1 | -0/+1 |
* | trans/fakeroot: use netfs_node_netnode instead of np->nn | Justus Winter | 2014-05-28 | 1 | -46/+53 |
* | trans/fakeroot: use fat nodes to simplify the node cache | Justus Winter | 2014-05-28 | 1 | -24/+12 |
* | trans/mtab: fix initialization | Justus Winter | 2014-05-26 | 1 | -1/+1 |
* | trans/fakeroot: override fshelp_isowner | Justus Winter | 2014-05-22 | 1 | -0/+10 |
* | trans/fakeroot: use C99-style struct initialization | Justus Winter | 2014-05-16 | 1 | -1/+1 |
* | trans/fakeroot: fix comparison between signed and unsigned | Justus Winter | 2014-05-16 | 1 | -2/+2 |
* | trans/fakeroot: remove spurious semicolon | Justus Winter | 2014-05-16 | 1 | -1/+1 |
* | build: Remove configure check for libcrypt. | Ludovic Courtès | 2014-04-22 | 1 | -2/+2 |
* | Include the MIG-generated server header files | Justus Winter | 2014-04-15 | 11 | -6/+29 |
* | trans/ifsock: fix receiver lookup | Justus Winter | 2014-03-01 | 2 | -5/+9 |
* | libtrivfs: improve the mig mutator functions | Justus Winter | 2014-02-25 | 1 | -1/+1 |
* | New RPCs, fix build | Justus Winter | 2014-02-25 | 1 | -1/+1 |
* | trans/mtab: do not map unknown source strings to "none" | Justus Winter | 2014-02-25 | 1 | -1/+1 |
* | trans/mtab: ignore translators that do not implement file_get_source | Justus Winter | 2014-02-25 | 1 | -13/+6 |
* | hurd: fix the get-children and get-source procedures | Justus Winter | 2014-02-25 | 2 | -18/+3 |
* | trans/fakeroot: fix cached node retrieval on lookup | Richard Braun | 2014-02-07 | 1 | -1/+10 |
* | trans/fakeroot: fix netfs_S_dir_lookup | Richard Braun | 2014-02-06 | 1 | -1/+1 |
* | trans/fakeroot: rework node caching | Richard Braun | 2014-02-05 | 1 | -62/+63 |
* | trans/fakeroot: fix chmod | Richard Braun | 2014-02-05 | 1 | -10/+4 |
* | Revert "trans: fix locking issue in fakeroot" | Richard Braun | 2014-02-05 | 1 | -1/+1 |
* | trans/fakeroot: fix right leak | Richard Braun | 2014-02-05 | 1 | -0/+2 |
* | trans: fix the receiver lookup in password | Justus Winter | 2014-01-20 | 2 | -13/+23 |
* | trans/mtab: do not include non-filesystem translators by default | Justus Winter | 2014-01-12 | 1 | -0/+40 |
* | trans/mtab: make the translator multithreaded | Justus Winter | 2014-01-12 | 1 | -3/+7 |
* | trans/mtab: properly lock mtab objects | Justus Winter | 2014-01-12 | 1 | -12/+32 |
* | trans/mtab: remove the loop detection logic | Justus Winter | 2014-01-12 | 1 | -32/+11 |
* | trans/mtab: populate mtab objects on demand | Justus Winter | 2014-01-12 | 1 | -2/+47 |
* | trans/fakeroot: shutdown the translator if the last client is gone | Justus Winter | 2013-12-19 | 1 | -1/+19 |
* | trans/fakeroot: remove dead code | Justus Winter | 2013-12-10 | 1 | -4/+2 |
* | trans/fakeroot: remove dead code | Justus Winter | 2013-12-10 | 1 | -38/+29 |
* | trans/fakeroot: drop else | Justus Winter | 2013-12-10 | 1 | -39/+37 |
* | trans/fakeroot: fix ownership of newly created files | Justus Winter | 2013-12-10 | 1 | -0/+2 |
* | trans: unlock nodes with faked attributes in fakeroot | Justus Winter | 2013-12-09 | 1 | -0/+3 |
* | trans: improve the error handling in fakeauth | Justus Winter | 2013-12-09 | 1 | -17/+20 |
* | trans: fix reference counting bug in fakeroot | Justus Winter | 2013-12-09 | 1 | -4/+1 |
* | trans: fix locking in fakeroot's netfs_S_dir_lookup | Justus Winter | 2013-12-09 | 1 | -17/+28 |
* | trans: fix reference counting and destruction of fake nodes | Justus Winter | 2013-12-09 | 1 | -21/+50 |