Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rainbow
Commit message (Collapse)AuthorAgeFilesLines
* don't fail on systems without CLONE_NEWNET supportSascha Silbe2010-07-211-2/+10
| | | | | Print only a warning when unshare(CLONE_NEWNET) fails with EINVAL. This allows Rainbow to work on older kernels, albeit degraded.
* rearrange source tree to match that of the tarballSascha Silbe2010-07-2165-2378/+0
|
* Quote arguments in rainbow-resumeSascha Silbe2010-06-121-1/+1
| | | | | Without this, special characters in parameters (e.g. spaces) will be interpreted by the shell.
* Quote arguments in rainbow-easySascha Silbe2010-06-121-1/+1
| | | | | Without this, special characters in parameters (e.g. spaces) will be interpreted by the shell.
* Set default value for XAUTHORITY in rainbow-easy.Sascha Silbe2010-06-121-1/+1
| | | | | If XAUTHORITY was unset, rainbow-easy previously set it to an empty value for rainbow-run, which rainbow-xify choked on.
* Fix an off-by-one error in format_buf().Michael Stone2009-12-303-12/+100
| | | | | format_buf had an off-by-one error which would result in silent output truncation. Fix the error and add a test case.
* rainbow-0.8.6.Michael Stone2009-12-222-2/+2
|
* Set default spool location in rainbow-gc.Michael Stone2009-12-221-1/+1
|
* Tweak warnings and link flags.Michael Stone2009-12-221-3/+5
|
* Fix Karmic sudo segfault.Michael Stone2009-12-221-0/+1
|
* Simplify list traversal logic.Michael Stone2009-12-193-40/+31
|
* Add test_endgrent script.Michael Stone2009-12-192-1/+14
|
* Add a novel singly-linked list implementation.Michael Stone2009-12-107-595/+238
|
* Add INIT() and COPY() operators from dnshash.Michael Stone2009-12-091-0/+2
|
* Add a simple resume subcommand.Michael Stone2009-12-092-0/+27
|
* Teach rainbow to resume uids with more auxiliary groups.Michael Stone2009-12-091-3/+6
|
* Make xephyr usage resumable.Michael Stone2009-12-061-13/+26
|
* Add some logging to rainbow-gc.Michael Stone2009-12-061-4/+12
|
* Install rainbow-gc.Michael Stone2009-12-061-0/+1
|
* Improve spool detection checks.Michael Stone2009-12-061-0/+1
|
* Clean up some per-uid Xephyr data.Michael Stone2009-12-061-1/+1
|
* Protect sticky uids from garbage collection.Michael Stone2009-12-061-1/+4
|
* Clean up group membership.Michael Stone2009-12-061-0/+5
|
* First pass at updated rainbow-gc.Michael Stone2009-12-062-50/+84
|
* Remove unused flexibility from the spool option parsing code.Michael Stone2009-12-061-5/+5
|
* Capture XAUTHORITY.Bernie Innocenti2009-12-061-1/+1
|
* rainbow-0.8.5.Michael Stone2009-11-282-2/+2
|
* Grant network access to rainbow-easy programs.Michael Stone2009-11-281-1/+1
|
* Make getpwent() resume on the correct uid.Michael Stone2009-09-301-1/+1
|
* Correctly calculate number of members of a struct group.Michael Stone2009-09-301-2/+4
|
* Make nss-rainbow's return and error codes more accurate.Michael Stone2009-09-302-92/+86
|
* Add a network option enabling unshare(CLONE_NEWNET).Michael Stone2009-09-203-6/+13
|
* Drop config file management from rainbow-sugarize.Michael Stone2009-08-161-1/+1
|
* Temporarily disable $XAUTHORITY processing in rainbow-sugarize.Michael Stone2009-07-081-5/+5
|
* Make rainbow-sugarize set up /{data,instance,tmp}.Michael Stone2009-07-081-1/+5
|
* Correct a logging statement.Michael Stone2009-07-031-1/+1
|
* rainbow-0.8.4.Michael Stone2009-04-122-2/+2
|
* Disable nss debugging for release.Michael Stone2009-04-121-3/+2
|
* Xephyr is not yet ready for prime-time.Michael Stone2009-04-121-2/+2
|
* Tell rainbow-xify not to set TMPDIR; make rainbow-easy non-verbose.Michael Stone2009-04-122-2/+2
|
* Resume and multi-group now appear to function.Michael Stone2009-04-123-107/+75
|
* Make xephyr optional, drop strace option.Michael Stone2009-04-123-44/+44
|
* Correctly add auxiliary groups.Michael Stone2009-04-121-6/+10
| | | | Also ensure that owning uids are members of data groups that they join.
* Improve nss-rainbow to produce adequate group membership data.Michael Stone2009-04-128-46/+152
|
* Permit reuse of uids.Michael Stone2009-04-112-13/+25
|
* Permit zero to many data groups.Michael Stone2009-04-111-81/+73
|
* Create Xephyrs.Michael Stone2009-03-111-2/+28
|
* Close fds before running assistants.Michael Stone2009-03-111-1/+6
|
* Drop old documentation.Michael Stone2009-03-111-75/+4
|
* Cease granting everyone A/V permissions.Michael Stone2009-03-111-2/+2
|