aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changed defines: HAVE_SOLARIS to HAVE_COMPATv1.0.0-stablev1.0.0Joseph Hunkeler2011-09-161-6/+3
|
* Moved limits.h precedenceJoseph Hunkeler2011-09-161-1/+1
|
* PATH_MAX is not defined in limits.h (randomly?) so if it is undefined at ↵Joseph Hunkeler2011-09-161-3/+8
| | | | compile time, it will no longer fail to build.
* Part of configure changeJoseph Hunkeler2011-09-161-2/+2
|
* Instead of detecting the host type, you may use --enable-compat instead.Joseph Hunkeler2011-09-169-64/+85
| | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc.
* PlaceholderJoseph Hunkeler2011-09-161-0/+21
|
* Modified configure scriptJoseph Hunkeler2011-08-162-61/+28
|
* Merge pull request #5 from extrarius/master.Joseph Hunkeler2011-05-0312-70/+90
|\ | | | | Various code clean ups to solve potential problems
| * Remove config.h from strchrnul.c; not neededAlan Brault2011-05-036-16/+19
| | | | | | | | | | Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink()
| * Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibcAlan Brault2011-05-038-55/+72
| | | | | | | | and separate the headers.
* | Merge pull request #4 from extrarius/master.Joseph Hunkeler2011-05-0216-269/+25058
|\| | | | | Additional Cleaning
| * Fix Makefile.am bad entryAlan Brault2011-05-021-2/+0
| |
| * Remove strcasestr() and strchrnul() checks from configure, using ↵Alan Brault2011-05-023-31/+15
| | | | | | | | libdusercompat.a instead
| * Make strcasestr() and strchrnul() into separate compat filesAlan Brault2011-05-0216-252/+25059
| | | | | | | | | | | | Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a)
* | Merge pull request #3 from extrarius/master.Joseph Hunkeler2011-05-028-47/+84
|\| | | | | Platform sanity checks
| * Merge branch 'master' of github.com:extrarius/duserAlan Brault2011-05-020-0/+0
| |\
| | * Fucking typoAlan Brault2011-05-022-4/+4
| | |
| * | Fix spelling mistake: comat.c -> compat.cAlan Brault2011-05-022-4/+4
| |/
| * Forgot compat.c for Solaris platforms sighAlan Brault2011-05-022-4/+7
| |
| * Add configure checks for strchrnul() and strcasestr() and config.h entriesAlan Brault2011-05-027-43/+77
| | | | | | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries
* | Merge pull request #2 from extrarius/master.Joseph Hunkeler2011-05-026-31/+122
|\| | | | | More cleanups
| * Forgot to define ifdef for HAVE_CONFIG_H sighAlan Brault2011-05-021-0/+4
| |
| * Move CFG_PATH out of duser.h and put into configure via --with-config-pathAlan Brault2011-05-026-31/+118
| |
* | Merge pull request #1 from extrarius/master.Joseph Hunkeler2011-05-0232-32/+14413
|\| | | | | autotools conversion, 80% complete still needs more checking work
| * Add platform detection for Linux vs SolarisAlan Brault2011-05-027-113/+3458
| |
| * Merge branch 'master' of github.com:extrarius/duserAlan Brault2011-05-020-0/+0
| |\
| | * More autotools migrationAlan Brault2011-05-028-37/+271
| | |
| * | More autotools migrationAlan Brault2011-05-0212-37/+1584
| |/
| * Partial autotools conversion to help out JoeAlan Brault2011-05-0223-0/+9489
|/
* Initial commitJoseph Hunkeler2011-04-221-0/+5
|
* List format uses define FMTLISTJoseph Hunkeler2011-04-211-1/+1
|
* -Wextra unsupported by gccJoseph Hunkeler2011-04-211-1/+1
|
* Prototype for version() addedJoseph Hunkeler2011-04-211-1/+2
|
* Removed. No static compiling on solaris.Joseph Hunkeler2011-04-211-10/+0
|
* Utilizing static progname variable. Local variables removed from functions ↵Joseph Hunkeler2011-04-212-6/+20
| | | | that used it. Added version().
* Removed duser.h from source listJoseph Hunkeler2011-04-213-5/+5
|
* Initial commitJoseph Hunkeler2011-04-211-0/+8
|
* Added license headerJoseph Hunkeler2011-04-201-0/+20
|
* Added license headerJoseph Hunkeler2011-04-201-0/+20
|
* Added missing function prototypes.Joseph Hunkeler2011-04-201-0/+5
|
* Moved most functions into other source files.Joseph Hunkeler2011-04-201-590/+0
|
* Initial commit. For static compiling.Joseph Hunkeler2011-04-202-0/+21
|
* Stripped binariesJoseph Hunkeler2011-04-202-5/+5
|
* Initial commit after breaking up duser.c into more chunks.Joseph Hunkeler2011-04-202-0/+632
|
* Added 'AUTHORS'Joseph Hunkeler2011-04-201-0/+1
|
* 'status' will return the failure of access() nowJoseph Hunkeler2011-04-191-1/+1
|
* cfg.c now depends on cfg.hJoseph Hunkeler2011-04-194-5/+6
| | | | | duser.c depends on cfg.h Removed cfg prototypes from duser.h
* Initial commitJoseph Hunkeler2011-04-192-0/+92
|
* Initial commitJoseph Hunkeler2011-04-191-0/+26
|
* Added cleanJoseph Hunkeler2011-04-191-1/+3
|