From 2878378313e5463f6ba116f0b6e78f816ebf302e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 5 May 2006 13:05:01 +0000 Subject: [PATCH] Keytab is in network order. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17460 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/programming.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/programming.texi b/doc/programming.texi index 567387c10..8d2570df2 100644 --- a/doc/programming.texi +++ b/doc/programming.texi @@ -436,6 +436,8 @@ file format. All values are in network byte order. All text is ASCII. @}; @end example +All numbers are stored in network byteorder (big endian) format. + The keytab file format begins with the 16 bit file_format_version which at the time this document was authored is 0x502. The format of older keytabs is described at the end of this document.