*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7133 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-10-10 04:57:26 +00:00
parent d1b944d283
commit 363475a4ae
3 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
1999-10-10 Assar Westerlund <assar@sics.se>
* lib/krb5/krb5.h (krb5_ccache_data): make `ops' const
* lib/krb5/crypto.c (krb5_string_to_salttype): new function
* **/*.[ch]: const-ize
1999-10-06 Assar Westerlund <assar@sics.se>
* lib/krb5/copy_host_realm.c (krb5_copy_host_realm): copy all the

View File

@@ -1,3 +1,8 @@
1999-10-10 Assar Westerlund <assar@sics.se>
* Makefile.am (CLEANFILES): add generated files so that they get
cleaned away
1999-09-29 Assar Westerlund <assar@sics.se>
* common.c (match_local_auth): only look for FamilyLocal (and

View File

@@ -1,3 +1,11 @@
1999-10-10 Assar Westerlund <assar@sics.se>
* socket.c: const-ize and comment
* net_write.c: const-ize
* base64.c: const-ize
1999-10-06 Assar Westerlund <assar@sics.se>
* getarg.c (getarg): also set optind when returning error