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
*
Simple test program for testing how GSSAPI import name works. (May be
Theodore Tso
1996-02-24
3
-0
/
+169
*
gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * as
Theodore Tso
1996-02-24
24
-330
/
+145
*
g_imp_name.c (gss_import_name): If the user passes in a name-type
Theodore Tso
1996-02-24
7
-16
/
+189
*
more changes from cygnus source
Mark Eichin
1996-02-24
3
-1
/
+14
*
update from cygnus sources
Mark Eichin
1996-02-24
3
-10
/
+32
*
* keytab.c (krb5_ktkdb_close): new function, non-optional.
Mark Eichin
1996-02-24
2
-10
/
+27
*
Fri Jan 12 04:37:23 1996 Mark Eichin <eichin@cygnus.com>
Mark Eichin
1996-02-24
2
-3
/
+31
*
Sat Feb 3 22:37:55 1996 Mark Eichin <eichin@cygnus.com>
Mark Eichin
1996-02-24
2
-3
/
+10
*
one step closer to *really* only depending on krb5.conf. (I don't know
Mark Eichin
1996-02-24
2
-1
/
+26
*
This is the aggregate of a bunch of fixes to kadmind (after all, some people
Mark Eichin
1996-02-24
5
-434
/
+383
*
* krb5.hin (krb5_x, krb5_xc): wrapper macros to test all function
Mark Eichin
1996-02-24
2
-38
/
+52
*
* kdb5_edit.c (kdb5_edit_Init): set manual_mkey for testing with -P
Mark Eichin
1996-02-23
2
-0
/
+5
*
t_random.c: New file which just tests the random number generator
Theodore Tso
1996-02-23
4
-2
/
+145
*
* Makefile.in (check-unix): Set LD_LIBRARY_PATH for kdb5_anadd
Ezra Peisach
1996-02-22
4
-0
/
+11
*
Do not free memory before done using it. (The credential was pointing
Ezra Peisach
1996-02-22
2
-2
/
+9
*
A few more things are complete.
Richard Basch
1996-02-22
1
-4
/
+6
*
kerberos_v4.c: Better DES key validation.
Richard Basch
1996-02-22
1
-0
/
+8
*
kadm_funcs.c: add_entry was failing; improper struct initialization
Richard Basch
1996-02-22
1
-0
/
+5
*
Makefile.in: Don't install k5-int.h
Richard Basch
1996-02-22
1
-0
/
+4
*
* aclocal.m4
Richard Basch
1996-02-22
1
-0
/
+6
*
Do not include the build directories in the rpath (runtime lib path)
Richard Basch
1996-02-22
1
-7
/
+7
*
* kerberos_v4.c
Richard Basch
1996-02-22
2
-6
/
+33
*
add_entry was not working because the structure length element was
Richard Basch
1996-02-22
1
-0
/
+2
*
Do not install k5-int.h
Richard Basch
1996-02-22
1
-3
/
+1
*
kerberos_v4.c (kerberos_v4): Use strong random number generator
Theodore Tso
1996-02-21
3
-2
/
+11
*
If the configuration file does not exist (context->profile == NULL)
Theodore Tso
1996-02-17
2
-3
/
+12
*
Added new error table code KRB5_CONFIG_NODEFREALM
Theodore Tso
1996-02-16
2
-0
/
+5
*
If version is not FVNO_4, do not seek forwar a random stack value.
Ezra Peisach
1996-02-15
2
-2
/
+9
*
Set magic number in krb5_address
Ezra Peisach
1996-02-15
2
-0
/
+7
*
Make parsing more flexible, so we don't barf over lack of spaces
Theodore Tso
1996-02-14
3
-16
/
+21
*
* kdb5_edit.c (enter_master_key, set_dbname_help): If master key
Ezra Peisach
1996-02-14
2
-11
/
+52
*
* kdb_dbm.c (krb5_dbm_db_rename): Initialize pointer before use
Ezra Peisach
1996-02-14
2
-1
/
+7
*
* kdb5_edit.c (extract_v4_srvtab): krb5_dbekd_decrypt_key_data
Ezra Peisach
1996-02-13
2
-2
/
+7
*
Remove junk file
Theodore Tso
1996-02-13
1
-31
/
+0
*
Fix lint flame (added missing cast)
Theodore Tso
1996-02-13
2
-1
/
+5
*
Incluide stdlib.h for declaration of malloc
Ezra Peisach
1996-02-11
2
-0
/
+8
*
* g_glue.c: grab stdlib.h to get NULL
Tom Yu
1996-02-10
2
-0
/
+7
*
Only display secure_message if encryption actually enabled
Sam Hartman
1996-02-10
2
-1
/
+6
*
Fixed bug in v4 compatability: you don't check
Sam Hartman
1996-02-10
2
-30
/
+37
*
* scc.h scc_gprin.c scc_maybe.c scc_skip.c scc_sseq.c
Richard Basch
1996-02-09
5
-113
/
+221
*
* pre.in
Richard Basch
1996-02-09
1
-1
/
+2
*
* kinit.c
Richard Basch
1996-02-09
1
-11
/
+20
*
* fcc_maybe.c
Richard Basch
1996-02-09
1
-13
/
+18
*
* fcc.h fcc_gprin.c fcc_maybe.c fcc_skip.c fcc_sseq.c
Richard Basch
1996-02-09
5
-48
/
+154
*
* configure.in: Check for stdlib.h
Ezra Peisach
1996-02-07
6
-1
/
+18
*
Need to include stdio.h and errno.h no matter what.
Ezra Peisach
1996-02-07
2
-2
/
+7
*
Make clean removes ftpd (not ftp)
Ezra Peisach
1996-02-07
2
-1
/
+5
*
New files, for danw's changes to allow building Makefiles for the
Theodore Tso
1996-02-07
1
-0
/
+5
*
Folded in danw's changes to allow building Makefiles for the
Theodore Tso
1996-02-07
24
-10
/
+154
*
Commited new snapshot from Roland Schemers at Sun
Theodore Tso
1996-02-07
40
-454
/
+1115
[next]