Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * A small victory.Michael Stone2008-07-081-28/+27
| |
| * Grr.Michael Stone2008-07-076-33/+48
| |
| * Prepare for gids.Michael Stone2008-07-073-4/+8
| |
| * Death.Michael Stone2008-07-072-8/+702
| |
| * Craziness.Michael Stone2008-07-072-50/+76
| |
| * Modularize.Michael Stone2008-01-299-106/+330
| |
| * Detect or avoid integer overflow in string formatting helpers.Michael Stone2008-01-251-4/+10
| |
| * Correct broken function names.Blake Setlow2008-01-251-8/+9
| |
| * Consistent style based on format_buf() and write_buf()Michael Stone2008-01-241-76/+122
| |
| * getpwuid_r and getpwnam_r prototypes.Blake Setlow2008-01-221-14/+80
| |
| * Return incomplete data pulled from our environment.Blake Setlow2008-01-221-128/+49
| |
| * Add UID_BASE and turn on debugging info.Michael Stone2007-12-242-3/+4
| |
| * getpwent_r() done, to a first approximation.Michael Stone2007-12-242-51/+37
| |
| * Commit logic is ready; start filling in the passwd struct.Michael Stone2007-12-231-19/+73
| |
| * Compression.Michael Stone2007-12-222-76/+110
| |
| * Adding some debug code and the dumbest possible implementation of getpwent().Michael Stone2007-12-183-2/+65
| |
| * Import some glibc documentation.Michael Stone2007-12-182-1/+77
| |
| * Minimal nss-rainbow stub.Michael Stone2007-12-182-0/+15
|
* Installation notes.Michael Stone2008-10-263-1/+13
|
* Assistants are optional; therefore, do not depend on receiving an env update.Michael Stone2008-10-151-1/+1
|
* Get activities launching.Michael Stone2008-10-155-94/+143
|
* First pass at rainbow-sugarize.Michael Stone2008-10-151-0/+68
|
* Give envdirs the nice syntax.Michael Stone2008-10-152-2/+2
|
* First pass at Debian packaging.Michael Stone2008-10-0212-6/+100
|
* Allow env-binding overriding on the command-line.Michael Stone2008-10-011-4/+6
|
* Fixups.Michael Stone2008-10-012-17/+15
|
* Cleanup.Michael Stone2008-10-014-67/+51
|
* Stuff.Michael Stone2008-09-302-2/+3
|
* Lalal.Michael Stone2008-09-3010-326/+19
|
* Add commit Makefile target.Michael Stone2008-09-301-1/+4
|
* NSS group-db support.Michael Stone2008-09-301-12/+0
|
* Minor fixups.Michael Stone2008-09-303-4/+10
|
* Preparation for the Rainbow NSS module.Michael Stone2008-09-302-19/+5
|
* Update Makefile.fedora.Michael Stone2008-09-301-19/+36
|
* Install mkenvdir.Michael Stone2008-09-301-0/+5
|
* Twiddle mkenvdir.Michael Stone2008-09-301-4/+2
|
* Always call setgroups().Michael Stone2008-09-301-2/+2
|
* Omnibus change.Michael Stone2008-09-3027-709/+656
|
* Rainbow 0.7.24Michael Stone2008-09-172-1/+5
|
* Apply the _get_lang() checks to the correct variable.Michael Stone2008-09-171-2/+3
|
* Rainbow 0.7.23Michael Stone2008-09-162-1/+5
|
* dlo#8127: Strip double-quotes in _get_lang().Sayamindu Dasgupta2008-09-161-1/+1
|
* Rainbow 0.7.22Michael Stone2008-09-122-1/+5
|
* dlo#8434: Add a use-serial permission.Michael Stone2008-09-122-0/+5
| | | | | | | | Both Paul and the Scratch team have asked for a way to write activities which can manipulate serial devices. As of this commit, activities which specify 'use-serial' in their permissions.info file will be added to the 'uucp' group. This should be sufficient for our Fedora-based builds; however, more careful programming may be required on other distributions.
* Rainbow 0.7.21Michael Stone2008-09-052-1/+5
|
* Move the permissions.info file into the activity directory.Michael Stone2008-09-051-1/+1
| | | | | Scott Ananian suggested that permissions.info should live next to activity.info.
* Rainbow 0.7.20Michael Stone2008-09-022-1/+12
|
* Clean /home/olpc/.i18n before passing its contents to arbitrary uid-0 code.Michael Stone2008-09-022-0/+23
|
* Make the instance directory setgid.Michael Stone2008-09-021-1/+3
| | | | | | | Bert Freudenberg pointed out that making the 'instance' dir setgid will make it easier for Sugar to write to activity-created subdirectories of that dir (at the cost of producing unexpected side-effects should the resulting setgid dirs be moved into a shared space).
* Ensure that $HOME exists regardless of what useradd tells you.Michael Stone2008-09-021-0/+1
|