Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 6636 Help updates for kfw 4.0 Signed-off-by: Kevin Wasserman [kaduk@mit.edu: Squash commits, a couple of grammar fixes, and also turn a few instances of "Leash" into "MIT Kerberos". Trim trailing whitespace and other whitespace tweaks to pass the commit hooks.] (cherry picked from commit 095ae2aa5072282f4b1842e78baeb4c82bd31098) https://github.com/krb5/krb5/commit/49e8a6d8f3ef9748e5e40d7668c1721a6a31a675 Author: Kevin Wasserman Committer: Tom Yu Commit: 49e8a6d8f3ef9748e5e40d7668c1721a6a31a675 Branch: krb5-1.10 CommitDate: Wed Aug 29 16:28:04 2012 -0400 src/Makefile.in | 1 + src/windows/installer/wix/files.wxi | 2 +- src/windows/leash/htmlhelp/Images/Capture.PNG | Bin 0 -> 5304 bytes .../leash/htmlhelp/Images/Change_Password.PNG | Bin 0 -> 4199 bytes .../leash/htmlhelp/Images/Destroy_Ticket.PNG | Bin 0 -> 2489 bytes src/windows/leash/htmlhelp/Images/Get_Ticket.PNG | Bin 0 -> 2040 bytes .../leash/htmlhelp/Images/Get_Ticket_Icon.png | Bin 0 -> 1588 bytes src/windows/leash/htmlhelp/Images/Home_Tab.PNG | Bin 0 -> 13574 bytes src/windows/leash/htmlhelp/Images/Make_Default.PNG | Bin 0 -> 2902 bytes .../leash/htmlhelp/Images/Options_Button.PNG | Bin 0 -> 4116 bytes .../leash/htmlhelp/Images/Options_Button_Tiny.png | Bin 0 -> 2243 bytes src/windows/leash/htmlhelp/Images/Options_Menu.PNG | Bin 0 -> 5614 bytes .../leash/htmlhelp/Images/Options_Menu_Open.png | Bin 0 -> 10690 bytes .../leash/htmlhelp/Images/Options_Menu_Tiny.png | Bin 0 -> 7332 bytes src/windows/leash/htmlhelp/Images/Options_Tab.PNG | Bin 0 -> 13924 bytes src/windows/leash/htmlhelp/Images/Renew_Ticket.PNG | Bin 0 -> 2440 bytes .../leash/htmlhelp/Images/Ticket_Options.PNG | Bin 0 -> 6267 bytes src/windows/leash/htmlhelp/Images/View_Menu.GIF | Bin 0 -> 9618 bytes src/windows/leash/htmlhelp/Images/View_Menu.PNG | Bin 0 -> 4838 bytes .../leash/htmlhelp/Images/View_Menu_tiny.png | Bin 0 -> 4664 bytes src/windows/leash/htmlhelp/Images/View_Options.PNG | Bin 0 -> 5512 bytes .../Images/allowed_mix_case_realm_name.png | Bin 0 -> 1986 bytes .../htmlhelp/Images/automatic_ticket_renewal.png | Bin 0 -> 1857 bytes .../leash/htmlhelp/Images/checkbox blank.png | Bin 0 -> 1326 bytes src/windows/leash/htmlhelp/Images/checkbox.png | Bin 0 -> 619 bytes .../htmlhelp/Images/destroy_tickets_on_exit.png | Bin 0 -> 1742 bytes .../leash/htmlhelp/Images/encryption_type.png | Bin 0 -> 1660 bytes .../leash/htmlhelp/Images/expiration_alarm.png | Bin 0 -> 1293 bytes src/windows/leash/htmlhelp/Images/flags.png | Bin 0 -> 1142 bytes src/windows/leash/htmlhelp/Images/issued.png | Bin 0 -> 1183 bytes .../leash/htmlhelp/Images/renewable_until.png | Bin 0 -> 1123 bytes src/windows/leash/htmlhelp/Images/valid_until.png | Bin 0 -> 1297 bytes src/windows/leash/htmlhelp/Index.hhk | 444 ++++++++++++++++++++ src/windows/leash/htmlhelp/Leash.css | 215 ++++++++++ src/windows/leash/htmlhelp/LeashHelp.hhp | 184 ++++++++ src/windows/leash/htmlhelp/MITKerberosHelp.hhp | 178 ++++++++ src/windows/leash/htmlhelp/Makefile.in | 19 +- src/windows/leash/htmlhelp/TOC.hhc | 188 +++++++++ src/windows/leash/htmlhelp/html/Button_Menu.htm | 97 +++++ .../leash/htmlhelp/html/Change_Password.htm | 51 +++ src/windows/leash/htmlhelp/html/Command_Line.htm | 26 ++ src/windows/leash/htmlhelp/html/Debugging.htm | 17 + .../leash/htmlhelp/html/Destroy_Tickets.htm | 63 +++ .../leash/htmlhelp/html/Distroy_Tickets.htm | 11 + .../leash/htmlhelp/html/Encryption_Types.htm | 151 +++++++ src/windows/leash/htmlhelp/html/Export_Tickets.htm | 36 ++ src/windows/leash/htmlhelp/html/FAQ.htm | 104 +++++ .../leash/htmlhelp/html/Forget_Password.htm | 23 + .../leash/htmlhelp/html/Forget_Principals.htm | 52 +++ src/windows/leash/htmlhelp/html/Get_Tickets.htm | 60 +++ .../leash/htmlhelp/html/Getting_Started.htm | 118 ++++++ src/windows/leash/htmlhelp/html/Glossary.htm | 72 ++++ src/windows/leash/htmlhelp/html/Home_Tab.htm | 83 ++++ .../leash/htmlhelp/html/How_Kerberos_Works.htm | 24 + .../leash/htmlhelp/html/How_Use_Kerberos.htm | 44 ++ src/windows/leash/htmlhelp/html/Import_Status.htm | 75 ++++ src/windows/leash/htmlhelp/html/Import_Tickets.htm | 82 ++++ src/windows/leash/htmlhelp/html/KCPYTKT.htm | 83 ++++ src/windows/leash/htmlhelp/html/KDESTROY.htm | 108 +++++ src/windows/leash/htmlhelp/html/KINIT.htm | 193 +++++++++ src/windows/leash/htmlhelp/html/KLIST.htm | 149 +++++++ src/windows/leash/htmlhelp/html/KPASSWD.htm | 55 +++ src/windows/leash/htmlhelp/html/KSWITCH.htm | 80 ++++ src/windows/leash/htmlhelp/html/KVNO.htm | 104 +++++ src/windows/leash/htmlhelp/html/Kerberos.htm | 76 ++++ .../leash/htmlhelp/html/Kerberos_Terminology.htm | 105 +++++ .../leash/htmlhelp/html/Keyboard_Shortcuts.htm | 41 ++ src/windows/leash/htmlhelp/html/MS2MIT.htm | 33 ++ src/windows/leash/htmlhelp/html/Make_Default.htm | 40 ++ .../htmlhelp/html/Manage_Multiple_Principals.htm | 87 ++++ src/windows/leash/htmlhelp/html/More_Menu.htm | 49 +++ src/windows/leash/htmlhelp/html/Options_Menu.htm | 62 +++ src/windows/leash/htmlhelp/html/Options_Tab.htm | 181 ++++++++ src/windows/leash/htmlhelp/html/Password_Tips.htm | 51 +++ src/windows/leash/htmlhelp/html/Passwords.htm | 63 +++ src/windows/leash/htmlhelp/html/Principals.htm | 69 +++ src/windows/leash/htmlhelp/html/Renew_Tickets.htm | 109 +++++ src/windows/leash/htmlhelp/html/Renew_Tickets2.htm | 87 ++++ .../leash/htmlhelp/html/Renew_Tickets2.html | 32 ++ src/windows/leash/htmlhelp/html/Report_Bugs.htm | 23 + .../leash/htmlhelp/html/Ticket_Settings.htm | 175 ++++++++ src/windows/leash/htmlhelp/html/Tickets.htm | 139 ++++++ .../leash/htmlhelp/html/Troubleshooting.htm | 80 ++++ .../leash/htmlhelp/html/Using_Leash_Menus.htm | 136 ++++++ src/windows/leash/htmlhelp/html/View_Menu.htm | 99 +++++ src/windows/leash/htmlhelp/html/View_Tickets.htm | 123 ++++++ .../leash/htmlhelp/html/Windows_Logon_Tickets.htm | 45 ++ 87 files changed, 5085 insertions(+), 12 deletions(-)