| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various warnings | Greg Hudson | 2013-06-07 | 1 | -2/+1 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -18/+18 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -2/+1 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -7/+7 |
* | In krb5_rc_io_open_internal, d->fn is always set for the cleanup | Greg Hudson | 2009-02-12 | 1 | -6/+4 |
* | hide stat buf init on windows | Ken Raeburn | 2009-02-11 | 1 | -1/+1 |
* | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 1 | -4/+3 |
* | Patch from Love: when opening an existing replay cache, check more | Greg Hudson | 2009-01-21 | 1 | -14/+40 |
* | whitespace | Tom Yu | 2008-12-28 | 1 | -179/+179 |
* | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -8/+2 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
* | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 1 | -1/+1 |
* | Pull out two copies of errno mapping into a common function | Ken Raeburn | 2008-08-02 | 1 | -60/+42 |
* | Use mkstemp(), and fstat() the file to make sure that the mkstemp() | Tom Yu | 2008-07-18 | 1 | -19/+60 |
* | Revert due to potential file modes race condition | Tom Yu | 2008-07-18 | 1 | -18/+14 |
* | Make krb5_rc_io_creat() use mkstemp | Tom Yu | 2008-07-18 | 1 | -14/+18 |
* | In krb5_rc_io_creat(), unlink any existing rcache file before trying | Tom Yu | 2008-07-17 | 1 | -1/+2 |
* | Report file name in detailed cache creation error | Ken Raeburn | 2008-06-08 | 1 | -2/+2 |
* | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -0/+3 |
* | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -29/+19 |
* | krb5_rc_io_open_internal on error will call close(-1) | Ezra Peisach | 2006-12-18 | 1 | -1/+3 |
* | * rc_io.c (krb5_rc_io_move): Use same code for cygwin as for normal | Ken Raeburn | 2006-06-15 | 1 | -1/+1 |
* | Call krb5_set_error_message any time multiple errno values are translated to | Ken Raeburn | 2006-06-09 | 1 | -15/+59 |
* | This commit ensures that all files in the library include | Jeffrey Altman | 2005-11-15 | 1 | -1/+1 |
* | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 1 | -2/+0 |
* | zap remaining bits of macsock.h support | Ken Raeburn | 2004-07-17 | 1 | -1/+1 |
* | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -6/+0 |
* | * rc_io.c (dir, dirlen): Top-level variables deleted. | Ken Raeburn | 2004-06-15 | 1 | -10/+9 |
* | krb5_rc_io_open_internal might try to invoke with negative argument | Ezra Peisach | 2004-05-24 | 1 | -1/+2 |
* | another one | Ken Raeburn | 2002-09-05 | 1 | -1/+1 |
* | * rc_io.c (krb5_rc_io_move): Missed a variable name change | Ken Raeburn | 2002-09-05 | 1 | -1/+1 |
* | protoize | Ken Raeburn | 2002-09-03 | 1 | -17/+13 |
* | * rc_io.c, rc_dfl.c: use "" includes for krb5.h and k5-int.h | Tom Yu | 2002-06-14 | 1 | -1/+1 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -4/+4 |
* | * rc_io.c: Declare krb5_rc_io_open_internal static | Ezra Peisach | 2001-07-05 | 1 | -1/+1 |
* | * rc_io.c (krb5_rc_io_creat): Make cleanup code easier to read. | Danilo Almeida | 2001-06-22 | 1 | -60/+133 |
* | * rc_dfl.c, rc_io.c: More compliance with coding standards: use | Danilo Almeida | 2001-06-20 | 1 | -207/+205 |
* | * rc_io.c (getdir): Subtract one from dirlen, since sizeof | Tom Yu | 2001-01-24 | 1 | -11/+11 |
* | * rc_io.h (struct krb5_rc_iostuff): Internal structure - change | Ezra Peisach | 2000-09-21 | 1 | -4/+4 |
* | * rc_io.c (krb5_rc_io_creat): Cast getpid() to int. | Ezra Peisach | 2000-06-30 | 1 | -1/+1 |
* | pullup from 1.2 branch | Ken Raeburn | 2000-06-27 | 1 | -4/+1 |
* | Workaround the fact that Windows has really poor emulation of POSIX | Theodore Tso | 1999-04-06 | 1 | -10/+31 |
* | Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th... | Miro Jurisic | 1998-07-17 | 1 | -2/+2 |
* | Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replace | Tom Yu | 1997-09-26 | 1 | -1/+1 |
* | rcache owner should be checked against the effective uid, not the real | Theodore Tso | 1997-03-25 | 1 | -1/+1 |
* | Change _WINDOWS to _MSDOS, and add check for _WIN32 | Theodore Tso | 1996-06-12 | 1 | -2/+2 |
* | Use Windows path separator, if appropriate. Under Windows also use | Theodore Tso | 1996-02-24 | 1 | -3/+14 |
* | In case of permission problems, don't unlink the old replay cache; | Theodore Tso | 1995-12-01 | 1 | -1/+2 |
* | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 1 | -1/+5 |
* | first pass attempt at cleaning up some gcc -Wall flames | Tom Yu | 1995-08-05 | 1 | -1/+2 |