aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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 t...Joseph Hunkeler2011-04-212-6/+20
* 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
* Initial commitJoseph Hunkeler2011-04-192-0/+92
* Initial commitJoseph Hunkeler2011-04-191-0/+26
* Added cleanJoseph Hunkeler2011-04-191-1/+3
* This will build on Solaris >10Joseph Hunkeler2011-04-191-0/+10
* GNU GPLv3 licensing added.testing-pre1cJoseph Hunkeler2011-04-085-0/+755
* Fixed Solaris 10 segfault. If list_path was null, snprintf would write bad d...Joseph Hunkeler2011-04-082-64/+90
* Debugging disabledJoseph Hunkeler2011-04-062-5/+9
* Command line argument "new" addedtesting-pre1bJoseph Hunkeler2011-04-062-1/+70
* Starting to port to Solaris 10... sigh.testing-pre1a-sol10Joseph Hunkeler2011-04-062-1/+25
* Removed include for <tre/regex.h>testing-pre1aJoseph Hunkeler2011-04-061-1/+0
* Initial committesting-pre1Joseph Hunkeler2011-04-051-0/+66
* Added cfg_open(), cfg_get_key(), and cfg_close()Joseph Hunkeler2011-04-053-49/+159
* Removed libtre dependencyJoseph Hunkeler2011-04-051-2/+2
* Uniformed errors now.Joseph Hunkeler2011-04-041-11/+21
* Fixed bug where (rec = NULL) caused user_del to flip out.Joseph Hunkeler2011-04-032-2/+21
* List deletion activeJoseph Hunkeler2011-03-301-3/+51
* Working delete-all command "delA"Joseph Hunkeler2011-03-303-164/+259
* Added log.c and duser.hJoseph Hunkeler2011-03-291-1/+1
* Deletion code is now working. Original file is replaced with temp dataJoseph Hunkeler2011-03-281-56/+78
* Initial commitJoseph Hunkeler2011-03-282-0/+106
* Removing getopt and writing my own damn argument parser. I'm so sick of its ...Joseph Hunkeler2011-03-271-56/+157
* user_del is now capable of removing text from the temp files.Joseph Hunkeler2011-03-251-10/+13
* Need to work around writing as binary. Otherwise almost functional.Joseph Hunkeler2011-03-251-7/+9
* Debug configJoseph Hunkeler2011-03-241-1/+1
* Adding user_del and testing temporary file usageJoseph Hunkeler2011-03-241-20/+203
* Initial commitJoseph Hunkeler2011-03-232-0/+167