aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version increment 1.1Joseph Hunkeler2012-05-251-1/+1
* Added prototype for __basenameJoseph Hunkeler2012-05-251-0/+1
* Added home-rolled __basename to replace dependency on libgen XPGJoseph Hunkeler2012-05-251-0/+6
* * Fixed bug: If the line index and the record index equaled zero, the index w...Joseph Hunkeler2012-05-251-23/+21
* Removed pcre dep. Wasn't going to work out anyway.Joseph Hunkeler2012-05-251-1/+1
* Removed pcreJoseph Hunkeler2012-05-251-20/+0
* Added touch function.Joseph Hunkeler2012-05-251-1/+22
* Added touch functionJoseph Hunkeler2012-05-251-2/+0
* Removed _GNU_SOURCE define. Makefile takes care of this.Joseph Hunkeler2012-05-251-2/+0
* NEW and MOD are not functional, so therefore disabledJoseph Hunkeler2012-05-251-4/+11
* Added prototypesJoseph Hunkeler2012-05-251-0/+6
* Initial work on creating lists (properly), but it does not function yet.Joseph Hunkeler2012-05-251-2/+124
* Added mklist.cJoseph Hunkeler2012-05-251-3/+5
* Added mklist.cJoseph Hunkeler2012-05-251-2/+3
* Appended .conf to duser config fileJoseph Hunkeler2012-05-252-2/+2
* Changed defines: HAVE_SOLARIS to HAVE_COMPATJoseph Hunkeler2012-05-251-6/+3
* Moved limits.h precedenceJoseph Hunkeler2012-05-251-1/+1
* PATH_MAX is not defined in limits.h (randomly?) so if it is undefined at comp...Joseph Hunkeler2012-05-251-3/+8
* Part of configure changeJoseph Hunkeler2012-05-251-2/+2
* Instead of detecting the host type, you may use --enable-compat instead.Joseph Hunkeler2012-05-259-64/+85
* PlaceholderJoseph Hunkeler2012-05-251-0/+21
* Modified configure scriptJoseph Hunkeler2012-05-252-61/+28
* Remove strcasestr() and strchrnul() checks from configure, using libdusercomp...Alan Brault2012-05-2516-103/+105
* Initial commitJoseph Hunkeler2012-05-2536-69/+39390
* List format uses define FMTLISTJoseph Hunkeler2012-05-251-1/+1
* -Wextra unsupported by gccJoseph Hunkeler2012-05-251-1/+1
* Prototype for version() addedJoseph Hunkeler2012-05-251-1/+2
* Removed. No static compiling on solaris.Joseph Hunkeler2012-05-251-10/+0
* Utilizing static progname variable. Local variables removed from functions t...Joseph Hunkeler2012-05-252-6/+20
* Removed duser.h from source listJoseph Hunkeler2012-05-253-5/+5
* Initial commitJoseph Hunkeler2012-05-251-0/+8
* Added license headerJoseph Hunkeler2012-05-251-0/+20
* Added license headerJoseph Hunkeler2012-05-251-0/+20
* Added missing function prototypes.Joseph Hunkeler2012-05-251-0/+5
* Moved most functions into other source files.Joseph Hunkeler2012-05-251-590/+0
* Initial commit. For static compiling.Joseph Hunkeler2012-05-252-0/+21
* Stripped binariesJoseph Hunkeler2012-05-252-5/+5
* Initial commit after breaking up duser.c into more chunks.Joseph Hunkeler2012-05-252-0/+632
* Added 'AUTHORS'Joseph Hunkeler2012-05-251-0/+1
* 'status' will return the failure of access() nowJoseph Hunkeler2012-05-251-1/+1
* cfg.c now depends on cfg.hJoseph Hunkeler2012-05-254-5/+6
* Initial commitJoseph Hunkeler2012-05-252-0/+92
* Initial commitJoseph Hunkeler2012-05-251-0/+26
* Added cleanJoseph Hunkeler2012-05-251-1/+3
* This will build on Solaris >10Joseph Hunkeler2012-05-251-0/+10
* GNU GPLv3 licensing added.Joseph Hunkeler2012-05-255-0/+755
* Fixed Solaris 10 segfault. If list_path was null, snprintf would write bad d...Joseph Hunkeler2012-05-252-64/+90
* Debugging disabledJoseph Hunkeler2012-05-252-5/+9
* Command line argument "new" addedJoseph Hunkeler2012-05-252-1/+70
* Starting to port to Solaris 10... sigh.Joseph Hunkeler2012-05-252-1/+25