Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 comp... | Joseph Hunkeler | 2012-05-25 | 1 | -3/+8 |
* | 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 |
* | 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 libdusercomp... | Alan Brault | 2012-05-25 | 16 | -103/+105 |
* | Initial commit | Joseph Hunkeler | 2012-05-25 | 36 | -69/+39390 |
* | 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 t... | Joseph Hunkeler | 2012-05-25 | 2 | -6/+20 |
* | 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 |
* | 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 d... | Joseph Hunkeler | 2012-05-25 | 2 | -64/+90 |
* | Debugging disabled | Joseph Hunkeler | 2012-05-25 | 2 | -5/+9 |
* | Command line argument "new" added | Joseph Hunkeler | 2012-05-25 | 2 | -1/+70 |
* | Starting to port to Solaris 10... sigh. | Joseph Hunkeler | 2012-05-25 | 2 | -1/+25 |
* | Removed include for <tre/regex.h> | Joseph Hunkeler | 2012-05-25 | 1 | -1/+0 |
* | Initial commit | Joseph Hunkeler | 2012-05-25 | 1 | -0/+66 |
* | Added cfg_open(), cfg_get_key(), and cfg_close() | Joseph Hunkeler | 2012-05-25 | 3 | -49/+159 |
* | Removed libtre dependency | Joseph Hunkeler | 2012-05-25 | 1 | -2/+2 |
* | Uniformed errors now. | Joseph Hunkeler | 2012-05-25 | 1 | -11/+21 |
* | Fixed bug where (rec = NULL) caused user_del to flip out. | Joseph Hunkeler | 2012-05-25 | 2 | -2/+21 |
* | List deletion active | Joseph Hunkeler | 2012-05-25 | 1 | -3/+51 |
* | Working delete-all command "delA" | Joseph Hunkeler | 2012-05-25 | 3 | -164/+259 |
* | Added log.c and duser.h | Joseph Hunkeler | 2012-05-25 | 1 | -1/+1 |
* | Deletion code is now working. Original file is replaced with temp data | Joseph Hunkeler | 2012-05-25 | 1 | -56/+78 |
* | Initial commit | Joseph Hunkeler | 2012-05-25 | 2 | -0/+106 |
* | Removing getopt | Joseph Hunkeler | 2012-05-25 | 1 | -56/+157 |
* | user_del is now capable of removing text from the temp files. | Joseph Hunkeler | 2011-03-25 | 1 | -10/+13 |
* | Need to work around writing as binary. Otherwise almost functional. | Joseph Hunkeler | 2011-03-25 | 1 | -7/+9 |