Love Hornquist Astrand
ac8444c77f
More #if -> #ifdef
2009-09-16 20:21:08 -07:00
Love Hornquist Astrand
9da5a02331
More #if -> #ifdef
2009-09-16 20:18:56 -07:00
Love Hornquist Astrand
082b2ecb08
use #ifdef
2009-09-16 16:39:37 -07:00
Love Hornquist Astrand
da642095a7
SUN4 dead, sorry
2009-09-16 16:37:45 -07:00
Love Hornquist Astrand
dec4371492
use !defined instead of !
2009-09-16 16:30:51 -07:00
Love Hornquist Astrand
52f94f5d42
Remove $Id$
2009-09-16 15:11:00 -07:00
Love Hornquist Astrand
84b191349c
remove more
2009-09-16 15:10:48 -07:00
Love Hornquist Astrand
53c878d313
Remove #if 0 for unused code
2009-09-16 14:55:16 -07:00
Love Hornquist Astrand
46443d23bb
install tools in libexec/heimdal, fix deps
2009-09-16 05:59:54 -07:00
Love Hornquist Astrand
3d7488398a
abstract out depenecy tracking for tools
2009-09-16 05:40:55 -07:00
Love Hornquist Astrand
dc4e8669ea
Abstract out asn1_compile and slc
2009-09-16 00:12:13 -07:00
Love Hornquist Astrand
8e8c155c50
Make example sane and make LDAP style backends work (slight better)
...
Fix the format example, parse the string backward to take of the
master key before passing the database name down into the HDB backend
layer.
2009-09-12 17:26:10 -07:00
Love Hornquist Astrand
36ea29599d
there is no database
2009-09-12 16:48:51 -07:00
Love Hornquist Astrand
d890db78a8
Drop RCSID
2009-09-10 09:06:18 -07:00
Love Hornquist Astrand
a0b4f918a8
doxygen
2009-09-10 09:03:43 -07:00
Love Hornquist Astrand
32d69c77f4
more doxygen
2009-09-08 11:09:55 -07:00
Love Hornquist Astrand
6536f807de
remove 45 library, never used
2009-09-07 21:27:21 -07:00
Love Hornquist Astrand
cad48529d0
drop 45 library
2009-09-07 21:26:37 -07:00
Love Hornquist Astrand
17bad91ee5
drop RCSID
2009-09-07 21:25:22 -07:00
Love Hornquist Astrand
6a56476258
drop RCSID
2009-09-07 21:25:05 -07:00
Love Hornquist Astrand
c5264d42f4
drop rcsid
2009-09-07 21:24:36 -07:00
Love Hornquist Astrand
d6a785f025
drop rcsid
2009-09-07 21:24:04 -07:00
Love Hornquist Astrand
a83bb81997
drop rcsid
2009-09-07 21:23:42 -07:00
Love Hornquist Astrand
9e4bc686d3
drop rcsid
2009-09-07 21:22:46 -07:00
Love Hornquist Astrand
9120d17eb0
Tell some what servers we tried to talk to
2009-09-07 20:55:05 -07:00
Love Hornquist Astrand
4c06438189
Add _krb5_krbhst_get_realm() to get what realm was used
2009-09-07 20:54:48 -07:00
Love Hornquist Astrand
878eb853df
Add debug_dest member
2009-09-07 20:38:29 -07:00
Love Hornquist Astrand
6770fd45e1
Sprinkle _krb5_debug() for more info about what the framework is actually doing behind our back
2009-09-07 20:22:44 -07:00
Love Hornquist Astrand
5a3630ba00
Add _krb5_log() used for internal logging
2009-09-07 20:22:14 -07:00
Love Hornquist Astrand
c0333682c6
Add logging if its specfied by the configuration file
2009-09-07 20:21:38 -07:00
Love Hornquist Astrand
16b4ddcf14
document gss_release_cred
2009-09-06 12:18:14 -07:00
Love Hornquist Astrand
3c1deaa6c2
move krb5_compare_creds to doxygen
2009-09-06 11:46:03 -07:00
Love Hornquist Astrand
e2cbb2d350
document flags to krb5_compare_creds()
2009-09-06 11:45:25 -07:00
Love Hornquist Astrand
3b761fddc0
check the clients with current_version, and if client have newer, whine
2009-09-05 14:41:03 -07:00
Love Hornquist Astrand
03b6f9a09b
Don't send diffs to dead slaves
2009-09-05 14:31:49 -07:00
Love Hornquist Astrand
df00111aaf
Don't try to print NULL, solaris printf wont have it
...
Reported in [HEIMDAL-635] by John Center
2009-09-03 09:16:37 -07:00
Love Hornquist Astrand
4bcc97bd09
doxygen fix vget_time uses args
2009-09-01 12:44:23 -07:00
Love Hornquist Astrand
30f13f0d5b
doxygen fix get_strings uses ...
2009-09-01 12:43:50 -07:00
Love Hornquist Astrand
9f9783464c
Don't make krb5_ccache point into krb5_context allocated memory
...
Don't make a copy of the krb5_cc_ops into krb5_context and hand that
out to callers of the api, this way its possible to free a krb5_context
w/o invalidating all krb5_ccaches that was allocated using that krb5_context
(also, it saves memory)
2009-09-01 12:22:16 -07:00
Love Hornquist Astrand
20001366aa
Better support for kinit -k when client have subset of enctypes compared to KDC
...
Get the list of enctypes and use that to calculate the list of client supported
enctypes when talking to the KDC, this to make sure that KDC doesn't send
pw-challanges to the client for enctypes that the client software support
but there is no entry in the keytab.
2009-08-30 13:25:38 -07:00
Love Hornquist Astrand
54e10a2a13
Provide better error messages for libkafs
2009-08-30 11:10:15 -07:00
Love Hornquist Astrand
a9cb60d7d5
more drop krb5_unparse_name.3 since its now in doxygen
2009-08-29 12:14:21 -07:00
Love Hornquist Astrand
80816d275e
more doxygen
2009-08-29 12:13:41 -07:00
Love Hornquist Astrand
0d60a7d0ae
implement gss-wrap-iov and friends
2009-08-29 09:04:53 -07:00
Love Hornquist Astrand
c81b66aa0c
init gm_flags for dynamic modules
2009-08-29 08:53:16 -07:00
Love Hornquist Astrand
8f376895ae
drop export symbol
2009-08-29 08:51:00 -07:00
Love Hornquist Astrand
dce2342816
drop krb5_ticket.3
2009-08-29 01:28:28 -07:00
Love Hornquist Astrand
940f050300
doxygen
2009-08-29 01:26:16 -07:00
Stefan Metzmacher
2f1a370cd3
hack for gss-wrap-iov to it work
...
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2009-08-28 13:31:12 -07:00
Love Hornquist Astrand
f030b4e59a
free context
2009-08-27 18:30:29 -07:00