File: Heimdal.Kerberos.manifest.in

package info (click to toggle)
heimdal 1.6~git20120403%2Bdfsg1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 34,428 kB
  • sloc: ansic: 338,234; sh: 7,993; makefile: 4,671; yacc: 3,036; perl: 1,888; python: 748; lex: 731; awk: 465; java: 119; asm: 30; lisp: 29
file content (15 lines) | stat: -rw-r--r-- 642 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1" encoding="UTF-8" standalone="yes" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <assemblyIdentity type="win32" name="@name@"
		    processorArchitecture="@cpu@"
		    version="@version@"
		    publicKeyToken="@pkt@" />
  <file name="heimdal.dll" hashalg="SHA1" />
  <file name="com_err.dll" hashalg="SHA1" />
  <file name="heimntlm.dll" hashalg="SHA1" />
  <file name="gssapi.dll" hashalg="SHA1" />
  <file name="heimdal.pdb" hashalg="SHA1" />
  <file name="com_err.pdb" hashalg="SHA1" />
  <file name="heimntlm.pdb" hashalg="SHA1" />
  <file name="gssapi.pdb" hashalg="SHA1" />
</assembly>