~ubuntu-branches/ubuntu/lucid/ltspfs/lucid

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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
------------------------------------------------------------
revno: 61
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Thu 2008-06-26 09:33:50 -0700
message:
  version 0.5.3
------------------------------------------------------------
revno: 60
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Wed 2008-06-25 16:19:48 -0700
message:
  add code to start cdpinger from ltspfs_entry
------------------------------------------------------------
revno: 59
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Wed 2008-06-25 14:17:44 -0700
message:
  - start ltspfsd if not already running
  - create ltspfs_token if not present
------------------------------------------------------------
revno: 58
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Wed 2008-06-25 14:12:43 -0700
message:
  respect LOCALDEV setting:
  - source ltspfsd.conf
  - source LTSP configuration (ltsp_config)
------------------------------------------------------------
revno: 57
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Mon 2008-06-16 20:47:18 -0700
message:
  - handle both floppy and cdroms
  - only use ID_FS_LABEL_SAFE if not yet set
------------------------------------------------------------
revno: 56
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Mon 2008-06-16 19:06:58 -0700
message:
  don't mount swap partitions
------------------------------------------------------------
revno: 55
tags: ltspfs-0.5.2
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Mon 2008-04-28 18:43:02 -0400
message:
  version 0.5.2
------------------------------------------------------------
revno: 54
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Mon 2008-04-28 18:23:23 -0400
message:
  /media/$username created as 0750 instead of 0755.
  This is functionally equivalent because fuse was preventing other users from going in there anyway.
  vagrantc + warren analysis:
  0700 doesn't work because the non-root user still has to access inside.
  0770 is undesirable because we don't want the non-root user to be able to write arbitrary things in there.
  (/media/$username is owned by root and managed by lbmount, while mounts inside that are owned by the user.)
  0750 is thus desirable by process of elimination.
------------------------------------------------------------
revno: 53
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Mon 2008-04-28 14:46:21 -0700
message:
  switch *_fstab_entry to ltspfs_entry, called by udev and cdpinger
    ------------------------------------------------------------
    revno: 52.1.2
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-udev-script-merge
    timestamp: Tue 2008-04-22 12:22:29 -0500
    message:
      switch cdpinger to use ltspfs_entry
    ------------------------------------------------------------
    revno: 52.1.1
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-udev-script-merge
    timestamp: Mon 2008-04-21 16:34:41 -0500
    message:
      merge add_fstab_entry and remove_fstab_entry into ltspfs_entry
------------------------------------------------------------
revno: 52
tags: ltspfs-0.5.1
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Sat 2008-04-19 21:27:21 -0500
message:
  version 0.5.1
------------------------------------------------------------
revno: 51
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Sat 2008-04-19 20:45:10 -0500
message:
  patch from Oliver Grawert to fix local devices with ldm directx enabled
  http://launchpadlibrarian.net/13544575/udev-scripts-security-regression.dpatch
------------------------------------------------------------
revno: 50
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Wed 2008-03-26 16:49:15 -0400
message:
  Remove empty Changelog and generate it automatically from bzr log.
------------------------------------------------------------
revno: 49
tags: ltspfs-0.5.0
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Wed 2008-03-26 14:17:02 -0400
message:
  version 0.5.0
------------------------------------------------------------
revno: 48
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Tue 2008-03-18 22:58:19 -0400
message:
  ensure that all devices get mounted (not just the first device)
  - note: not sure why this works, but it does.
------------------------------------------------------------
revno: 47
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Thu 2008-03-13 23:48:41 -0400
message:
  .bzrignore mkdst related stuff
------------------------------------------------------------
revno: 46
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Thu 2008-03-13 23:41:52 -0400
message:
  Remove ltspfs.spec and mkdst wrapper
------------------------------------------------------------
revno: 45
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Mon 2008-03-10 18:04:29 -0400
message:
  Fedora: spec fixes
------------------------------------------------------------
revno: 44
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Mon 2008-03-10 01:14:38 -0400
message:
  Fedora: Include spec fixes suggested by Fedora package review
------------------------------------------------------------
revno: 43
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Sun 2008-03-02 22:17:35 -0800
message:
  mark kde-desktop-icons executable.
------------------------------------------------------------
revno: 42
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Sun 2008-03-02 17:03:47 -0800
message:
  when mode is cleanup, don't bother to parse additional arguments
------------------------------------------------------------
revno: 41
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Sun 2008-03-02 17:02:43 -0800
message:
  only call run_hooks for cleanup once
------------------------------------------------------------
revno: 40
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Sun 2008-03-02 14:59:03 -0800
message:
  add example hook script to add icons on KDE desktops.
  - thanks to Klaus Ade Johnstad, http://bugs.debian.org/459369
    ------------------------------------------------------------
    revno: 37.1.9
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-mounter.d
    timestamp: Sun 2008-03-02 14:58:26 -0800
    message:
      add example hook script to add icons on KDE desktops.
------------------------------------------------------------
revno: 39
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Sun 2008-03-02 14:07:45 -0800
message:
  only allow hooks with filenames that contain only alphanumeric, hypens or
  underscores.
    ------------------------------------------------------------
    revno: 37.1.8
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-mounter.d
    timestamp: Sun 2008-03-02 14:05:53 -0800
    message:
      only allow hooks with filenames that contain only alphanumeric, hypens or
      underscores.
------------------------------------------------------------
revno: 38
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Sun 2008-03-02 00:04:58 -0800
message:
  merge patches to implement hook scripts for ltspfsmounter
    ------------------------------------------------------------
    revno: 37.1.7
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-mounter.d
    timestamp: Sun 2008-03-02 00:00:54 -0800
    message:
      pass the hooks the full path to the mountpoint
    ------------------------------------------------------------
    revno: 37.1.6
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-mounter.d
    timestamp: Sat 2008-03-01 23:47:31 -0800
    message:
      only call run_hooks when sucessfully removing or adding
    ------------------------------------------------------------
    revno: 37.1.5
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-mounter.d
    timestamp: Sat 2008-03-01 23:38:10 -0800
    message:
      add some additional comments
    ------------------------------------------------------------
    revno: 37.1.4
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-mounter.d
    timestamp: Sat 2008-03-01 23:28:37 -0800
    message:
      run_hooks function: call needs command and arguments passed as a list
    ------------------------------------------------------------
    revno: 37.1.3
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-mounter.d
    timestamp: Sat 2008-03-01 23:27:17 -0800
    message:
      fix typo in run_hooks function:
      - use == for comparisons
    ------------------------------------------------------------
    revno: 37.1.2
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-mounter.d
    timestamp: Sat 2008-03-01 16:55:53 -0800
    message:
      just list using [] rather than using a string and .split()
    ------------------------------------------------------------
    revno: 37.1.1
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-mounter.d
    timestamp: Sat 2008-03-01 16:34:53 -0800
    message:
      add run_hooks function for add-on or custom hooks executed during add, remove,
      and cleanup events
------------------------------------------------------------
revno: 37
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Tue 2008-02-26 20:17:50 -0800
message:
  use /sbin/udevadm if present, falling back to udevinfo for backwards
  compatibility
------------------------------------------------------------
revno: 36
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Mon 2008-01-14 17:08:02 -0500
message:
  Example spec: add necessary build requires
------------------------------------------------------------
revno: 35
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Mon 2008-01-14 11:34:25 -0500
message:
  homepage moved
------------------------------------------------------------
revno: 34
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Sun 2008-01-13 22:23:43 -0500
message:
  Add example RPM spec file
------------------------------------------------------------
revno: 33
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Sun 2008-01-13 22:20:50 -0500
message:
  Do not run anything as an explicit username, especially root.  RPM packages build as non-root.
------------------------------------------------------------
revno: 32
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Sun 2008-01-13 20:19:39 -0500
message:
  make release.conf better
------------------------------------------------------------
revno: 31
committer: Warren Togami <wtogami@redhat.com>
branch nick: ltspfs-trunk
timestamp: Sun 2008-01-13 19:50:02 -0500
message:
  add release.conf required by mkdst
------------------------------------------------------------
revno: 30
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Wed 2008-01-09 16:37:25 -0800
message:
  merge otavio's ldm-hooks branch
    ------------------------------------------------------------
    revno: 29.1.4
    committer: Otavio Salvador <otavio@ossystems.com.br>
    branch nick: ldm-hooks
    timestamp: Wed 2008-01-09 22:21:44 -0200
    message:
      Add a missing newline to follow coding style
    ------------------------------------------------------------
    revno: 29.1.3
    committer: Otavio Salvador <otavio@ossystems.com.br>
    branch nick: ldm-hooks
    timestamp: Wed 2008-01-09 22:17:48 -0200
    message:
      Remove duplicated EXTRA_DIST. Silly me.
    ------------------------------------------------------------
    revno: 29.1.2
    committer: Otavio Salvador <otavio@ossystems.com.br>
    branch nick: ldm-hooks
    timestamp: Wed 2008-01-09 22:10:14 -0200
    message:
      Move ldm scripts installation to scripts Makefile.am
    ------------------------------------------------------------
    revno: 29.1.1
    committer: Otavio Salvador <otavio@ossystems.com.br>
    branch nick: ltspfs-trunk
    timestamp: Wed 2008-01-09 21:43:46 -0200
    message:
      Add ldm hooks on scripts/ldm (they've been removed from ldm source)
------------------------------------------------------------
revno: 29
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Mon 2008-01-07 15:50:56 -0800
message:
  merge patches to use "mount --move" instead of "mount --bind", so that only a
  single mountpoint appears.
    ------------------------------------------------------------
    revno: 28.1.6
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-debian-bts-443200
    timestamp: Mon 2008-01-07 15:33:22 -0800
    message:
      add myself to copyright
    ------------------------------------------------------------
    revno: 28.1.5
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-debian-bts-443200
    timestamp: Mon 2008-01-07 15:06:06 -0800
    message:
      remove unecessary {} around simple if statement
    ------------------------------------------------------------
    revno: 28.1.4
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-debian-bts-443200
    timestamp: Mon 2008-01-07 14:55:25 -0800
    message:
      remove extra call to fusermount
    ------------------------------------------------------------
    revno: 28.1.3
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-debian-bts-443200
    timestamp: Mon 2008-01-07 14:50:15 -0800
    message:
      fixed lbmount: consistantly unmount and remove /media/USERNAME/* directories
    ------------------------------------------------------------
    revno: 28.1.2
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-debian-bts-443200
    timestamp: Mon 2008-01-07 13:00:26 -0800
    message:
      remove debugging code
    ------------------------------------------------------------
    revno: 28.1.1
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-debian-bts-443200
    timestamp: Mon 2008-01-07 12:57:12 -0800
    message:
      crude code to use "mount --move" instead of "mount --bind"
------------------------------------------------------------
revno: 28
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Thu 2007-12-13 16:39:37 -0800
message:
  merge python way to test if /dev/fuse is writeable
    ------------------------------------------------------------
    revno: 26.1.1
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: ltspfs-trunk
    timestamp: Wed 2007-12-12 21:40:07 -0700
    message:
      exit if /dev/fuse is not writeable
------------------------------------------------------------
revno: 27
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: vagrant-ltspfs-trunk
timestamp: Tue 2007-12-04 15:48:40 -0500
message:
  exit if /dev/fuse is not writeable
------------------------------------------------------------
revno: 26
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Mon 2007-12-03 14:47:40 -0500
message:
  put cdpinger back in /usr/sbin
------------------------------------------------------------
revno: 25
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Mon 2007-12-03 13:57:30 -0500
message:
  drop cdpinger from scripts Makefile (now in src Makefile)
------------------------------------------------------------
revno: 24
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Mon 2007-12-03 13:55:44 -0500
message:
  only import call from subprocess, as other subprocess code is not used.
------------------------------------------------------------
revno: 23
committer: Vagrant Cascadian <vagrant@freegeek.org>
branch nick: ltspfs-trunk
timestamp: Mon 2007-12-03 13:48:49 -0500
message:
  add new mkdst wrapper
------------------------------------------------------------
revno: 22
committer: Scott Balneaves <sbalneav@ltsp.org>
branch nick: ltspfs
timestamp: Fri 2007-11-16 09:04:36 -0600
message:
  Fixed localdev bug
------------------------------------------------------------
revno: 21
committer: Scott Balneaves <sbalneav@ltsp.org>
branch nick: ltspfs
timestamp: Thu 2007-11-15 09:26:55 -0600
message:
  New upstream layout
------------------------------------------------------------
revno: 20
committer: Scott Balneaves <sbalneav@vger>
branch nick: ltspfs
timestamp: Sun 2007-11-04 19:14:02 -0600
message:
  Makefile fixups
------------------------------------------------------------
revno: 19
committer: Scott Balneaves <sbalneav@vger>
branch nick: ltspfs
timestamp: Sun 2007-11-04 19:00:01 -0600
message:
  Fixed up makefile
------------------------------------------------------------
revno: 18
committer: Scott Balneaves <sbalneav@vger>
branch nick: ltspfs
timestamp: Sun 2007-11-04 14:33:54 -0600
message:
  Makefile mods
------------------------------------------------------------
revno: 17
committer: Scott Balneaves <sbalneav@vger>
branch nick: ltspfs
timestamp: Sun 2007-11-04 14:28:31 -0600
message:
  Added example makefile
------------------------------------------------------------
revno: 16
committer: Scott Balneaves <sbalneav@vger>
branch nick: ltspfs
timestamp: Sun 2007-11-04 14:21:47 -0600
message:
  Added root-level Makefile
------------------------------------------------------------
revno: 15
committer: Scott Balneaves <sbalneav@vger>
branch nick: ltspfs
timestamp: Sun 2007-11-04 14:16:14 -0600
message:
  Upstream version work.
------------------------------------------------------------
revno: 14
committer: Scott Balneaves <sbalneav@vger>
branch nick: ltspfs
timestamp: Sun 2007-11-04 14:03:27 -0600
message:
  Merged in C version of cdpinger
------------------------------------------------------------
revno: 13
committer: Scott Balneaves <sbalneav@vger>
branch nick: ltspfs-upstream
timestamp: Sat 2007-11-03 21:07:41 -0500
message:
  Added C version of cdpinger
------------------------------------------------------------
revno: 12
committer: Scott Balneaves <sbalneav@edubuntu>
branch nick: ltspfs-upstream
timestamp: Mon 2007-09-17 23:37:57 -0500
message:
  fixed some bugs, more exception handling
------------------------------------------------------------
revno: 11
committer: Scott Balneaves <sbalneav@ltsp.org>
branch nick: ltspfs-upstream
timestamp: Mon 2007-09-17 15:45:57 -0500
message:
  Man, how did I loose that?
------------------------------------------------------------
revno: 10
committer: Scott Balneaves <sbalneav@edubuntu>
branch nick: ltspfs-upstream
timestamp: Sun 2007-09-02 23:33:13 -0500
message:
  Work in ltspfs-nodm now considered prime-time.  Merged
    ------------------------------------------------------------
    revno: 9.1.12
    committer: Scott Balneaves <sbalneav@edubuntu>
    branch nick: ltspfs-nodm
    timestamp: Sun 2007-09-02 22:53:45 -0500
    message:
      Added ssh -X display passing for ltspfs
    ------------------------------------------------------------
    revno: 9.1.11
    committer: Scott Balneaves <sbalneav@ltsp.org>
    branch nick: ltspfs-nodm
    timestamp: Fri 2007-08-24 16:11:57 -0500
    message:
      Not needed: save some time and network bandwidth
    ------------------------------------------------------------
    revno: 9.1.10
    committer: Scott Balneaves <sbalneav@ltsp.org>
    branch nick: ltspfs-nodm
    timestamp: Fri 2007-08-24 15:37:05 -0500
    message:
      To ensure uniqeness, sockets are now of the form /var/run/ldm_socket_vt[x]_ww.xx.yy.zz, where [x] is the vty number of ldm, and ww.xx.yy.zz is the ip address of the server connected to.
    ------------------------------------------------------------
    revno: 9.1.9
    committer: Scott Balneaves <sbalneav@edubuntu>
    branch nick: ltspfs-nodm
    timestamp: Wed 2007-08-22 00:32:35 -0500
    message:
      Fixed more bugs
    ------------------------------------------------------------
    revno: 9.1.8
    committer: Scott Balneaves <sbalneav@edubuntu>
    branch nick: ltspfs-nodm
    timestamp: Tue 2007-08-21 22:59:04 -0500
    message:
      typo
    ------------------------------------------------------------
    revno: 9.1.7
    committer: Scott Balneaves <sbalneav@ltsp.org>
    branch nick: ltspfs-nodm
    timestamp: Tue 2007-08-21 15:01:32 -0500
    message:
      Fixed security, fixed cdpinger
    ------------------------------------------------------------
    revno: 9.1.6
    committer: Scott Balneaves <sbalneav@edubuntu>
    branch nick: ltspfs-nodm
    timestamp: Tue 2007-08-21 00:27:47 -0500
    message:
      Begin work on fixing authorization.  Mostly there, but hangs.
    ------------------------------------------------------------
    revno: 9.1.5
    committer: Scott Balneaves <sbalneav@ltsp.org>
    branch nick: ltspfs-nodm
    timestamp: Mon 2007-08-20 16:11:20 -0500
    message:
      Fixed up some ldm multiple socket issues
    ------------------------------------------------------------
    revno: 9.1.4
    committer: Scott Balneaves <sbalneav@edubuntu>
    branch nick: ltspfs-nodm
    timestamp: Sun 2007-08-19 23:54:17 -0500
    message:
      More code cleanup
    ------------------------------------------------------------
    revno: 9.1.3
    committer: Scott Balneaves <sbalneav@ltsp.org>
    branch nick: ltspfs-nodm
    timestamp: Tue 2007-06-19 16:13:13 -0500
    message:
      More cleanup
    ------------------------------------------------------------
    revno: 9.1.2
    committer: Scott Balneaves <sbalneav@edubuntu>
    branch nick: ltspfs-nodm
    timestamp: Mon 2007-06-18 22:29:34 -0500
    message:
      Removed more delayed mounter stuff, and cleaned up some code
    ------------------------------------------------------------
    revno: 9.1.1
    committer: Scott Balneaves <sbalneav@ltsp.org>
    branch nick: ltspfs-nodm
    timestamp: Mon 2007-06-18 13:55:02 -0500
    message:
      Fixed up add_fstab_entry script
------------------------------------------------------------
revno: 9
committer: Scott Balneaves <sbalneav@ltsp.org>
branch nick: ltspfs-upstream
timestamp: Thu 2007-06-14 13:01:45 -0500
message:
  Moved fstab operations to /var/run/ltspfs_fstab, and /tmp/.ltspfs-socket to /var/run/ldm_socket
------------------------------------------------------------
revno: 8
committer: Scott Balneaves <sbalneav@ltsp.org>
branch nick: ltspfs-upstream
timestamp: Thu 2007-06-14 11:34:41 -0500
message:
  Merged vagrantc's changes
    ------------------------------------------------------------
    revno: 6.1.6
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: vagrant-ltspfs
    timestamp: Sat 2006-12-23 11:08:24 -0700
    message:
      add "automake -ac" to autogen.sh (needed on debian systems).
    ------------------------------------------------------------
    revno: 6.1.5
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: vagrant-ltspfs
    timestamp: Fri 2006-12-22 12:10:00 -0700
    message:
      - exit if filesystem type is not defined
      - grab filesystem type from $ID_FS_TYPE if not defined on the commandline
    ------------------------------------------------------------
    revno: 6.1.4
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: vagrant-ltspfs
    timestamp: Thu 2006-12-21 15:52:33 -0700
    message:
      set devicename to the base name of $1, in case the full device is passed.
    ------------------------------------------------------------
    revno: 6.1.3
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: vagrant-ltspfs
    timestamp: Thu 2006-12-21 15:50:48 -0700
    message:
      set $devicename from $1.
    ------------------------------------------------------------
    revno: 6.1.2
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: vagrant-ltspfs
    timestamp: Thu 2006-12-21 15:49:42 -0700
    message:
      set $devicename from $1, set $fstype from $2.
    ------------------------------------------------------------
    revno: 6.1.1
    committer: Vagrant Cascadian <vagrant@freegeek.org>
    branch nick: vagrant-ltspfs
    timestamp: Sat 2006-12-09 13:40:05 -0700
    message:
      add changes from newer version.
------------------------------------------------------------
revno: 7
committer: Scott Balneaves <sbalneav@ltsp.org>
branch nick: ltspfs-upstream
timestamp: Thu 2007-06-14 11:30:01 -0500
message:
  fixed up ltspfs bug where mutex wasn't being released.  Thanks to Veli-Matti Lintu for the fix
------------------------------------------------------------
revno: 6
committer: Scott Balneaves <sbalneav@edubuntu>
branch nick: ltspfs
timestamp: Mon 2006-09-18 13:17:27 -0500
message:
  Fixed floppy problems.
------------------------------------------------------------
revno: 5
committer: Scott Balneaves <sbalneav@edubuntu>
branch nick: ltspfs
timestamp: Mon 2006-09-18 12:05:15 -0500
message:
  Bumped to 0.4.1
------------------------------------------------------------
revno: 4
committer: Scott Balneaves <sbalneav@edubuntu>
branch nick: ltspfs
timestamp: Mon 2006-09-18 12:04:22 -0500
message:
  Fixed several minor pathing problems, plus a null pointer check for getenv(DISPLAY)
------------------------------------------------------------
revno: 3
committer: Scott Balneaves <sbalneav@edubuntu>
branch nick: ltspfs
timestamp: Sun 2006-09-17 21:26:40 -0500
message:
  Removed install setuid (should be handled by packagers), added authors
------------------------------------------------------------
revno: 2
committer: Scott Balneaves <sbalneav@edubuntu>
branch nick: ltspfs
timestamp: Sat 2006-09-16 19:30:14 -0500
message:
  Forgot ltspfsd_functions.h in the src/Makefile.am
------------------------------------------------------------
revno: 1
committer: Scott Balneaves <sbalneav@edubuntu>
branch nick: ltspfs
timestamp: Sat 2006-09-16 18:44:02 -0500
message:
  Initial creation of proper 'Upstream' LtspFS package