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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELL
Tom Yu
1995-06-20
3
-4
/
+10
*
* defs.h: NO_STRING_H -> HAVE_STRING_H
Tom Yu
1995-06-20
3
-3
/
+10
*
* externs.h: NO_STRING_H -> HAVE_STRING_H
Tom Yu
1995-06-20
3
-3
/
+10
*
* strrchr.c: NO_STRING_H -> HAVE_STRING_H
Tom Yu
1995-06-20
17
-45
/
+80
*
* configure.in: added missing check for stdlib.h
Tom Yu
1995-06-20
2
-0
/
+4
*
* movemail.c: USE_STRING_H -> HAVE_STRING_H; fix HAVE_STLIB_H to
Tom Yu
1995-06-20
3
-11
/
+9
*
* poplib.c: HAS_STDLIB_H -> HAVE_STDLIB_H
Tom Yu
1995-06-20
2
-1
/
+4
*
* krlogin.c: HAS_STDLIB_H -> HAVE_STDLIB_H
Tom Yu
1995-06-20
2
-1
/
+4
*
* getsyms, getsyms.sed: fix a few random bugs
Tom Yu
1995-06-20
5
-316
/
+333
*
Must protect $(FOO) with a backslash, since $(FOO) is specially
Theodore Tso
1995-06-19
2
-12
/
+16
*
Make sure processes associated with the terminal are actually
Sam Hartman
1995-06-19
2
-2
/
+22
*
Fix LD_LIBRARY_PATH in setup_root_shell()
Paul Park
1995-06-19
2
-1
/
+28
*
Use setluid() where appropriate (e.g. OSF/1)
Paul Park
1995-06-19
3
-4
/
+31
*
* BADSYMS: list of bad symbols found in various source files;
Tom Yu
1995-06-19
2
-0
/
+951
*
* getsyms, getsyms.sed: simple scripts to find #ifdef's that
Tom Yu
1995-06-19
3
-0
/
+71
*
Added final change to allow for ASN.1 indefinite encoding; needed for
Theodore Tso
1995-06-17
2
-0
/
+11
*
Allow the credentials cache argument to be optional; allow it to be
Theodore Tso
1995-06-17
2
-1
/
+8
*
Change kadm_cleanup so that it returns a defined value
Sam Hartman
1995-06-17
2
-0
/
+8
*
Inline code from krb_save_credentials since there is none in some K4
Paul Park
1995-06-16
2
-0
/
+23
*
Add glue for old versions of K4
Paul Park
1995-06-16
4
-3
/
+70
*
Fix run.test to run under Ultrix
Paul Park
1995-06-16
2
-6
/
+12
*
* libupdate.sh: oops they were right to begin with; hack
Tom Yu
1995-06-16
2
-2
/
+5
*
* aclocal.m4: ARCHIVE gets a "cqv" to shut it up about the warning
Tom Yu
1995-06-16
2
-1
/
+3
*
* libupdate.sh: ARADD and ARCHIVE were backwards
Tom Yu
1995-06-16
2
-2
/
+5
*
Fix install logic for krb5.h and k5-int.h
Paul Park
1995-06-16
2
-7
/
+8
*
Explicitly handle default cases when neither --enable-shared or
Paul Park
1995-06-16
2
-3
/
+11
*
Remove status message from OSF/1 shared library build
Paul Park
1995-06-16
1
-1
/
+0
*
Add install target for shared libraries
Paul Park
1995-06-16
8
-0
/
+30
*
Change ./DONE to DONE
Paul Park
1995-06-16
1
-1
/
+1
*
* Makefile.in: "install::" to shut up gmake
Tom Yu
1995-06-16
2
-1
/
+5
*
* aclocal.m4: Fix new append.out stuff to work with config.status
Tom Yu
1995-06-16
2
-9
/
+29
*
* aclocal.m4: people were using AC_DIVERSION_MAKEFILE inside
Tom Yu
1995-06-16
2
-36
/
+51
*
(V5_USE_SHARED_LIB): Quote arguments to test in case the values are blank
Ezra Peisach
1995-06-16
2
-2
/
+6
*
Remove extraneous debugging definition from previous checkin
Paul Park
1995-06-15
1
-1
/
+1
*
Shared library Makefile/configure changes and cleanup
Paul Park
1995-06-15
139
-278
/
+838
*
Add #ifdef around switch statement for ETXTBUSY
Theodore Tso
1995-06-15
4
-0
/
+15
*
* Makefile.in: added install rules
Tom Yu
1995-06-14
2
-2
/
+12
*
* pre.in: DO_SUBDIRS causes make {install,clean,check,etc.} to get
Tom Yu
1995-06-14
2
-0
/
+10
*
* aclocal.m4(_MAKE_SUBDIRS): revert yet again; no workaround since
Tom Yu
1995-06-14
2
-2
/
+11
*
Fixed ACL routines to work on systems with unsigned char.
Sam Hartman
1995-06-14
2
-2
/
+14
*
Fix up places in tests where return type of getopt demoted to
Sam Hartman
1995-06-14
3
-2
/
+7
*
Wed Jun 14 12:37:51 1995 Sam Hartman <hartmans@tardis.MIT.EDU>
Sam Hartman
1995-06-14
4
-6
/
+18
*
For shared library support create symlinks to the .so images in the
Ezra Peisach
1995-06-14
3
-1
/
+18
*
Don't copy library up a level. Let above Makefile create symlink for
Ezra Peisach
1995-06-14
2
-3
/
+5
*
Instead of special casing _AIX in network.c, look for
Sam Hartman
1995-06-13
3
-1
/
+9
*
Only defining DEVICE_OPEN et al when unix was defined breaks
Sam Hartman
1995-06-13
2
-2
/
+10
*
Really check for /bin/sh5
Paul Park
1995-06-13
1
-1
/
+1
*
Fix test for Ultrix and Solaris
Paul Park
1995-06-13
4
-1
/
+19
*
Check for sys/select.h and include if found. Required to
Sam Hartman
1995-06-13
3
-0
/
+12
*
* Makefile.in: don't install libss.a
Tom Yu
1995-06-13
2
-8
/
+4
[prev]
[next]