| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -32/+6 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
| * | Fix bug in array size calculation | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 2 | -1/+4 |
| * | Don't leak fd on fork error | Ken Raeburn | 2007-10-20 | 1 | -0/+1 |
| * | Avoid unchecked sprintf in some more support code | Ken Raeburn | 2007-07-12 | 1 | -2/+3 |
| * | make depend | Ken Raeburn | 2007-07-10 | 1 | -23/+37 |
| * | Include k5-platform.h | Ken Raeburn | 2007-07-02 | 1 | -0/+2 |
| * | Attach format attributes to declarations of various message-formatting | Ken Raeburn | 2007-06-29 | 1 | -1/+5 |
| * | Check for null pointer returns when allocating storage. | Ken Raeburn | 2007-06-28 | 3 | -44/+133 |
| * | Generate makefiles for two static libs plus the python plugin from the top-le... | Ken Raeburn | 2007-03-25 | 2 | -19/+2 |
| * | Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARY | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
| * | Never set krb5_force_static. Instead, set the defaults for building | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
| * | Delete more stuff for 'clean' and 'distclean' targets | Ken Raeburn | 2007-03-02 | 1 | -0/+1 |
| * | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -2/+2 |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -443/+0 |
| * | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -64/+0 |
| * | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -47/+45 |
| * | make depend | Ken Raeburn | 2006-03-30 | 1 | -24/+27 |
| * | * ss_internal.h: Include autoconf.h | Ken Raeburn | 2006-03-30 | 2 | -0/+5 |
| * | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 2 | -1/+8 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -2/+1 |
| * | fix more executable permissions | Tom Yu | 2005-08-25 | 2 | -0/+0 |
| * | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -6/+0 |
| * | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 2 | -1/+5 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -1/+2 |
| * | * Makefile.in (EXTRADEPSRCS): Define | Ken Raeburn | 2005-03-14 | 2 | -0/+24 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -23/+29 |
| * | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 2 | -1/+4 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | * error.c (ss_error): Always use ANSI C form. Don't try to hide the | Ken Raeburn | 2004-03-18 | 3 | -46/+7 |
| * | This change fixes the problem in the ss directory. It probably won't | Ken Raeburn | 2003-06-27 | 2 | -19/+20 |
| * | errno should never be explicitly declared | Ken Raeburn | 2003-04-24 | 2 | -2/+5 |
| * | * Makefile.in (std_rqs.c): Depend on ct_c.sed and ct_c.awk | Ken Raeburn | 2003-02-06 | 2 | -1/+5 |
| * | * parse.c: Include errno.h for declaration of errno | Ezra Peisach | 2003-01-24 | 2 | -1/+5 |
| * | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 2 | -2/+3 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 2 | -0/+8 |
| * | Only system headers should declare errno | Sam Hartman | 2003-01-05 | 3 | -2/+8 |
| * | Fix depend rules to keep state about whether verification of various | Tom Yu | 2002-12-12 | 2 | -1/+6 |
| * | * Makefile.in (LOCALINCLUDES): Drop references to .. and et directories in | Ken Raeburn | 2002-09-11 | 2 | -2/+8 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+6 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
| * | * Makefile.in ($(HDRS)): Depend on 'includes'. | Ken Raeburn | 2002-08-14 | 2 | -1/+8 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -16/+12 |
| * | In directories building libraries, generate dependencies for .so/.po files too | Ken Raeburn | 2001-10-20 | 1 | -12/+12 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -21/+29 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 3 | -22/+16 |
| * | dependencies | Ken Raeburn | 2001-09-02 | 2 | -3/+7 |