aboutsummaryrefslogtreecommitdiff
path: root/src/netnuke.c
Commit message (Collapse)AuthorAgeFilesLines
* Added missing mutex init/destroy (should have crashed, but never did...)Joseph Hunkeler2010-12-071-0/+2
|
* Transition to fcntl.h for I/OJoseph Hunkeler2010-12-061-3/+4
|
* Implementing --ignore flag (not working right now)Joseph Hunkeler2010-12-051-11/+31
|
* Merge branch 'master' of git://github.com/jhunkeler/NetNukeJoseph Hunkeler2010-12-041-7/+25
|\
| * fixed bad mallocJoseph Hunkeler2010-12-041-7/+25
| | | | | | | | added --help argument
* | Implementing sysfs SCSI scaningJoseph Hunkeler2010-12-041-1/+2
|/
* Added --list argument to display devices then exit.Joseph Hunkeler2010-12-021-9/+41
| | | | | | Implemented --ignore-first (probably a little buggy). For now, write messages only appear with --verbose set. Removed a few debug messages.
* Now checks for non-root users and SUID operation.Joseph Hunkeler2010-12-021-3/+24
| | | | Added block-size argument.
* Added command line argument to enable logging.Joseph Hunkeler2010-12-011-2/+7
| | | | | Added command line argument to allow NetNuke to destroy data. Fixed logging.
* Created logging_flag variable to handle writing COM calls to a file.Joseph Hunkeler2010-12-011-0/+1
| | | | There is not argument parsing enabled for this yet.
* Modified directory structureJoseph Hunkeler2010-11-301-0/+226