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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379
|
2010-04-22 17:56 c4chris
* rpcfilter.c: Fix build on alpha Linux.
2010-04-21 17:21 c4chris
* ChangeLog: Add ChangeLog file.
2009-04-21 07:42 c4chris
* nfswatch.c, pktfilter.c: Fix compile on non-Linux (patch from
Helen Chao).
2009-04-15 18:26 c4chris
* README: Convert to utf8.
2009-04-15 18:21 c4chris
* netaddr.c: Add TODO item about broken strict aliasing rule.
2009-04-15 17:43 c4chris
* nfswatch.spec: Update changelog.
2009-04-15 17:40 c4chris
* README, nfswatch.spec: Bump version number to 4.99.10.
2009-02-18 13:24 c4chris
* nfswatch.c: Add TODO item, count by interface.
2009-02-03 13:51 c4chris
* externs.h, linux.c, nfswatch.c, pktfilter.c: Introduce
pkt_filter_sll() and use it.
2009-02-02 20:14 c4chris
* nfswatch.c: Print friendlier message.
2009-02-02 20:10 c4chris
* linux.c: Attempt to properly grok LINUX_SLL packets.
2009-02-02 00:33 c4chris
* Makefile, externs.h, linux.c, nfswatch.c, nfswatch.h, util.c: Use
the pcap library for Linux. Still need to grok the LINUX_SLL
link type...
2008-12-11 15:46 c4chris
* netaddr.c, rpcfilter.c: Add TODO items.
2007-05-25 16:41 c4chris
* nfswatch.spec: Update changelog.
2007-05-25 16:40 c4chris
* README, nfswatch.h, nfswatch.spec: Bump version number to 4.99.9.
2007-05-18 18:03 c4chris
* rpcfilter.c: Do not handle the second argument of RENAME3 and
LINK3, as it doesn't seem to work anyway.
2007-03-28 23:50 c4chris
* parsenfsfh.c: Add missing include to use ntohl().
2007-03-28 23:43 c4chris
* parsenfsfh.c, rpcfilter.c, util.c: Improve filehandle decoding on
Linux.
2007-03-28 17:39 c4chris
* util.c: Exclude known non-exports instead of guessing exports.
2007-03-28 16:45 c4chris
* rpcfilter.c: Handle more Linux filehandle's fsid_type.
2007-03-13 14:27 c4chris
* nfswatch.spec: Update changelog.
2007-03-13 14:25 c4chris
* nfswatch.h, nfswatch.spec: Bump version number to 4.99.8.
2007-03-13 14:18 c4chris
* README: Bring README file up to date.
2007-03-12 19:32 c4chris
* dlpi.c: More careful parsing of device name and instance number.
2007-03-12 18:03 c4chris
* parsenfsfh.c: Handle more Linux filehandle's fsid_type.
2007-01-30 15:59 c4chris
* nfswatch.spec: Update changelog.
2007-01-30 15:47 c4chris
* nfswatch.h, nfswatch.spec: Bump version number to 4.99.7.
2007-01-30 15:44 c4chris
* nfswatch.spec: Use updated install target of Makefile.
2007-01-30 15:41 c4chris
* Makefile: Put in system binaries.
2007-01-30 15:37 c4chris
* Makefile: Render Makefile a bit more Linux friendly.
2006-12-20 16:15 c4chris
* Makefile, externs.h, logfile.c, nfswatch.c, nfswatch.h,
rpcfilter.c, screen.c, util.c: Add Nick Williams's patch to make
the per-procedure statistics work for NFSv3.
2006-06-14 13:30 c4chris
* nfswatch.spec: Update changelog.
2006-06-14 13:21 c4chris
* nfswatch.h, nfswatch.spec: Bump version number to 4.99.6.
2006-06-14 12:50 c4chris
* Makefile, rpcdefs.h, rpcfilter.c, rpcutil.c, sgi.map.h, xdr.c:
Fix to get things to compile on IRIX6.
2006-06-13 15:22 c4chris
* rpcutil.c: Solaris has one additional field in struct xp_ops.
2006-06-13 15:14 c4chris
* dlpi.c: The alarm call cannot return an error.
2006-06-13 15:12 c4chris
* dlpi.c: Remove unused parameter.
2006-06-13 15:10 c4chris
* dlpi.c: Fix signed vs unsigned comparison warnings.
2006-06-13 11:16 c4chris
* Makefile, externs.h, nfswatch.c, pktfilter.c, rpcfilter.c,
util.c: Cleanup unused parameters.
2006-06-13 10:47 c4chris
* netaddr.c, pktfilter.c: Fix signed vs unsigned comparison
warning.
2006-06-13 10:41 c4chris
* nfswatch.h, rpcfilter.c: Fix way to handle long usernames.
2006-06-12 23:12 c4chris
* rpcutil.c: Avoid warning about type-punned pointer.
2005-12-06 13:09 c4chris
* rpcfilter.c: Special case empty filehandle in LINK3.
2005-12-05 15:34 c4chris
* rpcfilter.c: Special case empty filehandle in RENAME3.
2005-11-29 21:45 c4chris
* screen.c: Fix 32bit-ism.
2005-11-22 23:11 c4chris
* nfswatch.spec: Update changelog.
2005-11-21 19:07 c4chris
* nfswatch.h, nfswatch.spec: Bump version number to 4.99.5.
2005-11-21 17:54 c4chris
* Makefile, os.h, rpcdefs.h, rpcfilter.c, xdr.c: Allow to build on
older (5.7 and below) Solaris.
2005-11-21 15:41 c4chris
* dlpi.c, nfswatch.c: Allow 64-bit compiles on Solaris.
2005-11-21 14:46 c4chris
* externs.h, linux.c, nfswatch.c, os.h, pktfilter.c, rpcfilter.c,
screen.c, xdr.c: Cleanup some GCC warning messages on Linux.
2005-11-16 16:01 c4chris
* pktfilter.c: Attempt to grab NFS over TCP.
2005-07-19 16:53 c4chris
* logfile.c: Enable screendumps in ncurses.
2005-07-19 15:27 c4chris
* rpcfilter.c: Print more debug info when length is strange.
2005-07-19 15:10 c4chris
* nfslogsum.c, nfswatch.h, rpcfilter.c, util.c: Display portmap
instead of NIS.
2005-07-19 15:03 c4chris
* externs.h, nfswatch.c, pktfilter.c, rpcdefs.h, rpcfilter.c: Add
and use call to portmapper.
2005-07-19 14:59 c4chris
* screen.c, screen.h, util.c: Provide wider interval column.
2005-07-12 23:39 c4chris
* nfswatch.spec: Update changelog.
2005-07-12 23:28 c4chris
* nfswatch.h, nfswatch.spec: Bump version number to 4.99.4.
2005-07-12 23:25 c4chris
* parsenfsfh.c: Handle linux in Parse_fh().
2005-07-12 23:24 c4chris
* screen.c: Fix total NFS packets count.
2005-06-02 15:36 c4chris
* nfswatch.spec: Update changelog.
2005-06-02 15:32 c4chris
* nfswatch.h, nfswatch.spec: Bump version number to 4.99.3.
2005-06-02 15:22 c4chris
* util.c: Add xfs to the list of recognized filesystems.
2005-04-22 17:53 c4chris
* nfswatch.spec: Update changelog.
2005-04-22 17:50 c4chris
* nfswatch.h, nfswatch.spec: Bump version number to 4.99.2.
2005-04-22 17:46 c4chris
* nfswatch.spec: Fix spec file for Fedora Extras.
2005-04-22 17:30 c4chris
* Makefile: Handle RPM_OPT_FLAGS in Makefile.
2005-02-25 22:54 c4chris
* rpcfilter.c, rpcutil.c, xdr.c: Add a few comments.
2005-02-25 17:49 c4chris
* nfswatch.spec: Update changelog.
2005-02-25 17:43 c4chris
* nfswatch.h, nfswatch.spec: Bump version number to 4.99.1.
2005-02-25 17:34 c4chris
* nfswatch.h, util.c: Fix c_proc size in a couple structures.
2005-02-25 16:14 c4chris
* nfswatch.8: Add Linux info to man page.
2005-02-25 15:09 c4chris
* rpcutil.c: Fix xdr_callmsg usage on 64-bit Linux.
2005-02-25 10:52 c4chris
* linux.map.h, netaddr.c, parsenfsfh.c, rpcfilter.c, util.c: Parse
NFS file handles in Linux.
2005-02-23 23:50 c4chris
* linux.map.h, nfswatch.c, nfswatch.h, rpcdefs.h, rpcfilter.c,
screen.c, util.c: Get NFS3 to compile on Linux. Cleanup a bit.
2005-02-23 22:41 c4chris
* Makefile, externs.h, rpcdefs.h, rpcfilter.c, xdr.c: Finish NFS3
setup for Solaris.
2005-02-23 16:11 c4chris
* externs.h, nfswatch.c, nfswatch.h, rpcdefs.h, rpcfilter.c,
screen.c, util.c, xdr.c: Started crude hack to get NFS3 working
on Solaris.
2005-02-07 19:21 c4chris
* linux.map.h, nfslogsum.c, nfswatch.h, osf.map.h, pktfilter.c,
rpcfilter.c, sgi.map.h, ultrix.map.h, util.c: Start work on
NFSv3. Remove ND (Sun's network disk) stuff.
2005-02-06 17:05 c4chris
* nfswatch.spec: Fix pasto in nfswatch.spec.
2005-02-06 17:00 c4chris
* LICENSE, nfswatch.h: Add LICENSE file.
2005-02-06 16:56 c4chris
* nfswatch.spec: Add nfswatch.spec.
2005-02-02 11:23 c4chris
* pktfilter.c: Remove leftover debug fprintf.
2005-02-02 00:30 c4chris
* dlpi.c, externs.h, linux.map.h, nfswatch.c, pktfilter.c,
rpcdefs.h, rpcfilter.c, rpcutil.c, screen.c, util.c, xdr.c: Get a
clean compile on Solaris 9.
2005-02-01 22:38 c4chris
* util.c: Remove malloc() declaration.
2005-02-01 19:06 c4chris
* Makefile, dlpi.c, externs.h, ipports.h, logfile.c, netaddr.c,
nfsfh.h, nfslogsum.8, nfslogsum.c, nfswatch.8, nfswatch.c,
nfswatch.h, nit.c, os.h, osf.map.h, parsenfsfh.c, pfilt.c,
pktfilter.c, rpcdefs.h, rpcfilter.c, rpcutil.c, screen.c,
screen.h, sgi.map.h, snoop.c, ultrix.map.h, util.c, xdr.c,
linux.c, linux.map.h: Hack with an axe so that it compiles and
runs on Linux.
2005-02-01 18:40 c4chris
* Makefile, README, dlpi.c, externs.h, fhandle_layouts, ipports.h,
logfile.c, netaddr.c, nfsfh.h, nfslogsum.8, nfslogsum.c,
nfswatch.8, nfswatch.c, nfswatch.h, nit.c, os.h, osf.map.h,
parsenfsfh.c, pfilt.c, pfopen.c, pktfilter.c, rpcdefs.h,
rpcfilter.c, rpcutil.c, screen.c, screen.h, sgi.map.h, snoop.c,
ultrix.map.h, util.c, xdr.c: Hmmph. Moving files around...
|