summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, cmds.c, ftp.c, ftp_var.h, getpass.c, glob.c,Danilo Almeida2001-07-2411-197/+629
* * setenv.c: Include stdlib.h, provide prototypes for setenv andEzra Peisach2001-07-232-2/+14
* * setenv.c (setenv): Include stdlib.h for malloc prototypesEzra Peisach2001-07-232-1/+5
* * sys_term.c (startslave): Get rid of extra argument in call toEzra Peisach2001-07-232-1/+6
* * enc_des.c (fb64_start): Remove variable set but never usedEzra Peisach2001-07-232-3/+5
* * t_imp_name.c (display_status_1): Remove variable that was setEzra Peisach2001-07-232-2/+7
* * fake-addrinfo.h: Include port-sockets.h instead of system header files; sho...Ken Raeburn2001-07-202-3/+6
* * xdr_mem.c: Do not assume that XDR x_private field is char *Ezra Peisach2001-07-192-6/+8
* * auth.h: AUTH ah_private structure element changed to void *Ezra Peisach2001-07-1910-13/+31
* * fake-addrinfo.h (translate_h_errno): Supply a default value in case someKen Raeburn2001-07-192-2/+9
* * hostaddr.c: Include fake-addrinfo.h.Ken Raeburn2001-07-192-18/+81
* * klist.c (one_addr): Pass UNIX address family, not Kerberos address type, toKen Raeburn2001-07-192-2/+11
* * prof_tree.c (struct profile_iterator): Member "names" now points to const.Ken Raeburn2001-07-195-6/+19
* New utility program.Ken Raeburn2001-07-193-0/+119
* * locate_kdc.c: Include fake-addrinfo.h.Ken Raeburn2001-07-192-58/+25
* prefer inet_addr over inet_atonKen Raeburn2001-07-191-0/+7
* delete stuff accidentally committed earlyKen Raeburn2001-07-191-5/+0
* drop temporary sunos4 hacksKen Raeburn2001-07-192-8/+5
* move krb5_os_hostaddr decl from krb5.hin to k5-int.hKen Raeburn2001-07-193-3/+6
* * fake-addrinfo.h: New fileKen Raeburn2001-07-192-0/+385
* * des.c (des_ecb_encrypt): Put "static" before "const" for local variable "iv"Ken Raeburn2001-07-192-1/+6
* * string_table.c (str_INITING_KCONTEXT): Variable deleted.Ken Raeburn2001-07-164-5/+10
* * t_shs3.c: New test file from Marcus Watts.Ken Raeburn2001-07-164-13/+614
* * v4rcp.c (kstream_create_rcp_from_fd, kstream_create_from_fd): AllocateKen Raeburn2001-07-142-2/+8
* * admin_server.c: Provide prototype for do_child and declare staticEzra Peisach2001-07-092-2/+6
* Include string.h for memset prototypeEzra Peisach2001-07-091-0/+1
* * pmap_rmt.c, svc.c, svc_simple.c, svc_udp.c, svc_tcp.c,Ezra Peisach2001-07-0910-8/+22
* * rpc_test_clnt.c, rpc_test_svc.c: Include string.h for memsetEzra Peisach2001-07-093-0/+7
* * kerberos.c (Data): Third argument now constEzra Peisach2001-07-095-8/+20
* * setenv.c: Include pos-obsolete.hEzra Peisach2001-07-093-0/+19
* * logger.c (severity2string): Declare as returning const char *.Ezra Peisach2001-07-092-5/+10
* * hash/hash_func.c (hash4): Declare first argument constEzra Peisach2001-07-094-12/+22
* * configure.in: Add AC_HEADER_STDARGEzra Peisach2001-07-083-5/+24
* * fgetst.c: Include krb4int.hEzra Peisach2001-07-083-0/+11
* * server_internal.h: Add prototype forEzra Peisach2001-07-082-0/+7
* * svr_iters.c: Declare kadm5_get_either staticEzra Peisach2001-07-082-1/+5
* * svc.c (xprt_register): If svc_fdset has not been initilized,Ezra Peisach2001-07-083-1/+16
* * crypto_libinit.c: Include crypto_libinit.h for prototypesEzra Peisach2001-07-082-0/+5
* * login.c (sigint): Declare staticEzra Peisach2001-07-082-2/+7
* * aclocal.m4 (CHECK_WAIT_TYPE): Need to include sys/types.h forEzra Peisach2001-07-082-1/+7
* * resolve.c: Include stdlib.h (if present) for exit() prototypeEzra Peisach2001-07-061-0/+4
* * configure.in: Check for need to provide setenv prototype ifEzra Peisach2001-07-064-2/+14
* * configure.in: Check if prototype needed for herror()Ezra Peisach2001-07-063-1/+29
* * trval.c: Include string.h for strcmp prototypeEzra Peisach2001-07-062-0/+5
* * resolve.c: Include stdlib.h (if present) for exit() prototypeEzra Peisach2001-07-061-0/+4
* * sn2princ.c (krb5_sname_to_principal): Cast tolower argument to intEzra Peisach2001-07-063-3/+10
* * conv_princ.c (krb5_425_conv_principal): Cast argument to tolowerEzra Peisach2001-07-062-1/+4
* * get_in_tkt.c: Include os-proto.h for _krb5_conf_boolean prototypeEzra Peisach2001-07-063-0/+10
* * hash/dbm.c: Include db-dbm.h for prototypesEzra Peisach2001-07-062-0/+5
* * db-dbm.h: New header file which lists the dbm interfacesEzra Peisach2001-07-063-1/+31