| Commit message (Expand) | Author | Age | Files | Lines |
| * | call krb5_c_ versions of enctype/cksumtype checking routines | Ken Raeburn | 2002-04-06 | 4 | -8/+15 |
| * | 8-bit-kvno workarounds from 1.2.4 | Ken Raeburn | 2002-03-07 | 2 | -3/+17 |
| * | more verbose reporting of unexpected errors | Ken Raeburn | 2002-03-07 | 3 | -4/+15 |
| * | Set umask to 077 to avoid public srvtabs | Sam Hartman | 2002-03-03 | 2 | -0/+9 |
| * | Get strong random bits at kadmind startup | Sam Hartman | 2002-01-08 | 2 | -1/+15 |
| * | Implement code to get random data from /dev/{random,urandom}. For | Sam Hartman | 2002-01-08 | 2 | -1/+12 |
| * | * kadm_server.h: Update prototype for convert_kadm5_to_kadm | Ezra Peisach | 2001-11-19 | 3 | -4/+13 |
| * | * configure.in: Add KRB5_GETSOCKNAME_ARGS | Ezra Peisach | 2001-10-26 | 2 | -0/+5 |
| * | * schpw.c (process_chpw_request): Use GETSOCKNAME_ARG3_TYPE | Ezra Peisach | 2001-10-26 | 2 | -1/+10 |
| * | * dump.c (dump_db): Pass krb5_boolean instead of char * as | Ezra Peisach | 2001-10-26 | 2 | -1/+8 |
| * | * loadv4.c (fixup_database): Don't set SUPPORT_DESMD5 anymore | Tom Yu | 2001-10-25 | 2 | -23/+5 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 3 | -53/+58 |
| * | * kadmin.c (kadmin_parse_name): Properly advance pointer in certain error cases | Ken Raeburn | 2001-10-10 | 2 | -1/+7 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 14 | -236/+227 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 2 | -2/+6 |
| * | dependencies | Ken Raeburn | 2001-09-01 | 6 | -5/+111 |
| * | * string_table.c (str_INITING_KCONTEXT): Variable deleted. | Ken Raeburn | 2001-07-16 | 4 | -5/+10 |
| * | * admin_server.c: Provide prototype for do_child and declare static | Ezra Peisach | 2001-07-09 | 2 | -2/+6 |
| * | * kadm_server.h: Add prototypes for missing acl_ functions | Ezra Peisach | 2001-07-01 | 6 | -17/+36 |
| * | * tcl_kadm5.h: File with prototypes for Tcl_kadm5_init and | Ezra Peisach | 2001-07-01 | 5 | -31/+50 |
| * | * misc.c, server_stubs.c: Nuke rcsid | Ezra Peisach | 2001-07-01 | 7 | -54/+28 |
| * | * nstrtok.h: New file with prototype for nstrtok | Ezra Peisach | 2001-07-01 | 6 | -37/+22 |
| * | * server_glue_v1.c: Include misc.h for prototypes | Ezra Peisach | 2001-06-26 | 3 | -3/+11 |
| * | * getdate.y: Provide full prototype for getdate_yylex() and | Ezra Peisach | 2001-06-26 | 2 | -7/+7 |
| * | * adm_conn.c (kadm_get_ccache): Cast return from getpid() to int | Ezra Peisach | 2001-06-22 | 2 | -1/+6 |
| * | * ovsec_kadmd.c: Change prototype for process_chpw_request | Ezra Peisach | 2001-06-22 | 3 | -10/+20 |
| * | * kdb5_util.c (main): Change optarg to koptarg to prevent | Ezra Peisach | 2001-06-22 | 2 | -9/+14 |
| * | drop a log entry for deleting an unused variable - ezra already did it, my lo... | Ken Raeburn | 2001-06-22 | 1 | -1/+0 |
| * | * adm_conn.c, kpasswd.c, srv_net.c: Changed various char string variables into | Ken Raeburn | 2001-06-22 | 5 | -54/+71 |
| * | * kadm_supp.c (prin_vals): Pass time_t * to localtime instead of | Ezra Peisach | 2001-06-21 | 2 | -1/+7 |
| * | * main.c: Add prototype for daemon if needed | Ezra Peisach | 2001-06-21 | 2 | -0/+8 |
| * | * ovsec_kadmd.c: Add prototype for daemon if needed | Ezra Peisach | 2001-06-21 | 2 | -0/+8 |
| * | * configure.in: Test system header files for daemon prototype | Ezra Peisach | 2001-06-21 | 2 | -0/+7 |
| * | * kdb5_create.c: Include <krb5/adm_proto.h> for | Ezra Peisach | 2001-06-20 | 2 | -0/+6 |
| * | Fixed several typos in comments | Mitchell Berger | 2001-06-20 | 2 | -9/+2 |
| * | Fixed a bunch of typos | Mitchell Berger | 2001-06-20 | 4 | -9/+13 |
| * | * dump.c (name_matches): Cleanup warning of assignments in | Ezra Peisach | 2001-06-18 | 2 | -4/+9 |
| * | * 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 |
| * | * 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 |
| * | * kadm_supp.c: Include string.h for strncpy() prototype | Ezra Peisach | 2001-06-11 | 2 | -0/+6 |
| * | * configure.in: Test for existance of arpa/inet.h | Ezra Peisach | 2001-06-08 | 2 | -1/+5 |
| * | * dumpv4.c: Pass C_Block * to des_read_password() as per prototype | Ezra Peisach | 2001-06-08 | 7 | -4/+23 |
| * | * ovsec_kadmd.c (main): Make format string to sprintf specify that | Ezra Peisach | 2001-06-08 | 3 | -1/+13 |
| * | kdm_ser_wrap.c: Argument to quad_cksum is C_Block * - not C_Block. | Ezra Peisach | 2001-06-08 | 2 | -1/+8 |
| * | * tcl_kadm5.c: Cleanup assignments in conditionals | Ezra Peisach | 2001-06-08 | 3 | -12/+21 |
| * | * acl_files.c, admin_server.c, kadm_funcs.c, kadm_ser_wrap.c: | Ezra Peisach | 2001-06-07 | 9 | -32/+186 |
| * | * misc.c, schpw.c: Cleanup assignments in conditionals | Ezra Peisach | 2001-06-04 | 3 | -32/+55 |