Commit Graph

32 Commits

Author SHA1 Message Date
Marco Molteni
8cc9326f64 Document some GSS-API functions and fix some spelling errors. No code changes.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2012-09-27 14:26:29 -07:00
Jeffrey Altman
6850d6a65f avoid uninit variable and unreachable code warnings
most of these warnings are not problems because of ample
use of abort() calls.  However, the large number of warnings
makes it difficult to identify real problems.  Initialize
the variables to shut up the compilers.

Change-Id: I8477c11b17c7b6a7d9074c721fdd2d7303b186a8
2011-05-17 12:02:16 -04:00
Love Hornquist Astrand
687db64c56 Patch from Secure Endpoints/Asanka Herath for windows support 2009-12-21 08:45:28 +01:00
Love Hörnquist Åstrand
942a821fab remove RCSID
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25171 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-05-04 06:17:40 +00:00
Love Hörnquist Åstrand
62f922fb43 plug memory leak
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25090 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-04-04 17:10:15 +00:00
Love Hörnquist Åstrand
03babea1e3 switch to krb5_clear_error_message
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23911 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-10-14 02:55:39 +00:00
Love Hörnquist Åstrand
6937d41a02 remove trailing whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-09-13 09:21:03 +00:00
Love Hörnquist Åstrand
e172367898 switch to utf8 encoding of all files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23814 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-09-13 08:53:55 +00:00
Love Hörnquist Åstrand
7fcd266fdd use krb5_set_error_message
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23316 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-06-23 04:32:32 +00:00
Love Hörnquist Åstrand
348b5d79c4 Rename u_intXX_t to uintXX_t
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17442 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-05-05 09:31:15 +00:00
Love Hörnquist Åstrand
0a1e672d85 reindent
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17190 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-04-23 21:14:07 +00:00
Love Hörnquist Åstrand
d466d67e0e (krb5_rd_rep): free ap_rep message earlier so we don't leak it on error
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14333 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-11-01 09:04:40 +00:00
Love Hörnquist Åstrand
91351971f7 add KRB5_LIB_FUNCTION to all exported functions
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13863 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-05-25 21:46:46 +00:00
Johan Danielsson
6d3f51c725 close ccache if we opened it
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11388 ec53bebd-3082-4978-b11e-865c3cabbd6b
2002-09-04 21:34:43 +00:00
Assar Westerlund
d27aa3b62e add some krb5_{set,clear}_error_string
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9937 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-14 06:14:52 +00:00
Johan Danielsson
c5b916ca6f remove advertising clause
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7464 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-02 17:05:13 +00:00
Assar Westerlund
dc2265338a (krb5_sendauth): only look at errno if krb5_net_read actually returns
-1


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6829 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-08-16 12:46:52 +00:00
Assar Westerlund
30f9781488 (krb5_sendauth): handle ccache == NULL by setting the default ccache.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6191 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-05-10 03:46:38 +00:00
Assar Westerlund
fe80314a07 (krb5_sendauth): return the error in `ret_error' iff != NULL
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5308 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-01-30 18:30:40 +00:00
Johan Danielsson
0eeeefc67e const appl_version
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4290 ec53bebd-3082-4978-b11e-865c3cabbd6b
1998-01-08 18:59:52 +00:00
Assar Westerlund
c264b952a5 fix calls to krb5_net_{read,write}
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3910 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-11-11 01:37:57 +00:00
Johan Danielsson
af364bca96 less leaks
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3833 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-11-09 01:18:20 +00:00
Assar Westerlund
92f39c5b52 (krb5_sendauth): correct the protocol documentation and process
KRB-ERROR's


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3064 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-08-20 15:40:22 +00:00
Johan Danielsson
0c02b4e2b1 zero creds
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2880 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-08-10 20:14:18 +00:00
Johan Danielsson
5a32a5c8e7 Add copyright notice.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2389 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-07-16 21:40:05 +00:00
Assar Westerlund
64d780ce58 Use krb5_{read,write}_message
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2338 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-07-16 01:15:03 +00:00
Assar Westerlund
102f3f6439 updated `documentation' of protocol
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2058 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-07-08 23:21:45 +00:00
Assar Westerlund
f7023195f4 (krb5_sendauth): fix bug with sending len
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2024 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-07-07 09:53:33 +00:00
Assar Westerlund
8b362eaa8c Use KRB5_SENDAUTH_VERSION
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1966 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-07-05 01:37:58 +00:00
Assar Westerlund
1b71d5fdd8 comment
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1808 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-06-01 14:38:32 +00:00
Assar Westerlund
855969e857 implemented functionality
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1441 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-03-16 17:18:14 +00:00
Assar Westerlund
3f7cd5ed90 new files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1329 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-03-09 20:03:56 +00:00