index
:
krb5.git
gss_cs
keyring
kinit-c
master
msspng_ntlmssp
proxymech
spnego
MIT Kerberos patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
ss
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;
Ken Raeburn
2001-10-10
1
-0
/
+6
*
dependencies
Ken Raeburn
2001-09-02
1
-0
/
+5
*
delete some unnecessary casts
Ken Raeburn
2001-06-21
1
-0
/
+8
*
* request_tbl.c (ss_add_request_table): Do not cast argument to
Ezra Peisach
2001-06-07
1
-0
/
+5
*
* Makefile.in (unixmac): Target deleted
Ken Raeburn
2001-04-17
1
-0
/
+4
*
* configure.in: Change AC_RETSIGTYPE to AC_TYPE_SIGNAL
Ezra Peisach
2000-11-01
1
-0
/
+4
*
* ss_internal.h: Only use fake sigmask, sigblock and sigsetmask if
Ezra Peisach
2000-08-07
1
-0
/
+5
*
* listen.c (ss_quit): Now returns void. Fix type of argument ARGV to fit
Ken Raeburn
2000-08-04
1
-0
/
+10
*
* requests.c (DECLARE): Fix prototype for dispatch functions to
Ezra Peisach
2000-08-02
1
-0
/
+19
*
Added prototype for ss_create_invocation()
Ezra Peisach
2000-07-03
1
-1
/
+1
*
* test_ss.c (main): Change usage of ss_listen to agree with
Ezra Peisach
2000-07-03
1
-0
/
+7
*
merge from krb5-1-2-beta4
Ken Raeburn
2000-06-23
1
-0
/
+8
*
Change wsanchez@apple -> tritan@mit
Wilfredo Sanchez
2000-06-01
1
-2
/
+2
*
* listen.c (ss_listen): Local var END should be volatile
Ken Raeburn
2000-02-02
1
-0
/
+4
*
log tritan's changes
Tom Yu
1999-10-26
1
-0
/
+7
*
listen.c (print_prompt): Replace BSD-style ioctl with termios interface
Theodore Tso
1999-01-27
1
-0
/
+5
*
* Makefile.in (includes): Don't mkdir unless the directory doesn't
Tom Yu
1998-04-06
1
-0
/
+5
*
gcc -Wall cleanups. Mainly adding prototypes and
Ezra Peisach
1998-03-30
1
-0
/
+18
*
Remove trailing slash from thisconfigdir. Change directory syntax
Tom Yu
1998-02-18
1
-0
/
+5
*
Add AC_PROG_INSTALL since it's needed to install the libraries and
Theodore Tso
1998-02-13
1
-0
/
+5
*
Mass makefile/configure.in build system revamp
Theodore Tso
1998-02-12
1
-0
/
+11
*
* configure.in: Update to new library build system
Tom Yu
1997-11-19
1
-0
/
+6
*
remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS
Tom Yu
1997-09-19
1
-0
/
+6
*
* Makefile.in (SRCS): Add $(srcdir) as needed
Ezra Peisach
1997-08-17
1
-0
/
+4
*
Makefile.in: Remove target before copying over it (avoids perm. errors)
Richard Basch
1997-02-06
1
-0
/
+6
*
* configure.in: remove ref to SS_RULES, ET_RULES
Tom Yu
1996-06-14
1
-0
/
+4
*
use AC_HEADER_STDARG
Ken Raeburn
1996-03-13
1
-0
/
+5
*
Removed "foo:: foo-$(WHAT)" lines from the Makefile
Theodore Tso
1995-09-25
1
-0
/
+5
*
Updated to reflect ct_c.* to ct_c.*.in filename changes
Theodore Tso
1995-08-24
1
-0
/
+4
*
Add $(SHELL) to invocation of config_script, so that the tree can
Theodore Tso
1995-08-07
1
-0
/
+5
*
Make symlink in TOPLIBD for libss
Paul Park
1995-07-07
1
-0
/
+4
*
Rename ct_c.*.in to ct_c_*.in, so that the sources will unpack cleanly
Theodore Tso
1995-06-28
1
-0
/
+6
*
Rename ct_c.* to ct_c.*.in. ct_c.sed.in is now processed by sed to
Theodore Tso
1995-06-28
1
-0
/
+10
*
Compiler warning cleanup
Paul Park
1995-06-27
1
-0
/
+5
*
* Makefile.in: don't install libss.a
Tom Yu
1995-06-13
1
-0
/
+4
*
configure.in: Remove standardized set of autoconf macros, which are
Theodore Tso
1995-06-09
1
-0
/
+5
*
error.c (ss_error): remove const declaration from local variable. (it is
Ezra Peisach
1995-06-09
1
-0
/
+10
*
list_req.c, ss_internal.h: Clean up -Wall flames
Theodore Tso
1995-06-09
1
-0
/
+10
*
Change mk_cmds so that the output file is always created in the
Theodore Tso
1995-06-09
1
-0
/
+6
*
Use posix signals if present on the system (for OS's that only have
Ezra Peisach
1995-04-27
1
-0
/
+14
*
* Makefile.in (all): Run all-$(WHAT).
John Gilmore
1995-03-29
1
-0
/
+6
*
* configure.in: Use AC_CHECK_HEADERS(stdarg.h), not CHECK_STDARG.
John Gilmore
1995-03-19
1
-0
/
+5
*
* Makefile.in: Avoid recompilation of std_rqs.c every single time
John Gilmore
1995-02-28
1
-0
/
+6
*
* mk_cmds.sh: use ${SED} not sed in backtick expressions.
Mark Eichin
1995-02-23
1
-1
/
+2
*
* mk_cmds.sh: use ${SED} not sed in backtick expressions.
Mark Eichin
1995-02-23
1
-0
/
+5
*
Add AC_RETSIGTYPE to get proper return type for signal hanlders
Theodore Tso
1994-10-24
1
-0
/
+11
*
Don't rm the sed and awk scripts during a make clean
Theodore Tso
1994-10-11
1
-0
/
+4
*
Add extra check to make sure blank lines get squeezed out. Needed for
Theodore Tso
1994-10-07
1
-0
/
+5
*
Replace use of basename with sed --- it's more portable
Theodore Tso
1994-10-06
1
-0
/
+4
*
Don't try to compile mk_cmds. Use awk/sed shell script replacement instead.
Theodore Tso
1994-10-03
1
-0
/
+7
[next]