Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added missing function prototypes. | Joseph Hunkeler | 2011-04-20 | 1 | -0/+5 |
| | |||||
* | cfg.c now depends on cfg.h | Joseph Hunkeler | 2011-04-19 | 1 | -3/+0 |
| | | | | | duser.c depends on cfg.h Removed cfg prototypes from duser.h | ||||
* | GNU GPLv3 licensing added.testing-pre1c | Joseph Hunkeler | 2011-04-08 | 1 | -0/+20 |
| | |||||
* | Fixed Solaris 10 segfault. If list_path was null, snprintf would write bad ↵ | Joseph Hunkeler | 2011-04-08 | 1 | -6/+4 |
| | | | | data into the filename. While loop in user_cmd() was removed because it was never used as intended. | ||||
* | Command line argument "new" addedtesting-pre1b | Joseph Hunkeler | 2011-04-06 | 1 | -0/+1 |
| | | | | user_new_list() function added | ||||
* | Starting to port to Solaris 10... sigh.testing-pre1a-sol10 | Joseph Hunkeler | 2011-04-06 | 1 | -1/+7 |
| | |||||
* | Added cfg_open(), cfg_get_key(), and cfg_close() | Joseph Hunkeler | 2011-04-05 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | Added configuration file parsing, and removed constants (list_path, LOGFILE). CFG_PATH is defined in duser.h and will need to be changed before compiling. Removed basename in favor of libgen.h Log no longer reports DELETE ALL/SINGLE. Just DELETE. Fixed a ridiculous file truncation mistake in user_del(). Removed dependency on libtre... it sucks. Decided to go with libc searching -- seems to work better. (strfind()) We now validate strings passed as arguments to make sure they cannot cause arbitrary code execution, or accidental damage. (strval()) Added match column to list output. user_add was truncating files... fixed. CMD_FLAG_ADD will verify adding addresses to a mailing list. CMD_FLAG_MOD will display a temporary error (not done) If a corrupt record ever occurs it returns -1. | ||||
* | Fixed bug where (rec = NULL) caused user_del to flip out. | Joseph Hunkeler | 2011-04-03 | 1 | -0/+1 |
| | | | | Adding code to add a user to a list | ||||
* | Working delete-all command "delA" | Joseph Hunkeler | 2011-03-30 | 1 | -14/+8 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2011-03-28 | 1 | -0/+54 |