| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -686/+0 |
| * | * Makefile.in (DEFS): Make empty | Ken Raeburn | 2006-04-02 | 1 | -0/+4 |
| * | * kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): Read | Ken Raeburn | 2006-03-31 | 1 | -0/+6 |
| * | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 1 | -0/+5 |
| * | fix missing mutex initialization in keytab file code | Ken Raeburn | 2004-11-26 | 1 | -0/+4 |
| * | fix missing locking in keytab; fix stdio handling too | Ken Raeburn | 2004-11-24 | 1 | -0/+15 |
| * | set errno=0 prior to fopen in kt_file | Tom Yu | 2004-11-24 | 1 | -0/+7 |
| * | * kt_file.c (krb5_ktfileint_open): Patch from Roland Dowdeswell to | Tom Yu | 2004-11-19 | 1 | -0/+5 |
| * | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -0/+5 |
| * | * kt_file.c (krb5_kt_default_vno): Replaced variable with macro | Ken Raeburn | 2004-06-15 | 1 | -0/+4 |
| * | Add prototypes for library init and fini functions. Makefile dependencies | Ezra Peisach | 2004-05-28 | 1 | -0/+8 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 1 | -0/+9 |
| * | Since we must reserve the single letter prefixes on all platforms | Jeffrey Altman | 2004-04-13 | 1 | -0/+6 |
| * | Treat keytab and ccache names without prefixes as type FILE: | Jeffrey Altman | 2004-04-13 | 1 | -0/+6 |
| * | ktbase.c - restore the thread safety changes which were accidently | Jeffrey Altman | 2004-04-08 | 1 | -0/+4 |
| * | On Windows, a single letter followed by colon is used to identify | Jeffrey Altman | 2004-04-08 | 1 | -0/+7 |
| * | For keytab, ccache, and rcache type registries, use const more, and | Ken Raeburn | 2004-03-06 | 1 | -1/+5 |
| * | Use more const data in the keytab type registry | Ken Raeburn | 2004-03-06 | 1 | -0/+8 |
| * | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 1 | -0/+4 |
| * | * kt_file.c (krb5_ktfile_get_entry): Check principal name prior to | Tom Yu | 2003-05-22 | 1 | -0/+5 |
| * | Register writable keytabs by default | Sam Hartman | 2003-05-19 | 1 | -0/+4 |
| * | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 1 | -0/+7 |
| * | Change comments to remove the note that we're going to redesign key | Tom Yu | 2003-02-08 | 1 | -0/+5 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 1 | -0/+4 |
| * | * k5-int.h (krb5_ser_handle): Now points to const. | Ken Raeburn | 2002-10-31 | 1 | -0/+9 |
| * | protoize | Ken Raeburn | 2002-09-03 | 1 | -0/+8 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 1 | -0/+4 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 1 | -0/+4 |
| * | * ktfr_entry.c: Rename krb5_kt_free_entry_contents as | Tom Yu | 2002-06-18 | 1 | -0/+13 |
| * | * kt_file.c: Undo non-logged part of last change that added inclusion of | Ken Raeburn | 2002-06-11 | 1 | -0/+6 |
| * | Merge file and srvtab keytab implementations each into one file, and eliminate | Ken Raeburn | 2002-06-09 | 1 | -25/+316 |
| * | Use const instead of krb5_const. | Ken Raeburn | 2002-02-23 | 1 | -0/+4 |
| * | Add KRB5_CALLCONV to krb5_kt_get_type | Danilo Almeida | 2001-10-16 | 1 | -0/+4 |
| * | Replace keytab function-table dispatch macros in krb5.h with functions defined | Ken Raeburn | 2001-10-12 | 1 | -0/+5 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -0/+4 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -1/+2 |
| * | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 1 | -0/+5 |
| * | * ktbase.c (krb5_kt_resolve): Signed/unsigned int | Ezra Peisach | 2000-10-17 | 1 | -0/+5 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | Change function prototypes to match the entries in krb5.hin - specifically | Ezra Peisach | 2000-03-12 | 1 | -0/+5 |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
| * | Fix windows build | Danilo Almeida | 1999-06-16 | 1 | -0/+4 |
| * | Implement SRVTAB keytab type, which can read a krb4 srvtab | Geoffrey King | 1999-06-13 | 1 | -0/+7 |
| * | These are a bunch of intertwined changes to the windows build. | Danilo Almeida | 1999-05-19 | 1 | -0/+4 |
| * | Do win32 build in subdir | Danilo Almeida | 1999-05-10 | 1 | -0/+4 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 1 | -0/+5 |
| * | Collapse lib/krb5's configure.in files into a single top-level | Theodore Tso | 1998-02-28 | 1 | -0/+6 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 1 | -0/+5 |
| * | * configure.in: Add commented out AC_OUTPUT to force autoreconf to | Tom Yu | 1998-02-12 | 1 | -0/+5 |
| * | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 1 | -0/+8 |