Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version increment 1.1 | Joseph Hunkeler | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | Added prototype for __basename | Joseph Hunkeler | 2012-05-25 | 1 | -0/+1 |
| | |||||
* | Added home-rolled __basename to replace dependency on libgen XPG | Joseph Hunkeler | 2012-05-25 | 1 | -0/+6 |
| | |||||
* | * Fixed bug: If the line index and the record index equaled zero, the index ↵ | Joseph Hunkeler | 2012-05-25 | 1 | -23/+21 |
| | | | | | | would not increment. It no longer t runcates files with 'del' or 'delA' if the user was on the first line of the file. | ||||
* | Removed pcre dep. Wasn't going to work out anyway. | Joseph Hunkeler | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | Removed pcre | Joseph Hunkeler | 2012-05-25 | 1 | -20/+0 |
| | |||||
* | Added touch function. | Joseph Hunkeler | 2012-05-25 | 1 | -1/+22 |
| | |||||
* | Added touch function | Joseph Hunkeler | 2012-05-25 | 1 | -2/+0 |
| | |||||
* | Removed _GNU_SOURCE define. Makefile takes care of this. | Joseph Hunkeler | 2012-05-25 | 1 | -2/+0 |
| | |||||
* | NEW and MOD are not functional, so therefore disabled | Joseph Hunkeler | 2012-05-25 | 1 | -4/+11 |
| | |||||
* | Added prototypes | Joseph Hunkeler | 2012-05-25 | 1 | -0/+6 |
| | |||||
* | Initial work on creating lists (properly), but it does not function yet. | Joseph Hunkeler | 2012-05-25 | 1 | -2/+124 |
| | |||||
* | Added mklist.c | Joseph Hunkeler | 2012-05-25 | 1 | -3/+5 |
| | |||||
* | Added mklist.c | Joseph Hunkeler | 2012-05-25 | 1 | -2/+3 |
| | |||||
* | Appended .conf to duser config file | Joseph Hunkeler | 2012-05-25 | 2 | -2/+2 |
| | |||||
* | Changed defines: HAVE_SOLARIS to HAVE_COMPAT | Joseph Hunkeler | 2012-05-25 | 1 | -6/+3 |
| | |||||
* | Moved limits.h precedence | Joseph Hunkeler | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | PATH_MAX is not defined in limits.h (randomly?) so if it is undefined at ↵ | Joseph Hunkeler | 2012-05-25 | 1 | -3/+8 |
| | | | | compile time, it will no longer fail to build. | ||||
* | Part of configure change | Joseph Hunkeler | 2012-05-25 | 1 | -2/+2 |
| | |||||
* | Instead of detecting the host type, you may use --enable-compat instead. | Joseph Hunkeler | 2012-05-25 | 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 | 2012-05-25 | 1 | -0/+21 |
| | |||||
* | Modified configure script | Joseph Hunkeler | 2012-05-25 | 2 | -61/+28 |
| | |||||
* | Remove strcasestr() and strchrnul() checks from configure, using ↵ | Alan Brault | 2012-05-25 | 16 | -103/+105 |
| | | | | | | | | | | | | | libdusercompat.a instead Fix Makefile.am bad entry Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc and separate the headers. Remove config.h from strchrnul.c; not needed Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink() | ||||
* | Initial commit | Joseph Hunkeler | 2012-05-25 | 36 | -69/+39390 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial autotools conversion to help out Joe More autotools migration More autotools migration Add platform detection for Linux vs Solaris Move CFG_PATH out of duser.h and put into configure via --with-config-path Forgot to define ifdef for HAVE_CONFIG_H sigh Add configure checks for strchrnul() and strcasestr() and config.h entries Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries Forgot compat.c for Solaris platforms sigh Fix spelling mistake: comat.c -> compat.c Fixed typo Make strcasestr() and strchrnul() into separate compat files Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a) | ||||
* | List format uses define FMTLIST | Joseph Hunkeler | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | -Wextra unsupported by gcc | Joseph Hunkeler | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | Prototype for version() added | Joseph Hunkeler | 2012-05-25 | 1 | -1/+2 |
| | |||||
* | Removed. No static compiling on solaris. | Joseph Hunkeler | 2012-05-25 | 1 | -10/+0 |
| | |||||
* | Utilizing static progname variable. Local variables removed from functions ↵ | Joseph Hunkeler | 2012-05-25 | 2 | -6/+20 |
| | | | | that used it. Added version(). | ||||
* | Removed duser.h from source list | Joseph Hunkeler | 2012-05-25 | 3 | -5/+5 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2012-05-25 | 1 | -0/+8 |
| | |||||
* | Added license header | Joseph Hunkeler | 2012-05-25 | 1 | -0/+20 |
| | |||||
* | Added license header | Joseph Hunkeler | 2012-05-25 | 1 | -0/+20 |
| | |||||
* | Added missing function prototypes. | Joseph Hunkeler | 2012-05-25 | 1 | -0/+5 |
| | |||||
* | Moved most functions into other source files. | Joseph Hunkeler | 2012-05-25 | 1 | -590/+0 |
| | |||||
* | Initial commit. For static compiling. | Joseph Hunkeler | 2012-05-25 | 2 | -0/+21 |
| | |||||
* | Stripped binaries | Joseph Hunkeler | 2012-05-25 | 2 | -5/+5 |
| | |||||
* | Initial commit after breaking up duser.c into more chunks. | Joseph Hunkeler | 2012-05-25 | 2 | -0/+632 |
| | |||||
* | Added 'AUTHORS' | Joseph Hunkeler | 2012-05-25 | 1 | -0/+1 |
| | |||||
* | 'status' will return the failure of access() now | Joseph Hunkeler | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | cfg.c now depends on cfg.h | Joseph Hunkeler | 2012-05-25 | 4 | -5/+6 |
| | | | | | duser.c depends on cfg.h Removed cfg prototypes from duser.h | ||||
* | Initial commit | Joseph Hunkeler | 2012-05-25 | 2 | -0/+92 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2012-05-25 | 1 | -0/+26 |
| | |||||
* | Added clean | Joseph Hunkeler | 2012-05-25 | 1 | -1/+3 |
| | |||||
* | This will build on Solaris >10 | Joseph Hunkeler | 2012-05-25 | 1 | -0/+10 |
| | |||||
* | GNU GPLv3 licensing added. | Joseph Hunkeler | 2012-05-25 | 5 | -0/+755 |
| | |||||
* | Fixed Solaris 10 segfault. If list_path was null, snprintf would write bad ↵ | Joseph Hunkeler | 2012-05-25 | 2 | -64/+90 |
| | | | | data into the filename. While loop in user_cmd() was removed because it was never used as intended. | ||||
* | Debugging disabled | Joseph Hunkeler | 2012-05-25 | 2 | -5/+9 |
| | | | | Program name is now global | ||||
* | Command line argument "new" added | Joseph Hunkeler | 2012-05-25 | 2 | -1/+70 |
| | | | | user_new_list() function added | ||||
* | Starting to port to Solaris 10... sigh. | Joseph Hunkeler | 2012-05-25 | 2 | -1/+25 |
| |