index
:
delta/krb5.git
aes-ccm
amb/referrals
anonymous
camellia-ccm
camellia-cts
camellia-cts-cmac
ccapi
coffman/gic_opt_ext
coffman/keyring
coffman/pkinit
coffman/preauth-plugin
crypto-iov
enc-perf
fast
fast-negotiate
fortuna
gssapi-cfx
hartmans/fast-negotiate
hartmans/ldap-integ
iakerb
incremental-propagation
kpkoch-ccapi
krb5-1.0
krb5-1.1
krb5-1.10
krb5-1.11
krb5-1.12
krb5-1.13
krb5-1.14
krb5-1.15
krb5-1.16
krb5-1.17
krb5-1.18
krb5-1.19
krb5-1.2
krb5-1.2.2
krb5-1.20
krb5-1.21
krb5-1.3
krb5-1.4
krb5-1.5
krb5-1.6
krb5-1.7
krb5-1.8
krb5-1.9
ldap-integ
lhoward/aes-ccm
lhoward/authdata
lhoward/camellia-ccm
lhoward/gssextras
lhoward/gssextras-no-cqa
lhoward/heimmig
lhoward/iakerb
lhoward/iakerb-as
lhoward/iakerb-libkrb5-as-only
lhoward/iakerb-refonly
lhoward/import-cred
lhoward/lockout
lhoward/lockout2
lhoward/moonshot-mechglue-fixes
lhoward/namingexts-mechglue
lhoward/s4u
lhoward/s4u2proxy
lhoward/saml
lhoward/saml2
lhoward/sasl-gs2
lhoward/signedpath-naming-exts
marc-3des
master
mechglue
mkey_keytab
mkey_migrate
mskrb-integ
mt-kdc
novell-dal-branch
nss
nss-1.8
plugins
plugins2
referrals
sun-iprop
umich-rpc
github.com: krb5/krb5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ccapi
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use PKG_CHECK_MODULES for system library com_err
Anonymous Maarten
2020-10-22
1
-1
/
+1
*
Fix typos in comments
Greg Hudson
2020-04-08
1
-2
/
+2
*
Remove orphaned KfM code
Michael Mattioli
2019-07-30
4
-1174
/
+0
*
Remove Kerberos v4 support vestiges from ccapi
Robbie Harwood
2019-04-11
2
-51
/
+3
*
Eliminate preprocessor-disabled dead code
Robbie Harwood
2018-07-18
4
-71
/
+3
*
Remove SCLIB references from Windows build
Greg Hudson
2018-05-12
1
-1
/
+1
*
Use single-colon rules in makefiles
Greg Hudson
2016-07-28
3
-5
/
+5
*
Remove OldCC/rpc.cxx
Ben Kaduk
2013-10-04
2
-80
/
+0
*
Fix windows build
Ben Kaduk
2013-05-16
1
-19
/
+10
*
Fix typo
Ben Kaduk
2012-09-27
1
-1
/
+1
*
Fix KfW thread-local storage allocation issues
Kevin Wasserman
2012-08-29
1
-11
/
+16
*
Add version info for ccapi dll
Kevin Wasserman
2012-08-29
1
-2
/
+7
*
CCAPI client rpc fixes
Kevin Wasserman
2012-08-29
2
-24
/
+18
*
Fix leak in cci_os_ipc_thread_init()
Kevin Wasserman
2012-08-23
1
-0
/
+1
*
Split cci_thread_init into per-process and per-thread portions
Tom Yu
2011-12-12
8
-70
/
+92
*
windows ccapi: use a random challenge to authenticate ccapiserver
Tom Yu
2011-12-12
1
-2
/
+38
*
windows ccapi: launch server without console by default
Tom Yu
2011-12-12
1
-5
/
+6
*
Windows fix: correct ENTRYPOINT for 32 bit build
Sam Hartman
2011-09-28
1
-1
/
+1
*
Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows builds
Sam Hartman
2011-09-28
1
-13
/
+13
*
Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*).
Sam Hartman
2011-09-28
2
-4
/
+9
*
Fix x64 compile issues: remove bufferoverflowu.lib; this is obsolete
Sam Hartman
2011-09-19
1
-1
/
+1
*
Adjust most C source files to match the new standards for copyright
Greg Hudson
2011-03-09
24
-48
/
+24
*
Use for loops for recursion in the Windows build, cutting down on the
Greg Hudson
2010-11-28
2
-2
/
+2
*
Fix Windows build
Greg Hudson
2010-11-25
7
-26
/
+1
*
Set svn:eol-style on some Windows files and remove the CRs from their
Greg Hudson
2010-11-23
4
-263
/
+260
*
Consolidate Makefile variables now that we have only a single global
Greg Hudson
2009-11-22
3
-31
/
+27
*
make mark-cstyle
Tom Yu
2009-10-31
15
-757
/
+752
*
Some fixups and stubs for building ccapi on UNIX, and dependencies.
Ken Raeburn
2009-02-18
6
-8
/
+107
*
Some updates to compile and link on Windows, with recent CCAPI changes
Ken Raeburn
2009-02-11
1
-2
/
+2
*
Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...
Ken Raeburn
2009-02-09
8
-108
/
+108
*
Remove ipc message sent on cc_context_release
Alexandra Ellwood
2008-10-22
2
-11
/
+14
*
Use strdup in place of malloc/strcpy in many places
Greg Hudson
2008-10-20
1
-4
/
+2
*
CCAPI should use common ipc and stream code
Alexandra Ellwood
2008-09-30
16
-407
/
+187
*
krb5 library-side changes for com_err based error strings
Alexandra Ellwood
2008-09-30
1
-0
/
+6
*
Removed argument from kipc_client_lookup_server
Alexandra Ellwood
2008-09-26
1
-3
/
+2
*
CCAPI should only use one pthread key
Alexandra Ellwood
2008-09-04
8
-15
/
+58
*
CCAPI is leaking mach ports
Alexandra Ellwood
2008-08-22
1
-2
/
+6
*
Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and
Ken Raeburn
2008-07-20
1
-1
/
+1
*
cci_credentials_iterator_release using wrong message ID
Alexandra Ellwood
2008-06-18
1
-1
/
+1
*
Generate ccapi.def export list from V2, V3, debug lists. It is no longer a f...
Kevin Koch
2008-03-20
3
-39
/
+21
*
cc_ccache_iterator_release, cc_credentials_iterator leak server memory
Alexandra Ellwood
2008-03-14
2
-0
/
+31
*
Include .h files and move all declarations above all code, for Windows C comp...
Kevin Koch
2008-03-13
2
-116
/
+1
*
Invalid assignment while trying to set input to NULL
Alexandra Ellwood
2008-03-13
1
-1
/
+5
*
removed unused header file inclusion CoreFoundation.h
Alexandra Ellwood
2008-03-13
1
-5
/
+0
*
Fixed error code remapping
Alexandra Ellwood
2008-03-10
1
-5
/
+29
*
cc_remove_cred should only remove one cred
Alexandra Ellwood
2008-03-10
1
-8
/
+8
*
cc_set_principal should return error on bad cred version
Alexandra Ellwood
2008-03-10
1
-0
/
+9
*
Fix pointer cast in cc_seq_fetch_NCs_end
Alexandra Ellwood
2008-03-10
1
-3
/
+3
*
lib/win/Makefile.in: Added
Kevin Koch
2008-02-29
3
-11
/
+120
*
Changes to integrate the CCAPI build into the build structure, build the test...
Kevin Koch
2008-02-19
5
-91
/
+23
[next]