index
:
krb5.git
master
master-krb5pkgconfig
master-mechdconf
proxymech
Unnamed repository; edit this file 'description' to name the repository.
Günther Deschner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
* krb524d.c: Include <krb5/adm_proto.h> for krb5_log_init()
Ezra Peisach
2001-06-20
2
-0
/
+6
*
* kdb5_create.c: Include <krb5/adm_proto.h> for
Ezra Peisach
2001-06-20
2
-0
/
+6
*
* t_std_conf.c (test_locate_kdc): Update to new krb5_locate_kdc
Ezra Peisach
2001-06-20
2
-6
/
+10
*
* Makefile.in (check-unix): Add $(RUN_SETUP) before invocation of
Ezra Peisach
2001-06-20
2
-1
/
+6
*
Fixed several typos in comments
Mitchell Berger
2001-06-20
8
-23
/
+16
*
Fixed a bunch of typos
Mitchell Berger
2001-06-20
4
-9
/
+13
*
New implementation of transited-realm checking, with some test cases. The test
Ken Raeburn
2001-06-20
5
-79
/
+494
*
* api.0/init.exp: Silly typo fixed
Mitchell Berger
2001-06-20
3
-2
/
+8
*
* server_dict.c: Silly typo fixed
Mitchell Berger
2001-06-20
2
-1
/
+5
*
* krb524d.c: Call krb5_klog_init before the first point where the
Mitchell Berger
2001-06-20
2
-7
/
+12
*
handle irix high-numbered error codes
Ken Raeburn
2001-06-20
3
-7
/
+24
*
Use a "struct addrlist" instead of separate count and pointer-to-pointer values
Ken Raeburn
2001-06-20
10
-116
/
+136
*
* kdc_util.c (ktypes2str): New function; construct a string
Tom Yu
2001-06-19
5
-10
/
+124
*
* ftpcmd.y: Cleanup potential ambiguity between comparsion and
Ezra Peisach
2001-06-19
2
-1
/
+6
*
pmap_prot2.c (xdr_pmaplist): Ensure variable set before use
Ezra Peisach
2001-06-19
2
-1
/
+5
*
* utility.c (printsub): Ensure variable set before use
Ezra Peisach
2001-06-19
2
-1
/
+5
*
telnet.c (telrcv): Ensure variable set before use
Ezra Peisach
2001-06-19
2
-1
/
+5
*
* encrypt.c (encrypt_is): Cast arguments to printf to match format
Ezra Peisach
2001-06-18
2
-2
/
+7
*
* dump.c (name_matches): Cleanup warning of assignments in
Ezra Peisach
2001-06-18
2
-4
/
+9
*
* utility.c (printdata): Cast argument to isprint() to int
Ezra Peisach
2001-06-18
2
-1
/
+5
*
* commands.c: Cast argument to isspace() to int
Ezra Peisach
2001-06-18
3
-6
/
+12
*
* genget.c (LOWER): Cast argument to isupper()/tolower() to int
Ezra Peisach
2001-06-18
2
-1
/
+5
*
* gss-client.c (parse_oid): Cast argument to isdigit() to int
Ezra Peisach
2001-06-18
3
-11
/
+9
*
* krcp.c (sink): Cast argument to isdigit() to int
Ezra Peisach
2001-06-18
2
-2
/
+6
*
* sim_client.c (main): Cast argument to isupper()/tolower() to int
Ezra Peisach
2001-06-18
2
-2
/
+6
*
* kpropd.c (authorized_principal): Cast argument to ispace() to int
Ezra Peisach
2001-06-18
2
-2
/
+6
*
* kadm_funcs.c: Cast argument to isalnum()/isdigit() to int
Ezra Peisach
2001-06-18
3
-7
/
+13
*
* ktutil_funcs.c (ktutil_add): Cast argument to isxdigit() to int
Ezra Peisach
2001-06-18
2
-1
/
+5
*
* getdate.y: Cast argument to isalpha()/isspace()/isdigit() to int
Ezra Peisach
2001-06-18
2
-8
/
+13
*
* network.c (setup_network): Cast argument to isspace() to int
Ezra Peisach
2001-06-18
2
-1
/
+5
*
* server_misc.c (passwd_check): cast argument to
Ezra Peisach
2001-06-18
3
-6
/
+14
*
* alt_prof.c (krb5_read_realm_params): Cast argument to isspace()
Ezra Peisach
2001-06-18
3
-6
/
+13
*
* kparse.c (strutol): Cast argument to isupper()/tolower() to int.
Ezra Peisach
2001-06-18
3
-3
/
+4
*
* kparse.c (strutol): Cast argument to isupper()/tolower() to int
Ezra Peisach
2001-06-18
2
-1
/
+5
*
* dump.c: Include regex.h if exists and if HAVE_REGCOMP
Ezra Peisach
2001-06-18
2
-1
/
+6
*
* configure.in: Check for regex.h
Ezra Peisach
2001-06-18
2
-1
/
+5
*
* acconfig.h: Add HAVE_REGCOMP
Ezra Peisach
2001-06-18
3
-15
/
+36
*
* pre.in (KADM_COMM_DEPLIBS): Depend on GSSRPC_DEPLIBS and not
Ezra Peisach
2001-06-18
2
-2
/
+7
*
* main.c (main): Cast arguments to print_status to be consitant
Ezra Peisach
2001-06-18
2
-1
/
+6
*
* loginpaths.h: If _PATH_DEFPATH is defined, undefine LPATH and
Ezra Peisach
2001-06-18
2
-0
/
+11
*
* auth_gssapi.c (auth_gssapi_create): Cast const gss_OID to
Ezra Peisach
2001-06-18
3
-1
/
+14
*
* accept_sec_context.c acquire_cred.c import_sec_context.c
Ezra Peisach
2001-06-18
6
-9
/
+15
*
* client_init.c (_kadm5_init_any): Add casts to (gss_OID) in calls
Ezra Peisach
2001-06-18
2
-3
/
+8
*
* g_pw_in_tkt.c: Include krb5.h so that des_read_password()
Ezra Peisach
2001-06-18
8
-1
/
+27
*
* logger.c (klog_vsyslog): If krb5_klog_init() is not called, do
Ezra Peisach
2001-06-18
2
-1
/
+21
*
v4krb524d.exp: New tests for the krb524d and k524init programs
Ezra Peisach
2001-06-17
2
-0
/
+167
*
* default.exp: Add an entry for krb524_server for the localhost
Ezra Peisach
2001-06-17
2
-0
/
+6
*
* fwd_tgt.c (krb5_fwd_tgt_creds): Copy enctype for new creds from tgt
Ken Raeburn
2001-06-16
2
-0
/
+6
*
updated
Ken Raeburn
2001-06-16
1
-861
/
+221
*
getsyms: Fix quoting around find command looking for configure.in files; sort...
Ken Raeburn
2001-06-16
2
-1
/
+6
[next]