summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ccdefname.c (krb5_cc_set_default_name, krb5_cc_default_name): Look up the def...Alexandra Ellwood2004-08-122-41/+64
* * configure.in: Solaris getpwnam_r returns struct passwd*, notTom Yu2004-08-102-1/+6
* * ftpd.c (main): Use socklen_t for the size of the address from acceptKen Raeburn2004-08-092-1/+7
* * krb524d.c (do_connection): Use socklen_t for the size of the address from r...Ken Raeburn2004-08-092-1/+7
* * aclocal.m4 (WITH_CC): Log messages when adding AIX compiler optionsKen Raeburn2004-08-082-3/+10
* * libkrb5.exports: Remove memory ccache symbols except ops tableKen Raeburn2004-08-082-14/+4
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Clear PTHREAD_CFLAGS and PTHREAD_LIBSKen Raeburn2004-08-082-5/+26
* * threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro result typeKen Raeburn2004-08-082-1/+6
* * configure.in: If getpwnam_r is available, determine its return typeKen Raeburn2004-08-082-0/+27
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): On AIX and OSF/1, always addKen Raeburn2004-08-082-1/+15
* * configure.in: Look for sched.h and sched_yield.Ken Raeburn2004-08-073-4/+17
* updated for new filesAlexandra Ellwood2004-08-061-48/+96
* * cc_file.c: Remove USE_STDIO supportKen Raeburn2004-08-052-317/+15
* * k5-thread.h [HAVE_PTHREAD]: Include sched.h if DEBUG_THREADS_SLOW is defined.Ken Raeburn2004-08-052-10/+40
* * srv_rcache.c (krb5_get_server_rcache): Call krb5_rc_recover_or_initializeKen Raeburn2004-08-042-7/+10
* * rc-int.h (struct _krb5_rc_ops): Add new member, recover_or_init.Ken Raeburn2004-08-047-7/+59
* * k5-int.h (krb5_rc_recover_or_initialize): DeclareKen Raeburn2004-08-042-0/+4
* * configure.in: Actually check for pthread_mutex_lockKen Raeburn2004-08-042-1/+5
* * configure.in: Build makefile for new "threads" subdirectoryKen Raeburn2004-08-032-1/+5
* * Makefile.in, t_rcache.c: New filesKen Raeburn2004-08-033-0/+186
* * threads.c (krb5int_thread_support_init): Do finish initialization after key...Ken Raeburn2004-07-312-2/+10
* Implement new replay cache type "none"Ken Raeburn2004-07-305-3/+108
* * configure.in: Only sanity-check setutent() API if there is noTom Yu2004-07-302-16/+23
* * gssapi_krb5.c (kg_ccache_name): Variable deleted.Ken Raeburn2004-07-302-3/+23
* Export lucid context functions and gss_krb5_set_allowable_enctypesSam Hartman2004-07-292-0/+7
* Add a mutex to the GSSAPI krb5 mechanism credential structure. Lock it whileKen Raeburn2004-07-2911-30/+146
* * set_ccache.c (gss_krb5_ccache_name): Don't make a copy of the string returnedKen Raeburn2004-07-292-29/+13
* * gssapi_krb5.c (kg_get_ccache_name): Make the copy always, not justKen Raeburn2004-07-292-16/+22
* * gssapi_krb5.c (kg_get_ccache_name): Make a copy of the default ccache name,Ken Raeburn2004-07-282-1/+8
* * tcl_kadm5.c (parse_flags, parse_keysalts, parse_key_data, parse_tl_data,Ken Raeburn2004-07-283-15/+26
* * k5-thread.h [HAVE_PRAGMA_WEAK_REF]: Declare the pthread mutex functions asKen Raeburn2004-07-282-0/+15
* cc_mslsa.c: fix is_windows_xp not to return true for windows 2000Jeffrey Altman2004-07-262-1/+6
* another krb4 ticket backdating fixTom Yu2004-07-242-6/+11
* Add a mutex to protect the per-process fake-getaddrinfo data cache.Ken Raeburn2004-07-235-12/+93
* [needs the include/configure.in checkin of a few minutes ago, too]Ken Raeburn2004-07-222-2/+15
* * configure.in: Look for "struct lifconf" and maybe define HAVE_STRUCT_LIFCONFKen Raeburn2004-07-222-0/+17
* * fake-addrinfo.h (struct face, struct fac): Always declare.Ken Raeburn2004-07-192-20/+26
* * fake-addrinfo.c: New file.Ken Raeburn2004-07-193-3/+60
* * cc_memory.c (krb5_mcc_store): When allocating krb5_mcc_linkEzra Peisach2004-07-182-1/+6
* zap remaining bits of macsock.h supportKen Raeburn2004-07-1719-525/+33
* update dependenciesKen Raeburn2004-07-163-5/+6
* update dependenciesKen Raeburn2004-07-161-13/+24
* * pty-int.h: Include port-sockets.h instead of netdb.h and netinet/in.hKen Raeburn2004-07-162-2/+6
* * fake-addrinfo.h: Don't include netdb.h, since port-sockets.h already does.Ken Raeburn2004-07-163-8/+16
* * kadmin.M: Put space after ".B" directiveKen Raeburn2004-07-162-1/+5
* * compat_recv.c: Only include sys/select.h if it's availableKen Raeburn2004-07-162-0/+6
* * port-sockets.h (inet_ntop): Cast NULL to desired return pointer typeKen Raeburn2004-07-162-2/+7
* Added thread support code to projectAlexandra Ellwood2004-07-151-13/+43
* Remove use of client principal from krb5_context (default_ccprincipal) and de...Alexandra Ellwood2004-07-159-122/+55
* fix previous commitJeffrey Altman2004-07-151-1/+0