| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * lock_file.c (krb5_lock_file): Initialize flock data on entry, but don't | Ken Raeburn | 2004-03-06 | 2 | -4/+6 |
| * | As discussed on the krbdev mailing list, krb5_get_init_creds_password() | Jeffrey Altman | 2004-02-27 | 3 | -12/+53 |
| * | * sendto_kdc.c (start_connection): Close socket if connect() call fails for an | Ken Raeburn | 2004-02-26 | 2 | -0/+6 |
| * | Don't specify defaults for GET{PEER,SOCK}NAME_ARG{2,3}_TYPE macros | Ken Raeburn | 2004-02-14 | 2 | -13/+5 |
| * | Call htons for default port of password server | Sam Hartman | 2004-02-09 | 2 | -1/+5 |
| * | * dnssrv.c: wrap the entire module in #ifdef KRB5_DNS_LOOKUP to prevent | Jeffrey Altman | 2003-12-22 | 2 | -0/+7 |
| * | * realm_iter.c (krb5_realm_iterator_create): Array NAMES is now const | Ken Raeburn | 2003-12-20 | 2 | -1/+4 |
| * | * prompter.c (catch_signals, restore_signals): Take pointer to old signal | Ken Raeburn | 2003-12-20 | 2 | -28/+37 |
| * | * Makefile.in (STLIBOBJS, OBJS, SRCS): Don't build promptusr.c | Ken Raeburn | 2003-12-20 | 2 | -8/+2 |
| * | oops. actually do the #undef DEBUG | Ken Raeburn | 2003-12-20 | 1 | -1/+1 |
| * | * sendto_kdc.c (default_debug_handler, put, putstr): Define only if DEBUG is | Ken Raeburn | 2003-12-20 | 2 | -1/+11 |
| * | The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64, | Jeffrey Altman | 2003-12-19 | 2 | -0/+7 |
| * | make depend | Ken Raeburn | 2003-12-15 | 1 | -133/+148 |
| * | * an_to_ln.c (krb5_aname_to_localname): Don't write one byte past | Tom Yu | 2003-12-13 | 2 | -6/+14 |
| * | * sendto_kdc.c: Sockets must be closed with closesocket() instead | Jeffrey Altman | 2003-10-27 | 2 | -1/+7 |
| * | make depend | Ken Raeburn | 2003-08-21 | 1 | -1/+5 |
| * | * dnssrv.c: New file; split out DNS SRV RR query support... | Ken Raeburn | 2003-08-21 | 4 | -225/+281 |
| * | use new config file tag for master KDC | Ken Raeburn | 2003-07-25 | 2 | -1/+8 |
| * | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 2 | -1/+4 |
| * | Export krb5_get_permitted_enctypes and krb5_set_real_time for Samba | Alexandra Ellwood | 2003-07-09 | 2 | -1/+5 |
| * | * locate_kdc.c (struct srv_dns_entry): Moved to k5-int.h. | Ken Raeburn | 2003-06-06 | 3 | -20/+34 |
| * | * locate_kdc.c (make_srv_query_realm): Punt if strdup fails. Always return | Ken Raeburn | 2003-06-05 | 2 | -24/+34 |
| * | Put krb5int_locate_server back in the accessor "export" list | Ken Raeburn | 2003-06-04 | 2 | -0/+4 |
| * | Handle SRV RR target of "." by returning a new error code. | Ken Raeburn | 2003-06-04 | 2 | -29/+65 |
| * | * t_locate_kdc.c (main): Call krb5_locate_srv_dns_1 | Ken Raeburn | 2003-06-04 | 2 | -1/+3 |
| * | * locate_kdc.c (get_port): Revert last change | Ken Raeburn | 2003-06-04 | 2 | -7/+3 |
| * | * changepw.c (krb5_locate_kpasswd): Check specifically for certain errors | Ken Raeburn | 2003-06-04 | 2 | -1/+4 |
| * | * locate_kdc.c (get_port): Replace function with macro | Ken Raeburn | 2003-06-03 | 2 | -3/+9 |
| * | * init_os_ctx.c: Included header to get __KLAllowHomeDirectoryAccess() | Alexandra Ellwood | 2003-06-03 | 2 | -0/+8 |
| * | Rename interface to krb5_524_convert_creds, export it from krb5 library. | Ken Raeburn | 2003-05-28 | 2 | -1/+6 |
| * | Big step towards integrating libkrb524 into libkrb5: | Ken Raeburn | 2003-05-24 | 5 | -6/+140 |
| * | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -117/+117 |
| * | * init_os_ctx.c: Added support for KLL's __KLAllowHomeDirectoryAccess() funct... | Alexandra Ellwood | 2003-05-07 | 2 | -1/+12 |
| * | set-change password breaks kpasswd | Sam Hartman | 2003-04-28 | 2 | -1/+7 |
| * | Incorporate krb5_os_context directly into krb5_context, since they're always | Ken Raeburn | 2003-04-28 | 2 | -15/+7 |
| * | krb5_setpw_result_string should be internal | Sam Hartman | 2003-04-27 | 2 | -1/+6 |
| * | Implementation of Microsoft set password client library code provided | Sam Hartman | 2003-04-25 | 2 | -15/+113 |
| * | memory leak in krb5_read_password | Ken Raeburn | 2003-04-13 | 2 | -6/+8 |
| * | * c_ustime.c: Removed Mac OS 9 code. * ccdefname.c: Conditionalize on USE_CCA... | Alexandra Ellwood | 2003-03-06 | 6 | -123/+29 |
| * | Don't call shutdown after finishing writing | Sam Hartman | 2003-03-04 | 2 | -1/+6 |
| * | * prompter.c (krb5_prompter_posix): Kill echo before printing | Tom Yu | 2003-02-08 | 2 | -6/+10 |
| * | * prompter.c (krb5_prompter_posix, setup_tty, restore_tty): Fix to | Tom Yu | 2003-02-07 | 2 | -12/+22 |
| * | * locate_kdc.c (translate_ai_error): Handle EAI_ADDRFAMILY like EAI_NONAME. | Ken Raeburn | 2003-02-06 | 2 | -7/+11 |
| * | * prompter.c (krb5_prompter_posix): Rewrite to no longer use | Tom Yu | 2003-02-05 | 2 | -87/+166 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 2 | -0/+7 |
| * | * sendto_kdc.c (state_strings): Now const | Ken Raeburn | 2003-01-08 | 2 | -1/+5 |
| * | Fix some KRB5_CALLCONV botches that were causing trouble for Windows build | Tom Yu | 2002-12-07 | 8 | -25/+60 |
| * | * changepw.c: Remove reference to adm_err.h | Tom Yu | 2002-11-14 | 3 | -2/+5 |
| * | * Makefile.in (t_locate_kdc): Use normal CC_LINK rule for linking test program | Ken Raeburn | 2002-11-13 | 2 | -2/+7 |
| * | * localaddr.c (print_addr) [TEST]: Don't mix size_t and socklen_t, just assume | Ken Raeburn | 2002-10-28 | 2 | -7/+9 |