summaryrefslogtreecommitdiffstats
path: root/src/util/ss
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix more executable permissionsTom Yu2005-08-252-0/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-6/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-202-1/+5
* Update dependenciesKen Raeburn2005-06-211-1/+2
* * Makefile.in (EXTRADEPSRCS): DefineKen Raeburn2005-03-142-0/+24
* run "make depend"Ken Raeburn2004-12-301-23/+29
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-172-1/+4
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-042-1/+5
* * error.c (ss_error): Always use ANSI C form. Don't try to hide theKen Raeburn2004-03-183-46/+7
* This change fixes the problem in the ss directory. It probably won'tKen Raeburn2003-06-272-19/+20
* errno should never be explicitly declaredKen Raeburn2003-04-242-2/+5
* * Makefile.in (std_rqs.c): Depend on ct_c.sed and ct_c.awkKen Raeburn2003-02-062-1/+5
* * parse.c: Include errno.h for declaration of errnoEzra Peisach2003-01-242-1/+5
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-102-2/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+8
* Only system headers should declare errnoSam Hartman2003-01-053-2/+8
* Fix depend rules to keep state about whether verification of variousTom Yu2002-12-122-1/+6
* * Makefile.in (LOCALINCLUDES): Drop references to .. and et directories inKen Raeburn2002-09-112-2/+8
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+6
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * Makefile.in ($(HDRS)): Depend on 'includes'.Ken Raeburn2002-08-142-1/+8
* update dependenciesKen Raeburn2002-06-151-16/+12
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-12/+12
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-21/+29
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-103-22/+16
* dependenciesKen Raeburn2001-09-022-3/+7