summaryrefslogtreecommitdiff
path: root/gl
Commit message (Expand)AuthorAgeFilesLines
* use gnulib's base64 module, now that it's sync'd to match this oneJim Meyering2008-05-192-635/+0
* move sha256 and sha512 modules to gnulibJim Meyering2008-05-119-1554/+0
* base64 module: adjust API so it's compatible with gnulib'sBo Borgerson2008-05-052-20/+44
* sha512_process_bytes: fix a bug in processing a buffer where length&64 != 0J. Scott Edwards2008-03-161-1/+1
* Define SHA*_DIGEST_SIZE symbols.Simon Josefsson2008-03-032-0/+4
* Create sha256 and sha512 modules and move files into gl/.Jim Meyering2008-03-029-0/+1550
* Don't depend on gnulib's deprecated "free" module.Jim Meyering2008-03-011-1/+0
* * gl/lib/mgetgroups.c (mgetgroups): Parenthesize correctly.Jim Meyering2008-02-241-1/+1
* * gl/lib/mgetgroups.c: Include <stdlib.h>.Jim Meyering2008-02-241-1/+2
* id: avoid race when a group is added between getgrouplist callsJim Meyering2008-02-221-14/+31
* id: use getgrouplist when possibleJames Youngman2008-02-212-11/+61
* Do not define-away __attribute__ when __STRICT_ANSI__ is set.Jim Meyering2008-01-171-2/+2
* * gl/modules/randread (Depends-on): Remove nonexistent rand-isaac.Paul Eggert2007-11-281-1/+0
* install+SELinux: reduce a 12x performance hit to ~1.5xJim Meyering2007-11-101-0/+3
* Define ENOTSUP, not ENOSYS. Needed on OpenBSD 3.9.Jim Meyering2007-10-282-12/+12
* Reflect 2->3 GPL copyright version update in gnulib.Jim Meyering2007-10-072-11/+9
* Make tempname more random, via the randint module.Jim Meyering2007-10-073-71/+62
* Convert coreutils' rand*.{c,h,m4} into modules.Jim Meyering2007-10-0711-0/+1139
* Copy from gnulib the parts of tempname that we'll modify.Jim Meyering2007-10-073-0/+383
* Adapt to new gnulib naming scheme.Jim Meyering2007-10-045-10/+10
* Move file-set and hash-triple modules to gnulib.Jim Meyering2007-09-276-189/+0
* Use XOR, not OR to combine bits.Jim Meyering2007-09-251-12/+3
* Move functions from copy.c into new modules, since ln needs them, too.Jim Meyering2007-08-236-0/+198
* Update all copyright notices to use the newer form.Jim Meyering2007-07-238-41/+32
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-108-8/+8
* Fix typo in comment.Jim Meyering2007-07-071-1/+1
* setuidgid: set all groups, not just the primary one; mgetgroups: new moduleJim Meyering2007-07-064-0/+136
* * gl/lib/selinux-at.c: Remove a use of HAVE_CONFIG_H.Jim Meyering2007-03-291-3/+1
* New program: chconJim Meyering2007-03-298-0/+325
* * gl/lib/savewd.c: Remove this file, since the savewd_save changeJim Meyering2007-03-211-308/+0
* * gl/lib/acl.c: Remove this file, now that gnulib's version subsumes it.Jim Meyering2007-03-201-426/+0
* Begin adding support for Solaris ZFS (4 entries per trivial ACL)Jim Meyering2007-03-161-8/+28
* Prepare to work on ACL-related failure when using Solaris ZFS.Jim Meyering2007-03-131-0/+406
* Try to fix today's NFS-related failure: Treat ESTALE like EACCES.Jim Meyering2007-03-101-0/+308
* Avoid a used-uninitialized bug for invalid input, i.e., when the sizeJim Meyering2007-01-051-1/+1
* [ChangeLog]Jim Meyering2007-01-042-63/+206
* * gl/lib/base64.c: Copied from gnulib.Jim Meyering2007-01-042-0/+470
* * gl/m4/root-dev-ino.m4: Now that this is part of a real "module",Jim Meyering2006-11-141-2/+1
* Adapt to new version of gnulib-tool.Jim Meyering2006-11-144-0/+126
* remove trailing blanksJim Meyering2006-09-231-3/+3
* * gl/modules/getloadavg.diff: New file. Work around the way the latestJim Meyering2006-09-231-0/+16