summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Didn't include header changes in the previous commitKevin Coffman2006-11-171-2/+7
* fix warning in preauth_plugin.h headerKen Raeburn2006-11-161-1/+1
* Add macros for __attribute__((deprecated)) for krb4 and des APIsAlexandra Ellwood2006-11-152-125/+304
* allow server preauth plugin verify_padata function to return e-dataKevin Coffman2006-11-131-1/+2
* correct client preauth plugin request_contextKevin Coffman2006-11-131-2/+6
* Install gssapi.h in includedir that includes gssapi/gssapi.h so that eitherRuss Allbery2006-11-092-0/+6
* Add "get_data" function to the client preauth plugin interfaceKevin Coffman2006-11-092-2/+41
* Add public function to get keylenth associated with an enctypeKevin Coffman2006-11-091-0/+5
* krb5.h not C++-safe due to "struct krb5_cccol_cursor"Alexandra Ellwood2006-11-071-2/+2
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-012-38/+131
* Add prototype for krb5int_init_context_kdcEzra Peisach2006-10-161-0/+2
* Add prototype for krb5_aprof_get_booleanEzra Peisach2006-10-161-0/+2
* * preauth_plugin.h: Don't use an enum in a public apiSam Hartman2006-10-131-1/+1
* Patch to split client plugin from server pluginSam Hartman2006-10-131-73/+85
* Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn2006-10-071-0/+26