summaryrefslogtreecommitdiffstats
path: root/src/util/ss
Commit message (Expand)AuthorAgeFilesLines
* 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
* add automatically generated dependenciesKen Raeburn2001-09-011-0/+30
* delete some unnecessary castsKen Raeburn2001-06-213-2/+10
* * request_tbl.c (ss_add_request_table): Do not cast argument toEzra Peisach2001-06-072-1/+6
* * Makefile.in (unixmac): Target deletedKen Raeburn2001-04-172-2/+4
* * configure.in: Change AC_RETSIGTYPE to AC_TYPE_SIGNALEzra Peisach2000-11-012-1/+5
* * ss_internal.h: Only use fake sigmask, sigblock and sigsetmask ifEzra Peisach2000-08-072-1/+9
* * listen.c (ss_quit): Now returns void. Fix type of argument ARGV to fitKen Raeburn2000-08-043-6/+14
* * requests.c (DECLARE): Fix prototype for dispatch functions toEzra Peisach2000-08-025-9/+53
* Added prototype for ss_create_invocation()Ezra Peisach2000-07-032-1/+3
* * test_ss.c (main): Change usage of ss_listen to agree withEzra Peisach2000-07-033-2/+10
* merge from krb5-1-2-beta4Ken Raeburn2000-06-235-20/+31
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* * listen.c (ss_listen): Local var END should be volatileKen Raeburn2000-02-022-1/+5
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-4/+4
* copyright notice updates from 1.1 branchKen Raeburn1999-09-242-0/+6
* Added missing #include of termios.hTheodore Tso1999-01-271-0/+1
* listen.c (print_prompt): Replace BSD-style ioctl with termios interfaceTheodore Tso1999-01-273-12/+12
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-2/+6
* Preliminary fixes for AIX4.3:Sam Hartman1998-07-121-0/+1
* * Makefile.in (includes): Don't mkdir unless the directory doesn'tTom Yu1998-04-062-1/+6
* gcc -Wall cleanups. Mainly adding prototypes andEzra Peisach1998-03-3010-4/+35
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* Add AC_PROG_INSTALL since it's needed to install the libraries andTheodore Tso1998-02-132-0/+6
* Mass makefile/configure.in build system revampTheodore Tso1998-02-127-7/+41
* * configure.in: Update to new library build systemTom Yu1997-11-193-42/+22
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-193-2/+8
* * Makefile.in (SRCS): Add $(srcdir) as neededEzra Peisach1997-08-172-4/+9
* Makefile.in: Remove target before copying over it (avoids perm. errors)Richard Basch1997-02-062-1/+8
* * configure.in: remove ref to SS_RULES, ET_RULESTom Yu1996-06-142-2/+4
* cvsignore hackeryTom Yu1996-06-101-1/+0
* use AC_HEADER_STDARGKen Raeburn1996-03-132-1/+7
* Always include <fcntl.h> instead of checking for <sys/fcntl.h>Richard Basch1996-01-042-5/+1