index
:
krb5.git
master
master-krb5pkgconfig
master-mechdconf
proxymech
Unnamed repository; edit this file 'description' to name the repository.
Günther Deschner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
krb5
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* conv_princ.c (krb5_425_conv_principal): Fix silly typo in arrays' sizes in
Ken Raeburn
2006-10-31
1
-2
/
+4
*
latest Novell ldap patches and kdb5_util dump support for ldap
Will Fiveash
2006-10-30
1
-7
/
+18
*
don't confuse profile iterator in 425 princ conversion
Ken Raeburn
2006-10-28
1
-5
/
+5
*
fix invalid access found by valgrind
Kevin Coffman
2006-10-23
1
-1
/
+1
*
Avoid segfault in krb5_do_preauth_tryagain
Kevin Coffman
2006-10-23
1
-1
/
+1
*
Declare krb5_mcc_get_flags static - it is not exported or used outside of file
Ezra Peisach
2006-10-18
1
-5
/
+5
*
Unsigned/signed warning fix
Ezra Peisach
2006-10-18
1
-1
/
+1
*
Tag krb5_rc_dfl_init_locked as static - not used outside file
Ezra Peisach
2006-10-16
1
-1
/
+1
*
Remove all unused variable warnings from tree
Ezra Peisach
2006-10-15
3
-4
/
+4
*
Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or
Ken Raeburn
2006-10-13
3
-11
/
+11
*
Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h in
Ezra Peisach
2006-10-13
2
-2
/
+3
*
Patch to split client plugin from server plugin
Sam Hartman
2006-10-13
1
-20
/
+16
*
Check for allocation failure. Caught by Will Fiveash
Ken Raeburn
2006-10-10
1
-2
/
+3
*
Initialize buffer before calling res_ninit
Russ Allbery
2006-10-08
1
-0
/
+1
*
Initialize accessor fields at compile time, under C99 and GCC
Ken Raeburn
2006-10-07
1
-30
/
+49
*
Move ASN.1 routines for KDB LDAP plugin into main krb5 library,
Ken Raeburn
2006-10-07
3
-0
/
+480
*
Use const pointers for error messages.
Ken Raeburn
2006-10-07
1
-2
/
+40
*
* src/lib/krb5/ccache/t_cccursor.c: Bugfixes from Ezra to clean up
Tom Yu
2006-10-06
1
-1
/
+32
*
update export lists
Tom Yu
2006-10-06
1
-0
/
+3
*
make depend
Tom Yu
2006-10-06
7
-360
/
+490
*
cursor for iterating over ccaches
Tom Yu
2006-10-05
9
-3
/
+798
*
Patch from Kevin Coffman:
Ken Raeburn
2006-10-05
1
-44
/
+35
*
array before test for pointing at entry with the principal. Avoids
Ezra Peisach
2006-10-04
1
-4
/
+8
*
The keyring code introduced in r18638 also included tests of the KEYRING:
Ezra Peisach
2006-10-04
1
-1
/
+37
*
Preauthentication Plugin Framework
Sam Hartman
2006-10-03
6
-91
/
+750
*
Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:
Ken Raeburn
2006-10-02
5
-4
/
+2119
*
Update expected results for krb5_get_host_realm with referral patches
Ken Raeburn
2006-09-30
1
-2
/
+2
*
Set the canonicalize flag in TGS requests and accept cross-realm referral tic...
Sam Hartman
2006-09-21
9
-120
/
+607
*
Bad loop logic in krb5_mcc_generate_new
Alexandra Ellwood
2006-09-19
1
-10
/
+8
*
windows ccache and keytab file paths without a prefix
Jeffrey Altman
2006-09-05
2
-4
/
+4
*
Rename KRB5_KDB_PLUGIN_OP_NOTSUPP to KRB5_PLUGIN_OP_NOTSUPP and move to krb5 ...
Ken Raeburn
2006-08-29
2
-1
/
+1
*
Patch from Savitha R:
Ken Raeburn
2006-08-29
1
-0
/
+1
*
make depend
Ken Raeburn
2006-08-23
1
-6
/
+6
*
Merge Todd's TCP changepw support, with a few fixups
Ken Raeburn
2006-08-23
4
-328
/
+389
*
cc_err_xlate: Updated error mappings to generate the same errors as ccapiv2.
Alexandra Ellwood
2006-08-16
1
-8
/
+14
*
Apply patch from Michael Calmer to fix some uninitialized variables
Tom Yu
2006-08-02
1
-0
/
+1
*
Merge remaining changes from LDAP integration branch
Ken Raeburn
2006-07-18
1
-0
/
+4
*
stdcc.c: fix v2 version of krb5_stdcc_resolve()
Jeffrey Altman
2006-07-17
1
-1
/
+4
*
Cleaned up CCAPI v3 code to remove memory leaks. Fixed crashes in
Alexandra Ellwood
2006-07-11
4
-762
/
+933
*
GetModuleHandle needs extension on Win64
Jeffrey Altman
2006-07-03
1
-3
/
+6
*
stdcc.c: undo change which broke the opening of ccaches
Jeffrey Altman
2006-06-30
1
-3
/
+2
*
* src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache):
Tom Yu
2006-06-30
1
-0
/
+1
*
* src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache): Adapted
Tom Yu
2006-06-30
1
-1
/
+6
*
fix stdcc.c to build without USE_CCAPI_V3
Jeffrey Altman
2006-06-30
1
-0
/
+5
*
Makefile.in: Change T_STD_CONF_OBJS to only list t_std_conf.o and pull in the
Ezra Peisach
2006-06-29
1
-3
/
+3
*
fix calling convention for krb5 error-message routines, document usage of krb...
Ken Raeburn
2006-06-29
1
-5
/
+5
*
cc_mslsa.c: The WOW64 environment on 64-bit versions of
Jeffrey Altman
2006-06-28
1
-4
/
+41
*
autoconf 2.60 compatibility
Ken Raeburn
2006-06-28
9
-10
/
+10
*
* src/lib/krb5_32.def: Export krb5_copy_context
Tom Yu
2006-06-26
2
-5
/
+12
*
* src/include/krb5/krb5.hin: Add prototype for krb5_copy_context
Tom Yu
2006-06-26
1
-0
/
+81
[prev]
[next]