summaryrefslogtreecommitdiffstats
path: root/src/util/ss
Commit message (Expand)AuthorAgeFilesLines
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-3/+0
* make dependGreg Hudson2013-01-101-1/+1
* Remove some dead Makefile codeBen Kaduk2012-09-251-20/+0
* Fix a premature free in ss_listen()Greg Hudson2011-07-251-1/+1
* Don't include <editline/history.h>Greg Hudson2011-07-221-1/+0
* Add libedit/readline support to ssGreg Hudson2011-07-222-20/+36
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-095-17/+5
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* make dependSam Hartman2010-09-291-1/+1
* make dependGreg Hudson2010-06-071-1/+1
* Update dependenciesKen Raeburn2010-02-201-1/+1
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-271-1/+1
* Mark and reindent util, with some exceptionsTom Yu2009-12-0720-594/+614
* update dependenciesKen Raeburn2009-12-021-1/+1
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-37/+39
* make mark-cstyleTom Yu2009-10-318-12/+10
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-1/+1
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-41/+37
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-38/+42
* Null pointer defref in adding infoEzra Peisach2009-04-071-1/+1
* Unsigned/signed warnings cleanupEzra Peisach2009-02-061-3/+4
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-2/+2
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-70/+68
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+1
* Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson2008-12-181-1/+1
* Remove some lingering Saber C cruftGreg Hudson2008-12-051-16/+0
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-2/+1
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-32/+6
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Fix bug in array size calculationKen Raeburn2008-08-061-1/+1
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-222-1/+4
* Don't leak fd on fork errorKen Raeburn2007-10-201-0/+1
* Avoid unchecked sprintf in some more support codeKen Raeburn2007-07-121-2/+3
* make dependKen Raeburn2007-07-101-23/+37
* Include k5-platform.hKen Raeburn2007-07-021-0/+2
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-291-1/+5
* Check for null pointer returns when allocating storage.Ken Raeburn2007-06-283-44/+133
* Generate makefiles for two static libs plus the python plugin from the top-le...Ken Raeburn2007-03-252-19/+2
* Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn2007-03-251-1/+1
* Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn2007-03-251-1/+1
* Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn2007-03-021-0/+1
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-2/+2
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-443/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-64/+0
* set DEFS empty in more placesKen Raeburn2006-04-042-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-47/+45
* make depend Ken Raeburn2006-03-301-24/+27
* * ss_internal.h: Include autoconf.hKen Raeburn2006-03-302-0/+5
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-112-1/+8
* make dependTom Yu2005-11-291-2/+1