| Commit message (Expand) | Author | Age | Files | Lines |
* | Add macro so we don't print deprecated warnings while building KfM | Alexandra Ellwood | 2008-07-09 | 1 | -1/+1 |
* | Add macros for __attribute__((deprecated)) for krb4 and des APIs | Alexandra Ellwood | 2006-11-15 | 1 | -103/+240 |
* | Switched from "#pragma options align" to "#pragma pack". | Alexandra Ellwood | 2006-07-25 | 1 | -2/+2 |
* | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -8/+1 |
* | Modify the declaration of the CREDENTIALS structure to support the additional | Jeffrey Altman | 2003-09-23 | 1 | -0/+4 |
* | * des.h, krb.h: Removed deprecated KfM functions. They will be exported but ... | Alexandra Ellwood | 2003-03-06 | 1 | -40/+11 |
* | Fix lots of things to compile on Unix. Fix some typos | Tom Yu | 2003-02-11 | 1 | -5/+35 |
* | Fix ABI divergence between Unix and Mac krb4 libraries in declaration | Tom Yu | 2003-02-07 | 1 | -0/+7 |
* | More KfM merge work | Tom Yu | 2002-12-12 | 1 | -41/+41 |
* | Merge more KfM krb4 things | Tom Yu | 2002-11-27 | 1 | -29/+132 |
* | Fix DES_INT32 definition | Tom Yu | 2002-09-27 | 1 | -72/+87 |
* | * krb.h: Add extern "C" markers in case a C++ compiler is used | Ken Raeburn | 2002-09-18 | 1 | -0/+8 |
* | drop NEED_TIME_H processing in krb.h | Ken Raeburn | 2002-07-13 | 1 | -8/+0 |
* | Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>. | Ken Raeburn | 2002-07-12 | 1 | -3/+0 |
* | * krb.h: Do not include winsock.h for Win32, since we already use | Danilo Almeida | 2002-04-11 | 1 | -1/+0 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -81/+81 |
* | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 1 | -48/+48 |
* | * krb.h: Don't use "options" and "user" as argument names | Ezra Peisach | 2001-06-22 | 1 | -10/+10 |
* | * krb.h: Add prototype for krb__get_srvtabname() which is invoked | Ezra Peisach | 2001-06-20 | 1 | -0/+12 |
* | * krb.h: Add prototype for krb_sendauth() | Ezra Peisach | 2001-06-11 | 1 | -0/+9 |
* | * krb.h: Add "internal" prototypes cr_err_reply(), create_ciph(), | Ezra Peisach | 2001-06-08 | 1 | -0/+26 |
* | assume ANSI C: delete no-volatile support, and most no-prototype support | Ken Raeburn | 2001-04-26 | 1 | -2/+0 |
* | * krb.h: Don't use "index" as argument name | Ken Raeburn | 2001-04-10 | 1 | -3/+3 |
* | * des.h: Include stdio.h. | Ken Raeburn | 2001-04-10 | 1 | -83/+83 |
* | * krb.h: Remove KRB_NEVERDATE | Tom Yu | 2001-01-30 | 1 | -2/+0 |
* | * krb.h: Remove internal prototypes and macros | Tom Yu | 2001-01-23 | 1 | -149/+2 |
* | * des.h: Change to make KRB4_32 an int if it's at least 32 bits | Tom Yu | 2000-11-08 | 1 | -0/+76 |
* | * krb.h: Modify krb_{mk,rd}_{priv,safe} prototypes to align with | Tom Yu | 2000-10-24 | 1 | -4/+5 |
* | * krb.h: Add prototypes for krb_life_to_time() and | Tom Yu | 2000-09-01 | 1 | -0/+9 |
* | * krb.h: Add prototypes for tf_init(), tf_get_pname(), | Ezra Peisach | 2000-08-02 | 1 | -0/+12 |
* | * krb.h: For get_pw_tkt() and unix_time_gmt_unixsec() add required | Ezra Peisach | 2000-07-21 | 1 | -2/+4 |
* | krb.h: Add krb_in_tkt() prototype | Danilo Almeida | 2000-07-19 | 1 | -0/+2 |
* | * krb.h: Add prototypes for get_pw_tkt() and unix_time_gmt_unixsec() | Ezra Peisach | 2000-07-03 | 1 | -0/+5 |
* | * krb.h (krb4_swab16): Mask upper byte of input after shifting, in case the | Ken Raeburn | 2000-06-27 | 1 | -3/+3 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | krb.h: Add prototypes for krb_set_key() and decomp_ticket() | Theodore Tso | 1998-12-05 | 1 | -0/+19 |
* | Add a declaration for the global variable krb5__krb4_context, which is | Theodore Tso | 1998-11-13 | 1 | -0/+2 |
* | If we are using prototypes, add a forward declaration for struct | Theodore Tso | 1997-10-20 | 1 | -0/+4 |
* | * Make shared libs work on AIX | Sam Hartman | 1997-02-22 | 1 | -7/+7 |
* | Fixed prototype (win16/win32) | Richard Basch | 1997-02-18 | 1 | -1/+1 |
* | Added support for building krb4 library (win16/win32) | Richard Basch | 1997-02-18 | 1 | -102/+226 |
* | krb.h: Make sure KRB5_EXPORTVAR is defined | Richard Basch | 1997-02-06 | 1 | -0/+1 |
* | INTERFACE is no longer defined in krb5.h, so we must define it here | Richard Basch | 1997-02-06 | 1 | -4/+35 |
* | * krb.h (KEYFILE): change to call krb__get_srvtabname with a | Mark Eichin | 1995-11-13 | 1 | -1/+1 |
* | * krb4-proto.h: correct signature for krb_rd_req. | Mark Eichin | 1995-06-28 | 1 | -5/+5 |
* | * krb4-proto.h, krb.h: reverse sense of KRB5_PROVIDE_PROTOTYPES | Tom Yu | 1995-06-23 | 1 | -1/+1 |
* | * krb.h: add _fmemcpy, _fstrncpy, and far_fputs from cc-unix.h also | Mark Eichin | 1995-04-27 | 1 | -0/+3 |
* | * krb.h (DECRYPT_TKT_TYPE_DEFINED, KEY_PROC_TYPE_DEFINED): needed | Mark Eichin | 1995-04-27 | 1 | -1/+2 |
* | krb.h: Add const for krb_err_txt to agree with .c file | Ezra Peisach | 1995-04-27 | 1 | -1/+1 |
* | * krb.h: make INTERFACE, FAR go away for now. | Mark Eichin | 1995-04-27 | 1 | -0/+81 |