summaryrefslogtreecommitdiffstats
path: root/source4/web_server
Commit message (Expand)AuthorAgeFilesLines
...
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:service_task: s/private/private_dataStefan Metzmacher2009-02-021-3/+3
* s4:web_server: s/private/private_dataStefan Metzmacher2009-02-022-3/+3
* s4:web_server: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-4/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-231-4/+0
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-112-3/+3
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+1
* Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-211-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-211-1/+1
* Allow SWAT to be run outside of smbd.Jelmer Vernooij2008-09-211-0/+5
* Support POST requests again, provide more variables in environment.Jelmer Vernooij2008-09-212-32/+75
* Make standard SWAT script print received headers.Jelmer Vernooij2008-09-211-2/+8
* First GET request works. SWAT now displays a Hello world message.Jelmer Vernooij2008-09-212-15/+32
* Properly call WSGI request handler when requests come in.Jelmer Vernooij2008-09-214-64/+198
* Remove support for ESP in the web server.Jelmer Vernooij2008-09-215-1066/+76
* Remove some dependencies of the web server on esp.Jelmer Vernooij2008-09-214-44/+61
* Add input / error stream objects in WSGI implementation.Jelmer Vernooij2008-09-211-13/+100
* Add more parts of the WSGI implementation.Jelmer Vernooij2008-09-211-2/+40
* Add initial work on WSGI support in the web server.Jelmer Vernooij2008-09-212-1/+70
* Rename http to esp, in preparation of adding a python backend.Jelmer Vernooij2008-09-213-11/+11
* Remove remaining embedded JavaScript support.Jelmer Vernooij2008-09-161-0/+1
* Fix import.Jelmer Vernooij2008-05-261-0/+27
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+2
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* Fix the build.Jelmer Vernooij2008-03-081-1/+1
* Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-3/+2
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-13/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-4/+6
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+3
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-2/+7
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-2/+2
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-2/+3
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-5/+5
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-1/+1
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-0/+1
* r26235: Avoid global_loadparm.Jelmer Vernooij2007-12-211-5/+5
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-3/+3
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-101-15/+15
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-8/+8
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-3/+3
* r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett2007-10-101-113/+20
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 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607
%PDF-1.2
%âãÏÓ
1 0 obj<</Producer(htmldoc 1.8.11 Copyright 1997-2001 Easy Software Products, All Rights Reserved.)/CreationDate(D:20010306182746Z)/Title(SAMBA Project Documentation)/Creator(Modular DocBook HTML Stylesheet Version 1.57)>>endobj
2 0 obj<</Type/Encoding/Differences[ 32/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/minus/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 128/Euro 130/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE 145/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe 159/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]>>endobj
3 0 obj<</Type/Font/Subtype/Type1/BaseFont/Courier/Encoding 2 0 R>>endobj
4 0 obj<</Type/Font/Subtype/Type1/BaseFont/Courier-Bold/Encoding 2 0 R>>endobj
5 0 obj<</Type/Font/Subtype/Type1/BaseFont/Courier-Oblique/Encoding 2 0 R>>endobj
6 0 obj<</Type/Font/Subtype/Type1/BaseFont/Courier-BoldOblique/Encoding 2 0 R>>endobj
7 0 obj<</Type/Font/Subtype/Type1/BaseFont/Times-Roman/Encoding 2 0 R>>endobj
8 0 obj<</Type/Font/Subtype/Type1/BaseFont/Times-Bold/Encoding 2 0 R>>endobj
9 0 obj<</Type/Font/Subtype/Type1/BaseFont/Times-Italic/Encoding 2 0 R>>endobj
10 0 obj<</Type/Font/Subtype/Type1/BaseFont/Times-BoldItalic/Encoding 2 0 R>>endobj
11 0 obj<</Type/Font/Subtype/Type1/BaseFont/Helvetica/Encoding 2 0 R>>endobj
12 0 obj<</Type/Font/Subtype/Type1/BaseFont/Helvetica-Bold/Encoding 2 0 R>>endobj
13 0 obj<</Type/Font/Subtype/Type1/BaseFont/Symbol>>endobj
14 0 obj<</Subtype/Link/Rect[83.0 625.4 223.9 638.4]/Border[0 0 0]/Dest[271 0 R/XYZ null 798 0]>>endobj
15 0 obj<</Subtype/Link/Rect[108.0 612.2 230.5 625.2]/Border[0 0 0]/Dest[274 0 R/XYZ null 798 0]>>endobj
16 0 obj<</Subtype/Link/Rect[108.0 599.0 235.7 612.0]/Border[0 0 0]/Dest[277 0 R/XYZ null 798 0]>>endobj
17 0 obj<</Subtype/Link/Rect[108.0 585.8 239.1 598.8]/Border[0 0 0]/Dest[280 0 R/XYZ null 798 0]>>endobj
18 0 obj<</Subtype/Link/Rect[108.0 572.6 290.4 585.6]/Border[0 0 0]/Dest[283 0 R/XYZ null 798 0]>>endobj
19 0 obj<</Subtype/Link/Rect[108.0 559.4 296.2 572.4]/Border[0 0 0]/Dest[286 0 R/XYZ null 798 0]>>endobj
20 0 obj<</Subtype/Link/Rect[108.0 546.2 265.7 559.2]/Border[0 0 0]/Dest[289 0 R/XYZ null 798 0]>>endobj
21 0 obj<</Subtype/Link/Rect[144.0 533.0 288.5 546.0]/Border[0 0 0]/Dest[289 0 R/XYZ null 611 0]>>endobj
22 0 obj<</Subtype/Link/Rect[144.0 519.8 338.9 532.8]/Border[0 0 0]/Dest[292 0 R/XYZ null 783 0]>>endobj
23 0 obj<</Subtype/Link/Rect[108.0 506.6 348.2 519.6]/Border[0 0 0]/Dest[295 0 R/XYZ null 798 0]>>endobj
24 0 obj<</Subtype/Link/Rect[108.0 493.4 294.7 506.4]/Border[0 0 0]/Dest[298 0 R/XYZ null 798 0]>>endobj
25 0 obj<</Subtype/Link/Rect[108.0 480.2 484.1 493.2]/Border[0 0 0]/Dest[301 0 R/XYZ null 798 0]>>endobj
26 0 obj<</Subtype/Link/Rect[108.0 467.0 232.6 480.0]/Border[0 0 0]/Dest[304 0 R/XYZ null 798 0]>>endobj
27 0 obj<</Subtype/Link/Rect[144.0 453.8 240.3 466.8]/Border[0 0 0]/Dest[304 0 R/XYZ null 585 0]>>endobj
28 0 obj<</Subtype/Link/Rect[144.0 440.6 188.9 453.6]/Border[0 0 0]/Dest[304 0 R/XYZ null 510 0]>>endobj
29 0 obj<</Subtype/Link/Rect[144.0 427.4 270.2 440.4]/Border[0 0 0]/Dest[304 0 R/XYZ null 395 0]>>endobj
30 0 obj<</Subtype/Link/Rect[144.0 414.2 298.6 427.2]/Border[0 0 0]/Dest[307 0 R/XYZ null 741 0]>>endobj
31 0 obj<</Subtype/Link/Rect[144.0 401.0 179.4 414.0]/Border[0 0 0]/Dest[307 0 R/XYZ null 613 0]>>endobj
32 0 obj<</Subtype/Link/Rect[144.0 387.8 236.0 400.8]/Border[0 0 0]/Dest[310 0 R/XYZ null 783 0]>>endobj
33 0 obj<</Subtype/Link/Rect[144.0 374.6 238.1 387.6]/Border[0 0 0]/Dest[310 0 R/XYZ null 694 0]>>endobj
34 0 obj<</Subtype/Link/Rect[83.0 361.4 313.4 374.4]/Border[0 0 0]/Dest[313 0 R/XYZ null 798 0]>>endobj
35 0 obj<</Subtype/Link/Rect[108.0 348.2 163.0 361.2]/Border[0 0 0]/Dest[316 0 R/XYZ null 798 0]>>endobj
36 0 obj<</Subtype/Link/Rect[108.0 335.0 190.8 348.0]/Border[0 0 0]/Dest[319 0 R/XYZ null 798 0]>>endobj
37 0 obj<</Subtype/Link/Rect[108.0 321.8 247.6 334.8]/Border[0 0 0]/Dest[322 0 R/XYZ null 798 0]>>endobj
38 0 obj<</Subtype/Link/Rect[144.0 308.6 282.4 321.6]/Border[0 0 0]/Dest[322 0 R/XYZ null 203 0]>>endobj
39 0 obj<</Subtype/Link/Rect[144.0 295.4 325.9 308.4]/Border[0 0 0]/Dest[325 0 R/XYZ null 701 0]>>endobj
40 0 obj<</Subtype/Link/Rect[108.0 282.2 194.2 295.2]/Border[0 0 0]/Dest[328 0 R/XYZ null 798 0]>>endobj
41 0 obj<</Subtype/Link/Rect[108.0 269.0 225.3 282.0]/Border[0 0 0]/Dest[334 0 R/XYZ null 798 0]>>endobj
42 0 obj<</Subtype/Link/Rect[108.0 255.8 344.5 268.8]/Border[0 0 0]/Dest[337 0 R/XYZ null 798 0]>>endobj
43 0 obj<</Subtype/Link/Rect[83.0 242.6 344.5 255.6]/Border[0 0 0]/Dest[340 0 R/XYZ null 798 0]>>endobj
44 0 obj<</Subtype/Link/Rect[108.0 229.4 160.6 242.4]/Border[0 0 0]/Dest[343 0 R/XYZ null 798 0]>>endobj
45 0 obj<</Subtype/Link/Rect[144.0 216.2 169.1 229.2]/Border[0 0 0]/Dest[346 0 R/XYZ null 783 0]>>endobj
46 0 obj<</Subtype/Link/Rect[83.0 203.0 225.4 216.0]/Border[0 0 0]/Dest[349 0 R/XYZ null 798 0]>>endobj
47 0 obj<</Subtype/Link/Rect[108.0 189.8 163.0 202.8]/Border[0 0 0]/Dest[352 0 R/XYZ null 798 0]>>endobj
48 0 obj<</Subtype/Link/Rect[108.0 176.6 170.3 189.6]/Border[0 0 0]/Dest[355 0 R/XYZ null 798 0]>>endobj
49 0 obj<</Subtype/Link/Rect[108.0 163.4 199.7 176.4]/Border[0 0 0]/Dest[364 0 R/XYZ null 798 0]>>endobj
50 0 obj<</Subtype/Link/Rect[144.0 150.2 222.8 163.2]/Border[0 0 0]/Dest[364 0 R/XYZ null 664 0]>>endobj
51 0 obj<</Subtype/Link/Rect[144.0 137.0 294.6 150.0]/Border[0 0 0]/Dest[364 0 R/XYZ null 457 0]>>endobj
52 0 obj<</Subtype/Link/Rect[144.0 123.8 230.8 136.8]/Border[0 0 0]/Dest[364 0 R/XYZ null 355 0]>>endobj
53 0 obj<</Subtype/Link/Rect[144.0 110.6 243.6 123.6]/Border[0 0 0]/Dest[364 0 R/XYZ null 240 0]>>endobj
54 0 obj<</Subtype/Link/Rect[108.0 97.4 282.5 110.4]/Border[0 0 0]/Dest[370 0 R/XYZ null 798 0]>>endobj
55 0 obj<</Subtype/Link/Rect[83.0 84.2 223.6 97.2]/Border[0 0 0]/Dest[373 0 R/XYZ null 798 0]>>endobj
56 0 obj<</Subtype/Link/Rect[108.0 71.0 280.0 84.0]/Border[0 0 0]/Dest[376 0 R/XYZ null 798 0]>>endobj
57 0 obj[14 0 R
15 0 R
16 0 R
17 0 R
18 0 R
19 0 R
20 0 R
21 0 R
22 0 R
23 0 R
24 0 R
25 0 R
26 0 R
27 0 R
28 0 R
29 0 R
30 0 R
31 0 R
32 0 R
33 0 R
34 0 R
35 0 R
36 0 R
37 0 R
38 0 R
39 0 R
40 0 R
41 0 R
42 0 R
43 0 R
44 0 R
45 0 R
46 0 R
47 0 R
48 0 R
49 0 R
50 0 R
51 0 R
52 0 R
53 0 R
54 0 R
55 0 R
56 0 R
]endobj
58 0 obj<</Subtype/Link/Rect[108.0 721.0 290.5 734.0]/Border[0 0 0]/Dest[382 0 R/XYZ null 798 0]>>endobj
59 0 obj<</Subtype/Link/Rect[83.0 707.8 353.1 720.8]/Border[0 0 0]/Dest[385 0 R/XYZ null 798 0]>>endobj
60 0 obj<</Subtype/Link/Rect[108.0 694.6 425.2 707.6]/Border[0 0 0]/Dest[388 0 R/XYZ null 798 0]>>endobj
61 0 obj<</Subtype/Link/Rect[108.0 681.4 299.3 694.4]/Border[0 0 0]/Dest[391 0 R/XYZ null 798 0]>>endobj
62 0 obj<</Subtype/Link/Rect[108.0 668.2 209.5 681.2]/Border[0 0 0]/Dest[394 0 R/XYZ null 798 0]>>endobj
63 0 obj<</Subtype/Link/Rect[108.0 655.0 271.8 668.0]/Border[0 0 0]/Dest[397 0 R/XYZ null 798 0]>>endobj
64 0 obj<</Subtype/Link/Rect[144.0 641.8 218.2 654.8]/Border[0 0 0]/Dest[397 0 R/XYZ null 532 0]>>endobj
65 0 obj<</Subtype/Link/Rect[144.0 628.6 243.3 641.6]/Border[0 0 0]/Dest[397 0 R/XYZ null 272 0]>>endobj
66 0 obj<</Subtype/Link/Rect[108.0 615.4 280.9 628.4]/Border[0 0 0]/Dest[403 0 R/XYZ null 798 0]>>endobj
67 0 obj<</Subtype/Link/Rect[108.0 602.2 380.5 615.2]/Border[0 0 0]/Dest[406 0 R/XYZ null 798 0]>>endobj
68 0 obj<</Subtype/Link/Rect[108.0 589.0 370.8 602.0]/Border[0 0 0]/Dest[412 0 R/XYZ null 798 0]>>endobj
69 0 obj[58 0 R
59 0 R
60 0 R
61 0 R
62 0 R
63 0 R
64 0 R
65 0 R
66 0 R
67 0 R
68 0 R
]endobj
70 0 obj<</S/URI/URI(http://www.samba.org/)>>endobj
71 0 obj<</Subtype/Link/Rect[369.9 617.8 471.0 630.8]/Border[0 0 0]/A 70 0 R>>endobj
72 0 obj[71 0 R
]endobj
73 0 obj<</Subtype/Link/Rect[295.1 514.6 385.6 527.6]/Border[0 0 0]/Dest[328 0 R/XYZ null 798 0]>>endobj
74 0 obj[73 0 R
]endobj
75 0 obj<</S/URI/URI(http://www.microsoft.com/NTServer/nts/downloads/winfeatures/NTSDistrFile/AdminGuide.asp)>>endobj
76 0 obj<</Subtype/Link/Rect[72.0 644.2 183.5 657.2]/Border[0 0 0]/A 75 0 R>>endobj
77 0 obj<</S/URI/URI(#HOSTMSDFS)>>endobj
78 0 obj<</Subtype/Link/Rect[391.2 578.2 463.8 591.2]/Border[0 0 0]/A 77 0 R>>endobj
79 0 obj<</S/URI/URI(#MSDFSROOT)>>endobj
80 0 obj<</Subtype/Link/Rect[445.7 565.0 518.3 578.0]/Border[0 0 0]/A 79 0 R>>endobj
81 0 obj[76 0 R
78 0 R
80 0 R
]endobj
82 0 obj<</S/URI/URI(http://imprints.sourceforge.net)>>endobj
83 0 obj<</Subtype/Link/Rect[484.1 551.8 558.9 564.8]/Border[0 0 0]/A 82 0 R>>endobj
84 0 obj<</S/URI/URI(http://msdn.microsoft.com/)>>endobj
85 0 obj<</Subtype/Link/Rect[108.0 499.0 210.7 512.0]/Border[0 0 0]/A 84 0 R>>endobj
86 0 obj[83 0 R
85 0 R
]endobj
87 0 obj<</Subtype/Link/Rect[462.9 451.4 543.6 464.4]/Border[0 0 0]/Dest[370 0 R/XYZ null 798 0]>>endobj
88 0 obj<</S/URI/URI(#WRITELIST)>>endobj
89 0 obj<</Subtype/Link/Rect[91.9 281.2 164.5 294.2]/Border[0 0 0]/A 88 0 R>>endobj
90 0 obj<</S/URI/URI(conf.5.html)>>endobj
91 0 obj<</Subtype/Link/Rect[192.7 268.0 294.1 281.0]/Border[0 0 0]/A 90 0 R>>endobj
92 0 obj<</S/URI/URI(#GUESTOK)>>endobj
93 0 obj<</Subtype/Link/Rect[163.3 241.6 231.3 254.6]/Border[0 0 0]/A 92 0 R>>endobj
94 0 obj<</S/URI/URI(#MAPTOGUEST)>>endobj
95 0 obj<</Subtype/Link/Rect[427.4 149.2 545.5 162.2]/Border[0 0 0]/A 94 0 R>>endobj
96 0 obj[87 0 R
89 0 R
91 0 R
93 0 R
95 0 R
]endobj
97 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
98 0 obj<</Subtype/Link/Rect[433.8 467.6 526.2 480.6]/Border[0 0 0]/A 97 0 R>>endobj
99 0 obj[98 0 R
]endobj
100 0 obj<</S/URI/URI(http://imprints.sourceforge.net/)>>endobj
101 0 obj<</Subtype/Link/Rect[303.3 670.6 442.9 683.6]/Border[0 0 0]/A 100 0 R>>endobj
102 0 obj[101 0 R
]endobj
103 0 obj<</S/URI/URI(smbpasswd.8.html)>>endobj
104 0 obj<</Subtype/Link/Rect[221.4 446.2 287.7 459.2]/Border[0 0 0]/A 103 0 R>>endobj
105 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
106 0 obj<</Subtype/Link/Rect[353.1 169.0 425.7 182.0]/Border[0 0 0]/A 105 0 R>>endobj
107 0 obj<</S/URI/URI(#SECURITY)>>endobj
108 0 obj<</Subtype/Link/Rect[169.1 129.4 241.7 142.4]/Border[0 0 0]/A 107 0 R>>endobj
109 0 obj<</S/URI/URI(#WORKGROUP)>>endobj
110 0 obj<</Subtype/Link/Rect[146.2 76.6 225.4 89.6]/Border[0 0 0]/A 109 0 R>>endobj
111 0 obj[104 0 R
106 0 R
108 0 R
110 0 R
]endobj
112 0 obj<</S/URI/URI(#ENCRYPTPASSWORDS)>>endobj
113 0 obj<</Subtype/Link/Rect[224.7 668.2 343.5 681.2]/Border[0 0 0]/A 112 0 R>>endobj
114 0 obj<</S/URI/URI(#PASSWORDSERVER)>>endobj
115 0 obj<</Subtype/Link/Rect[188.7 628.6 307.5 641.6]/Border[0 0 0]/A 114 0 R>>endobj
116 0 obj[113 0 R
115 0 R
]endobj
117 0 obj<</S/URI/URI(#SECURITYEQUALSERVER)>>endobj
118 0 obj<</Subtype/Link/Rect[277.9 644.2 354.1 657.2]/Border[0 0 0]/A 117 0 R>>endobj
119 0 obj<</S/URI/URI(http://www.linuxworld.com)>>endobj
120 0 obj<</Subtype/Link/Rect[443.5 327.4 500.6 340.4]/Border[0 0 0]/A 119 0 R>>endobj
121 0 obj<</S/URI/URI(http://www.linuxworld.com/linuxworld/lw-1998-10/lw-10-samba.html)>>endobj
122 0 obj<</Subtype/Link/Rect[72.0 314.2 189.3 327.2]/Border[0 0 0]/A 121 0 R>>endobj
123 0 obj[118 0 R
120 0 R
122 0 R
]endobj
124 0 obj<</S/URI/URI(#NTACLSUPPOR)>>endobj
125 0 obj<</Subtype/Link/Rect[342.7 580.6 441.7 593.6]/Border[0 0 0]/A 124 0 R>>endobj
126 0 obj[125 0 R
]endobj
127 0 obj<</S/URI/URI(#SECURITYMASK)>>endobj
128 0 obj<</Subtype/Link/Rect[88.2 501.4 180.6 514.4]/Border[0 0 0]/A 127 0 R>>endobj
129 0 obj<</S/URI/URI(#CREATEMASK)>>endobj
130 0 obj<</Subtype/Link/Rect[358.9 422.2 438.1 435.2]/Border[0 0 0]/A 129 0 R>>endobj
131 0 obj<</S/URI/URI(#FORCESECURITYMODE)>>endobj
132 0 obj<</Subtype/Link/Rect[427.0 369.4 526.0 382.4]/Border[0 0 0]/A 131 0 R>>endobj
133 0 obj<</S/URI/URI(#FORCESECURITYMODE)>>endobj
134 0 obj<</Subtype/Link/Rect[72.0 356.2 98.4 369.2]/Border[0 0 0]/A 133 0 R>>endobj
135 0 obj<</S/URI/URI(#FORCECREATEMODE)>>endobj
136 0 obj<</Subtype/Link/Rect[358.9 277.0 477.7 290.0]/Border[0 0 0]/A 135 0 R>>endobj
137 0 obj[128 0 R
130 0 R
132 0 R
134 0 R
136 0 R
]endobj
138 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
139 0 obj<</Subtype/Link/Rect[72.0 655.0 151.2 668.0]/Border[0 0 0]/A 138 0 R>>endobj
140 0 obj[139 0 R
]endobj
141 0 obj<</Subtype/Link/Rect[72.0 684.0 223.5 697.0]/Border[0 0 0]/Dest[265 0 R/XYZ null 798 0]>>endobj
142 0 obj<</Subtype/Link/Rect[108.0 670.8 174.9 683.8]/Border[0 0 0]/Dest[265 0 R/XYZ null 730 0]>>endobj
143 0 obj<</Subtype/Link/Rect[72.0 644.4 277.3 657.4]/Border[0 0 0]/Dest[271 0 R/XYZ null 798 0]>>endobj
144 0 obj<</Subtype/Link/Rect[72.0 618.0 201.9 631.0]/Border[0 0 0]/Dest[274 0 R/XYZ null 798 0]>>endobj
145 0 obj<</Subtype/Link/Rect[72.0 591.6 207.1 604.6]/Border[0 0 0]/Dest[277 0 R/XYZ null 798 0]>>endobj
146 0 obj<</Subtype/Link/Rect[72.0 565.2 212.2 578.2]/Border[0 0 0]/Dest[280 0 R/XYZ null 798 0]>>endobj
147 0 obj<</Subtype/Link/Rect[72.0 538.8 265.4 551.8]/Border[0 0 0]/Dest[283 0 R/XYZ null 798 0]>>endobj
148 0 obj<</Subtype/Link/Rect[72.0 512.4 272.4 525.4]/Border[0 0 0]/Dest[286 0 R/XYZ null 798 0]>>endobj
149 0 obj<</Subtype/Link/Rect[72.0 486.0 242.5 499.0]/Border[0 0 0]/Dest[289 0 R/XYZ null 798 0]>>endobj
150 0 obj<</Subtype/Link/Rect[108.0 472.8 252.5 485.8]/Border[0 0 0]/Dest[289 0 R/XYZ null 611 0]>>endobj
151 0 obj<</Subtype/Link/Rect[108.0 459.6 301.1 472.6]/Border[0 0 0]/Dest[292 0 R/XYZ null 783 0]>>endobj
152 0 obj<</Subtype/Link/Rect[72.0 433.2 325.6 446.2]/Border[0 0 0]/Dest[295 0 R/XYZ null 798 0]>>endobj
153 0 obj<</Subtype/Link/Rect[72.0 406.8 271.5 419.8]/Border[0 0 0]/Dest[298 0 R/XYZ null 798 0]>>endobj
154 0 obj<</Subtype/Link/Rect[72.0 380.4 476.9 393.4]/Border[0 0 0]/Dest[301 0 R/XYZ null 798 0]>>endobj
155 0 obj<</Subtype/Link/Rect[72.0 354.0 208.9 367.0]/Border[0 0 0]/Dest[304 0 R/XYZ null 798 0]>>endobj
156 0 obj<</Subtype/Link/Rect[108.0 340.8 203.0 353.8]/Border[0 0 0]/Dest[304 0 R/XYZ null 585 0]>>endobj
157 0 obj<</Subtype/Link/Rect[108.0 327.6 153.5 340.6]/Border[0 0 0]/Dest[304 0 R/XYZ null 510 0]>>endobj
158 0 obj<</Subtype/Link/Rect[108.0 314.4 234.2 327.4]/Border[0 0 0]/Dest[304 0 R/XYZ null 395 0]>>endobj
159 0 obj<</Subtype/Link/Rect[108.0 301.2 262.6 314.2]/Border[0 0 0]/Dest[307 0 R/XYZ null 741 0]>>endobj
160 0 obj<</Subtype/Link/Rect[108.0 288.0 144.7 301.0]/Border[0 0 0]/Dest[307 0 R/XYZ null 613 0]>>endobj
161 0 obj<</Subtype/Link/Rect[108.0 274.8 199.3 287.8]/Border[0 0 0]/Dest[310 0 R/XYZ null 783 0]>>endobj
162 0 obj<</Subtype/Link/Rect[108.0 261.6 199.6 274.6]/Border[0 0 0]/Dest[310 0 R/XYZ null 694 0]>>endobj
163 0 obj<</Subtype/Link/Rect[72.0 235.2 371.8 248.2]/Border[0 0 0]/Dest[313 0 R/XYZ null 798 0]>>endobj
164 0 obj<</Subtype/Link/Rect[72.0 208.8 131.9 221.8]/Border[0 0 0]/Dest[316 0 R/XYZ null 798 0]>>endobj
165 0 obj<</Subtype/Link/Rect[72.0 182.4 159.7 195.4]/Border[0 0 0]/Dest[319 0 R/XYZ null 798 0]>>endobj
166 0 obj<</Subtype/Link/Rect[72.0 156.0 223.8 169.0]/Border[0 0 0]/Dest[322 0 R/XYZ null 798 0]>>endobj
167 0 obj<</Subtype/Link/Rect[108.0 142.8 249.5 155.8]/Border[0 0 0]/Dest[322 0 R/XYZ null 203 0]>>endobj
168 0 obj<</Subtype/Link/Rect[108.0 129.6 289.2 142.6]/Border[0 0 0]/Dest[325 0 R/XYZ null 701 0]>>endobj
169 0 obj<</Subtype/Link/Rect[72.0 103.2 164.3 116.2]/Border[0 0 0]/Dest[328 0 R/XYZ null 798 0]>>endobj
170 0 obj<</Subtype/Link/Rect[72.0 76.8 199.1 89.8]/Border[0 0 0]/Dest[334 0 R/XYZ null 798 0]>>endobj
171 0 obj[141 0 R
142 0 R
143 0 R
144 0 R
145 0 R
146 0 R
147 0 R
148 0 R
149 0 R
150 0 R
151 0 R
152 0 R
153 0 R
154 0 R
155 0 R
156 0 R
157 0 R
158 0 R
159 0 R
160 0 R
161 0 R
162 0 R
163 0 R
164 0 R
165 0 R
166 0 R
167 0 R
168 0 R
169 0 R
170 0 R
]endobj
172 0 obj<</Subtype/Link/Rect[72.0 684.0 326.9 697.0]/Border[0 0 0]/Dest[337 0 R/XYZ null 798 0]>>endobj
173 0 obj<</Subtype/Link/Rect[72.0 657.6 402.3 670.6]/Border[0 0 0]/Dest[340 0 R/XYZ null 798 0]>>endobj
174 0 obj<</Subtype/Link/Rect[72.0 631.2 128.8 644.2]/Border[0 0 0]/Dest[343 0 R/XYZ null 798 0]>>endobj
175 0 obj<</Subtype/Link/Rect[108.0 618.0 133.7 631.0]/Border[0 0 0]/Dest[346 0 R/XYZ null 783 0]>>endobj
176 0 obj<</Subtype/Link/Rect[72.0 591.6 277.1 604.6]/Border[0 0 0]/Dest[349 0 R/XYZ null 798 0]>>endobj
177 0 obj<</Subtype/Link/Rect[72.0 565.2 131.9 578.2]/Border[0 0 0]/Dest[352 0 R/XYZ null 798 0]>>endobj
178 0 obj<</Subtype/Link/Rect[72.0 538.8 138.6 551.8]/Border[0 0 0]/Dest[355 0 R/XYZ null 798 0]>>endobj
179 0 obj<</Subtype/Link/Rect[72.0 512.4 171.6 525.4]/Border[0 0 0]/Dest[364 0 R/XYZ null 798 0]>>endobj
180 0 obj<</Subtype/Link/Rect[108.0 499.2 186.8 512.2]/Border[0 0 0]/Dest[364 0 R/XYZ null 664 0]>>endobj
181 0 obj<</Subtype/Link/Rect[108.0 486.0 253.7 499.0]/Border[0 0 0]/Dest[364 0 R/XYZ null 457 0]>>endobj
182 0 obj<</Subtype/Link/Rect[108.0 472.8 194.8 485.8]/Border[0 0 0]/Dest[364 0 R/XYZ null 355 0]>>endobj
183 0 obj<</Subtype/Link/Rect[108.0 459.6 207.0 472.6]/Border[0 0 0]/Dest[364 0 R/XYZ null 240 0]>>endobj
184 0 obj<</Subtype/Link/Rect[72.0 433.2 256.8 446.2]/Border[0 0 0]/Dest[370 0 R/XYZ null 798 0]>>endobj
185 0 obj<</Subtype/Link/Rect[72.0 406.8 272.9 419.8]/Border[0 0 0]/Dest[373 0 R/XYZ null 798 0]>>endobj
186 0 obj<</Subtype/Link/Rect[72.0 380.4 254.4 393.4]/Border[0 0 0]/Dest[376 0 R/XYZ null 798 0]>>endobj
187 0 obj<</Subtype/Link/Rect[72.0 354.0 266.2 367.0]/Border[0 0 0]/Dest[382 0 R/XYZ null 798 0]>>endobj
188 0 obj<</Subtype/Link/Rect[72.0 327.6 413.9 340.6]/Border[0 0 0]/Dest[385 0 R/XYZ null 798 0]>>endobj
189 0 obj<</Subtype/Link/Rect[72.0 301.2 407.5 314.2]/Border[0 0 0]/Dest[388 0 R/XYZ null 798 0]>>endobj
190 0 obj<</Subtype/Link/Rect[72.0 274.8 273.7 287.8]/Border[0 0 0]/Dest[391 0 R/XYZ null 798 0]>>endobj
191 0 obj<</Subtype/Link/Rect[72.0 248.4 179.6 261.4]/Border[0 0 0]/Dest[394 0 R/XYZ null 798 0]>>endobj
192 0 obj<</Subtype/Link/Rect[72.0 222.0 245.5 235.0]/Border[0 0 0]/Dest[397 0 R/XYZ null 798 0]>>endobj
193 0 obj<</Subtype/Link/Rect[108.0 208.8 181.0 221.8]/Border[0 0 0]/Dest[397 0 R/XYZ null 532 0]>>endobj
194 0 obj<</Subtype/Link/Rect[108.0 195.6 206.1 208.6]/Border[0 0 0]/Dest[397 0 R/XYZ null 272 0]>>endobj
195 0 obj<</Subtype/Link/Rect[72.0 169.2 255.9 182.2]/Border[0 0 0]/Dest[403 0 R/XYZ null 798 0]>>endobj
196 0 obj<</Subtype/Link/Rect[72.0 142.8 364.1 155.8]/Border[0 0 0]/Dest[406 0 R/XYZ null 798 0]>>endobj
197 0 obj<</Subtype/Link/Rect[72.0 116.4 354.3 129.4]/Border[0 0 0]/Dest[412 0 R/XYZ null 798 0]>>endobj
198 0 obj[172 0 R
173 0 R
174 0 R
175 0 R
176 0 R
177 0 R
178 0 R
179 0 R
180 0 R
181 0 R
182 0 R
183 0 R
184 0 R
185 0 R
186 0 R
187 0 R
188 0 R
189 0 R
190 0 R
191 0 R
192 0 R
193 0 R
194 0 R
195 0 R
196 0 R
197 0 R
]endobj
199 0 obj<</Dests 200 0 R>>endobj
200 0 obj<</Kids[201 0 R]>>endobj
201 0 obj<</Limits[(aen10)(smbpasswdfileformat)]/Names[(aen10)202 0 R(aen111)203 0 R(aen12)204 0 R(aen127)205 0 R(aen136)206 0 R(aen152)207 0 R(aen166)208 0 R(aen171)209 0 R(aen175)210 0 R(aen178)211 0 R(aen187)212 0 R(aen191)213 0 R(aen20)214 0 R(aen201)215 0 R(aen204)216 0 R(aen207)217 0 R(aen218)218 0 R(aen222)219 0 R(aen233)220 0 R(aen252)221 0 R(aen259)222 0 R(aen268)223 0 R(aen320)224 0 R(aen359)225 0 R(aen374)226 0 R(aen385)227 0 R(aen4)228 0 R(aen419)229 0 R(aen428)230 0 R(aen439)231 0 R(aen456)232 0 R(aen48)233 0 R(aen510)234 0 R(aen514)235 0 R(aen52)236 0 R(aen524)237 0 R(aen527)238 0 R(aen531)239 0 R(aen553)240 0 R(aen581)241 0 R(aen592)242 0 R(aen655)243 0 R(aen66)244 0 R(aen669)245 0 R(aen680)246 0 R(aen689)247 0 R(aen700)248 0 R(aen72)249 0 R(aen720)250 0 R(aen735)251 0 R(aen749)252 0 R(aen756)253 0 R(aen778)254 0 R(aen82)255 0 R(aen842)256 0 R(migration)257 0 R(samba-doc.html)258 0 R(samba-project-documentation)259 0 R(smbpasswdfileformat)260 0 R]>>endobj
202 0 obj<</D[268 0 R/XYZ null 798 null]>>endobj
203 0 obj<</D[289 0 R/XYZ null 783 null]>>endobj
204 0 obj<</D[271 0 R/XYZ null 798 null]>>endobj
205 0 obj<</D[292 0 R/XYZ null 798 null]>>endobj
206 0 obj<</D[295 0 R/XYZ null 798 null]>>endobj
207 0 obj<</D[298 0 R/XYZ null 798 null]>>endobj
208 0 obj<</D[301 0 R/XYZ null 798 null]>>endobj
209 0 obj<</D[301 0 R/XYZ null 585 null]>>endobj
210 0 obj<</D[301 0 R/XYZ null 510 null]>>endobj
211 0 obj<</D[301 0 R/XYZ null 395 null]>>endobj
212 0 obj<</D[304 0 R/XYZ null 741 null]>>endobj
213 0 obj<</D[304 0 R/XYZ null 613 null]>>endobj
214 0 obj<</D[274 0 R/XYZ null 798 null]>>endobj
215 0 obj<</D[307 0 R/XYZ null 783 null]>>endobj
216 0 obj<</D[307 0 R/XYZ null 694 null]>>endobj
217 0 obj<</D[310 0 R/XYZ null 798 null]>>endobj
218 0 obj<</D[313 0 R/XYZ null 798 null]>>endobj
219 0 obj<</D[316 0 R/XYZ null 798 null]>>endobj
220 0 obj<</D[319 0 R/XYZ null 798 null]>>endobj
221 0 obj<</D[319 0 R/XYZ null 203 null]>>endobj
222 0 obj<</D[322 0 R/XYZ null 701 null]>>endobj
223 0 obj<</D[325 0 R/XYZ null 798 null]>>endobj
224 0 obj<</D[331 0 R/XYZ null 798 null]>>endobj
225 0 obj<</D[334 0 R/XYZ null 798 null]>>endobj
226 0 obj<</D[337 0 R/XYZ null 798 null]>>endobj
227 0 obj<</D[340 0 R/XYZ null 798 null]>>endobj
228 0 obj<</D[262 0 R/XYZ null 730 null]>>endobj
229 0 obj<</D[343 0 R/XYZ null 783 null]>>endobj
230 0 obj<</D[346 0 R/XYZ null 798 null]>>endobj
231 0 obj<</D[349 0 R/XYZ null 798 null]>>endobj
232 0 obj<</D[352 0 R/XYZ null 798 null]>>endobj
233 0 obj<</D[277 0 R/XYZ null 798 null]>>endobj
234 0 obj<</D[361 0 R/XYZ null 798 null]>>endobj
235 0 obj<</D[361 0 R/XYZ null 664 null]>>endobj
236 0 obj<</D[280 0 R/XYZ null 798 null]>>endobj
237 0 obj<</D[361 0 R/XYZ null 457 null]>>endobj
238 0 obj<</D[361 0 R/XYZ null 355 null]>>endobj
239 0 obj<</D[361 0 R/XYZ null 240 null]>>endobj
240 0 obj<</D[367 0 R/XYZ null 798 null]>>endobj
241 0 obj<</D[370 0 R/XYZ null 798 null]>>endobj
242 0 obj<</D[373 0 R/XYZ null 798 null]>>endobj
243 0 obj<</D[379 0 R/XYZ null 798 null]>>endobj
244 0 obj<</D[283 0 R/XYZ null 798 null]>>endobj
245 0 obj<</D[382 0 R/XYZ null 798 null]>>endobj
246 0 obj<</D[385 0 R/XYZ null 798 null]>>endobj
247 0 obj<</D[388 0 R/XYZ null 798 null]>>endobj
248 0 obj<</D[391 0 R/XYZ null 798 null]>>endobj
249 0 obj<</D[286 0 R/XYZ null 798 null]>>endobj
250 0 obj<</D[394 0 R/XYZ null 798 null]>>endobj
251 0 obj<</D[394 0 R/XYZ null 532 null]>>endobj
252 0 obj<</D[394 0 R/XYZ null 272 null]>>endobj
253 0 obj<</D[400 0 R/XYZ null 798 null]>>endobj
254 0 obj<</D[403 0 R/XYZ null 798 null]>>endobj
255 0 obj<</D[286 0 R/XYZ null 611 null]>>endobj
256 0 obj<</D[409 0 R/XYZ null 798 null]>>endobj
257 0 obj<</D[367 0 R/XYZ null 798 null]>>endobj
258 0 obj<</D[265 0 R/XYZ null 698 null]>>endobj
259 0 obj<</D[262 0 R/XYZ null 798 null]>>endobj
260 0 obj<</D[325 0 R/XYZ null 798 null]>>endobj
261 0 obj<</Type/Pages/MediaBox[0 0 595 792]/Count 53/Kids[262 0 R
415 0 R
418 0 R
265 0 R
268 0 R
271 0 R
274 0 R
277 0 R
280 0 R
283 0 R
286 0 R
289 0 R
292 0 R
295 0 R
298 0 R
301 0 R
304 0 R
307 0 R
310 0 R
313 0 R
316 0 R
319 0 R
322 0 R
325 0 R
328 0 R
331 0 R
334 0 R
337 0 R
340 0 R
343 0 R
346 0 R
349 0 R
352 0 R
355 0 R
358 0 R
361 0 R
364 0 R
367 0 R
370 0 R
373 0 R
376 0 R
379 0 R
382 0 R
385 0 R
388 0 R
391 0 R
394 0 R
397 0 R
400 0 R
403 0 R
406 0 R
409 0 R
412 0 R
]>>endobj
262 0 obj<</Type/Page/Parent 261 0 R/Contents 263 0 R/Resources<</ProcSet[/PDF/Text]/Font<</F8 11 0 R/F9 12 0 R>>>>>>endobj
263 0 obj<</Length 264 0 R/Filter/FlateDecode>>stream
x+ä2T0