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
...
*
* 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
*
* ftpcmd.y, ftpd.c: Cast argument to isspace()/isdigit() to int
Ezra Peisach
2001-06-15
4
-9
/
+16
*
* cmds.c, domacro.c: Cast arguments to isspace() and isdigit()
Ezra Peisach
2001-06-15
4
-18
/
+25
*
update profile section name in comments to reflect reality and other docs
Ken Raeburn
2001-06-15
1
-3
/
+3
*
* resolve.c (main): Make error message note that misconfiguration
Tom Yu
2001-06-12
2
-2
/
+19
*
* destest.c: main returns int instead of void. Add "const" to
Ezra Peisach
2001-06-12
3
-18
/
+28
*
* t_mddriver.c: Cleanup assignments in conditionals w/o parentheses.
Ezra Peisach
2001-06-12
2
-33
/
+38
*
* Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb libraries
Ezra Peisach
2001-06-12
5
-11
/
+27
*
* sn2princ.c, hst_realm.c, an_to_ln.c: Cast argument to
Ezra Peisach
2001-06-12
5
-10
/
+18
*
* asn1_k_decode.c (asn1_decode_predicted_sam_response): Use
Ezra Peisach
2001-06-12
2
-2
/
+8
*
* test_profile.c: Include <string.h> for strcmp() prototype
Ezra Peisach
2001-06-11
2
-1
/
+4
*
* pty-int.h: Provide revoke() prototype if system headers lacking
Ezra Peisach
2001-06-11
4
-4
/
+32
*
* argv_parse.c (argv_parse): Cast argument to isspace() as int.
Ezra Peisach
2001-06-11
3
-5
/
+11
*
* configure.in (SETENVOBJ): If setenv is not present on system,
Ezra Peisach
2001-06-11
10
-11
/
+45
*
* compat_recv.c: Include k5-util.h to ensure new prototypes agree
Ezra Peisach
2001-06-11
2
-0
/
+6
*
* k5-util.h: Add prototypes for krb5_compat_recvauth_version() and
Ezra Peisach
2001-06-11
4
-3
/
+32
*
* sendauth.c (krb_sendauth): Add KRB5_DLLIMP/KRB5_CALLCONV definitions
Ezra Peisach
2001-06-11
2
-5
/
+12
*
* krb.h: Add prototype for krb_sendauth()
Ezra Peisach
2001-06-11
2
-0
/
+13
*
* Makefile.in (MLIBS): Do not link against libgen.a for test
Ezra Peisach
2001-06-11
2
-1
/
+6
*
* setenv.c: Add prototype for _findenv to avoid inconsistancy of
Ezra Peisach
2001-06-11
7
-1023
/
+1001
*
* str_conv.c: If strptime() is present on system without a
Ezra Peisach
2001-06-11
2
-1
/
+6
*
* configure.in: Test for strptime() prototype. Debian linux has
Ezra Peisach
2001-06-11
2
-0
/
+6
*
* configure.in: Check for system provided getutmp() prototype
Ezra Peisach
2001-06-11
3
-1
/
+26
[prev]
[next]