summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* copyright updateKen Raeburn2006-01-261-1/+1
* copyright noticesKen Raeburn2006-01-262-0/+48
* * export-check.pl: Accept 'S' in nm outputKen Raeburn2006-01-262-2/+6
* * export-check.pl: Accept 'G' in nm outputKen Raeburn2006-01-262-2/+4
* Check the export lists against the newly built shared library to make sure allKen Raeburn2006-01-252-0/+59
* * fake-addrinfo.c (krb5int_in6addr_any): Always defineKen Raeburn2006-01-252-5/+3
* * threads.c (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock,Ken Raeburn2006-01-253-1/+53
* Back out unwanted change to profile_tcl.cSam Hartman2006-01-111-745/+311
* Remove krb5_callconv from non-exported internal functionSam Hartman2006-01-111-311/+745
* Looks like the current Red Hat gcc on Athena emits duplicates and "./foo.h",Ken Raeburn2005-12-222-1/+28
* make dependTom Yu2005-11-295-60/+41
* mkrel should delete .svn directoriesTom Yu2005-11-032-1/+5
* Rename depfix2.pl to depfix.plKen Raeburn2005-10-272-1/+2
* Roll all the "make depend" transformations into one perl scriptKen Raeburn2005-10-273-68/+66
* * ac_check_krb5.m4: Set LIBS rather than LDFLAGSTom Yu2005-10-252-2/+6
* Delete setting and testing of STAT_ONCE_PER_SECOND, just always do itKen Raeburn2005-10-213-10/+7
* * ac_check_krb5.m4: Example autoconf macro to use krb5-config forTom Yu2005-10-182-0/+63
* Move the db2 library to the site of its one use, the kdb-db2 module.Ken Raeburn2005-10-04118-50897/+7
* * fake_addrinfo.c (getaddrinfo): AI_NUMERICSERV fix for AIXKen Raeburn2005-09-092-1/+15
* update mkrel for svnTom Yu2005-09-082-5/+11
* fix more executable permissionsTom Yu2005-08-259-0/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-249-41/+0
* Make configuration scripts executableSam Hartman2005-08-241-0/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-2010-5/+25
* * Makefile.in ($(FAKEPREFIX)/lib): Target deleted.Ken Raeburn2005-08-172-4/+5
* Add stub for krb5int_pthread_loaded() for WindowsJeffrey Altman2005-07-282-0/+10
* Update dependenciesKen Raeburn2005-06-215-41/+60
* remove old makefileKen Raeburn2005-06-211-652/+0
* * profile.swg (errcode_t* tcl8 argout typemap): Cast return value fromKen Raeburn2005-06-063-20/+27
* Add run-time determination of whether thread support is available in theKen Raeburn2005-06-013-1/+68
* * fake-addrinfo.c (fai_add_hosts_by_name): Pass null pointer instead of telnetKen Raeburn2005-05-182-2/+36
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-281-1/+2
* Stop generating per-directory sed scripts, and use perl to compute the patternsKen Raeburn2005-04-213-141/+113
* * depgen.sed: Delete faulty check for $(srcdir), and redundant check for $(SR...Ken Raeburn2005-04-202-26/+6
* update dependenciesKen Raeburn2005-04-131-16/+16
* * configure.in: Don't check for getpwuid_r here.Ken Raeburn2005-03-263-17/+9
* threads.c (thread_termination): Free array of pointers to thread-specific dat...Alexandra Ellwood2005-03-202-24/+38
* * 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
* profile_clear_relation doesn't work, iterator still sees deleted nodesKen Raeburn2005-03-043-0/+50
* possible profile null pointer deref in threaded appKen Raeburn2005-02-234-8/+45
* * et/error_message.c (com_err_initialize, com_err_terminate): IfKen Raeburn2005-02-094-2/+33
* There is a memory leak here, if a thread has registered some per-thread dataKen Raeburn2005-02-092-2/+30
* * threads.c (k5_key_delete) [ENABLE_THREADS && !_WIN32]: Don't abort,Ken Raeburn2005-01-182-2/+7
* re-initialize 'terminated' variable to 0 during initialization routineJeffrey Altman2005-01-181-1/+2
* Some applications such as Eudora on Windows load and unload the KerberosJeffrey Altman2005-01-174-0/+14
* fix calling convention for thread support fnsKen Raeburn2005-01-142-6/+18
* * prof_file.c (profile_open_file): If mutex creation fails, free storageKen Raeburn2005-01-142-1/+4
* * error_message.c (com_err_terminate): Lock the list mutex before walkingKen Raeburn2005-01-142-1/+8