aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-04-13* Makefile.in (all-unix): Don't build aes-gen by default, leave it for 'make ...Ken Raeburn2-1/+6
2005-04-13update dependenciesKen Raeburn1-16/+16
2005-04-13* Makefile.in (BISONFLAGS): Drop -v.Ken Raeburn3-23/+27
2005-04-13Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn47-48/+67
2005-04-07Work around Makefile quoting problemsTom Yu6-5/+20
2005-04-06* commands.c (shell): Change 0 to (char*)NULL in execl calls. Patch providedKen Raeburn2-2/+7
2005-04-06* krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch providedKen Raeburn4-6/+13
2005-04-06update dependenciesKen Raeburn1-1/+0
2005-03-29fix MITKRB5-SA-2005-001 telnet client vulnTom Yu2-9/+20
2005-03-28Test new k5_getpwuid_r macroKen Raeburn6-2/+70
2005-03-28update dependenciesKen Raeburn2-3/+5
2005-03-26* import_name.c (krb5_gss_import_name): Use k5_getpwuid_rKen Raeburn2-14/+6
2005-03-26* configure.in: Don't check for getpwuid_r here.Ken Raeburn3-17/+9
2005-03-26* kuserok.c (krb5_kuserok): Use k5_getpwnam_rKen Raeburn2-13/+5
2005-03-26* configure.in: Don't check for getpwnam_r and getpwuid_r in the thread-safetyKen Raeburn2-1/+11
2005-03-26This patch tightens up our determination of whether we can useKen Raeburn3-14/+95
2005-03-26* Makefile.in ($(srcdir)/krb5/autoconf.stmp): Nuke autom4te.cache directoryKen Raeburn2-0/+5
2005-03-25shared library support for HP-UX 10Ken Raeburn5-14/+131
2005-03-25threaded test program built even with thread support disabledKen Raeburn2-1/+9
2005-03-23 * dnsglue.h: Define ns_rr_class to ns_rr_cl if ns_rr_class doesn'tTom Yu2-0/+14
2005-03-23 * x-deltat.y (wsnum): Add missing semicolon following YYERROR,Tom Yu2-1/+5
2005-03-22 * gic_keytab.c (krb5_get_init_creds_keytab): When callingTom Yu2-1/+11
2005-03-20threads.c (thread_termination): Free array of pointers to thread-specific dat...Alexandra Ellwood2-24/+38
2005-03-15The current wconfig.c does not treat @MAINT@ as a comment. Until weJeffrey Altman2-1/+9
2005-03-15krb5_c_is_keyed_cksum() is a boolean function. It cannot safely returnJeffrey Altman2-1/+10
2005-03-15Fix dangerous 64-bit time_t * to long * conversionJeffrey Altman2-1/+5
2005-03-14* v4gssftp.exp: Identify file correctly for top-level error messagesKen Raeburn2-1/+6
2005-03-14* default.exp (start_tail): Make 'standalone' an additional argument.Ken Raeburn2-3/+9
2005-03-14* Makefile.in (EXTRADEPSRCS): DefineKen Raeburn2-0/+24
2005-03-13st_mtim.tv_nsec, not tv_usecKen Raeburn3-4/+4
2005-03-13profile library should check high-resolution timestamps if availableKen Raeburn4-1/+26
2005-03-06 * sn2princ.c (krb5_sname_to_principal):Jeffrey Altman2-20/+55
2005-03-05I think the hpux change here should prevent it from overriding theKen Raeburn2-2/+11
2005-03-04* asn1_encode.c (asn1_encode_generaltime): If gmtime_r returns int instead ofKen Raeburn2-0/+10
2005-03-04hpux10 has gmtime_r with wrong return type, breaking asn.1 encoderKen Raeburn2-0/+29
2005-03-04profile_clear_relation doesn't work, iterator still sees deleted nodesKen Raeburn3-0/+50
2005-03-03time-delta parser doesn't work on HP-UX 10Ken Raeburn4-703/+1035
2005-02-23possible profile null pointer deref in threaded appKen Raeburn4-8/+45
2005-02-17* krb5_libinit.c (krb5int_lib_fini): Only show "skipping" message ifKen Raeburn2-0/+7
2005-02-16Export missing DATA symbols on WindowsJeffrey Altman2-9/+21
2005-02-16* init_ctx.c (init_common): Delete redundant library initialization call thatKen Raeburn2-4/+22
2005-02-12* gss-misc.c: Include autoconf.h. If both time.h and sys/time.h are available,Ken Raeburn2-4/+11
2005-02-12 * kadmin.c (kadmin_startup): New flag "-N" to prevent fallback toTom Yu3-2/+18
2005-02-11missed one file on previous commitTom Yu1-2/+2
2005-02-11Implement principal name and auth flavor fallback for kadm5 clientTom Yu8-259/+395
2005-02-10 * gic_pwd.c (krb5_get_init_creds_password): Fix so empty passwordTom Yu2-1/+7
2005-02-09* gss-threads: New subdirectory.Ken Raeburn3-4/+12
2005-02-09multithreaded gssapi test prog based on gss-sample w/jaltman+raeburn changesKen Raeburn7-0/+2437
2005-02-09* krb5_libinit.c (krb5int_lib_init, krb5int_lib_fini): If SHOW_INITFINI_FUNCSKen Raeburn2-1/+14
2005-02-09* et/error_message.c (com_err_initialize, com_err_terminate): IfKen Raeburn4-2/+33