summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache/rc_io.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-29/+19
* krb5_rc_io_open_internal on error will call close(-1)Ezra Peisach2006-12-181-1/+3
* * rc_io.c (krb5_rc_io_move): Use same code for cygwin as for normalKen Raeburn2006-06-151-1/+1
* Call krb5_set_error_message any time multiple errno values are translated toKen Raeburn2006-06-091-15/+59
* This commit ensures that all files in the library includeJeffrey Altman2005-11-151-1/+1
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-2/+0
* zap remaining bits of macsock.h supportKen Raeburn2004-07-171-1/+1
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-221-6/+0
* * rc_io.c (dir, dirlen): Top-level variables deleted.Ken Raeburn2004-06-151-10/+9
* krb5_rc_io_open_internal might try to invoke with negative argumentEzra Peisach2004-05-241-1/+2
* another oneKen Raeburn2002-09-051-1/+1
* * rc_io.c (krb5_rc_io_move): Missed a variable name changeKen Raeburn2002-09-051-1/+1
* protoizeKen Raeburn2002-09-031-17/+13
* * rc_io.c, rc_dfl.c: use "" includes for krb5.h and k5-int.hTom Yu2002-06-141-1/+1
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-4/+4
* * rc_io.c: Declare krb5_rc_io_open_internal staticEzra Peisach2001-07-051-1/+1
* * rc_io.c (krb5_rc_io_creat): Make cleanup code easier to read.Danilo Almeida2001-06-221-60/+133
* * rc_dfl.c, rc_io.c: More compliance with coding standards: useDanilo Almeida2001-06-201-207/+205
* * rc_io.c (getdir): Subtract one from dirlen, since sizeofTom Yu2001-01-241-11/+11
* * rc_io.h (struct krb5_rc_iostuff): Internal structure - changeEzra Peisach2000-09-211-4/+4
* * rc_io.c (krb5_rc_io_creat): Cast getpid() to int.Ezra Peisach2000-06-301-1/+1
* pullup from 1.2 branchKen Raeburn2000-06-271-4/+1
* Workaround the fact that Windows has really poor emulation of POSIXTheodore Tso1999-04-061-10/+31
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-171-2/+2
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-261-1/+1
* rcache owner should be checked against the effective uid, not the realTheodore Tso1997-03-251-1/+1
* Change _WINDOWS to _MSDOS, and add check for _WIN32Theodore Tso1996-06-121-2/+2
* Use Windows path separator, if appropriate. Under Windows also useTheodore Tso1996-02-241-3/+14
* In case of permission problems, don't unlink the old replay cache;Theodore Tso1995-12-011-1/+2
* Mac Beta 1 submissionKeith Vetter1995-09-111-1/+5
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-051-1/+2
* Changes for Macintosh implementationKeith Vetter1995-07-061-5/+5
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-231-1/+1
* Windows global stuff:Keith Vetter1995-04-141-11/+11
* * rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary replyTheodore Tso1995-03-311-2/+5
* Moved PC low-level i/o crud out of source files and into k5-config.hKeith Vetter1995-03-071-31/+1
* Changed NEED_WINSOCK_H to NEED_SOCKETSKeith Vetter1995-03-021-1/+1
* Updated rcache's makefile.in. Small change to confirm I'm back in aKeith Vetter1995-03-011-15/+66
* Avoid <krb5/....> includesJohn Gilmore1995-02-281-2/+0
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-31/+41
* Two global variables didn't need to be global; changed to be staticTheodore Tso1994-09-091-2/+2
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* use SEEK_* not L_*Mark Eichin1994-06-101-2/+2
* Removed needless break statements (was causing Saber to flame)Theodore Tso1992-09-291-18/+18
* Added missing queue to rc_io.cTheodore Tso1992-08-181-1/+0
* Applied Bill Sommerfeld's patches Theodore Tso1992-06-091-36/+83
* fix up notice about code ownershipJohn Kohl1991-06-071-4/+1
* use osconf.h to determine if we have in.hJohn Kohl1991-04-191-1/+7
* add uid-checking code in replay cacheJohn Kohl1991-04-171-3/+18
* need to define/declare htons/ntohsJohn Kohl1991-02-171-0/+1