summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stop generating per-directory sed scripts, and use perl to compute the patternsKen Raeburn2005-04-215-152/+126
* * depgen.sed: Delete faulty check for $(srcdir), and redundant check for $(SR...Ken Raeburn2005-04-202-26/+6
* * lib/kadm5/configure.in, kadmin/configure.in: Don't invoke AC_CANONICAL_HOSTKen Raeburn2005-04-204-2/+10
* Compute reltopdir at autoconf time instead of at configure time. This has theKen Raeburn2005-04-202-24/+29
* Allow compile-time specification that small code space is desiredKen Raeburn2005-04-135-15/+61
* * aesopt.h: On PalmOS, include FloatMgr.h to get endianness flag.Ken Raeburn2005-04-132-7/+14
* * aes_s2k.c (krb5int_aes_string_to_key): Widen bytes of iteration count befor...Ken Raeburn2005-04-132-1/+8
* * Makefile.in (all-unix): Don't build aes-gen by default, leave it for 'make ...Ken Raeburn2005-04-132-1/+6
* update dependenciesKen Raeburn2005-04-131-16/+16
* * Makefile.in (BISONFLAGS): Drop -v.Ken Raeburn2005-04-133-23/+27
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-1347-48/+67
* Work around Makefile quoting problemsTom Yu2005-04-076-5/+20
* * commands.c (shell): Change 0 to (char*)NULL in execl calls. Patch providedKen Raeburn2005-04-062-2/+7
* * krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch providedKen Raeburn2005-04-064-6/+13
* update dependenciesKen Raeburn2005-04-061-1/+0
* fix MITKRB5-SA-2005-001 telnet client vulnTom Yu2005-03-292-9/+20
* Test new k5_getpwuid_r macroKen Raeburn2005-03-286-2/+70
* update dependenciesKen Raeburn2005-03-282-3/+5
* * import_name.c (krb5_gss_import_name): Use k5_getpwuid_rKen Raeburn2005-03-262-14/+6
* * configure.in: Don't check for getpwuid_r here.Ken Raeburn2005-03-263-17/+9
* * kuserok.c (krb5_kuserok): Use k5_getpwnam_rKen Raeburn2005-03-262-13/+5
* * configure.in: Don't check for getpwnam_r and getpwuid_r in the thread-safetyKen Raeburn2005-03-262-1/+11
* This patch tightens up our determination of whether we can useKen Raeburn2005-03-263-14/+95
* * Makefile.in ($(srcdir)/krb5/autoconf.stmp): Nuke autom4te.cache directoryKen Raeburn2005-03-262-0/+5
* shared library support for HP-UX 10Ken Raeburn2005-03-255-14/+131
* threaded test program built even with thread support disabledKen Raeburn2005-03-252-1/+9
* * dnsglue.h: Define ns_rr_class to ns_rr_cl if ns_rr_class doesn'tTom Yu2005-03-232-0/+14
* * x-deltat.y (wsnum): Add missing semicolon following YYERROR,Tom Yu2005-03-232-1/+5
* * gic_keytab.c (krb5_get_init_creds_keytab): When callingTom Yu2005-03-222-1/+11
* threads.c (thread_termination): Free array of pointers to thread-specific dat...Alexandra Ellwood2005-03-202-24/+38
* The current wconfig.c does not treat @MAINT@ as a comment. Until weJeffrey Altman2005-03-152-1/+9
* krb5_c_is_keyed_cksum() is a boolean function. It cannot safely returnJeffrey Altman2005-03-152-1/+10
* Fix dangerous 64-bit time_t * to long * conversionJeffrey Altman2005-03-152-1/+5
* * v4gssftp.exp: Identify file correctly for top-level error messagesKen Raeburn2005-03-142-1/+6
* * default.exp (start_tail): Make 'standalone' an additional argument.Ken Raeburn2005-03-142-3/+9
* * Makefile.in (EXTRADEPSRCS): DefineKen Raeburn2005-03-142-0/+24
* st_mtim.tv_nsec, not tv_usecKen Raeburn2005-03-133-4/+4
* profile library should check high-resolution timestamps if availableKen Raeburn2005-03-134-1/+26
* * sn2princ.c (krb5_sname_to_principal):Jeffrey Altman2005-03-062-20/+55
* I think the hpux change here should prevent it from overriding theKen Raeburn2005-03-052-2/+11
* * asn1_encode.c (asn1_encode_generaltime): If gmtime_r returns int instead ofKen Raeburn2005-03-042-0/+10
* hpux10 has gmtime_r with wrong return type, breaking asn.1 encoderKen Raeburn2005-03-042-0/+29
* profile_clear_relation doesn't work, iterator still sees deleted nodesKen Raeburn2005-03-043-0/+50
* time-delta parser doesn't work on HP-UX 10Ken Raeburn2005-03-034-703/+1035
* possible profile null pointer deref in threaded appKen Raeburn2005-02-234-8/+45
* * krb5_libinit.c (krb5int_lib_fini): Only show "skipping" message ifKen Raeburn2005-02-172-0/+7
* Export missing DATA symbols on WindowsJeffrey Altman2005-02-162-9/+21
* * init_ctx.c (init_common): Delete redundant library initialization call thatKen Raeburn2005-02-162-4/+22
* * gss-misc.c: Include autoconf.h. If both time.h and sys/time.h are available,Ken Raeburn2005-02-122-4/+11
* * kadmin.c (kadmin_startup): New flag "-N" to prevent fallback toTom Yu2005-02-123-2/+18