Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed defines: HAVE_SOLARIS to HAVE_COMPATv1.0.0-stablev1.0.0 | Joseph Hunkeler | 2011-09-16 | 1 | -6/+3 |
| | |||||
* | Moved limits.h precedence | Joseph Hunkeler | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | PATH_MAX is not defined in limits.h (randomly?) so if it is undefined at ↵ | Joseph Hunkeler | 2011-09-16 | 1 | -3/+8 |
| | | | | compile time, it will no longer fail to build. | ||||
* | Part of configure change | Joseph Hunkeler | 2011-09-16 | 1 | -2/+2 |
| | |||||
* | Instead of detecting the host type, you may use --enable-compat instead. | Joseph Hunkeler | 2011-09-16 | 9 | -64/+85 |
| | | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc. | ||||
* | Placeholder | Joseph Hunkeler | 2011-09-16 | 1 | -0/+21 |
| | |||||
* | Modified configure script | Joseph Hunkeler | 2011-08-16 | 2 | -61/+28 |
| | |||||
* | Merge pull request #5 from extrarius/master. | Joseph Hunkeler | 2011-05-03 | 12 | -70/+90 |
|\ | | | | | Various code clean ups to solve potential problems | ||||
| * | Remove config.h from strchrnul.c; not needed | Alan Brault | 2011-05-03 | 6 | -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 uclibc | Alan Brault | 2011-05-03 | 8 | -55/+72 |
| | | | | | | | | and separate the headers. | ||||
* | | Merge pull request #4 from extrarius/master. | Joseph Hunkeler | 2011-05-02 | 16 | -269/+25058 |
|\| | | | | | Additional Cleaning | ||||
| * | Fix Makefile.am bad entry | Alan Brault | 2011-05-02 | 1 | -2/+0 |
| | | |||||
| * | Remove strcasestr() and strchrnul() checks from configure, using ↵ | Alan Brault | 2011-05-02 | 3 | -31/+15 |
| | | | | | | | | libdusercompat.a instead | ||||
| * | Make strcasestr() and strchrnul() into separate compat files | Alan Brault | 2011-05-02 | 16 | -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 Hunkeler | 2011-05-02 | 8 | -47/+84 |
|\| | | | | | Platform sanity checks | ||||
| * | Merge branch 'master' of github.com:extrarius/duser | Alan Brault | 2011-05-02 | 0 | -0/+0 |
| |\ | |||||
| | * | Fucking typo | Alan Brault | 2011-05-02 | 2 | -4/+4 |
| | | | |||||
| * | | Fix spelling mistake: comat.c -> compat.c | Alan Brault | 2011-05-02 | 2 | -4/+4 |
| |/ | |||||
| * | Forgot compat.c for Solaris platforms sigh | Alan Brault | 2011-05-02 | 2 | -4/+7 |
| | | |||||
| * | Add configure checks for strchrnul() and strcasestr() and config.h entries | Alan Brault | 2011-05-02 | 7 | -43/+77 |
| | | | | | | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries | ||||
* | | Merge pull request #2 from extrarius/master. | Joseph Hunkeler | 2011-05-02 | 6 | -31/+122 |
|\| | | | | | More cleanups | ||||
| * | Forgot to define ifdef for HAVE_CONFIG_H sigh | Alan Brault | 2011-05-02 | 1 | -0/+4 |
| | | |||||
| * | Move CFG_PATH out of duser.h and put into configure via --with-config-path | Alan Brault | 2011-05-02 | 6 | -31/+118 |
| | | |||||
* | | Merge pull request #1 from extrarius/master. | Joseph Hunkeler | 2011-05-02 | 32 | -32/+14413 |
|\| | | | | | autotools conversion, 80% complete still needs more checking work | ||||
| * | Add platform detection for Linux vs Solaris | Alan Brault | 2011-05-02 | 7 | -113/+3458 |
| | | |||||
| * | Merge branch 'master' of github.com:extrarius/duser | Alan Brault | 2011-05-02 | 0 | -0/+0 |
| |\ | |||||
| | * | More autotools migration | Alan Brault | 2011-05-02 | 8 | -37/+271 |
| | | | |||||
| * | | More autotools migration | Alan Brault | 2011-05-02 | 12 | -37/+1584 |
| |/ | |||||
| * | Partial autotools conversion to help out Joe | Alan Brault | 2011-05-02 | 23 | -0/+9489 |
|/ | |||||
* | Initial commit | Joseph Hunkeler | 2011-04-22 | 1 | -0/+5 |
| | |||||
* | List format uses define FMTLIST | Joseph Hunkeler | 2011-04-21 | 1 | -1/+1 |
| | |||||
* | -Wextra unsupported by gcc | Joseph Hunkeler | 2011-04-21 | 1 | -1/+1 |
| | |||||
* | Prototype for version() added | Joseph Hunkeler | 2011-04-21 | 1 | -1/+2 |
| | |||||
* | Removed. No static compiling on solaris. | Joseph Hunkeler | 2011-04-21 | 1 | -10/+0 |
| | |||||
* | Utilizing static progname variable. Local variables removed from functions ↵ | Joseph Hunkeler | 2011-04-21 | 2 | -6/+20 |
| | | | | that used it. Added version(). | ||||
* | Removed duser.h from source list | Joseph Hunkeler | 2011-04-21 | 3 | -5/+5 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2011-04-21 | 1 | -0/+8 |
| | |||||
* | Added license header | Joseph Hunkeler | 2011-04-20 | 1 | -0/+20 |
| | |||||
* | Added license header | Joseph Hunkeler | 2011-04-20 | 1 | -0/+20 |
| | |||||
* | Added missing function prototypes. | Joseph Hunkeler | 2011-04-20 | 1 | -0/+5 |
| | |||||
* | Moved most functions into other source files. | Joseph Hunkeler | 2011-04-20 | 1 | -590/+0 |
| | |||||
* | Initial commit. For static compiling. | Joseph Hunkeler | 2011-04-20 | 2 | -0/+21 |
| | |||||
* | Stripped binaries | Joseph Hunkeler | 2011-04-20 | 2 | -5/+5 |
| | |||||
* | Initial commit after breaking up duser.c into more chunks. | Joseph Hunkeler | 2011-04-20 | 2 | -0/+632 |
| | |||||
* | Added 'AUTHORS' | Joseph Hunkeler | 2011-04-20 | 1 | -0/+1 |
| | |||||
* | 'status' will return the failure of access() now | Joseph Hunkeler | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | cfg.c now depends on cfg.h | Joseph Hunkeler | 2011-04-19 | 4 | -5/+6 |
| | | | | | duser.c depends on cfg.h Removed cfg prototypes from duser.h | ||||
* | Initial commit | Joseph Hunkeler | 2011-04-19 | 2 | -0/+92 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2011-04-19 | 1 | -0/+26 |
| | |||||
* | Added clean | Joseph Hunkeler | 2011-04-19 | 1 | -1/+3 |
| |