summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a code path where mech could be used uninitialized inGreg Hudson2011-04-161-1/+1
* Revert r24826. Export krb5int_nfold from libk5crypto and link t_nfoldGreg Hudson2011-04-163-8/+5
* Fix the sole case in process_chpw_request() where a return could occurTom Yu2011-04-131-2/+12
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-1335-809/+35
* In krb5_gss_display_status, correct the sense of theGreg Hudson2011-04-121-5/+6
* Documentation updates. Mostly GIC relatedZhanna Tsitkov2011-04-122-231/+207
* Shuffle around some gss-krb5 entry points to eliminate four mostlyGreg Hudson2011-04-119-301/+171
* Add Doxygen markup for gss_userok() and gss_authorize_localname()Greg Hudson2011-04-101-0/+29
* Implement gss_authorize_localname, as discussed on the kitten list,Greg Hudson2011-04-107-121/+145
* When inquiring the default GSS acceptor principal, return a principalGreg Hudson2011-04-081-3/+19
* Correctly recognize non-iterable keytabs in k5_kt_get_principal()Greg Hudson2011-04-081-1/+3
* Add k5_kt_get_principal, an internal krb5 interface to try to get aGreg Hudson2011-04-085-23/+39
* In the authdata framework, determine which authdata sources to queryGreg Hudson2011-04-071-3/+18
* Allow anonymous name to be imported with empty name bufferGreg Hudson2011-04-061-4/+11
* Documentation updatesZhanna Tsitkov2011-04-061-190/+213
* Make dependGreg Hudson2011-04-054-18/+48
* gss_duplicate_name SPI for SPNEGOGreg Hudson2011-04-058-46/+109
* More sensical mech selection for gss_acquire_cred/accept_sec_contextGreg Hudson2011-04-042-49/+44
* r24838 accidentally added a gss_duplicate_name line toGreg Hudson2011-04-041-1/+0
* Prevent bleed-through of mechglue symbols into loaded mechsGreg Hudson2011-04-041-54/+67
* Add gss_userok and gss_pname_to_uid to dynamic mech loading table.Greg Hudson2011-04-041-0/+2
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-0410-70/+428
* Documentation updatesZhanna Tsitkov2011-04-041-201/+276
* CoreFoundation is no longer used for UCS2 conversionsKen Raeburn2011-04-033-10/+2
* Drop some redundant autoconf testsKen Raeburn2011-04-031-5/+0
* Don't check for stdarg.hKen Raeburn2011-04-032-46/+1
* Don't test HAVE_STDARG_H, just assume itKen Raeburn2011-04-031-18/+1
* In t_fortuna.c, use a static buffer in head_tail_test, and use %f forGreg Hudson2011-04-031-2/+3
* Don't allocate over 2MB on the stack; sparc-netbsd3.0 default stackKen Raeburn2011-04-031-1/+1
* Include krb5_libinit.h always, since we call krb5int_initialize_library alwaysKen Raeburn2011-04-031-3/+0
* Revert r24815 and the RTLD_NODELETE part of r24744, which wasGreg Hudson2011-04-031-10/+2
* Avoid using crypto_int.h in t_nfold.c for convenience on Solaris; justGreg Hudson2011-04-031-1/+3
* destest.c no longer needs crypto_int.hGreg Hudson2011-04-031-1/+0
* Use RFC 5587 const types for draft-josefsson-gss-capsulate APIsLuke Howard2011-04-034-13/+13
* Only use RTLD_NODELETE if it's availableKen Raeburn2011-04-031-3/+11
* Factor out the address checks in krb5_rd_safe and krb5_rd_priv intoGreg Hudson2011-04-024-171/+105
* In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c,Greg Hudson2011-04-027-173/+203
* When doing S4U2Self for the anon principal, use the server realmLuke Howard2011-04-021-4/+12
* typo fixLuke Howard2011-04-021-1/+1
* Allow absolute paths for mechglue libraries. From r24736 inGreg Hudson2011-04-011-1/+5
* Implement draft-josefsson-gss-capsulateGreg Hudson2011-04-016-0/+169
* Fix a potential uninitialized free in prepare_error_as()Greg Hudson2011-04-011-1/+1
* only reset greeting if provided attribute is urn:greet:greetingLuke Howard2011-04-011-0/+3
* s4u2proxy_set_attribute should only return EPERM for its own attributeLuke Howard2011-04-011-8/+2
* In r21175 (on the mskrb branch, merged in r21690) the result codes forGreg Hudson2011-03-291-2/+3
* In krb5_cc_move if something went wrong, free the dst credential cacheZhanna Tsitkov2011-03-292-3/+9
* If the new configuration data that is passed to krb5_cc_set_config is NULL, j...Zhanna Tsitkov2011-03-292-57/+56
* Updated the documentation for the krb5_ error_message function family. Zhanna Tsitkov2011-03-292-94/+97
* Static function names should not have krb5_ prefixZhanna Tsitkov2011-03-291-12/+14
* Remove the weak key checks from the builtin rc4 enc provider. ThereGreg Hudson2011-03-281-17/+0