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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* kuserok.c: HAS_UNISTD_H instead of USE_.
Mark Eichin
1995-04-28
3
-1
/
+7
*
* configure.in: use AC_CHECK_SIZEOF(int) to set BITS16/BITS32.
Mark Eichin
1995-04-28
2
-0
/
+31
*
* send_tgs.c (krb5_send_tgs()), gc_via_tkt.c (krb5_get_cred_via_tkt()):
Chris Provenzano
1995-04-28
3
-15
/
+13
*
* krb5.h (krb5_send_tgs()) : Removed krb5_cksumtype argument
Chris Provenzano
1995-04-28
2
-1
/
+5
*
I don't know why it didn't get removed the last time I tried
Chris Provenzano
1995-04-28
1
-222
/
+0
*
Remove util/profile/profile.h after building kerbsrc.zip; this file
Theodore Tso
1995-04-28
2
-0
/
+7
*
Do not prototype krb_err_txt. kerberosIV/krb.h defines
Ezra Peisach
1995-04-28
2
-2
/
+4
*
* krb5.h : Added mask AP_OPTS_WIRE_MASK
Chris Provenzano
1995-04-28
2
-0
/
+6
*
* auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()):
Chris Provenzano
1995-04-28
3
-2
/
+65
*
Have makefile copy profile.h for configuring on the PC
Keith Vetter
1995-04-28
2
-0
/
+5
*
Fixes so that the Unix changes no longer breaks on the PC
Keith Vetter
1995-04-28
14
-30
/
+62
*
Adding missing .cvsignore file
Theodore Tso
1995-04-27
1
-0
/
+1
*
* configure.in: check KRB4_LIB to know if we're building with krb4
Mark Eichin
1995-04-27
2
-1
/
+6
*
* Makefile.in (krshd, login.krb5, krlogind): KRB4_LIB needs to
Mark Eichin
1995-04-27
2
-3
/
+8
*
* krb.h: add _fmemcpy, _fstrncpy, and far_fputs from cc-unix.h also
Mark Eichin
1995-04-27
2
-0
/
+7
*
* configure.in: use AC_CONST since we need it for v4
Mark Eichin
1995-04-27
2
-0
/
+4
*
Set all appropriate data in database entry when changing password
Paul Park
1995-04-27
2
-2
/
+14
*
Bug fix with making makefiles on the PC
Keith Vetter
1995-04-27
2
-4
/
+10
*
Changes in the CNS program for the new config file
Keith Vetter
1995-04-27
4
-69
/
+65
*
Add ChangeLog for yesterdays checkins
Paul Park
1995-04-27
4
-0
/
+14
*
Add entries for yesterdays checkin
Paul Park
1995-04-27
1
-0
/
+5
*
Add entry for yesterdays checkin
Paul Park
1995-04-27
1
-0
/
+5
*
Invoke krb5kdc with -n so it will not fork - dejagnu needs to be able to
Ezra Peisach
1995-04-27
2
-26
/
+35
*
Add new ChangeLog
Paul Park
1995-04-27
1
-0
/
+5
*
Add new ChangeLog here
Paul Park
1995-04-27
1
-0
/
+1
*
Fix mk_priv and mk_safe to work without DO_TIME
Paul Park
1995-04-27
1
-0
/
+9
*
Clear replaydata block before calling mk_safe_basic
Paul Park
1995-04-27
1
-0
/
+3
*
Back out previous changes here, replace them with more correct change
Paul Park
1995-04-27
1
-8
/
+12
*
Clean up of Windows telnet source
Keith Vetter
1995-04-27
12
-3605
/
+3651
*
* kerberos5.c (kerberos_is()) : Initialize keytabid to NULL
Chris Provenzano
1995-04-27
2
-1
/
+6
*
and it needs PROTOTYPE() around it..
Mark Eichin
1995-04-27
2
-2
/
+2
*
* test_parse.c (main): can't make function declarations local to
Mark Eichin
1995-04-27
2
-1
/
+7
*
* configure.in: make links for libkrb4 and libkdb4
Mark Eichin
1995-04-27
3
-0
/
+8
*
* Makefile.in (krb5kdc): use KRB4_LIB directly.
Mark Eichin
1995-04-27
3
-11
/
+7
*
* Makefile.in (v4kadmind): use KRB4_LIB directly
Mark Eichin
1995-04-27
2
-3
/
+6
*
* pre.in (KRB4): remove, unused
Mark Eichin
1995-04-27
2
-1
/
+4
*
* Makefile.in (telnetd): use KRB4_LIB directly.
Mark Eichin
1995-04-27
3
-7
/
+7
*
* Makefile.in (telnet): use KRB4_LIB directly.
Mark Eichin
1995-04-27
3
-7
/
+7
*
* Makefile.in (LOCALINCLUDES): find kerberosIV headers
Mark Eichin
1995-04-27
2
-1
/
+5
*
* Makefile.in (LOCALINCLUDE): get kerberosIV headers for login.c
Mark Eichin
1995-04-27
3
-11
/
+17
*
* Makefile.in (LOCAL_LIBRARIES): use KRB4_LIB and KDB4_LIB
Mark Eichin
1995-04-27
3
-11
/
+9
*
* Makefile.in (LOCAL_LIBRARIES): use KDB4_LIB and KRB4_LIB directly
Mark Eichin
1995-04-27
2
-5
/
+7
*
* aclocal.m4 (WITH_KRB4): make --with-krb4 the default, and have
Mark Eichin
1995-04-27
2
-7
/
+33
*
Added PC support for the new profile config file
Keith Vetter
1995-04-27
7
-7
/
+46
*
Fixed PC makefile bug with passing wrong macro on recursive makes
Keith Vetter
1995-04-27
2
-3
/
+7
*
Changed over to the new profile config file on the PC
Keith Vetter
1995-04-27
2
-8
/
+15
*
* krb.h (DECRYPT_TKT_TYPE_DEFINED, KEY_PROC_TYPE_DEFINED): needed
Mark Eichin
1995-04-27
2
-1
/
+7
*
Added scripts to rename DOS 8.3 names to their proper longer names
Keith Vetter
1995-04-27
4
-0
/
+91
*
Got the profile code to work on the PC
Keith Vetter
1995-04-27
11
-36
/
+113
*
Makefile changes for the PC to incorporate the new profile directory
Keith Vetter
1995-04-27
2
-13
/
+36
[next]