| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move RPC header files to include/gssrpc, which we copy to them at | Ken Raeburn | 2006-09-16 | 16 | -0/+2815 |
* | * Makefile.in (krb5/krb5.h): Wrap the content in macro test for | Ken Raeburn | 2006-09-07 | 1 | -0/+3 |
* | Merge Todd's TCP changepw support, with a few fixups | Ken Raeburn | 2006-08-23 | 2 | -6/+53 |
* | Switched from "#pragma options align" to "#pragma pack". | Alexandra Ellwood | 2006-07-25 | 3 | -8/+8 |
* | * kdb.h (krb5_def_promote_db): Declare | Ken Raeburn | 2006-06-30 | 1 | -0/+3 |
* | New kdb backend operation promote_db, makes a temporary database become the | Ken Raeburn | 2006-06-30 | 1 | -0/+1 |
* | check calling conventions specified for Windows | Ken Raeburn | 2006-06-29 | 1 | -0/+5 |
* | Fix comment style in public header | Ken Raeburn | 2006-06-29 | 1 | -8/+10 |
* | fix calling convention for krb5 error-message routines, document usage of krb... | Ken Raeburn | 2006-06-29 | 1 | -5/+13 |
* | * src/include/krb5/krb5.hin: Add prototype for krb5_copy_context | Tom Yu | 2006-06-26 | 1 | -0/+2 |
* | * k5-int.h (krb5_copy_error_state): New macro | Ken Raeburn | 2006-06-24 | 1 | -0/+3 |
* | remove spuriously resurrected file from merge | Tom Yu | 2006-06-15 | 1 | -30/+0 |
* | Conditionalize declarations of krb5int_make_srv_query_realm and | Ken Raeburn | 2006-06-15 | 1 | -0/+2 |
* | Merge from branches/mechglue. Initial integration of Sun-donated | Tom Yu | 2006-06-14 | 1 | -0/+30 |
* | POSIX allows getpwnam_r and getpwuid_r to return 0 (success) even if the | Russ Allbery | 2006-06-13 | 1 | -4/+6 |
* | Since it appears we don't actually set the conf_tgs_ktypes field except in this | Ken Raeburn | 2006-06-10 | 1 | -9/+1 |
* | Add copyright notice | Ken Raeburn | 2006-05-26 | 1 | -0/+29 |
* | Don't define MODULE_PATH | Ken Raeburn | 2006-05-25 | 1 | -1/+0 |
* | Properly recognize Mac environments, and set {KRB5,KDB5}_PLUGIN_BUNDLE_DIR | Ken Raeburn | 2006-05-25 | 1 | -0/+6 |
* | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 3 | -2/+2 |
* | Drop major version number from service-locator function table structure. | Ken Raeburn | 2006-05-24 | 1 | -5/+6 |
* | service location plugin interface needs header installed | Ken Raeburn | 2006-05-23 | 1 | -0/+1 |
* | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 5 | -11/+23 |
* | Don't look for pthread_mutexattr_setrobust_np | Ken Raeburn | 2006-05-16 | 1 | -6/+7 |
* | * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename and | Ken Raeburn | 2006-05-16 | 2 | -3/+1 |
* | Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs which | Alexandra Ellwood | 2006-05-04 | 2 | -16/+24 |
* | Update internal plugin interface to add an errinfo structure to "open" | Ken Raeburn | 2006-04-25 | 1 | -11/+19 |
* | Protect against multiple inclusion. Don't define macro '_' if already defined | Ken Raeburn | 2006-04-25 | 1 | -0/+7 |
* | Added CoreFoundation bundle plugin support | Alexandra Ellwood | 2006-04-24 | 1 | -3/+2 |
* | unsigned/signed int warnings in krb5_context variables | Ezra Peisach | 2006-04-21 | 1 | -3/+3 |
* | Prototype for krb5_c_prf missing const | Ezra Peisach | 2006-04-19 | 1 | -2/+3 |
* | Include stdarg.h | Ken Raeburn | 2006-04-14 | 1 | -0/+2 |
* | Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function. | Ken Raeburn | 2006-04-14 | 1 | -1/+1 |
* | Partial merge from Novell LDAP integration branch, not including the | Ken Raeburn | 2006-04-13 | 2 | -7/+19 |
* | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 2 | -5/+3 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 3 | -5260/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 4 | -136/+0 |
* | make depend | Ken Raeburn | 2006-03-27 | 1 | -1/+38 |
* | get proper KRB5_CALLCONV definition | Ken Raeburn | 2006-03-27 | 2 | -1/+6 |