| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In krb5_rc_io_store, check the return value of krb5int_buf_len as well | Greg Hudson | 2009-02-05 | 1 | -4/+6 |
* | In recvauth_common, initialize ap_option. It can't be used | Greg Hudson | 2009-02-05 | 1 | -1/+1 |
* | Change krb5_rc_resolve_type (not a public API) to allocate the rcache | Greg Hudson | 2009-02-05 | 2 | -37/+38 |
* | Detect failure to register with rpcbind/portmap due to security | Ezra Peisach | 2009-02-05 | 4 | -3/+28 |
* | Add a missing break in the switch statement of | Greg Hudson | 2009-02-05 | 1 | -0/+1 |
* | Create and use (in several places) a variant of | Ken Raeburn | 2009-02-05 | 6 | -68/+58 |
* | In krb5_ktfileint_find_slot, check for an error return from ftell. | Greg Hudson | 2009-02-05 | 1 | -0/+3 |
* | Coverity was nervous that hst_realm.c's domain_heuristic() wasn't | Greg Hudson | 2009-02-05 | 1 | -10/+10 |
* | Fix a memory leak in krb5_kt_resolve when we fail to lock | Greg Hudson | 2009-02-05 | 1 | -6/+9 |
* | include omitted system header string.h | Ken Raeburn | 2009-02-05 | 3 | -0/+3 |
* | declare replacement [v]asprintf functions | Ken Raeburn | 2009-02-05 | 1 | -5/+9 |
* | int/ptr bug in gssapi code | Ken Raeburn | 2009-02-05 | 2 | -2/+2 |
* | don't do arithmetic on void pointers | Ken Raeburn | 2009-02-04 | 2 | -3/+3 |
* | regenerate | Ken Raeburn | 2009-02-04 | 3 | -4/+26 |
* | new multi-masterkey support doesn't work well when system clock is set | Will Fiveash | 2009-02-04 | 2 | -64/+83 |
* | Remove xfread/xfwrite macros. Casting the first argument to char * is | Greg Hudson | 2009-02-04 | 1 | -36/+33 |
* | In tcl_ovsec_kadm_get_policy, initialize ent since (at least in | Greg Hudson | 2009-02-04 | 1 | -1/+1 |
* | In krb5int_utf8s_to_ucs2les, free the correct value on error, instead | Greg Hudson | 2009-02-04 | 1 | -1/+1 |
* | Include k5-int.h in several pkinit source files, in order to define | Greg Hudson | 2009-02-04 | 3 | -1/+3 |
* | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 24 | -169/+186 |
* | remove some krb4 testing hooks | Ken Raeburn | 2009-02-04 | 9 | -449/+3 |
* | don't create or delete krb.conf, krb.realms | Ken Raeburn | 2009-02-04 | 1 | -17/+0 |
* | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 6 | -12/+11 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 98 | -230/+221 |
* | TWRITE_STR casts second argument; don't add redundant casting | Ken Raeburn | 2009-02-02 | 1 | -3/+3 |
* | Fix a whitespace error introduced when fixing a typo in the defines | Greg Hudson | 2009-02-02 | 1 | -1/+1 |
* | Fix a typo in the defines added to k5-int.h | Greg Hudson | 2009-02-02 | 1 | -1/+1 |
* | Introduces macros for config parameters | Zhanna Tsitkov | 2009-02-02 | 1 | -0/+77 |
* | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 14 | -59/+54 |
* | Collect hairy parts of krb5_is_<msgtype> macros into one helper macro | Ken Raeburn | 2009-02-02 | 1 | -51/+20 |
* | Revise last change to better resemble the original test, keeping the | Ken Raeburn | 2009-02-02 | 2 | -22/+19 |
* | speed up kpasswd tests | Ken Raeburn | 2009-02-02 | 1 | -12/+23 |
* | address lib/kadm5 test suite slowness | Ken Raeburn | 2009-02-02 | 2 | -0/+2 |
* | don't delay so long while waiting for daemon startup | Ken Raeburn | 2009-02-02 | 1 | -2/+2 |
* | comment needed some grammatical/typographical fixes too | Ken Raeburn | 2009-02-02 | 1 | -11/+11 |
* | comment whitespace | Ken Raeburn | 2009-02-02 | 1 | -11/+11 |
* | reapply memchr patch | Ken Raeburn | 2009-02-02 | 1 | -6/+2 |
* | explicitly initialize pointer fields after memset (for coverity) | Ken Raeburn | 2009-02-02 | 1 | -0/+1 |
* | small storage leak in KDC startup | Ken Raeburn | 2009-02-02 | 1 | -1/+0 |
* | use t_inetd with a ready message and avoid waiting a lot in non-root tests | Ken Raeburn | 2009-01-31 | 4 | -24/+31 |
* | back to trunk | Tom Yu | 2009-01-31 | 1 | -1/+1 |
* | README and patchlevel.h for 1.7 release branch | Tom Yu | 2009-01-31 | 1 | -1/+1 |
* | Default allow_weak_crypto=true for now. Default supported_enctypes to | Tom Yu | 2009-01-31 | 3 | -2/+7 |
* | export new functions | Ken Raeburn | 2009-01-31 | 1 | -0/+2 |
* | fix resource leak | Ken Raeburn | 2009-01-31 | 1 | -1/+2 |
* | recode as more straight-line code to simplify analysis | Ken Raeburn | 2009-01-31 | 1 | -5/+7 |
* | don't use uninitialized variable | Ken Raeburn | 2009-01-31 | 1 | -1/+1 |
* | handle freeing null keyblock | Ken Raeburn | 2009-01-31 | 1 | -6/+6 |
* | don't double-free | Ken Raeburn | 2009-01-31 | 1 | -1/+0 |
* | Master Key Migration Project | Will Fiveash | 2009-01-30 | 40 | -196/+3404 |