gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/doc


From: gsasl-commit
Subject: CVS gsasl/doc
Date: Sun, 07 Nov 2004 16:54:45 +0100

Update of /home/cvs/gsasl/doc
In directory dopio:/tmp/cvs-serv8963

Modified Files:
        Makefile.am 
Added Files:
        abstraction.eps abstraction.png abstraction.dia 
Log Message:
Add image.

--- /home/cvs/gsasl/doc/Makefile.am     2004/10/31 20:17:43     1.60
+++ /home/cvs/gsasl/doc/Makefile.am     2004/11/07 15:54:44     1.61
@@ -22,7 +22,8 @@
 SUBDIRS = reference
 endif
 
-EXTRA_DIST = gdoc gdoc-error controlflow.dia controlflow2.dia \
+EXTRA_DIST = gdoc gdoc-error \
+       controlflow.dia controlflow2.dia abstraction.dia \
        gsasl.html gsasl.ps gsasl.pdf texinfo.css \
        doxygen/Doxyfile.in doxygen/gdoc2doxygen
 
@@ -39,6 +40,7 @@
 gsasl_TEXINFOS = fdl.texi $(gdoc_TEXINFOS) \
        controlflow.eps controlflow.png controlflow.pdf \
        controlflow2.eps controlflow2.png controlflow2.pdf \
+       abstraction.eps abstraction.png abstraction.pdf \
        gsasl-callback-password.texi gsasl-callback-authorization.texi \
        gsasl-callback-authentication.texi gsasl-callback-validate.texi \
        gsasl-callback-retrieve.texi gsasl-callback-cram-md5.texi \

--- /home/cvs/gsasl/doc/abstraction.eps 2004/11/07 15:54:45     NONE
+++ /home/cvs/gsasl/doc/abstraction.eps 2004/11/07 15:54:45     1.1
%!PS-Adobe-2.0 EPSF-2.0
%%Title: abstraction.dia
%%Creator: Dia v0.94
%%CreationDate: Sun Nov  7 16:43:45 2004
%%For: jas
%%Orientation: Portrait
%%Magnification: 1.0000
%%BoundingBox: 0 0 1313 684
%%BeginSetup
%%EndSetup
%%EndComments
%%BeginProlog
[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent 
/ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /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 /quoteleft /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 /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
/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] /isolatin1encoding 
exch def
/cp {closepath} bind def
/c {curveto} bind def
/f {fill} bind def
/a {arc} bind def
/ef {eofill} bind def
/ex {exch} bind def
/gr {grestore} bind def
/gs {gsave} bind def
/sa {save} bind def
/rs {restore} bind def
/l {lineto} bind def
/m {moveto} bind def
/rm {rmoveto} bind def
/n {newpath} bind def
/s {stroke} bind def
/sh {show} bind def
/slc {setlinecap} bind def
/slj {setlinejoin} bind def
/slw {setlinewidth} bind def
/srgb {setrgbcolor} bind def
/rot {rotate} bind def
/sc {scale} bind def
/sd {setdash} bind def
/ff {findfont} bind def
/sf {setfont} bind def
/scf {scalefont} bind def
/sw {stringwidth pop} bind def
/tr {translate} bind def

/ellipsedict 8 dict def
ellipsedict /mtrx matrix put
/ellipse
{ ellipsedict begin
   /endangle exch def
   /startangle exch def
   /yrad exch def
   /xrad exch def
   /y exch def
   /x exch def   /savematrix mtrx currentmatrix def
   x y tr xrad yrad sc
   0 0 1 startangle endangle arc
   savematrix setmatrix
   end
} def

/mergeprocs {
dup length
3 -1 roll
dup
length
dup
5 1 roll
3 -1 roll
add
array cvx
dup
3 -1 roll
0 exch
putinterval
dup
4 2 roll
putinterval
} bind def
/dpi_x 300 def
/dpi_y 300 def
/conicto {
    /to_y exch def
    /to_x exch def
    /conic_cntrl_y exch def
    /conic_cntrl_x exch def
    currentpoint
    /p0_y exch def
    /p0_x exch def
    /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
    /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
    /p2_x p1_x to_x p0_x sub 1 3 div mul add def
    /p2_y p1_y to_y p0_y sub 1 3 div mul add def
    p1_x p1_y p2_x p2_y to_x to_y curveto
} bind def
/start_ol { gsave 1.1 dpi_x div dup scale} bind def
/end_ol { closepath fill grestore } bind def
28.346000 -28.346000 scale
5.050000 -24.050000 translate
%%EndProlog


1.000000 1.000000 1.000000 srgb
n 16.000000 0.000000 m 16.000000 24.000000 l 25.250000 24.000000 l 25.250000 
0.000000 l f
n 16.000000 1.000000 m 16.000000 1.000000 1.000000 1.000000 180.000000 
270.000000 ellipse f
n 25.250000 1.000000 m 25.250000 1.000000 1.000000 1.000000 270.000000 
360.000000 ellipse f
n 15.000000 1.000000 m 15.000000 23.000000 l 26.250000 23.000000 l 26.250000 
1.000000 l f
n 16.000000 23.000000 m 16.000000 23.000000 1.000000 1.000000 90.000000 
180.000000 ellipse f
n 25.250000 23.000000 m 25.250000 23.000000 1.000000 1.000000 0.000000 
90.000000 ellipse f
0.100000 slw
[] 0 sd
[] 0 sd
0 slj
0.000000 0.000000 0.000000 srgb
n 16.000000 0.000000 m 25.250000 0.000000 l s
n 16.000000 24.000000 m 25.250000 24.000000 l s
n 16.000000 1.000000 1.000000 1.000000 180.000000 270.000000 ellipse s
n 25.250000 1.000000 1.000000 1.000000 270.000000 360.000000 ellipse s
n 15.000000 1.000000 m 15.000000 23.000000 l s
n 26.250000 1.000000 m 26.250000 23.000000 l s
n 16.000000 23.000000 1.000000 1.000000 90.000000 180.000000 ellipse s
n 25.250000 23.000000 1.000000 1.000000 0.000000 90.000000 ellipse s
gsave 15.531200 3.131250 translate 0.035278 -0.035278 scale
start_ol
5952 3200 moveto
3392 3200 lineto
3392 2560 lineto
5248 2560 lineto
5248 2408 lineto
5248 1417 4446 701 3334 701 curveto
2715 701 2155 917 1796 1294 curveto
1394 1710 1152 2407 1152 3128 curveto
1152 4562 2005 5507 3292 5507 curveto
4220 5507 4889 5027 5056 4236 curveto
5866 4236 lineto
5648 5489 4711 6208 3313 6208 curveto
2568 6208 1966 6021 1489 5639 curveto
786 5070 384 4152 384 3088 curveto
384 1268 1527 0 3171 0 curveto
3997 0 4656 306 5248 960 curveto
5445 0 lineto
5952 0 lineto
5952 3200 lineto
end_ol grestore 
gsave 16.411733 3.131250 translate 0.035278 -0.035278 scale
start_ol
5440 6208 moveto
4672 6208 lineto
4672 1133 lineto
1516 6208 lineto
640 6208 lineto
640 0 lineto
1408 0 lineto
1408 5033 lineto
4531 0 lineto
5440 0 lineto
5440 6208 lineto
end_ol grestore 
gsave 17.233000 3.131250 translate 0.035278 -0.035278 scale
start_ol
4608 6208 moveto
4608 2000 lineto
4608 1194 4013 701 3032 701 curveto
2579 701 2210 808 1916 1013 curveto
1615 1244 1472 1548 1472 2000 curveto
1472 6208 lineto
704 6208 lineto
704 1981 lineto
704 759 1588 0 3032 0 curveto
4458 0 5376 776 5376 1981 curveto
5376 6208 lineto
4608 6208 lineto
end_ol grestore 
gsave 18.054267 3.131250 translate 0.035278 -0.035278 scale
start_ol
end_ol grestore 
gsave 18.367533 3.131250 translate 0.035278 -0.035278 scale
start_ol
5056 4355 moveto
5056 5527 4220 6208 2786 6208 curveto
1421 6208 576 5546 576 4480 curveto
576 3761 957 3309 1735 3107 curveto
3202 2720 lineto
3948 2526 4288 2227 4288 1767 curveto
4288 1452 4120 1129 3873 951 curveto
3642 790 3275 701 2804 701 curveto
2173 701 1742 853 1463 1190 curveto
1248 1446 1152 1726 1152 2087 curveto
384 2087 lineto
384 1539 490 1179 727 851 curveto
1135 295 1822 0 2728 0 curveto
3439 0 4019 162 4403 452 curveto
4803 767 5056 1292 5056 1801 curveto
5056 2528 4602 3061 3800 3279 curveto
2317 3675 lineto
1603 3869 1344 4095 1344 4547 curveto
1344 5145 1900 5541 2739 5541 curveto
3732 5541 4288 5116 4288 4355 curveto
5056 4355 lineto
end_ol grestore 
gsave 19.121067 3.131250 translate 0.035278 -0.035278 scale
start_ol
3984 1856 moveto
4614 0 lineto
5488 0 lineto
3337 6208 lineto
2328 6208 lineto
143 0 lineto
975 0 lineto
1622 1856 lineto
3984 1856 lineto
3765 2496 moveto
1815 2496 lineto
2824 5349 lineto
3765 2496 lineto
end_ol grestore 
gsave 19.874600 3.131250 translate 0.035278 -0.035278 scale
start_ol
5056 4355 moveto
5056 5527 4220 6208 2786 6208 curveto
1421 6208 576 5546 576 4480 curveto
576 3761 957 3309 1735 3107 curveto
3202 2720 lineto
3948 2526 4288 2227 4288 1767 curveto
4288 1452 4120 1129 3873 951 curveto
3642 790 3275 701 2804 701 curveto
2173 701 1742 853 1463 1190 curveto
1248 1446 1152 1726 1152 2087 curveto
384 2087 lineto
384 1539 490 1179 727 851 curveto
1135 295 1822 0 2728 0 curveto
3439 0 4019 162 4403 452 curveto
4803 767 5056 1292 5056 1801 curveto
5056 2528 4602 3061 3800 3279 curveto
2317 3675 lineto
1603 3869 1344 4095 1344 4547 curveto
1344 5145 1900 5541 2739 5541 curveto
3732 5541 4288 5116 4288 4355 curveto
5056 4355 lineto
end_ol grestore 
gsave 20.628133 3.131250 translate 0.035278 -0.035278 scale
start_ol
1472 6208 moveto
704 6208 lineto
704 0 lineto
4498 0 lineto
4498 701 lineto
1472 701 lineto
1472 6208 lineto
end_ol grestore 
gsave 15.531200 4.631250 translate 0.035278 -0.035278 scale
start_ol
1472 6208 moveto
704 6208 lineto
704 0 lineto
4498 0 lineto
4498 701 lineto
1472 701 lineto
1472 6208 lineto
end_ol grestore 
gsave 16.166200 4.631250 translate 0.035278 -0.035278 scale
start_ol
1280 4480 moveto
576 4480 lineto
576 0 lineto
1280 0 lineto
1280 4480 lineto
1280 6208 moveto
576 6208 lineto
576 5323 lineto
1280 5323 lineto
1280 6208 lineto
end_ol grestore 
gsave 16.420200 4.631250 translate 0.035278 -0.035278 scale
start_ol
448 6208 moveto
448 0 lineto
1152 0 lineto
1152 760 lineto
1477 245 1907 0 2500 0 curveto
3621 0 4352 901 4352 2288 curveto
4352 3643 3639 4480 2495 4480 curveto
1898 4480 1475 4251 1152 3751 curveto
1152 6208 lineto
448 6208 lineto
2371 3813 moveto
3147 3813 3648 3185 3648 2217 curveto
3648 1295 3130 667 2371 667 curveto
1636 667 1152 1287 1152 2240 curveto
1152 3193 1636 3813 2371 3813 curveto
end_ol grestore 
gsave 17.055200 4.631250 translate 0.035278 -0.035278 scale
start_ol
576 4480 moveto
576 0 lineto
1280 0 lineto
1280 2253 lineto
1280 2874 1440 3281 1776 3521 curveto
1994 3678 2205 3728 2692 3728 curveto
2692 4480 lineto
2574 4480 2515 4480 2422 4480 curveto
1967 4480 1621 4211 1216 3554 curveto
1216 4480 lineto
576 4480 lineto
end_ol grestore 
gsave 17.436200 4.631250 translate 0.035278 -0.035278 scale
start_ol
4497 615 moveto
4421 598 4388 598 4346 598 curveto
4102 598 3968 715 3968 919 curveto
3968 3310 lineto
3968 4071 3366 4480 2225 4480 curveto
1552 4480 995 4301 685 3985 curveto
472 3766 384 3522 384 3100 curveto
1255 3100 lineto
1314 3597 1632 3822 2285 3822 curveto
2912 3822 3264 3601 3264 3207 curveto
3264 3034 lineto
3264 2758 3090 2640 2542 2577 curveto
1563 2459 1413 2427 1148 2325 curveto
641 2128 384 1757 384 1221 curveto
384 473 932 0 1812 0 curveto
2359 0 2799 196 3289 655 curveto
3340 204 3559 0 4015 0 curveto
4159 0 4269 17 4497 77 curveto
4497 615 lineto
3264 1516 moveto
3264 1299 3197 1167 2988 989 curveto
2703 748 2360 624 1950 624 curveto
1406 624 1088 865 1088 1276 curveto
1088 1703 1398 1920 2143 2021 curveto
2879 2114 3030 2145 3264 2246 curveto
3264 1516 lineto
end_ol grestore 
gsave 18.071200 4.631250 translate 0.035278 -0.035278 scale
start_ol
576 4480 moveto
576 0 lineto
1280 0 lineto
1280 2253 lineto
1280 2874 1440 3281 1776 3521 curveto
1994 3678 2205 3728 2692 3728 curveto
2692 4480 lineto
2574 4480 2515 4480 2422 4480 curveto
1967 4480 1621 4211 1216 3554 curveto
1216 4480 lineto
576 4480 lineto
end_ol grestore 
gsave 18.452200 4.631250 translate 0.035278 -0.035278 scale
start_ol
3261 4480 moveto
2042 959 lineto
916 4480 lineto
168 4480 lineto
1656 -60 lineto
1387 -776 lineto
1277 -1095 1118 -1216 824 -1216 curveto
723 -1216 605 -1199 454 -1164 curveto

[3234 lines skipped]
--- /home/cvs/gsasl/doc/abstraction.png 2004/11/07 15:54:45     NONE
+++ /home/cvs/gsasl/doc/abstraction.png 2004/11/07 15:54:45     1.1

[3405 lines skipped]
--- /home/cvs/gsasl/doc/abstraction.dia 2004/11/07 15:54:45     NONE
+++ /home/cvs/gsasl/doc/abstraction.dia 2004/11/07 15:54:45     1.1

[3411 lines skipped]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]