summaryrefslogtreecommitdiff
path: root/source3/cvs.log
blob: be24c06d162f286cada5678ddef2b1bcf8a5b419 (plain)
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
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757

****************************************
Date:	Saturday May 4, 1996 @ 20:32
Author:	samba-bugs

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv8106

Modified Files:
	includes.h 
Log Message:
added sequent fixes






****************************************
Date:	Saturday May 4, 1996 @ 20:43
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv8316

Modified Files:
	ipc.c 
Log Message:
use the new issafe() macro instead of isalnum() and strchr()



****************************************
Date:	Saturday May 4, 1996 @ 20:44
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv8360

Modified Files:
	mangle.c 
Log Message:
move the dot_pos calculation down a bit 




****************************************
Date:	Saturday May 4, 1996 @ 20:45
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv8389

Modified Files:
	password.c 
Log Message:
fix a netgroup bug (innetgr() was being called with the args in the
wrong order!)





****************************************
Date:	Saturday May 4, 1996 @ 20:48
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv8426

Modified Files:
	server.c 
Log Message:
- use issafe()

- map the archive bit in a more robust manner. We now set it when we
first write to the file after opening it.






****************************************
Date:	Saturday May 4, 1996 @ 20:49
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv8458

Modified Files:
	util.c 
Log Message:
fix a dst bug, we had a sign wrong in the calculation :-(




****************************************
Date:	Saturday May 4, 1996 @ 20:51
Author:	tridge

Update of /data/cvs/samba/examples/misc
In directory arvidsjaur:/var/tmp/cvs-serv8546

Modified Files:
	wall.perl 
Log Message:
updates to wall.perl from michal@ellpspace.math.ualberta.ca



****************************************
Date:	Saturday May 4, 1996 @ 23:13
Author:	samba-bugs

Update of /data/cvs/samba
In directory arvidsjaur:/var/tmp/cvs-serv13363/samba

Modified Files:
	README 
Log Message:
Changed to reflect new ownership by Microsoft



****************************************
Date:	Saturday May 4, 1996 @ 23:16
Author:	tridge

Update of /data/cvs/samba
In directory arvidsjaur:/var/tmp/cvs-serv13433

Modified Files:
	README 
Log Message:
removed obscene comment added by Dan



****************************************
Date:	Sunday May 5, 1996 @ 13:04
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv587

Modified Files:
	server.c 
Log Message:
- close the listening socket in the child process when running as a daemon
- exit with a non-zero exit code if open_sockets() fails



****************************************
Date:	Sunday May 5, 1996 @ 13:04
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv615

Modified Files:
	version.h 
Log Message:
change version number to 1.9.16p2




****************************************
Date:	Sunday May 5, 1996 @ 17:19
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/samba/samba-bugs/samba/docs

Modified Files:
	Support.txt 
Log Message:
added some more support entries from samba-bugs mail



****************************************
Date:	Sunday May 5, 1996 @ 18:02
Author:	tridge

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv6791

Modified Files:
	nmbd.8 
Log Message:
removed old -S option from nmbd manpage





****************************************
Date:	Sunday May 5, 1996 @ 18:03
Author:	tridge

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv6832

Modified Files:
	smbclient.1 
Log Message:
documented -W option






****************************************
Date:	Sunday May 5, 1996 @ 21:08
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10254

Added Files:
	.cvsignore 
Log Message:
ignore some files







****************************************
Date:	Sunday May 5, 1996 @ 21:10
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10352

Modified Files:
	Makefile 
Log Message:
- added NEWOS 6 support

- added quotas.o








****************************************
Date:	Sunday May 5, 1996 @ 21:12
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10423

Modified Files:
	client.c 
Log Message:
- handle CORE protocol better
- handle case where director exists when untarring









****************************************
Date:	Sunday May 5, 1996 @ 21:23
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10576

Modified Files:
	dir.c 
Log Message:
handle being passed a dptr of -1 to mean "close all open dir handles".
Looks like OS/2 does this. It caused a core dump.








****************************************
Date:	Sunday May 5, 1996 @ 21:24
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10602

Modified Files:
	local.h 
Log Message:
turn on KEEP_PASSWORD_SERVER_OPEN by default









****************************************
Date:	Sunday May 5, 1996 @ 21:24
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10629

Modified Files:
	password.c 
Log Message:
turn on KEEP_PASSWORD_SERVER_OPEN by default









****************************************
Date:	Sunday May 5, 1996 @ 21:25
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10657

Added Files:
	quotas.c 
Log Message:
move quotas support out of server.c








****************************************
Date:	Sunday May 5, 1996 @ 21:26
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10682

Modified Files:
	server.c 
Log Message:
- fix a bug hanlding very log filenames
- move quotas support to separate file
- send keepalives to password server









****************************************
Date:	Sunday May 5, 1996 @ 21:33
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10862

Modified Files:
	status.c 
Log Message:
- added hostname support to smbstatus
- fix a bug where -s would not be recognised







****************************************
Date:	Sunday May 5, 1996 @ 21:34
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10889

Modified Files:
	trans2.c 
Log Message:
made dptr_num signed to handle -1 from OS/2








****************************************
Date:	Sunday May 5, 1996 @ 21:35
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv10930

Modified Files:
	version.h 
Log Message:
fixed version number (again!)









****************************************
Date:	Monday May 6, 1996 @ 10:36
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/samba/samba-bugs/samba/docs

Modified Files:
	MIRRORS 
Log Message:
added QNX entry to MIRRORS



****************************************
Date:	Monday May 6, 1996 @ 16:46
Author:	samba-bugs

Update of /data/cvs/samba/examples/misc
In directory arvidsjaur:/var/tmp/cvs-serv5225

Modified Files:
	extra_smbstatus 
Log Message:
Updated smbstat script with a better one, Paul.



****************************************
Date:	Monday May 6, 1996 @ 18:55
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv8483

Modified Files:
	BUGS.txt MIRRORS README.OS2 announce samba.7 
Log Message:
Updated references in doco to 'http://lake.can.....'
with 'http://samba.can.....' and added a mirror site to MIRROR



****************************************
Date:	Monday May 6, 1996 @ 19:16
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv8786

Modified Files:
	samba.faq 
Log Message:
Update the samba.faq file with what was current on the web site, there
were a number of additions.
Changed the faq version number to 1.9.15 to match current samba version.



****************************************
Date:	Friday May 17, 1996 @ 10:43
Author:	samba-bugs

Update of /data/cvs/samba
In directory arvidsjaur:/var/tmp/cvs-serv32671

Modified Files:
	README 
Log Message:

Made   chang
blody comso: can't see what i'm writing...
Made changes to reflect nimbus.anu.edu.au -> samba.anu.edu.au chage.
changed reference to /ub/samba/change-log o /ub/samba/alpha/change-log
Also added samba.faq.html to docs directory
Paul...




****************************************
Date:	Friday May 17, 1996 @ 10:43
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv32671/docs

Modified Files:
	samba.faq 
Log Message:

Made   chang
blody comso: can't see what i'm writing...
Made changes to reflect nimbus.anu.edu.au -> samba.anu.edu.au chage.
changed reference to /ub/samba/change-log o /ub/samba/alpha/change-log
Also added samba.faq.html to docs directory
Paul...




****************************************
Date:	Monday May 20, 1996 @ 18:11
Author:	samba-bugs

Update of /data/cvs/samba
In directory arvidsjaur:/var/tmp/cvs-serv27227

Modified Files:
	README 
Log Message:
Changed more references of 'nimbus.anu.edu.au/pub/tridge/samba' to
'samba.anu.edu.au/pub/samba'
The only reference I see now to 'nimbus' is in ENCRYPTION.txt regarding
libdes stuff.
Paul...



****************************************
Date:	Monday May 20, 1996 @ 18:11
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv27227/docs

Modified Files:
	HINTS.txt MIRRORS announce samba.7 samba.lsm 
Log Message:
Changed more references of 'nimbus.anu.edu.au/pub/tridge/samba' to
'samba.anu.edu.au/pub/samba'
The only reference I see now to 'nimbus' is in ENCRYPTION.txt regarding
libdes stuff.
Paul...



****************************************
Date:	Friday May 24, 1996 @ 9:23
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv2665/samba/docs

Modified Files:
	DIAGNOSIS.txt 
Log Message:
Added check for something already binding to port 139 to TEST 3
   Dan



****************************************
Date:	Friday May 24, 1996 @ 9:45
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv2938/samba/docs

Modified Files:
	samba.faq 
Log Message:
Updated general section to include more about current capabilities. Added
references to samba-bugs, DIAGNOSIS.txt and the hypermail archives. Various
other small changes.
   Dan



****************************************
Date:	Friday May 24, 1996 @ 9:50
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv3028/samba/docs

Modified Files:
	BUGS.txt 
Log Message:
Added reference to DIAGNOSIS.txt. Deleted the claim that tridge reads all
postings to mailing list. Removed arvidsjaur, other small stuff.
   Dan



****************************************
Date:	Friday May 24, 1996 @ 9:54
Author:	samba-bugs

Update of /data/cvs/samba
In directory arvidsjaur:/var/tmp/cvs-serv3126/samba

Modified Files:
	README 
Log Message:
General updating.
   Dan



****************************************
Date:	Tuesday May 28, 1996 @ 23:39
Author:	samba-bugs

Update of /data/cvs/samba/docs
In directory arvidsjaur:/samba/samba-bugs/samba/docs

Modified Files:
	MIRRORS 
Log Message:
added nimbus to list of mirrors



****************************************
Date:	Wednesday May 29, 1996 @ 13:11
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv13319

Modified Files:
	util.c 
Log Message:
cleaned up the way the max log size stuff works and fixed a potential
problem with varargs usage in Debug()



****************************************
Date:	Wednesday May 29, 1996 @ 14:34
Author:	samba-bu

Update of /data/cvs/samba/source
In directory arvidsjaur:/samba/samba-bugs/samba/source

Modified Files:
	change-log 
Log Message:
preparing for release of 1.9.16alpha2


****************************************
Date:	Wednesday May 29, 1996 @ 14:35
Author:	samba-bu

Update of /data/cvs/samba/source
In directory arvidsjaur:/samba/samba-bugs/samba/source

Added Files:
	cvs.log 
Log Message:
preparing for release of 1.9.16alpha2


****************************************
Date:	Wednesday May 29, 1996 @ 17:45
Author:	tridge

Update of /data/cvs/samba/docs
In directory arvidsjaur:/var/tmp/cvs-serv20738

Modified Files:
	UNIX-SMB.txt samba.faq 
Log Message:
added comments about trapdoor uids




****************************************
Date:	Wednesday May 29, 1996 @ 17:47
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv20784

Modified Files:
	password.c smbencrypt.c smbpass.c smbpasswd.c 
Log Message:
cleanups to make thinsg compile cleanly





****************************************
Date:	Wednesday May 29, 1996 @ 17:49
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv20901

Modified Files:
	trans2.c 
Log Message:
fixed a typo






****************************************
Date:	Wednesday May 29, 1996 @ 17:53
Author:	tridge

Update of /data/cvs/samba/source
In directory arvidsjaur:/var/tmp/cvs-serv21121

Modified Files:
	server.c util.c 
Log Message:
handle errors from receive_smb better, and print error string