aboutsummaryrefslogtreecommitdiff
path: root/src/util/ss
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Include autoconf.h before system headersGreg Hudson2-12/+3
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-3/+0
2013-01-10make dependGreg Hudson1-1/+1
2012-09-25Remove some dead Makefile codeBen Kaduk1-20/+0
2011-07-25Fix a premature free in ss_listen()Greg Hudson1-1/+1
2011-07-22Don't include <editline/history.h>Greg Hudson1-1/+0
2011-07-22Add libedit/readline support to ssGreg Hudson2-20/+36
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson5-17/+5
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-1/+1
2010-09-29make dependSam Hartman1-1/+1
2010-06-07make dependGreg Hudson1-1/+1
2010-02-20Update dependenciesKen Raeburn1-1/+1
2010-01-27Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson1-1/+1
2009-12-07Mark and reindent util, with some exceptionsTom Yu20-594/+614
2009-12-02update dependenciesKen Raeburn1-1/+1
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-37/+39
2009-10-31make mark-cstyleTom Yu8-12/+10
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-1/+1
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-41/+37
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-38/+42
2009-04-07Null pointer defref in adding infoEzra Peisach1-1/+1
2009-02-06Unsigned/signed warnings cleanupEzra Peisach1-3/+4
2009-02-02Get rid of casts of free() argument to char*, except where it'sKen Raeburn1-2/+2
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-70/+68
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-1/+1
2008-12-18Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson1-1/+1
2008-12-05Remove some lingering Saber C cruftGreg Hudson1-16/+0
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-2/+1
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-32/+6
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-2/+1
2008-08-06Fix bug in array size calculationKen Raeburn1-1/+1
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn2-1/+4
2007-10-20Don't leak fd on fork errorKen Raeburn1-0/+1
2007-07-12Avoid unchecked sprintf in some more support codeKen Raeburn1-2/+3
2007-07-10make dependKen Raeburn1-23/+37
2007-07-02Include k5-platform.hKen Raeburn1-0/+2
2007-06-29Attach format attributes to declarations of various message-formattingKen Raeburn1-1/+5
2007-06-28Check for null pointer returns when allocating storage.Ken Raeburn3-44/+133
2007-03-25Generate makefiles for two static libs plus the python plugin from the top-le...Ken Raeburn2-19/+2
2007-03-25Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn1-1/+1
2007-03-25Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn1-1/+1
2007-03-02Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn1-0/+1
2006-06-28autoconf 2.60 compatibilityKen Raeburn1-2/+2
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-443/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn1-64/+0
2006-04-04set DEFS empty in more placesKen Raeburn2-0/+5
2006-03-31make depend, now with dependency sortingKen Raeburn1-47/+45
2006-03-30make depend Ken Raeburn1-24/+27
2006-03-30* ss_internal.h: Include autoconf.hKen Raeburn2-0/+5
2006-03-11Add a new recursive target "generated-files-mac", for producing theKen Raeburn2-1/+8