1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
2001-10-19 Dirk Jagdmann <doj@cubic.org>
* Makefile.in: updated version number
* scsiadd.c (scsiadd): updated webpage
* scsiadd.8: updated webpage
2001-02-16 Dirk Jagdmann <doj@cubic.org>
* scsiadd.c (main): deleted "f" optinos from getopt()
2001-02-02 Dirk Jagdmann <doj@cubic.org>
* scsiadd.8: updates
* INSTALL: deleted remarks about c++
(scsiadd): checking is removed completly, scsiadd is c code again
2000-10-15 Dirk Jagdmann <doj@cubic.org>
* Makefile ($(EXE)): executable is stripped after build
* scsiadd.cc: the program is now c++ code
(scsiadd): the device ID is checked against possibly dangerous actions
(scsiadd): when removing a device it must already be managed
2000-10-04 Dirk Jagdmann <doj@cubic.org>
* scsiadd.c: added -f parameter
* Makefile.in: fixed installation of man page
2000-10-02 Dirk Jagdmann <doj@cubic.org>
* Makefile.in: added dist target
* scsiadd.c (main): fixed getopt and SCAN mode
2000-08-26 Dirk Jagdmann <doj@cubic.org>
* scsiadd.c (main): program now supports setuid(root)
2000-08-25 Dirk Jagdmann <doj@cubic.org>
* added man page
2000-08-24 Dirk Jagdmann <doj@cubic.org>
* added autoconf scripts
2000-08-24 Dirk Jagdmann <doj@cubic.org>
* commented out the perror when fclose fails
2000-08-23 Dirk Jagdmann <doj@cubic.org>
* added new parameter -p
|