summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
...
* * lock_file.c (krb5_lock_file): Initialize flock data on entry, but don'tKen Raeburn2004-03-062-4/+6
* As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman2004-02-273-12/+53
* * sendto_kdc.c (start_connection): Close socket if connect() call fails for anKen Raeburn2004-02-262-0/+6
* Don't specify defaults for GET{PEER,SOCK}NAME_ARG{2,3}_TYPE macrosKen Raeburn2004-02-142-13/+5
* Call htons for default port of password serverSam Hartman2004-02-092-1/+5
* * dnssrv.c: wrap the entire module in #ifdef KRB5_DNS_LOOKUP to preventJeffrey Altman2003-12-222-0/+7
* * realm_iter.c (krb5_realm_iterator_create): Array NAMES is now constKen Raeburn2003-12-202-1/+4
* * prompter.c (catch_signals, restore_signals): Take pointer to old signalKen Raeburn2003-12-202-28/+37
* * Makefile.in (STLIBOBJS, OBJS, SRCS): Don't build promptusr.cKen Raeburn2003-12-202-8/+2
* oops. actually do the #undef DEBUGKen Raeburn2003-12-201-1/+1
* * sendto_kdc.c (default_debug_handler, put, putstr): Define only if DEBUG isKen Raeburn2003-12-202-1/+11
* The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman2003-12-192-0/+7
* make dependKen Raeburn2003-12-151-133/+148
* * an_to_ln.c (krb5_aname_to_localname): Don't write one byte pastTom Yu2003-12-132-6/+14
* * sendto_kdc.c: Sockets must be closed with closesocket() insteadJeffrey Altman2003-10-272-1/+7
* make dependKen Raeburn2003-08-211-1/+5
* * dnssrv.c: New file; split out DNS SRV RR query support...Ken Raeburn2003-08-214-225/+281
* use new config file tag for master KDCKen Raeburn2003-07-252-1/+8
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* Export krb5_get_permitted_enctypes and krb5_set_real_time for SambaAlexandra Ellwood2003-07-092-1/+5
* * locate_kdc.c (struct srv_dns_entry): Moved to k5-int.h.Ken Raeburn2003-06-063-20/+34
* * locate_kdc.c (make_srv_query_realm): Punt if strdup fails. Always returnKen Raeburn2003-06-052-24/+34
* Put krb5int_locate_server back in the accessor "export" listKen Raeburn2003-06-042-0/+4
* Handle SRV RR target of "." by returning a new error code.Ken Raeburn2003-06-042-29/+65
* * t_locate_kdc.c (main): Call krb5_locate_srv_dns_1Ken Raeburn2003-06-042-1/+3
* * locate_kdc.c (get_port): Revert last changeKen Raeburn2003-06-042-7/+3
* * changepw.c (krb5_locate_kpasswd): Check specifically for certain errorsKen Raeburn2003-06-042-1/+4
* * locate_kdc.c (get_port): Replace function with macroKen Raeburn2003-06-032-3/+9
* * init_os_ctx.c: Included header to get __KLAllowHomeDirectoryAccess()Alexandra Ellwood2003-06-032-0/+8
* Rename interface to krb5_524_convert_creds, export it from krb5 library.Ken Raeburn2003-05-282-1/+6
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-245-6/+140
* make-depend updatesKen Raeburn2003-05-241-117/+117
* * init_os_ctx.c: Added support for KLL's __KLAllowHomeDirectoryAccess() funct...Alexandra Ellwood2003-05-072-1/+12
* set-change password breaks kpasswdSam Hartman2003-04-282-1/+7
* Incorporate krb5_os_context directly into krb5_context, since they're alwaysKen Raeburn2003-04-282-15/+7
* krb5_setpw_result_string should be internalSam Hartman2003-04-272-1/+6
* Implementation of Microsoft set password client library code providedSam Hartman2003-04-252-15/+113
* memory leak in krb5_read_passwordKen Raeburn2003-04-132-6/+8
* * c_ustime.c: Removed Mac OS 9 code. * ccdefname.c: Conditionalize on USE_CCA...Alexandra Ellwood2003-03-066-123/+29
* Don't call shutdown after finishing writingSam Hartman2003-03-042-1/+6
* * prompter.c (krb5_prompter_posix): Kill echo before printingTom Yu2003-02-082-6/+10
* * prompter.c (krb5_prompter_posix, setup_tty, restore_tty): Fix toTom Yu2003-02-072-12/+22
* * locate_kdc.c (translate_ai_error): Handle EAI_ADDRFAMILY like EAI_NONAME.Ken Raeburn2003-02-062-7/+11
* * prompter.c (krb5_prompter_posix): Rewrite to no longer useTom Yu2003-02-052-87/+166
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* * sendto_kdc.c (state_strings): Now constKen Raeburn2003-01-082-1/+5
* Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu2002-12-078-25/+60
* * changepw.c: Remove reference to adm_err.hTom Yu2002-11-143-2/+5
* * Makefile.in (t_locate_kdc): Use normal CC_LINK rule for linking test programKen Raeburn2002-11-132-2/+7
* * localaddr.c (print_addr) [TEST]: Don't mix size_t and socklen_t, just assumeKen Raeburn2002-10-282-7/+9