summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Under gcc, declare k5_v?asprintf with format attributeKen Raeburn2007-06-291-0/+8
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-293-8/+28
* For Win32 environment, define CAN_COPY_VA_LIST, and define an inlineKen Raeburn2007-06-271-1/+21
* If mkstemp is missing, define the mkstemp macro is k5-platform.h, not autoconf.hKen Raeburn2007-06-271-0/+1
* Add the libdb2 type-existence tests to the top-level configure script.Ken Raeburn2007-06-201-0/+1
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-201-0/+3
* provide asprintf functionality for internal useKen Raeburn2007-06-201-3/+92
* don't include time.h in CredentialsCache.h if it's not neededAlexandra Ellwood2007-06-141-3/+1
* The #if _WIN32 block threw an error with Visual Studio 2005. Bumped the _MSC...Kevin Koch2007-06-051-1/+1
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-312-0/+878
* On Solaris 10, define NO_WEAK_PTHREADS for the build. When that symbol isKen Raeburn2007-05-231-5/+9
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-211-10/+1
* Simplify UNIX krb5int_zap_data a little. Omit volatile cast, just call memset,Ken Raeburn2007-05-211-10/+6
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-1/+38
* k5-int.h, gic_opt.cJeffrey Altman2007-05-021-2/+2
* Add a few comments on k5_mutex_t handlingKen Raeburn2007-04-131-1/+18
* Remove unused scc_default_format field from krb5_contextKen Raeburn2007-03-261-1/+0
* Use "unsigned __int{16,32}" types for Windows in load_{16,32}_n, per KevinKen Raeburn2007-03-141-0/+8
* * include/k5-platform.h: Add load_{16,32,64}_n for loading values fromKen Raeburn2007-03-141-0/+24
* Windows - some apps define ssize_t as a preprocessor symbolJeffrey Altman2007-02-281-0/+3
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-191-1/+1
* rename krb5_server_decrypt_ticket_keyblock() toTom Yu2007-02-131-1/+1
* krb5_kt_default_name should take an unsized lengthEzra Peisach2007-02-051-1/+1
* krb5_kt_get_type should return const char *. Ezra Peisach2007-02-051-1/+1
* update def-check to look at preauth_plugin.hTom Yu2007-01-301-2/+5
* get_init_creds_opt extensibilityTom Yu2007-01-303-7/+157
* Microsoft Windows Visual Studio does not define ssize_tJeffrey Altman2007-01-301-0/+8
* Change second argument to krb5_cc_register to take a const krb5_cc_ops *. MakesEzra Peisach2007-01-231-1/+1
* Use intermediate target to prevent parallel invocations of 'make includes' in...Ken Raeburn2007-01-201-1/+2
* Use move-if-changed and a timestamp file to avoid re-running commands andKen Raeburn2007-01-201-7/+10
* Build krb5.h using the _err.h files from the error_tables directory, notKen Raeburn2007-01-201-10/+9
* Mark as C source for Emacs mode selectionKen Raeburn2007-01-201-1/+1
* Move osconf input file to include directory instead of keeping it in its ownKen Raeburn2007-01-202-3/+3
* * Makefile.in (osconf.h): Use move-if-changed scriptKen Raeburn2007-01-201-3/+1
* Include stdarg.h, and don't conditionalize declarations of functions withKen Raeburn2007-01-201-5/+1
* Mark as C source for Emacs mode selectionKen Raeburn2007-01-201-1/+1
* Don't define KRB5_PRIVATE, since it's not tested any moreKen Raeburn2007-01-201-4/+0
* Move all KRB5_PRIVATE declarations from krb5.h(in) to k5-int.h, and drop theKen Raeburn2007-01-202-376/+305
* * Makefile.in (private-and-public-decls): New target file, created fromKen Raeburn2007-01-201-3/+5
* Fix typo in checked-in versionKen Raeburn2007-01-161-1/+1
* This commit adds two new functions, krb5_server_decrypt_ticket_keyblock Jeffrey Altman2007-01-161-0/+12
* * lib/krb5/krb/copy_creds.c (krb5int_copy_creds_contents): New function, splitKen Raeburn2006-12-281-0/+3
* krb5_is_referral_realm now takes a pointer to const krb5_data, since it doesn'tKen Raeburn2006-12-191-1/+1
* (k5_mutex_lock_update_stats) [!DEBUG_THREADS_STATS && __GNUC__]: DeclareKen Raeburn2006-12-191-2/+3
* build the trunk on Windows (again)Jeffrey Altman2006-12-082-5/+1
* Modifications to support the generation and embedding Jeffrey Altman2006-12-071-2/+5
* krb5_cc_remove should work for the CCAPIAlexandra Ellwood2006-12-051-0/+5
* Remove unused prototype for krb5_find_config_filesEzra Peisach2006-12-031-2/+0
* send a new request with the new padata returned by krb5_do_preauth_tryagain()Kevin Coffman2006-12-011-1/+1
* * src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): InternalTom Yu2006-11-181-0/+6