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
*
Updated API's on all of these
Ezra Peisach
1995-05-01
5
-39
/
+395
*
Global variables krb5_config_file and krb5_trans_file definitions
Ezra Peisach
1995-04-30
2
-0
/
+7
*
Do not redefine PROTOTYPE if it is already defined
Ezra Peisach
1995-04-30
2
-0
/
+6
*
Fix spacing in configure --help for the krb4 options
Ezra Peisach
1995-04-29
2
-3
/
+7
*
Remove the unused argument to aggree with the expected calling
Ezra Peisach
1995-04-29
4
-107
/
+10
*
Link the libraries twice due to circular dependency in the libraries.
Theodore Tso
1995-04-29
2
-1
/
+11
*
Fix fencepost error which caused an access beyond the allocated memory
Theodore Tso
1995-04-29
2
-1
/
+4
*
Use Posix sigaction() instead of signal() to set signal handlers.
Theodore Tso
1995-04-29
2
-23
/
+42
*
* g_phost.c: removed references to sys/param.h and netdb.h
Tom Yu
1995-04-29
3
-4
/
+5
*
Call krb5_free_priv_enc_part to free the entire privenc_msg structure
Theodore Tso
1995-04-29
2
-6
/
+7
*
kadmin.c (main): Don't free the credentials cache twice in case
Theodore Tso
1995-04-29
3
-2
/
+9
*
Use $(LD) instead of $(CC) so that we can do purify checking
Theodore Tso
1995-04-29
2
-2
/
+5
*
adm_network.c (setup_network): Use sigaction() instead of
Theodore Tso
1995-04-29
4
-2
/
+39
*
kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket gets
Theodore Tso
1995-04-29
4
-2
/
+17
*
Don't use setreuid() to play games with the real uid, since not all
Theodore Tso
1995-04-29
2
-19
/
+14
*
Windows gssapi demo now works. The UI isn't great but hey
Keith Vetter
1995-04-29
6
-81
/
+229
*
* Makefile.in (KLIB): put KRB4_LIB inside KLIB
Mark Eichin
1995-04-28
8
-8
/
+24
*
* Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and put
Mark Eichin
1995-04-28
4
-4
/
+14
*
Disable command recognition for not-fully-implemented commands
Paul Park
1995-04-28
2
-0
/
+12
*
* Makefile.in (KLIB): include KRB4_LIB directly, to satisfy both
Mark Eichin
1995-04-28
2
-4
/
+8
*
signal.h, not sys/signal.h
Mark Eichin
1995-04-28
3
-4
/
+2
*
Sorry - reinstate <sys/signal.h> for srv_net and proto_serv
Paul Park
1995-04-28
3
-4
/
+8
*
* srv_net.c: include <signal.h>
Mark Eichin
1995-04-28
2
-0
/
+4
*
Added check for POSIX_FILE_LOCK to enable POSIX file locking
Theodore Tso
1995-04-28
3
-1
/
+7
*
Add new document describing kadmin extensions to admin protocol
Paul Park
1995-04-28
3
-0
/
+278
*
Make links work with both --with-krb4 and --with-krb4=/usr/athena
Paul Park
1995-04-28
2
-2
/
+8
*
* kparse.h (strutol, strsave): are only static in this module
Mark Eichin
1995-04-28
2
-3
/
+4
*
Fix bug in lang_init_slist() which would not return that it had
Paul Park
1995-04-28
2
-1
/
+7
*
oops. s/CHECK/PROG/
Mark Eichin
1995-04-28
2
-3
/
+3
*
configure.in: Add check for KRB5_POSIX_LOCKS
Theodore Tso
1995-04-28
3
-8
/
+17
*
Add #include of fcntl.h
Theodore Tso
1995-04-28
2
-0
/
+3
*
* configure.in (PATH): use internal AC_CHECK_ECHO_N because change
Mark Eichin
1995-04-28
2
-0
/
+9
*
* lndir (ls): use ls -a to get dotfiles too
Mark Eichin
1995-04-28
2
-1
/
+5
*
Don't try to strip an empty line. This causes memory reference error
Theodore Tso
1995-04-28
2
-1
/
+6
*
Use $(LD) instead of $(CC) when trying to link. (So purify works).
Theodore Tso
1995-04-28
2
-1
/
+7
*
Add kadm to list of subdirectories to be built
Paul Park
1995-04-28
4
-1
/
+8
*
Oops, checked in wrote version of gss-misc
Theodore Tso
1995-04-28
1
-1
/
+4
*
gss-server.c (main, sign_server): Make changes to allow
Theodore Tso
1995-04-28
3
-17
/
+79
*
Fix aclocal.m4 with --with-krb4 has a value. KDB4_LIB is now $withval/
Paul Park
1995-04-28
2
-1
/
+6
*
Use new library libkadm.
Paul Park
1995-04-28
9
-40
/
+145
*
Use new library libkadm. Compilation cleanup
Paul Park
1995-04-28
3
-9
/
+11
*
Moved these administrative protocol functions out of libkrb5
Paul Park
1995-04-28
7
-0
/
+1118
*
Remove INTERFACE from prototype definitions in adm_proto.h
Paul Park
1995-04-28
2
-7
/
+11
*
Moving adm_conn out of libkrb5
Paul Park
1995-04-28
5
-512
/
+5
*
Remove adm_rw from libkrb5
Paul Park
1995-04-28
4
-527
/
+5
*
* krb4-proto.h: #if 0, not #ifdef 0
Mark Eichin
1995-04-28
2
-1
/
+5
*
Don't try to include osconf.h
Theodore Tso
1995-04-28
4
-119
/
+5
*
Added zipping up windows gssapi demo program
Keith Vetter
1995-04-28
2
-4
/
+13
*
Added an icon for the windows gss demo program
Keith Vetter
1995-04-28
2
-2
/
+6
*
* aclocal.m4 (WITH_KRB4): put AC_CONST in, since we always end up
Mark Eichin
1995-04-28
2
-0
/
+6
[next]