| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 1 | -2/+5 |
* | Reindent include directory, reformatting prototypes as necessary. | Greg Hudson | 2009-11-14 | 1 | -15/+16 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -6/+6 |
* | Make windows debug message line endings match the Mac endings. | Kevin Koch | 2008-01-22 | 1 | -0/+5 |
* | Windows - some apps define ssize_t as a preprocessor symbol | Jeffrey Altman | 2007-02-28 | 1 | -0/+3 |
* | Microsoft Windows Visual Studio does not define ssize_t | Jeffrey Altman | 2007-01-30 | 1 | -0/+8 |
* | Qing Dong <dongq@mit.edu> provided a set of changes to allow | Jeffrey Altman | 2006-02-27 | 1 | -15/+15 |
* | * Correct function prototypes that should have been using | Jeffrey Altman | 2005-11-15 | 1 | -6/+29 |
* | win-mac.h: Add definitions for int32_t and uint32_t | Jeffrey Altman | 2005-10-20 | 1 | -0/+2 |
* | * win-mac.h: define NEED_INSIXADDR_ANY for ipv6 symbol | Jeffrey Altman | 2005-01-05 | 1 | -0/+1 |
* | * win-mac.h (HAVE_GETADDRINFO, HAVE_GETNAMEINFO): Define | Ken Raeburn | 2004-11-19 | 1 | -0/+2 |
* | * win-mac.h (KRB5_USE_INET6, ENABLE_THREADS): Define | Ken Raeburn | 2004-07-09 | 1 | -0/+2 |
* | * configure.in: Test for 'inline' support. | Ken Raeburn | 2004-07-01 | 1 | -0/+2 |
* | * win-mac.h (HAVE_STRERROR, SYS_ERRLIST_DECLARED): Define | Ken Raeburn | 2004-06-18 | 1 | -0/+2 |
* | fix GET{SOCK,PEER}NAME_ARG{2,3}_TYPE lossage I created | Ken Raeburn | 2004-02-26 | 1 | -0/+5 |
* | * win-mac.h: conditionally define strcasecmp/strncasecmp macros | Jeffrey Altman | 2004-01-05 | 1 | -0/+4 |
* | * win-mac.h: source code written to the C99 standard assumes there | Jeffrey Altman | 2003-12-15 | 1 | -0/+5 |
* | * configure.in: Don't test for labs, memmove or bcopy. | Ken Raeburn | 2003-08-26 | 1 | -2/+0 |
* | * win-mac.h: Since this file is now only Win32, remove non-Win32 | Tom Yu | 2002-06-15 | 1 | -98/+18 |
* | KRB5_EXPORTVAR is defined lots of places but never used; delete it | Ken Raeburn | 2001-10-06 | 1 | -1/+0 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -51/+4 |
* | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 1 | -19/+0 |
* | assume ANSI C: delete no-volatile support, and most no-prototype support | Ken Raeburn | 2001-04-26 | 1 | -2/+0 |
* | 2000-4-13 Alexandra Ellwood <lxs@mit.edu> | Alexandra Ellwood | 2000-04-13 | 1 | -0/+2 |
* | Remove #define HAVE_STRING_H from MacOS part of win-mac.h (oops) | Miro Jurisic | 1999-09-13 | 1 | -2/+0 |
* | Added #define HAVE_STRING_H to win-mac.h | Miro Jurisic | 1999-09-13 | 1 | -0/+2 |
* | Define MAXPATHLEN only if not already define. This helps avoid | Danilo Almeida | 1999-08-10 | 1 | -0/+2 |
* | Fixed size_t redefinition on MacOS | Miro Jurisic | 1999-07-26 | 1 | -5/+1 |
* | Updated header files to use OT Sockets library | Alexandra Ellwood | 1999-05-27 | 1 | -1/+1 |
* | Fixed Mac ENOMEM | Miro Jurisic | 1999-05-06 | 1 | -1/+1 |
* | Changed stat.h typedefs to not be included if building with CodeWarrior, to p... | Miro Jurisic | 1999-03-27 | 1 | -1/+1 |
* | Fixed GSS_* macros for the Mac | Miro Jurisic | 1999-03-15 | 1 | -0/+1 |
* | Add definition for GSS_DLLIMP for non-Windows platforms | Theodore Tso | 1999-03-12 | 1 | -0/+1 |
* | win-mac.h: Define GSS_DLLIMP to be __declspec(dllimport) or | Theodore Tso | 1999-03-12 | 1 | -12/+17 |
* | Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th... | Miro Jurisic | 1998-07-17 | 1 | -3/+3 |
* | Added magic incantations for Macintosh CFM-68K | Miro Jurisic | 1998-07-14 | 1 | -3/+14 |
* | win-mac.h: Make size_t to be an unsigned long instead of unsigned int | Theodore Tso | 1998-07-01 | 1 | -1/+1 |
* | Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogs | Tom Yu | 1997-10-02 | 1 | -1/+1 |
* | Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replace | Tom Yu | 1997-09-26 | 1 | -1/+1 |
* | remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS | Tom Yu | 1997-09-19 | 1 | -4/+4 |
* | Remove (probably unneeded) size_t definition | Theodore Tso | 1997-07-15 | 1 | -4/+0 |
* | Don't do all the setup if RES_ONLY is defined; only get the resource | Richard Basch | 1997-02-25 | 1 | -0/+8 |
* | win-mac.h: Contents of lib/krb5/os/win-pwd.h (resource definitions for | Richard Basch | 1997-02-25 | 1 | -0/+6 |
* | krb5.hin: Export krb5_read_password (Win16/32) | Richard Basch | 1997-02-25 | 1 | -0/+2 |
* | Added support for building krb4 library | Richard Basch | 1997-02-18 | 1 | -0/+38 |
* | Windows/NT integration | Richard Basch | 1997-02-06 | 1 | -0/+248 |