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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure consistancy between prototypes and functions
Ezra Peisach
2007-02-19
1
-1
/
+1
*
rename krb5_server_decrypt_ticket_keyblock() to
Tom Yu
2007-02-13
1
-1
/
+1
*
krb5_kt_default_name should take an unsized length
Ezra Peisach
2007-02-05
1
-1
/
+1
*
krb5_kt_get_type should return const char *.
Ezra Peisach
2007-02-05
1
-1
/
+1
*
update def-check to look at preauth_plugin.h
Tom Yu
2007-01-30
1
-2
/
+5
*
get_init_creds_opt extensibility
Tom Yu
2007-01-30
3
-7
/
+157
*
Microsoft Windows Visual Studio does not define ssize_t
Jeffrey Altman
2007-01-30
1
-0
/
+8
*
Change second argument to krb5_cc_register to take a const krb5_cc_ops *. Makes
Ezra Peisach
2007-01-23
1
-1
/
+1
*
Use intermediate target to prevent parallel invocations of 'make includes' in...
Ken Raeburn
2007-01-20
1
-1
/
+2
*
Use move-if-changed and a timestamp file to avoid re-running commands and
Ken Raeburn
2007-01-20
1
-7
/
+10
*
Build krb5.h using the _err.h files from the error_tables directory, not
Ken Raeburn
2007-01-20
1
-10
/
+9
*
Mark as C source for Emacs mode selection
Ken Raeburn
2007-01-20
1
-1
/
+1
*
Move osconf input file to include directory instead of keeping it in its own
Ken Raeburn
2007-01-20
2
-3
/
+3
*
* Makefile.in (osconf.h): Use move-if-changed script
Ken Raeburn
2007-01-20
1
-3
/
+1
*
Include stdarg.h, and don't conditionalize declarations of functions with
Ken Raeburn
2007-01-20
1
-5
/
+1
*
Mark as C source for Emacs mode selection
Ken Raeburn
2007-01-20
1
-1
/
+1
*
Don't define KRB5_PRIVATE, since it's not tested any more
Ken Raeburn
2007-01-20
1
-4
/
+0
*
Move all KRB5_PRIVATE declarations from krb5.h(in) to k5-int.h, and drop the
Ken Raeburn
2007-01-20
2
-376
/
+305
*
* Makefile.in (private-and-public-decls): New target file, created from
Ken Raeburn
2007-01-20
1
-3
/
+5
*
Fix typo in checked-in version
Ken Raeburn
2007-01-16
1
-1
/
+1
*
This commit adds two new functions, krb5_server_decrypt_ticket_keyblock
Jeffrey Altman
2007-01-16
1
-0
/
+12
*
* lib/krb5/krb/copy_creds.c (krb5int_copy_creds_contents): New function, split
Ken Raeburn
2006-12-28
1
-0
/
+3
*
krb5_is_referral_realm now takes a pointer to const krb5_data, since it doesn't
Ken Raeburn
2006-12-19
1
-1
/
+1
*
(k5_mutex_lock_update_stats) [!DEBUG_THREADS_STATS && __GNUC__]: Declare
Ken Raeburn
2006-12-19
1
-2
/
+3
*
build the trunk on Windows (again)
Jeffrey Altman
2006-12-08
2
-5
/
+1
*
Modifications to support the generation and embedding
Jeffrey Altman
2006-12-07
1
-2
/
+5
*
krb5_cc_remove should work for the CCAPI
Alexandra Ellwood
2006-12-05
1
-0
/
+5
*
Remove unused prototype for krb5_find_config_files
Ezra Peisach
2006-12-03
1
-2
/
+0
*
send a new request with the new padata returned by krb5_do_preauth_tryagain()
Kevin Coffman
2006-12-01
1
-1
/
+1
*
* src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): Internal
Tom Yu
2006-11-18
1
-0
/
+6
*
Didn't include header changes in the previous commit
Kevin Coffman
2006-11-17
1
-2
/
+7
*
fix warning in preauth_plugin.h header
Ken Raeburn
2006-11-16
1
-1
/
+1
*
Add macros for __attribute__((deprecated)) for krb4 and des APIs
Alexandra Ellwood
2006-11-15
2
-125
/
+304
*
allow server preauth plugin verify_padata function to return e-data
Kevin Coffman
2006-11-13
1
-1
/
+2
*
correct client preauth plugin request_context
Kevin Coffman
2006-11-13
1
-2
/
+6
*
Install gssapi.h in includedir that includes gssapi/gssapi.h so that either
Russ Allbery
2006-11-09
2
-0
/
+6
*
Add "get_data" function to the client preauth plugin interface
Kevin Coffman
2006-11-09
2
-2
/
+41
*
Add public function to get keylenth associated with an enctype
Kevin Coffman
2006-11-09
1
-0
/
+5
*
krb5.h not C++-safe due to "struct krb5_cccol_cursor"
Alexandra Ellwood
2006-11-07
1
-2
/
+2
*
Modify the preath plugin interface so that a plugin's context is
Kevin Coffman
2006-11-01
2
-38
/
+131
*
Add prototype for krb5int_init_context_kdc
Ezra Peisach
2006-10-16
1
-0
/
+2
*
Add prototype for krb5_aprof_get_boolean
Ezra Peisach
2006-10-16
1
-0
/
+2
*
* preauth_plugin.h: Don't use an enum in a public api
Sam Hartman
2006-10-13
1
-1
/
+1
*
Patch to split client plugin from server plugin
Sam Hartman
2006-10-13
1
-73
/
+85
*
Move ASN.1 routines for KDB LDAP plugin into main krb5 library,
Ken Raeburn
2006-10-07
1
-0
/
+26
*
Use const pointers for error messages.
Ken Raeburn
2006-10-07
2
-4
/
+4
*
drop comma at end of enum list
Ken Raeburn
2006-10-07
1
-1
/
+1
*
cursor for iterating over ccaches
Tom Yu
2006-10-05
2
-0
/
+63
*
Preauthentication Plugin Framework
Sam Hartman
2006-10-03
4
-4
/
+302
*
Set the canonicalize flag in TGS requests and accept cross-realm referral tic...
Sam Hartman
2006-09-21
2
-2
/
+37
[prev]
[next]