Commit Graph

7797 Commits

Author SHA1 Message Date
Assar Westerlund
94e1d9abee update to pseudo-standard APIs for md4,md5,sha.
some changes to libdes calls to make them more portable.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7817 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 23:06:55 +00:00
Assar Westerlund
8354432978 start using the pseudo-standard APIs for the hash functions
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7816 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 23:03:39 +00:00
Assar Westerlund
2cc99ee904 move to the pseudo-standard APIs for md4,md5,sha
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7815 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 23:01:58 +00:00
Assar Westerlund
d5c8ae247b checking all parsing for errors and all memory allocations also
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7814 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 22:59:27 +00:00
Assar Westerlund
2296f66cd1 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7813 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 22:29:29 +00:00
Assar Westerlund
c4ebe5c97a (krb5_verify_init_creds): make sure to clean up the correct creds.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7812 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-21 05:47:35 +00:00
Assar Westerlund
cd61f39853 re-indent a tiny bit
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7811 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:13:00 +00:00
Assar Westerlund
3ef5c9ed95 (RemoteHostName, LocalHostName): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7810 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:12:10 +00:00
Assar Westerlund
e37c27ed94 (auth_encrypt_init, RemoteHostName, LocalHostName): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7809 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:11:40 +00:00
Assar Westerlund
d4427bde90 (auth_encrypt_init, auth_encrypt_user): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7808 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:11:07 +00:00
Assar Westerlund
d7b1813e1e (encrypt_init, Name): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7807 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:10:35 +00:00
Assar Westerlund
9eaa4d1478 (encrypt_init): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7806 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:09:56 +00:00
Assar Westerlund
d5375044d0 (auth_init, Name): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7805 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:09:34 +00:00
Assar Westerlund
8426714ea3 (auth_init): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7804 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:08:55 +00:00
Assar Westerlund
57b86cff84 update to refer to the draft on rc4
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7803 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 01:34:31 +00:00
Assar Westerlund
272e524f36 (append_component): change parameter to `const char *'. check malloc
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7802 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 11:03:54 +00:00
Assar Westerlund
f2ed3ddd2f (append_component, va_ext_princ, va_princ): const-ize
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7801 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 10:23:27 +00:00
Assar Westerlund
7032209f75 (krb5_mk_req): make service' and hostname' const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7800 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 10:22:42 +00:00
Assar Westerlund
2f41c037a5 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7799 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 04:51:29 +00:00
Assar Westerlund
4784cc455c remove __P definition (now in com_right.h). this file always includes
com_right.h so that's where it should reside.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7798 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 04:51:16 +00:00
Assar Westerlund
ad616bf193 moved __P here and added it to the function prototypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7797 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 04:50:34 +00:00
Assar Westerlund
29d29f3a17 (error_table_name): add __P
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7796 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 04:48:34 +00:00
Assar Westerlund
ad90852320 (replace_chars): also add space here
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7795 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 01:32:44 +00:00
Assar Westerlund
5b1f7b9c0a quote spaces
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7794 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 01:31:34 +00:00
Assar Westerlund
252ea565e4 change the prefered order to be db.h, ndbm.h, dbm.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7793 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-13 19:59:49 +00:00
Assar Westerlund
2d4c6d961d remove (unnecessary) text about adding keytab entry for kadmind
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7792 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-12 09:50:21 +00:00
Assar Westerlund
b46fcac9a4 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7791 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-12 09:30:35 +00:00
Assar Westerlund
1ab86a66a5 (do_version4): check if preauth was required and bail-out if so since
there's no way that could be done in v4.  Return NULL_KEY as an error
to the client (which is non-obvious, but what can you do?)


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7790 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-12 09:27:50 +00:00
Assar Westerlund
cccac073c6 (libroken_la_SOURCES): add strcollect.c
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7789 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 11:05:22 +00:00
Assar Westerlund
efd542450a *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7788 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 11:00:05 +00:00
Assar Westerlund
a3239101c3 (libroken_la_SOURCES): add strcollect.c
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7787 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 10:59:51 +00:00
Assar Westerlund
56000872ca add strcollect.[co]
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7786 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 10:59:06 +00:00
Assar Westerlund
e1b38a9f91 use vstrcollect
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7785 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 10:58:51 +00:00
Assar Westerlund
eaf5a7aed0 (_PATH_DEV): add
(strcollect, vstrcollect): add prototypes


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7784 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 10:58:34 +00:00
Assar Westerlund
7d62eda7cf new file
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7783 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 10:57:43 +00:00
Assar Westerlund
b142277ee2 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7782 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 09:26:23 +00:00
Assar Westerlund
3dd2da7148 (krb5_sname_to_principal): use krb5_expand_hostname_realms
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7781 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 09:21:32 +00:00
Assar Westerlund
171ae91fed (krb5_km_req): use krb5_expand_hostname_realms
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7780 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 09:20:01 +00:00
Assar Westerlund
62bfc36ee5 (krb5_expand_hostname_realms): new variant of krb5_expand_hostname
that tries until it expands into something that's digestable by
krb5_get_host_realm, returning also the result from that function.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7779 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-09 09:18:32 +00:00
Assar Westerlund
20b5365d4d *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7777 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 17:05:16 +00:00
Assar Westerlund
842e0a5e93 bump version to 7:1:0
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7776 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 17:03:51 +00:00
Assar Westerlund
2ec1ed75f6 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7775 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 17:03:21 +00:00
Assar Westerlund
19cdebf9cd Release 0.2m
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7774 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 17:02:39 +00:00
Assar Westerlund
8dbe577b96 add missing .el
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7773 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 10:58:58 +00:00
Assar Westerlund
ddfca64c8b add missing .El
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7772 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 10:57:31 +00:00
Assar Westerlund
5edfe9a0f6 typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7771 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 10:34:44 +00:00
Assar Westerlund
19ce99d835 (WORDS_BIGENDIAN): define based on result from KRB_C_BIGENDIAN
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7770 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 10:33:37 +00:00
Assar Westerlund
592127453a move parentheseis around (hopefully better know)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7769 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 10:32:36 +00:00
Assar Westerlund
1150f37e56 fix cache variable names
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7768 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 09:57:21 +00:00
Assar Westerlund
6a1302c610 replace AC_C_BIGENDIAN with KRB_C_BIGENDIAN
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7767 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 09:50:57 +00:00