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
/
lib
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
*
I don't know why it didn't get removed the last time I tried
Chris Provenzano
1995-04-28
1
-222
/
+0
*
* auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()):
Chris Provenzano
1995-04-28
3
-2
/
+65
*
Fixes so that the Unix changes no longer breaks on the PC
Keith Vetter
1995-04-28
9
-28
/
+51
*
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
*
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
*
* configure.in: make links for libkrb4 and libkdb4
Mark Eichin
1995-04-27
3
-0
/
+8
*
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
*
Make clean should remove t_std_conf.o
Ezra Peisach
1995-04-27
2
-1
/
+5
*
* configure.in: add kdb4 directory
Mark Eichin
1995-04-27
3
-1
/
+7
*
V4 kdb library
Mark Eichin
1995-04-27
11
-0
/
+1647
*
* configure.in: add krb4 directory (still needs to be
Mark Eichin
1995-04-27
2
-1
/
+6
*
normal .Sanitize and .cvsignore
Mark Eichin
1995-04-27
3
-546
/
+132
*
add CNS V4 library to tree for compatibility use. Installs as libkrb4.a
Mark Eichin
1995-04-27
100
-0
/
+16292
*
* gc_via_tgt.c, and gc_2tgt.c : Removed.
Chris Provenzano
1995-04-27
7
-488
/
+49
*
Supply the time regardless of whether DO_TIME is set because
Paul Park
1995-04-26
1
-9
/
+8
*
Add adm_conn.c
Paul Park
1995-04-26
1
-0
/
+1
*
Add adm_rw.c
Paul Park
1995-04-26
1
-0
/
+1
*
Add pwd.h check for adm_conn
Paul Park
1995-04-26
1
-1
/
+1
*
Add adm_conn
Paul Park
1995-04-26
1
-0
/
+2
*
New module to connect to administrative server
Paul Park
1995-04-26
1
-0
/
+509
*
Add adm_rw
Paul Park
1995-04-26
1
-0
/
+2
*
New admistrative protocol read/write routines
Paul Park
1995-04-26
1
-0
/
+523
*
Add declaration of optarg
Theodore Tso
1995-04-26
2
-1
/
+5
*
* Makefile.in : Added source files mk_faddr.c and genaddrs.c.
Chris Provenzano
1995-04-26
6
-32
/
+217
*
* Makefile.in : Added gc_via_tkt.c and removed get_fcreds.c
Chris Provenzano
1995-04-26
11
-436
/
+994
*
* krb5_err.et: Add new error KRB5_TKT_NOT_FORWARDABLE
Chris Provenzano
1995-04-26
2
-0
/
+5
*
krb5_locate_kdc(): Pass a NUL terminated realm to profile_get_values()
Chris Provenzano
1995-04-25
2
-1
/
+13
*
Add WITH_NETLIBS and $(LIBS), so that t_walk_rtree can compile under
Theodore Tso
1995-04-25
3
-1
/
+7
*
Modified .Sanitize file to pick up new files
Theodore Tso
1995-04-25
1
-0
/
+3
*
* parse.c (krb5_parse_name): Add magic number to new structure
Ezra Peisach
1995-04-25
8
-8
/
+27
*
Report return values to krb5_set_default_in_tkt_etypes and
Ezra Peisach
1995-04-25
2
-2
/
+8
*
Don't deref NULL pointer if profile_get_values returns NULL.
Ezra Peisach
1995-04-25
2
-1
/
+6
*
Go into subdirs for make check
Ezra Peisach
1995-04-22
2
-0
/
+5
*
t_walk_rtree needs libcrypto.a to link for make check.
Ezra Peisach
1995-04-22
3
-2
/
+9
*
Back out ASN.1 library changes (which were incorrect)
Theodore Tso
1995-04-22
4
-223
/
+9
*
Makefile.in, configure.in, t_std_conf.c: Add test program to
Theodore Tso
1995-04-22
10
-106
/
+382
*
Fix == vs = typo
Theodore Tso
1995-04-22
1
-2
/
+2
*
def_realm.c (krb5_get_default_realm): Use the profile code to
Theodore Tso
1995-04-22
6
-0
/
+193
*
Added the profile directory for the profile routines
Theodore Tso
1995-04-22
2
-2
/
+7
*
Fix BACKWARD_BITMASK_COMPAT so that it doesn't break user-to-user
Theodore Tso
1995-04-22
2
-9
/
+106
*
If STDC and WINDOWS is not defined, define PROTOTYPE properly.
Ezra Peisach
1995-04-21
2
-0
/
+6
*
Unless HAVE_C_STRUCTURE_ASSIGNMENT is defined, use memcpy to copy
Theodore Tso
1995-04-21
14
-0
/
+69
*
Added parenthesis to fix precedence problem in ASN.1 backwards compatibility
Theodore Tso
1995-04-21
1
-1
/
+1
[next]