Get rid of casts of free() argument to char*, except where it's
[krb5.git] / src / lib / krb5 / rcache / rc_io.c
2009-02-02 Ken RaeburnGet rid of casts of free() argument to char*, except...
2009-01-21 Greg HudsonPatch from Love: when opening an existing replay cache...
2008-12-28 Tom Yuwhitespace
2008-10-20 Greg HudsonUse asprintf instead of malloc/strcpy/strcat in many...
2008-10-20 Greg HudsonUse strdup in place of malloc/strcpy in many places
2008-08-27 Ken RaeburnBased on patch from lxs, with some changes:
2008-08-02 Ken RaeburnPull out two copies of errno mapping into a common...
2008-07-18 Tom YuUse mkstemp(), and fstat() the file to make sure that...
2008-07-18 Tom YuRevert due to potential file modes race condition
2008-07-18 Tom YuMake krb5_rc_io_creat() use mkstemp
2008-07-17 Tom YuIn krb5_rc_io_creat(), unlink any existing rcache file...
2008-06-08 Ken RaeburnReport file name in detailed cache creation error
2007-10-22 Ken RaeburnSet close-on-exec flag in most places where file descri...
2007-07-12 Ken RaeburnAvoid use of unchecked sprintf in libraries. Use aspri...
2006-12-18 Ezra Peisachkrb5_rc_io_open_internal on error will call close(-1)
2006-06-22 Sam Hartman r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
2006-06-15 Ken Raeburn* rc_io.c (krb5_rc_io_move): Use same code for cygwin...
2006-06-09 Ken RaeburnCall krb5_set_error_message any time multiple errno...
2005-11-15 Jeffrey AltmanThis commit ensures that all files in the library include
2005-04-13 Ken RaeburnDelete definitions of unused macros NEED_SOCKETS and...
2004-07-17 Ken Raeburnzap remaining bits of macsock.h support
2004-06-22 Ken RaeburnDelete preprocessor tests for macintosh, __MWERKS__...
2004-06-15 Ken Raeburn* rc_io.c (dir, dirlen): Top-level variables deleted.
2004-05-24 Ezra Peisachkrb5_rc_io_open_internal might try to invoke with negat...
2002-09-05 Ken Raeburnanother one
2002-09-05 Ken Raeburn* rc_io.c (krb5_rc_io_move): Missed a variable name...
2002-09-03 Ken Raeburnprotoize
2002-06-14 Tom Yu * rc_io.c, rc_dfl.c: use "" includes for krb5.h and...
2001-10-06 Ken RaeburnDanilo also says we can get rid of _MSDOS (Win16) tests...
2001-07-05 Ezra Peisach * rc_io.c: Declare krb5_rc_io_open_internal...
2001-06-22 Danilo Almeida* rc_io.c (krb5_rc_io_creat): Make cleanup code easier...
2001-06-20 Danilo Almeida* rc_dfl.c, rc_io.c: More compliance with coding standa...
2001-01-24 Tom Yu * rc_io.c (getdir): Subtract one from dirlen, since...
2000-09-21 Ezra Peisach * rc_io.h (struct krb5_rc_iostuff): Internal structure...
2000-06-30 Ezra Peisach * rc_io.c (krb5_rc_io_creat): Cast getpid(...
2000-06-27 Ken Raeburnpullup from 1.2 branch
1999-04-06 Theodore TsoWorkaround the fact that Windows has really poor emulat...
1998-07-17 Miro JurisicReplaced preprocessor symbol _MACINTOSH with macintosh...
1997-09-26 Tom YuRemove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and...
1997-03-25 Theodore Tsorcache owner should be checked against the effective...
1996-06-12 Theodore TsoChange _WINDOWS to _MSDOS, and add check for _WIN32
1996-02-24 Theodore TsoUse Windows path separator, if appropriate. Under...
1995-12-01 Theodore TsoIn case of permission problems, don't unlink the old...
1995-09-11 Keith VetterMac Beta 1 submission
1995-08-05 Tom Yufirst pass attempt at cleaning up some gcc -Wall flames
1995-07-06 Keith VetterChanges for Macintosh implementation
1995-05-23 Theodore TsoRearrange #include files so that krb5.h gets included...
1995-04-14 Keith VetterWindows global stuff:
1995-03-31 Theodore Tso* rc_dfl.c (krb5_rc_dfl_expunage): Close the old, tempo...
1995-03-07 Keith VetterMoved PC low-level i/o crud out of source files and...
1995-03-02 Keith VetterChanged NEED_WINSOCK_H to NEED_SOCKETS
1995-03-01 Keith VetterUpdated rcache's makefile.in. Small change to confirm...
1995-02-28 John GilmoreAvoid <krb5/....> includes
1995-01-13 Chris ProvenzanoRemoved all references to DECLARG and OLDDECLARG.
1994-09-09 Theodore TsoTwo global variables didn't need to be global; changed...
1994-08-18 Mark Eichinstamp out rcs keywords
1994-06-10 Mark Eichinuse SEEK_* not L_*
1992-09-29 Theodore TsoRemoved needless break statements (was causing Saber...
1992-08-18 Theodore TsoAdded missing queue to rc_io.c
1992-06-09 Theodore TsoApplied Bill Sommerfeld's patches
1991-06-07 John Kohlfix up notice about code ownership
1991-04-19 John Kohluse osconf.h to determine if we have in.h
1991-04-17 John Kohladd uid-checking code in replay cache
1991-02-17 John Kohlneed to define/declare htons/ntohs
1991-02-11 John Kohladd vno code; plug file descriptor leaks
1990-11-20 John Kohldon't need rc_io.h twice
1990-10-29 John Kohl#ifdef's on EDQUOT
1990-07-10 John Kohlreplace copyrights with public domain notices,
1990-07-10 John KohlBring local mods onto trunk
1990-04-02 John Kohl*** empty log message ***